diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/docs/.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/docs/assets/css/main.css b/docs/assets/css/main.css deleted file mode 100644 index 46571c2..0000000 --- a/docs/assets/css/main.css +++ /dev/null @@ -1,2660 +0,0 @@ -:root { - --color-background: #fdfdfd; - --color-text: #222; - --color-text-aside: #707070; - --color-link: #4da6ff; - --color-menu-divider: #eee; - --color-menu-divider-focus: #000; - --color-menu-label: #707070; - --color-panel: #fff; - --color-panel-divider: #eee; - --color-comment-tag: #707070; - --color-comment-tag-text: #fff; - --color-code-background: rgba(0, 0, 0, 0.04); - --color-ts: #9600ff; - --color-ts-interface: #647f1b; - --color-ts-enum: #937210; - --color-ts-class: #0672de; - --color-ts-private: #707070; - --color-toolbar: #fff; - --color-toolbar-text: #333; -} - -/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ -/* ========================================================================== - * * HTML5 display definitions - * * ========================================================================== */ -/** - * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ -article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { - display: block; -} - -/** - * * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ -audio, canvas, video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/** - * * Prevent modern browsers from displaying `audio` without controls. - * * Remove excess height in iOS 5 devices. */ -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * * Known issue: no IE 6 support. */ -[hidden] { - display: none; -} - -/* ========================================================================== - * * Base - * * ========================================================================== */ -/** - * * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * * `em` units. - * * 2. Prevent iOS text size adjust after orientation change, without disabling - * * user zoom. */ -html { - font-size: 100%; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - font-family: sans-serif; -} - -/** - * * Address `font-family` inconsistency between `textarea` and other form - * * elements. */ -button, input, select, textarea { - font-family: sans-serif; -} - -/** - * * Address margins handled incorrectly in IE 6/7. */ -body { - margin: 0; -} - -/* ========================================================================== - * * Links - * * ========================================================================== */ -/** - * * Address `outline` inconsistency between Chrome and other browsers. */ -a:focus { - outline: thin dotted; -} -a:active, a:hover { - outline: 0; -} - -/** - * * Improve readability when focused and also mouse hovered in all browsers. */ -/* ========================================================================== - * * Typography - * * ========================================================================== */ -/** - * * Address font sizes and margins set differently in IE 6/7. - * * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * * and Chrome. */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -h2 { - font-size: 1.5em; - margin: 0.83em 0; -} - -h3 { - font-size: 1.17em; - margin: 1em 0; -} - -h4, .tsd-index-panel h3 { - font-size: 1em; - margin: 1.33em 0; -} - -h5 { - font-size: 0.83em; - margin: 1.67em 0; -} - -h6 { - font-size: 0.67em; - margin: 2.33em 0; -} - -/** - * * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ -b, strong { - font-weight: bold; -} - -blockquote { - margin: 1em 40px; -} - -/** - * * Address styling not present in Safari 5 and Chrome. */ -dfn { - font-style: italic; -} - -/** - * * Address differences between Firefox and other browsers. - * * Known issue: no IE 6/7 normalization. */ -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/** - * * Address styling not present in IE 6/7/8/9. */ -mark { - background: #ff0; - color: #000; -} - -/** - * * Address margins set differently in IE 6/7. */ -p, pre { - margin: 1em 0; -} - -/** - * * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ -code, kbd, pre, samp { - font-family: monospace, serif; - _font-family: "courier new", monospace; - font-size: 1em; -} - -/** - * * Improve readability of pre-formatted text in all browsers. */ -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -/** - * * Address CSS quotes not supported in IE 6/7. */ -q { - quotes: none; -} -q:before, q:after { - content: ""; - content: none; -} - -/** - * * Address `quotes` property not supported in Safari 4. */ -/** - * * Address inconsistent and variable font size in all browsers. */ -small { - font-size: 80%; -} - -/** - * * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ -sub { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* ========================================================================== - * * Lists - * * ========================================================================== */ -/** - * * Address margins set differently in IE 6/7. */ -dl, menu, ol, ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -/** - * * Address paddings set differently in IE 6/7. */ -menu, ol, ul { - padding: 0 0 0 40px; -} - -/** - * * Correct list images handled incorrectly in IE 7. */ -nav ul, nav ol { - list-style: none; - list-style-image: none; -} - -/* ========================================================================== - * * Embedded content - * * ========================================================================== */ -/** - * * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * * 2. Improve image quality when scaled in IE 7. */ -img { - border: 0; - /* 1 */ - -ms-interpolation-mode: bicubic; -} - -/* 2 */ -/** - * * Correct overflow displayed oddly in IE 9. */ -svg:not(:root) { - overflow: hidden; -} - -/* ========================================================================== - * * Figures - * * ========================================================================== */ -/** - * * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ -figure, form { - margin: 0; -} - -/* ========================================================================== - * * Forms - * * ========================================================================== */ -/** - * * Correct margin displayed oddly in IE 6/7. */ -/** - * * Define consistent border, margin, and padding. */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * * 1. Correct color not being inherited in IE 6/7/8/9. - * * 2. Correct text not wrapping in Firefox 3. - * * 3. Correct alignment displayed oddly in IE 6/7. */ -legend { - border: 0; - /* 1 */ - padding: 0; - white-space: normal; - /* 2 */ - *margin-left: -7px; -} - -/* 3 */ -/** - * * 1. Correct font size not being inherited in all browsers. - * * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * * and Chrome. - * * 3. Improve appearance and consistency in all browsers. */ -button, input, select, textarea { - font-size: 100%; - /* 1 */ - margin: 0; - /* 2 */ - vertical-align: baseline; - /* 3 */ - *vertical-align: middle; -} - -/* 3 */ -/** - * * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * * the UA stylesheet. */ -button, input { - line-height: normal; -} - -/** - * * Address inconsistent `text-transform` inheritance for `button` and `select`. - * * All other form control elements do not inherit `text-transform` values. - * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * * Correct `select` style inheritance in Firefox 4+ and Opera. */ -button, select { - text-transform: none; -} - -/** - * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * * and `video` controls. - * * 2. Correct inability to style clickable `input` types in iOS. - * * 3. Improve usability and consistency of cursor style between image-type - * * `input` and others. - * * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * * Known issue: inner spacing remains in IE 6. */ -button, html input[type=button] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; -} - -/* 4 */ -input[type=reset], input[type=submit] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; -} - -/* 4 */ -/** - * * Re-set default cursor for disabled elements. */ -button[disabled], html input[disabled] { - cursor: default; -} - -/** - * * 1. Address box sizing set to content-box in IE 8/9. - * * 2. Remove excess padding in IE 8/9. - * * 3. Remove excess padding in IE 7. - * * Known issue: excess padding remains in IE 6. */ -input { - /* 3 */ -} -input[type=checkbox], input[type=radio] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; -} -input[type=search] { - -webkit-appearance: textfield; - /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - /* 2 */ - box-sizing: content-box; -} -input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * * (include `-moz` to future-proof). */ -/** - * * Remove inner padding and search cancel button in Safari 5 and Chrome - * * on OS X. */ -/** - * * Remove inner padding and border in Firefox 3+. */ -button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * * 2. Improve readability and alignment in all browsers. */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; -} - -/* 2 */ -/* ========================================================================== - * * Tables - * * ========================================================================== */ -/** - * * Remove most spacing between table cells. */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -.col > :first-child > :first-child, -.col-11 > :first-child > :first-child, -.col-10 > :first-child > :first-child, -.col-9 > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-7 > :first-child > :first-child, -.col-6 > :first-child > :first-child, -.col-5 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -.col-3 > :first-child > :first-child, -.col-2 > :first-child > :first-child, -.col-1 > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -.col > :first-child > :first-child > :first-child, -.col-11 > :first-child > :first-child > :first-child, -.col-10 > :first-child > :first-child > :first-child, -.col-9 > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-7 > :first-child > :first-child > :first-child, -.col-6 > :first-child > :first-child > :first-child, -.col-5 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child, -.col-3 > :first-child > :first-child > :first-child, -.col-2 > :first-child > :first-child > :first-child, -.col-1 > :first-child > :first-child > :first-child { - margin-top: 0; -} -ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -.col > :last-child > :last-child, -.col-11 > :last-child > :last-child, -.col-10 > :last-child > :last-child, -.col-9 > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-7 > :last-child > :last-child, -.col-6 > :last-child > :last-child, -.col-5 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -.col-3 > :last-child > :last-child, -.col-2 > :last-child > :last-child, -.col-1 > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -.col > :last-child > :last-child > :last-child, -.col-11 > :last-child > :last-child > :last-child, -.col-10 > :last-child > :last-child > :last-child, -.col-9 > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-7 > :last-child > :last-child > :last-child, -.col-6 > :last-child > :last-child > :last-child, -.col-5 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child, -.col-3 > :last-child > :last-child > :last-child, -.col-2 > :last-child > :last-child > :last-child, -.col-1 > :last-child > :last-child > :last-child { - margin-bottom: 0; -} - -.container { - max-width: 1200px; - margin: 0 auto; - padding: 0 40px; -} -@media (max-width: 640px) { - .container { - padding: 0 20px; - } -} - -.container-main { - padding-bottom: 200px; -} - -.row { - display: flex; - position: relative; - margin: 0 -10px; -} -.row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; -} - -.col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { - box-sizing: border-box; - float: left; - padding: 0 10px; -} - -.col-1 { - width: 8.3333333333%; -} - -.offset-1 { - margin-left: 8.3333333333%; -} - -.col-2 { - width: 16.6666666667%; -} - -.offset-2 { - margin-left: 16.6666666667%; -} - -.col-3 { - width: 25%; -} - -.offset-3 { - margin-left: 25%; -} - -.col-4 { - width: 33.3333333333%; -} - -.offset-4 { - margin-left: 33.3333333333%; -} - -.col-5 { - width: 41.6666666667%; -} - -.offset-5 { - margin-left: 41.6666666667%; -} - -.col-6 { - width: 50%; -} - -.offset-6 { - margin-left: 50%; -} - -.col-7 { - width: 58.3333333333%; -} - -.offset-7 { - margin-left: 58.3333333333%; -} - -.col-8 { - width: 66.6666666667%; -} - -.offset-8 { - margin-left: 66.6666666667%; -} - -.col-9 { - width: 75%; -} - -.offset-9 { - margin-left: 75%; -} - -.col-10 { - width: 83.3333333333%; -} - -.offset-10 { - margin-left: 83.3333333333%; -} - -.col-11 { - width: 91.6666666667%; -} - -.offset-11 { - margin-left: 91.6666666667%; -} - -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; -} -.tsd-kind-icon:before { - content: ""; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(../images/icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(../images/icons@2x.png); - background-size: 238px 204px; - } -} - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; -} - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; -} -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; -} -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; -} - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; -} -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; -} -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; -} - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; -} - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; -} -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; -} -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; -} - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -85px; -} - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; -} -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; -} -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; -} - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; -} -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; -} -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; -} - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; -} -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; -} -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; -} - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; -} -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; -} -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; -} - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -187px; -} - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; -} -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; -} -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -17px; -} - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; -} -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; -} -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -34px; -} - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; -} -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; -} -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -51px; -} - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; -} -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; -} -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -119px; -} - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; -} -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; -} -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -136px; -} - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; -} -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; -} -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; -} -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -153px; -} - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -187px; -} - -@keyframes fade-in { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; - } - to { - opacity: 0; - } -} -@keyframes fade-in-delayed { - 0% { - opacity: 0; - } - 33% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; - } - 66% { - opacity: 0; - } - 100% { - opacity: 0; - } -} -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; - } - to { - transform: translate(100%, 0); - } -} -body { - background: var(--color-background); - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: var(--color-text); -} - -a { - color: var(--color-link); - text-decoration: none; -} -a:hover { - text-decoration: underline; -} - -code, pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 14px; - background-color: var(--color-code-background); -} - -pre { - padding: 10px; -} -pre code { - padding: 0; - font-size: 100%; - background-color: transparent; -} - -blockquote { - margin: 1em 0; - padding-left: 1em; - border-left: 4px solid gray; -} - -.tsd-typography { - line-height: 1.333em; -} -.tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { - font-size: 1em; - margin: 0; -} -.tsd-typography h5, .tsd-typography h6 { - font-weight: normal; -} -.tsd-typography p, .tsd-typography ul, .tsd-typography ol { - margin: 1em 0; -} - -@media (min-width: 901px) and (max-width: 1024px) { - html.default .col-content { - width: 72%; - } - html.default .col-menu { - width: 28%; - } - html.default .tsd-navigation { - padding-left: 10px; - } -} -@media (max-width: 900px) { - html.default .col-content { - float: none; - width: 100%; - } - html.default .col-menu { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - width: 100%; - padding: 20px 20px 0 0; - max-width: 450px; - visibility: hidden; - background-color: var(--color-panel); - transform: translate(100%, 0); - } - html.default .col-menu > *:last-child { - padding-bottom: 20px; - } - html.default .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; - } - html.default.to-has-menu .overlay { - animation: fade-in 0.4s; - } - html.default.to-has-menu header, -html.default.to-has-menu footer, -html.default.to-has-menu .col-content { - animation: shift-to-left 0.4s; - } - html.default.to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - html.default.from-has-menu .overlay { - animation: fade-out 0.4s; - } - html.default.from-has-menu header, -html.default.from-has-menu footer, -html.default.from-has-menu .col-content { - animation: unshift-to-left 0.4s; - } - html.default.from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - html.default.has-menu body { - overflow: hidden; - } - html.default.has-menu .overlay { - visibility: visible; - } - html.default.has-menu header, -html.default.has-menu footer, -html.default.has-menu .col-content { - transform: translate(-25%, 0); - } - html.default.has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - } -} - -.tsd-page-title { - padding: 70px 0 20px 0; - margin: 0 0 40px 0; - background: var(--color-panel); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); -} -.tsd-page-title h1 { - margin: 0; -} - -.tsd-breadcrumb { - margin: 0; - padding: 0; - 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: " / "; -} - -html.minimal .container { - margin: 0; -} -html.minimal .container-main { - padding-top: 50px; - padding-bottom: 0; -} -html.minimal .content-wrap { - padding-left: 300px; -} -html.minimal .tsd-navigation { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - box-sizing: border-box; - z-index: 1; - left: 0; - top: 40px; - bottom: 0; - width: 300px; - padding: 20px; - margin: 0; -} -html.minimal .tsd-member .tsd-member { - margin-left: 0; -} -html.minimal .tsd-page-toolbar { - position: fixed; - z-index: 2; -} -html.minimal #tsd-filter .tsd-filter-group { - right: 0; - transform: none; -} -html.minimal footer { - background-color: transparent; -} -html.minimal footer .container { - padding: 0; -} -html.minimal .tsd-generator { - padding: 0; -} -@media (max-width: 900px) { - html.minimal .tsd-navigation { - display: none; - } - html.minimal .content-wrap { - padding-left: 0; - } -} - -dl.tsd-comment-tags { - overflow: hidden; -} -dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid var(--color-comment-tag); - color: var(--color-comment-tag); - font-size: 0.8em; - font-weight: normal; -} -dl.tsd-comment-tags dd { - margin: 0 0 10px 0; -} -dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { - display: table; - content: " "; -} -dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { - clear: both; -} -dl.tsd-comment-tags 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; -} - -.toggle-protected .tsd-is-private { - display: none; -} - -.toggle-public .tsd-is-private, -.toggle-public .tsd-is-protected, -.toggle-public .tsd-is-private-protected { - display: none; -} - -.toggle-inherited .tsd-is-inherited { - display: none; -} - -.toggle-externals .tsd-is-external { - display: none; -} - -#tsd-filter { - position: relative; - display: inline-block; - height: 40px; - vertical-align: bottom; -} -.no-filter #tsd-filter { - display: none; -} -#tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; -} -#tsd-filter input { - display: none; -} -@media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: var(--color-panel); - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; - } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; - } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; - } - #tsd-filter label, -#tsd-filter .tsd-select { - display: block; - padding-right: 20px; - } -} - -footer { - border-top: 1px solid var(--color-panel-divider); - background-color: var(--color-panel); -} -footer.with-border-bottom { - border-bottom: 1px solid var(--color-panel-divider); -} -footer .tsd-legend-group { - font-size: 0; -} -footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; -} -@media (max-width: 900px) { - footer .tsd-legend { - width: 50%; - } -} - -.tsd-hierarchy { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-hierarchy .target { - font-weight: bold; -} - -.tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; -} -.tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; -} -.tsd-index-panel h3 { - margin: 0 -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 3; - -moz-column-count: 3; - -ms-column-count: 3; - -o-column-count: 3; - column-count: 3; - -webkit-column-gap: 20px; - -moz-column-gap: 20px; - -ms-column-gap: 20px; - -o-column-gap: 20px; - column-gap: 20px; - padding: 0; - list-style: none; - line-height: 1.333em; -} -@media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 1; - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; - } -} -@media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 2; - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; - } -} -.tsd-index-panel ul.tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; -} -.tsd-index-panel a, -.tsd-index-panel .tsd-parent-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-parent-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-parent-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-parent-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-is-private a { - color: var(--color-ts-private); -} - -.tsd-flag { - display: inline-block; - padding: 1px 5px; - border-radius: 4px; - color: var(--color-comment-tag-text); - background-color: var(--color-comment-tag); - text-indent: 0; - font-size: 14px; - font-weight: normal; -} - -.tsd-anchor { - position: absolute; - top: -100px; -} - -.tsd-member { - position: relative; -} -.tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; -} -.tsd-member a[data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member a[data-tsd-kind=Interface] { - color: var(--color-ts-interface); -} -.tsd-member a[data-tsd-kind=Enum] { - color: var(--color-ts-enum); -} -.tsd-member a[data-tsd-kind=Class] { - color: var(--color-ts-class); -} -.tsd-member a[data-tsd-kind=Private] { - color: var(--color-ts-private); -} - -.tsd-navigation { - margin: 0 0 0 40px; -} -.tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: var(--color-text); - text-decoration: none; - transition: border-left-color 0.1s; -} -.tsd-navigation a:hover { - text-decoration: underline; -} -.tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; -} -.tsd-navigation li { - padding: 0; -} - -.tsd-navigation.primary { - padding-bottom: 40px; -} -.tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; -} -.tsd-navigation.primary ul li a { - padding-left: 5px; -} -.tsd-navigation.primary ul li li a { - padding-left: 25px; -} -.tsd-navigation.primary ul li li li a { - padding-left: 45px; -} -.tsd-navigation.primary ul li li li li a { - padding-left: 65px; -} -.tsd-navigation.primary ul li li li li li a { - padding-left: 85px; -} -.tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; -} -.tsd-navigation.primary > ul { - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li { - border-top: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li.current > a { - font-weight: bold; -} -.tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: var(--color-menu-label); -} -.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { - padding-top: 20px; -} - -.tsd-navigation.secondary { - max-height: calc(100vh - 1rem - 40px); - overflow: auto; - position: -webkit-sticky; - position: sticky; - top: calc(.5rem + 40px); - transition: 0.3s; -} -.tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary ul { - transition: opacity 0.2s; -} -.tsd-navigation.secondary ul li a { - padding-left: 25px; -} -.tsd-navigation.secondary ul li li a { - padding-left: 45px; -} -.tsd-navigation.secondary ul li li li a { - padding-left: 65px; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 85px; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; -} -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; -} -.tsd-navigation.secondary ul.current a { - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.focus > a, -.tsd-navigation.secondary ul.current li.focus > a { - border-left-color: var(--color-menu-divider-focus); -} -.tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.current > a { - font-weight: bold; -} - -@media (min-width: 901px) { - .menu-sticky-wrap { - position: static; - } -} - -.tsd-panel { - margin: 20px 0; - padding: 20px; - background-color: var(--color-panel); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -.tsd-panel:empty { - display: none; -} -.tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; -} -.tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; -} -.tsd-panel table th { - font-weight: bold; -} -.tsd-panel table th, .tsd-panel table td { - padding: 6px 13px; - border: 1px solid #ddd; -} -.tsd-panel table tr { - background-color: #fff; - border-top: 1px solid #ccc; -} -.tsd-panel table tr:nth-child(2n) { - background-color: #f8f8f8; -} - -.tsd-panel-group { - margin: 60px 0; -} -.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; -} - -#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: 40px; - height: 40px; -} -#tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: var(--color-text); -} -#tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; -} -#tsd-search .field input, -#tsd-search .title { - transition: opacity 0.2s; -} -#tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -#tsd-search .results li { - padding: 0 10px; - background-color: var(--color-background); -} -#tsd-search .results li:nth-child(even) { - background-color: var(--color-panel); -} -#tsd-search .results li.state { - display: none; -} -#tsd-search .results li.current, -#tsd-search .results li:hover { - background-color: var(--color-panel-divider); -} -#tsd-search .results a { - display: block; -} -#tsd-search .results a:before { - top: 10px; -} -#tsd-search .results span.parent { - color: var(--color-text-aside); - font-weight: normal; -} -#tsd-search.has-focus { - background-color: var(--color-panel-divider); -} -#tsd-search.has-focus .field input { - top: 0; - opacity: 1; -} -#tsd-search.has-focus .title { - z-index: 0; - opacity: 0; -} -#tsd-search.has-focus .results { - visibility: visible; -} -#tsd-search.loading .results li.state.loading { - display: block; -} -#tsd-search.failure .results li.state.failure { - display: block; -} - -.tsd-signature { - margin: 0 0 1em 0; - padding: 10px; - border: 1px solid var(--color-panel-divider); - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; - overflow-x: auto; -} -.tsd-signature.tsd-kind-icon { - padding-left: 30px; -} -.tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; -} -.tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; -} - -.tsd-signature-symbol { - color: var(--color-text-aside); - font-weight: normal; -} - -.tsd-signature-type { - font-style: italic; - font-weight: normal; -} - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - border: 1px solid var(--color-panel-divider); -} -.tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; -} -.tsd-signatures .tsd-signature:first-child { - border-top-width: 0; -} -.tsd-signatures .tsd-signature.current { - background-color: var(--color-panel-divider); -} -.tsd-signatures.active > .tsd-signature { - cursor: pointer; -} -.tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; -} -.tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; -} - -ul.tsd-descriptions { - position: relative; - overflow: hidden; - padding: 0; - list-style: none; -} -ul.tsd-descriptions.active > .tsd-description { - display: none; -} -ul.tsd-descriptions.active > .tsd-description.current { - display: block; -} -ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; -} -ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; -} -ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} - -ul.tsd-parameters, -ul.tsd-type-parameters { - list-style: square; - margin: 0; - padding-left: 20px; -} -ul.tsd-parameters > li.tsd-parameter-signature, -ul.tsd-type-parameters > li.tsd-parameter-signature { - list-style: none; - margin-left: -20px; -} -ul.tsd-parameters h5, -ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} -ul.tsd-parameters .tsd-comment, -ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; -} - -.tsd-sources { - font-size: 14px; - color: var(--color-text-aside); - margin: 0 0 1em 0; -} -.tsd-sources a { - color: var(--color-text-aside); - text-decoration: underline; -} -.tsd-sources ul, .tsd-sources p { - margin: 0 !important; -} -.tsd-sources ul { - list-style: none; - padding: 0; -} - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - height: 40px; - color: var(--color-toolbar-text); - background: var(--color-toolbar); - border-bottom: 1px solid var(--color-panel-divider); - transition: transform 0.3s linear; -} -.tsd-page-toolbar a { - color: var(--color-toolbar-text); - text-decoration: none; -} -.tsd-page-toolbar a.title { - font-weight: bold; -} -.tsd-page-toolbar a.title:hover { - text-decoration: underline; -} -.tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; -} -.tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; -} -.tsd-page-toolbar .table-cell:first-child { - width: 100%; -} - -.tsd-page-toolbar--hide { - transform: translateY(-100%); -} - -.tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { - content: ""; - display: inline-block; - width: 40px; - height: 40px; - margin: 0 -8px 0 0; - background-image: url(../images/widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { - background-image: url(../images/widgets@2x.png); - background-size: 320px 40px; - } -} - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.6; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-widget:hover { - opacity: 0.8; -} -.tsd-widget.active { - opacity: 1; - background-color: var(--color-panel-divider); -} -.tsd-widget.no-caption { - width: 40px; -} -.tsd-widget.no-caption:before { - margin: 0; -} -.tsd-widget.search:before { - background-position: 0 0; -} -.tsd-widget.menu:before { - background-position: -40px 0; -} -.tsd-widget.options:before { - background-position: -80px 0; -} -.tsd-widget.options, .tsd-widget.menu { - display: none; -} -@media (max-width: 900px) { - .tsd-widget.options, .tsd-widget.menu { - display: inline-block; - } -} -input[type=checkbox] + .tsd-widget:before { - background-position: -120px 0; -} -input[type=checkbox]:checked + .tsd-widget:before { - background-position: -160px 0; -} - -.tsd-select { - position: relative; - display: inline-block; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; -} -.tsd-select .tsd-select-label:before { - background-position: -240px 0; -} -.tsd-select.active .tsd-select-label { - opacity: 0.8; -} -.tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; -} -.tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; -} -.tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: var(--color-background); -} -.tsd-select .tsd-select-list li:before { - background-position: 40px 0; -} -.tsd-select .tsd-select-list li:nth-child(even) { - background-color: var(--color-panel); -} -.tsd-select .tsd-select-list li:hover { - background-color: var(--color-panel-divider); -} -.tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; -} -@media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; - } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; - } -} - -img { - max-width: 100%; -} diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 0000000..64c4d1b --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,92 @@ +:root { + --light-hl-0: #001080; + --dark-hl-0: #9CDCFE; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #0070C1; + --dark-hl-2: #4FC1FF; + --light-hl-3: #000000; + --dark-hl-3: #C8C8C8; + --light-hl-4: #A31515; + --dark-hl-4: #CE9178; + --light-hl-5: #AF00DB; + --dark-hl-5: #C586C0; + --light-hl-6: #0000FF; + --dark-hl-6: #569CD6; + --light-hl-7: #267F99; + --dark-hl-7: #4EC9B0; + --light-hl-8: #795E26; + --dark-hl-8: #DCDCAA; + --light-hl-9: #008000; + --dark-hl-9: #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); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --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); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --code-background: var(--dark-code-background); +} } + +body.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); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --code-background: var(--light-code-background); +} + +body.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); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --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); } +.hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } +pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.css b/docs/assets/icons.css new file mode 100644 index 0000000..776a356 --- /dev/null +++ b/docs/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/docs/assets/images/icons.png b/docs/assets/icons.png similarity index 100% rename from docs/assets/images/icons.png rename to docs/assets/icons.png diff --git a/docs/assets/images/icons@2x.png b/docs/assets/icons@2x.png similarity index 100% rename from docs/assets/images/icons@2x.png rename to docs/assets/icons@2x.png diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js deleted file mode 100644 index dc257a8..0000000 --- a/docs/assets/js/main.js +++ /dev/null @@ -1,248 +0,0 @@ -/* - * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). - * This devtool is not neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -/******/ (() => { // webpackBootstrap -/******/ var __webpack_modules__ = ({ - -/***/ "../node_modules/lunr/lunr.js": -/*!************************************!*\ - !*** ../node_modules/lunr/lunr.js ***! - \************************************/ -/***/ ((module, exports, __webpack_require__) => { - -eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**\n * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9\n * Copyright (C) 2020 Oliver Nightingale\n * @license MIT\n */\n\n;(function(){\n\n/**\n * A convenience function for configuring and constructing\n * a new lunr Index.\n *\n * A lunr.Builder instance is created and the pipeline setup\n * with a trimmer, stop word filter and stemmer.\n *\n * This builder object is yielded to the configuration function\n * that is passed as a parameter, allowing the list of fields\n * and other builder parameters to be customised.\n *\n * All documents _must_ be added within the passed config function.\n *\n * @example\n * var idx = lunr(function () {\n * this.field('title')\n * this.field('body')\n * this.ref('id')\n *\n * documents.forEach(function (doc) {\n * this.add(doc)\n * }, this)\n * })\n *\n * @see {@link lunr.Builder}\n * @see {@link lunr.Pipeline}\n * @see {@link lunr.trimmer}\n * @see {@link lunr.stopWordFilter}\n * @see {@link lunr.stemmer}\n * @namespace {function} lunr\n */\nvar lunr = function (config) {\n var builder = new lunr.Builder\n\n builder.pipeline.add(\n lunr.trimmer,\n lunr.stopWordFilter,\n lunr.stemmer\n )\n\n builder.searchPipeline.add(\n lunr.stemmer\n )\n\n config.call(builder, builder)\n return builder.build()\n}\n\nlunr.version = \"2.3.9\"\n/*!\n * lunr.utils\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A namespace containing utils for the rest of the lunr library\n * @namespace lunr.utils\n */\nlunr.utils = {}\n\n/**\n * Print a warning message to the console.\n *\n * @param {String} message The message to be printed.\n * @memberOf lunr.utils\n * @function\n */\nlunr.utils.warn = (function (global) {\n /* eslint-disable no-console */\n return function (message) {\n if (global.console && console.warn) {\n console.warn(message)\n }\n }\n /* eslint-enable no-console */\n})(this)\n\n/**\n * Convert an object to a string.\n *\n * In the case of `null` and `undefined` the function returns\n * the empty string, in all other cases the result of calling\n * `toString` on the passed object is returned.\n *\n * @param {Any} obj The object to convert to a string.\n * @return {String} string representation of the passed object.\n * @memberOf lunr.utils\n */\nlunr.utils.asString = function (obj) {\n if (obj === void 0 || obj === null) {\n return \"\"\n } else {\n return obj.toString()\n }\n}\n\n/**\n * Clones an object.\n *\n * Will create a copy of an existing object such that any mutations\n * on the copy cannot affect the original.\n *\n * Only shallow objects are supported, passing a nested object to this\n * function will cause a TypeError.\n *\n * Objects with primitives, and arrays of primitives are supported.\n *\n * @param {Object} obj The object to clone.\n * @return {Object} a clone of the passed object.\n * @throws {TypeError} when a nested object is passed.\n * @memberOf Utils\n */\nlunr.utils.clone = function (obj) {\n if (obj === null || obj === undefined) {\n return obj\n }\n\n var clone = Object.create(null),\n keys = Object.keys(obj)\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i],\n val = obj[key]\n\n if (Array.isArray(val)) {\n clone[key] = val.slice()\n continue\n }\n\n if (typeof val === 'string' ||\n typeof val === 'number' ||\n typeof val === 'boolean') {\n clone[key] = val\n continue\n }\n\n throw new TypeError(\"clone is not deep and does not support nested objects\")\n }\n\n return clone\n}\nlunr.FieldRef = function (docRef, fieldName, stringValue) {\n this.docRef = docRef\n this.fieldName = fieldName\n this._stringValue = stringValue\n}\n\nlunr.FieldRef.joiner = \"/\"\n\nlunr.FieldRef.fromString = function (s) {\n var n = s.indexOf(lunr.FieldRef.joiner)\n\n if (n === -1) {\n throw \"malformed field ref string\"\n }\n\n var fieldRef = s.slice(0, n),\n docRef = s.slice(n + 1)\n\n return new lunr.FieldRef (docRef, fieldRef, s)\n}\n\nlunr.FieldRef.prototype.toString = function () {\n if (this._stringValue == undefined) {\n this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef\n }\n\n return this._stringValue\n}\n/*!\n * lunr.Set\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A lunr set.\n *\n * @constructor\n */\nlunr.Set = function (elements) {\n this.elements = Object.create(null)\n\n if (elements) {\n this.length = elements.length\n\n for (var i = 0; i < this.length; i++) {\n this.elements[elements[i]] = true\n }\n } else {\n this.length = 0\n }\n}\n\n/**\n * A complete set that contains all elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.complete = {\n intersect: function (other) {\n return other\n },\n\n union: function () {\n return this\n },\n\n contains: function () {\n return true\n }\n}\n\n/**\n * An empty set that contains no elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.empty = {\n intersect: function () {\n return this\n },\n\n union: function (other) {\n return other\n },\n\n contains: function () {\n return false\n }\n}\n\n/**\n * Returns true if this set contains the specified object.\n *\n * @param {object} object - Object whose presence in this set is to be tested.\n * @returns {boolean} - True if this set contains the specified object.\n */\nlunr.Set.prototype.contains = function (object) {\n return !!this.elements[object]\n}\n\n/**\n * Returns a new set containing only the elements that are present in both\n * this set and the specified set.\n *\n * @param {lunr.Set} other - set to intersect with this set.\n * @returns {lunr.Set} a new set that is the intersection of this and the specified set.\n */\n\nlunr.Set.prototype.intersect = function (other) {\n var a, b, elements, intersection = []\n\n if (other === lunr.Set.complete) {\n return this\n }\n\n if (other === lunr.Set.empty) {\n return other\n }\n\n if (this.length < other.length) {\n a = this\n b = other\n } else {\n a = other\n b = this\n }\n\n elements = Object.keys(a.elements)\n\n for (var i = 0; i < elements.length; i++) {\n var element = elements[i]\n if (element in b.elements) {\n intersection.push(element)\n }\n }\n\n return new lunr.Set (intersection)\n}\n\n/**\n * Returns a new set combining the elements of this and the specified set.\n *\n * @param {lunr.Set} other - set to union with this set.\n * @return {lunr.Set} a new set that is the union of this and the specified set.\n */\n\nlunr.Set.prototype.union = function (other) {\n if (other === lunr.Set.complete) {\n return lunr.Set.complete\n }\n\n if (other === lunr.Set.empty) {\n return this\n }\n\n return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements)))\n}\n/**\n * A function to calculate the inverse document frequency for\n * a posting. This is shared between the builder and the index\n *\n * @private\n * @param {object} posting - The posting for a given term\n * @param {number} documentCount - The total number of documents.\n */\nlunr.idf = function (posting, documentCount) {\n var documentsWithTerm = 0\n\n for (var fieldName in posting) {\n if (fieldName == '_index') continue // Ignore the term index, its not a field\n documentsWithTerm += Object.keys(posting[fieldName]).length\n }\n\n var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)\n\n return Math.log(1 + Math.abs(x))\n}\n\n/**\n * A token wraps a string representation of a token\n * as it is passed through the text processing pipeline.\n *\n * @constructor\n * @param {string} [str=''] - The string token being wrapped.\n * @param {object} [metadata={}] - Metadata associated with this token.\n */\nlunr.Token = function (str, metadata) {\n this.str = str || \"\"\n this.metadata = metadata || {}\n}\n\n/**\n * Returns the token string that is being wrapped by this object.\n *\n * @returns {string}\n */\nlunr.Token.prototype.toString = function () {\n return this.str\n}\n\n/**\n * A token update function is used when updating or optionally\n * when cloning a token.\n *\n * @callback lunr.Token~updateFunction\n * @param {string} str - The string representation of the token.\n * @param {Object} metadata - All metadata associated with this token.\n */\n\n/**\n * Applies the given function to the wrapped string token.\n *\n * @example\n * token.update(function (str, metadata) {\n * return str.toUpperCase()\n * })\n *\n * @param {lunr.Token~updateFunction} fn - A function to apply to the token string.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.update = function (fn) {\n this.str = fn(this.str, this.metadata)\n return this\n}\n\n/**\n * Creates a clone of this token. Optionally a function can be\n * applied to the cloned token.\n *\n * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.clone = function (fn) {\n fn = fn || function (s) { return s }\n return new lunr.Token (fn(this.str, this.metadata), this.metadata)\n}\n/*!\n * lunr.tokenizer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A function for splitting a string into tokens ready to be inserted into\n * the search index. Uses `lunr.tokenizer.separator` to split strings, change\n * the value of this property to change how strings are split into tokens.\n *\n * This tokenizer will convert its parameter to a string by calling `toString` and\n * then will split this string on the character in `lunr.tokenizer.separator`.\n * Arrays will have their elements converted to strings and wrapped in a lunr.Token.\n *\n * Optional metadata can be passed to the tokenizer, this metadata will be cloned and\n * added as metadata to every token that is created from the object to be tokenized.\n *\n * @static\n * @param {?(string|object|object[])} obj - The object to convert into tokens\n * @param {?object} metadata - Optional metadata to associate with every token\n * @returns {lunr.Token[]}\n * @see {@link lunr.Pipeline}\n */\nlunr.tokenizer = function (obj, metadata) {\n if (obj == null || obj == undefined) {\n return []\n }\n\n if (Array.isArray(obj)) {\n return obj.map(function (t) {\n return new lunr.Token(\n lunr.utils.asString(t).toLowerCase(),\n lunr.utils.clone(metadata)\n )\n })\n }\n\n var str = obj.toString().toLowerCase(),\n len = str.length,\n tokens = []\n\n for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) {\n var char = str.charAt(sliceEnd),\n sliceLength = sliceEnd - sliceStart\n\n if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {\n\n if (sliceLength > 0) {\n var tokenMetadata = lunr.utils.clone(metadata) || {}\n tokenMetadata[\"position\"] = [sliceStart, sliceLength]\n tokenMetadata[\"index\"] = tokens.length\n\n tokens.push(\n new lunr.Token (\n str.slice(sliceStart, sliceEnd),\n tokenMetadata\n )\n )\n }\n\n sliceStart = sliceEnd + 1\n }\n\n }\n\n return tokens\n}\n\n/**\n * The separator used to split a string into tokens. Override this property to change the behaviour of\n * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens.\n *\n * @static\n * @see lunr.tokenizer\n */\nlunr.tokenizer.separator = /[\\s\\-]+/\n/*!\n * lunr.Pipeline\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Pipelines maintain an ordered list of functions to be applied to all\n * tokens in documents entering the search index and queries being ran against\n * the index.\n *\n * An instance of lunr.Index created with the lunr shortcut will contain a\n * pipeline with a stop word filter and an English language stemmer. Extra\n * functions can be added before or after either of these functions or these\n * default functions can be removed.\n *\n * When run the pipeline will call each function in turn, passing a token, the\n * index of that token in the original list of all tokens and finally a list of\n * all the original tokens.\n *\n * The output of functions in the pipeline will be passed to the next function\n * in the pipeline. To exclude a token from entering the index the function\n * should return undefined, the rest of the pipeline will not be called with\n * this token.\n *\n * For serialisation of pipelines to work, all functions used in an instance of\n * a pipeline should be registered with lunr.Pipeline. Registered functions can\n * then be loaded. If trying to load a serialised pipeline that uses functions\n * that are not registered an error will be thrown.\n *\n * If not planning on serialising the pipeline then registering pipeline functions\n * is not necessary.\n *\n * @constructor\n */\nlunr.Pipeline = function () {\n this._stack = []\n}\n\nlunr.Pipeline.registeredFunctions = Object.create(null)\n\n/**\n * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token\n * string as well as all known metadata. A pipeline function can mutate the token string\n * or mutate (or add) metadata for a given token.\n *\n * A pipeline function can indicate that the passed token should be discarded by returning\n * null, undefined or an empty string. This token will not be passed to any downstream pipeline\n * functions and will not be added to the index.\n *\n * Multiple tokens can be returned by returning an array of tokens. Each token will be passed\n * to any downstream pipeline functions and all will returned tokens will be added to the index.\n *\n * Any number of pipeline functions may be chained together using a lunr.Pipeline.\n *\n * @interface lunr.PipelineFunction\n * @param {lunr.Token} token - A token from the document being processed.\n * @param {number} i - The index of this token in the complete list of tokens for this document/field.\n * @param {lunr.Token[]} tokens - All tokens for this document/field.\n * @returns {(?lunr.Token|lunr.Token[])}\n */\n\n/**\n * Register a function with the pipeline.\n *\n * Functions that are used in the pipeline should be registered if the pipeline\n * needs to be serialised, or a serialised pipeline needs to be loaded.\n *\n * Registering a function does not add it to a pipeline, functions must still be\n * added to instances of the pipeline for them to be used when running a pipeline.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @param {String} label - The label to register this function with\n */\nlunr.Pipeline.registerFunction = function (fn, label) {\n if (label in this.registeredFunctions) {\n lunr.utils.warn('Overwriting existing registered function: ' + label)\n }\n\n fn.label = label\n lunr.Pipeline.registeredFunctions[fn.label] = fn\n}\n\n/**\n * Warns if the function is not registered as a Pipeline function.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @private\n */\nlunr.Pipeline.warnIfFunctionNotRegistered = function (fn) {\n var isRegistered = fn.label && (fn.label in this.registeredFunctions)\n\n if (!isRegistered) {\n lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\\n', fn)\n }\n}\n\n/**\n * Loads a previously serialised pipeline.\n *\n * All functions to be loaded must already be registered with lunr.Pipeline.\n * If any function from the serialised data has not been registered then an\n * error will be thrown.\n *\n * @param {Object} serialised - The serialised pipeline to load.\n * @returns {lunr.Pipeline}\n */\nlunr.Pipeline.load = function (serialised) {\n var pipeline = new lunr.Pipeline\n\n serialised.forEach(function (fnName) {\n var fn = lunr.Pipeline.registeredFunctions[fnName]\n\n if (fn) {\n pipeline.add(fn)\n } else {\n throw new Error('Cannot load unregistered function: ' + fnName)\n }\n })\n\n return pipeline\n}\n\n/**\n * Adds new functions to the end of the pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline.\n */\nlunr.Pipeline.prototype.add = function () {\n var fns = Array.prototype.slice.call(arguments)\n\n fns.forEach(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n this._stack.push(fn)\n }, this)\n}\n\n/**\n * Adds a single function after a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.after = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n pos = pos + 1\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Adds a single function before a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.before = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Removes a function from the pipeline.\n *\n * @param {lunr.PipelineFunction} fn The function to remove from the pipeline.\n */\nlunr.Pipeline.prototype.remove = function (fn) {\n var pos = this._stack.indexOf(fn)\n if (pos == -1) {\n return\n }\n\n this._stack.splice(pos, 1)\n}\n\n/**\n * Runs the current list of functions that make up the pipeline against the\n * passed tokens.\n *\n * @param {Array} tokens The tokens to run through the pipeline.\n * @returns {Array}\n */\nlunr.Pipeline.prototype.run = function (tokens) {\n var stackLength = this._stack.length\n\n for (var i = 0; i < stackLength; i++) {\n var fn = this._stack[i]\n var memo = []\n\n for (var j = 0; j < tokens.length; j++) {\n var result = fn(tokens[j], j, tokens)\n\n if (result === null || result === void 0 || result === '') continue\n\n if (Array.isArray(result)) {\n for (var k = 0; k < result.length; k++) {\n memo.push(result[k])\n }\n } else {\n memo.push(result)\n }\n }\n\n tokens = memo\n }\n\n return tokens\n}\n\n/**\n * Convenience method for passing a string through a pipeline and getting\n * strings out. This method takes care of wrapping the passed string in a\n * token and mapping the resulting tokens back to strings.\n *\n * @param {string} str - The string to pass through the pipeline.\n * @param {?object} metadata - Optional metadata to associate with the token\n * passed to the pipeline.\n * @returns {string[]}\n */\nlunr.Pipeline.prototype.runString = function (str, metadata) {\n var token = new lunr.Token (str, metadata)\n\n return this.run([token]).map(function (t) {\n return t.toString()\n })\n}\n\n/**\n * Resets the pipeline by removing any existing processors.\n *\n */\nlunr.Pipeline.prototype.reset = function () {\n this._stack = []\n}\n\n/**\n * Returns a representation of the pipeline ready for serialisation.\n *\n * Logs a warning if the function has not been registered.\n *\n * @returns {Array}\n */\nlunr.Pipeline.prototype.toJSON = function () {\n return this._stack.map(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n\n return fn.label\n })\n}\n/*!\n * lunr.Vector\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A vector is used to construct the vector space of documents and queries. These\n * vectors support operations to determine the similarity between two documents or\n * a document and a query.\n *\n * Normally no parameters are required for initializing a vector, but in the case of\n * loading a previously dumped vector the raw elements can be provided to the constructor.\n *\n * For performance reasons vectors are implemented with a flat array, where an elements\n * index is immediately followed by its value. E.g. [index, value, index, value]. This\n * allows the underlying array to be as sparse as possible and still offer decent\n * performance when being used for vector calculations.\n *\n * @constructor\n * @param {Number[]} [elements] - The flat list of element index and element value pairs.\n */\nlunr.Vector = function (elements) {\n this._magnitude = 0\n this.elements = elements || []\n}\n\n\n/**\n * Calculates the position within the vector to insert a given index.\n *\n * This is used internally by insert and upsert. If there are duplicate indexes then\n * the position is returned as if the value for that index were to be updated, but it\n * is the callers responsibility to check whether there is a duplicate at that index\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @returns {Number}\n */\nlunr.Vector.prototype.positionForIndex = function (index) {\n // For an empty vector the tuple can be inserted at the beginning\n if (this.elements.length == 0) {\n return 0\n }\n\n var start = 0,\n end = this.elements.length / 2,\n sliceLength = end - start,\n pivotPoint = Math.floor(sliceLength / 2),\n pivotIndex = this.elements[pivotPoint * 2]\n\n while (sliceLength > 1) {\n if (pivotIndex < index) {\n start = pivotPoint\n }\n\n if (pivotIndex > index) {\n end = pivotPoint\n }\n\n if (pivotIndex == index) {\n break\n }\n\n sliceLength = end - start\n pivotPoint = start + Math.floor(sliceLength / 2)\n pivotIndex = this.elements[pivotPoint * 2]\n }\n\n if (pivotIndex == index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex > index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex < index) {\n return (pivotPoint + 1) * 2\n }\n}\n\n/**\n * Inserts an element at an index within the vector.\n *\n * Does not allow duplicates, will throw an error if there is already an entry\n * for this index.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n */\nlunr.Vector.prototype.insert = function (insertIdx, val) {\n this.upsert(insertIdx, val, function () {\n throw \"duplicate index\"\n })\n}\n\n/**\n * Inserts or updates an existing index within the vector.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n * @param {function} fn - A function that is called for updates, the existing value and the\n * requested value are passed as arguments\n */\nlunr.Vector.prototype.upsert = function (insertIdx, val, fn) {\n this._magnitude = 0\n var position = this.positionForIndex(insertIdx)\n\n if (this.elements[position] == insertIdx) {\n this.elements[position + 1] = fn(this.elements[position + 1], val)\n } else {\n this.elements.splice(position, 0, insertIdx, val)\n }\n}\n\n/**\n * Calculates the magnitude of this vector.\n *\n * @returns {Number}\n */\nlunr.Vector.prototype.magnitude = function () {\n if (this._magnitude) return this._magnitude\n\n var sumOfSquares = 0,\n elementsLength = this.elements.length\n\n for (var i = 1; i < elementsLength; i += 2) {\n var val = this.elements[i]\n sumOfSquares += val * val\n }\n\n return this._magnitude = Math.sqrt(sumOfSquares)\n}\n\n/**\n * Calculates the dot product of this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The vector to compute the dot product with.\n * @returns {Number}\n */\nlunr.Vector.prototype.dot = function (otherVector) {\n var dotProduct = 0,\n a = this.elements, b = otherVector.elements,\n aLen = a.length, bLen = b.length,\n aVal = 0, bVal = 0,\n i = 0, j = 0\n\n while (i < aLen && j < bLen) {\n aVal = a[i], bVal = b[j]\n if (aVal < bVal) {\n i += 2\n } else if (aVal > bVal) {\n j += 2\n } else if (aVal == bVal) {\n dotProduct += a[i + 1] * b[j + 1]\n i += 2\n j += 2\n }\n }\n\n return dotProduct\n}\n\n/**\n * Calculates the similarity between this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The other vector to calculate the\n * similarity with.\n * @returns {Number}\n */\nlunr.Vector.prototype.similarity = function (otherVector) {\n return this.dot(otherVector) / this.magnitude() || 0\n}\n\n/**\n * Converts the vector to an array of the elements within the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toArray = function () {\n var output = new Array (this.elements.length / 2)\n\n for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) {\n output[j] = this.elements[i]\n }\n\n return output\n}\n\n/**\n * A JSON serializable representation of the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toJSON = function () {\n return this.elements\n}\n/* eslint-disable */\n/*!\n * lunr.stemmer\n * Copyright (C) 2020 Oliver Nightingale\n * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt\n */\n\n/**\n * lunr.stemmer is an english language stemmer, this is a JavaScript\n * implementation of the PorterStemmer taken from http://tartarus.org/~martin\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token - The string to stem\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n * @function\n */\nlunr.stemmer = (function(){\n var step2list = {\n \"ational\" : \"ate\",\n \"tional\" : \"tion\",\n \"enci\" : \"ence\",\n \"anci\" : \"ance\",\n \"izer\" : \"ize\",\n \"bli\" : \"ble\",\n \"alli\" : \"al\",\n \"entli\" : \"ent\",\n \"eli\" : \"e\",\n \"ousli\" : \"ous\",\n \"ization\" : \"ize\",\n \"ation\" : \"ate\",\n \"ator\" : \"ate\",\n \"alism\" : \"al\",\n \"iveness\" : \"ive\",\n \"fulness\" : \"ful\",\n \"ousness\" : \"ous\",\n \"aliti\" : \"al\",\n \"iviti\" : \"ive\",\n \"biliti\" : \"ble\",\n \"logi\" : \"log\"\n },\n\n step3list = {\n \"icate\" : \"ic\",\n \"ative\" : \"\",\n \"alize\" : \"al\",\n \"iciti\" : \"ic\",\n \"ical\" : \"ic\",\n \"ful\" : \"\",\n \"ness\" : \"\"\n },\n\n c = \"[^aeiou]\", // consonant\n v = \"[aeiouy]\", // vowel\n C = c + \"[^aeiouy]*\", // consonant sequence\n V = v + \"[aeiou]*\", // vowel sequence\n\n mgr0 = \"^(\" + C + \")?\" + V + C, // [C]VC... is m>0\n meq1 = \"^(\" + C + \")?\" + V + C + \"(\" + V + \")?$\", // [C]VC[V] is m=1\n mgr1 = \"^(\" + C + \")?\" + V + C + V + C, // [C]VCVC... is m>1\n s_v = \"^(\" + C + \")?\" + v; // vowel in stem\n\n var re_mgr0 = new RegExp(mgr0);\n var re_mgr1 = new RegExp(mgr1);\n var re_meq1 = new RegExp(meq1);\n var re_s_v = new RegExp(s_v);\n\n var re_1a = /^(.+?)(ss|i)es$/;\n var re2_1a = /^(.+?)([^s])s$/;\n var re_1b = /^(.+?)eed$/;\n var re2_1b = /^(.+?)(ed|ing)$/;\n var re_1b_2 = /.$/;\n var re2_1b_2 = /(at|bl|iz)$/;\n var re3_1b_2 = new RegExp(\"([^aeiouylsz])\\\\1$\");\n var re4_1b_2 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var re_1c = /^(.+?[^aeiou])y$/;\n var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;\n\n var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;\n\n var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;\n var re2_4 = /^(.+?)(s|t)(ion)$/;\n\n var re_5 = /^(.+?)e$/;\n var re_5_1 = /ll$/;\n var re3_5 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var porterStemmer = function porterStemmer(w) {\n var stem,\n suffix,\n firstch,\n re,\n re2,\n re3,\n re4;\n\n if (w.length < 3) { return w; }\n\n firstch = w.substr(0,1);\n if (firstch == \"y\") {\n w = firstch.toUpperCase() + w.substr(1);\n }\n\n // Step 1a\n re = re_1a\n re2 = re2_1a;\n\n if (re.test(w)) { w = w.replace(re,\"$1$2\"); }\n else if (re2.test(w)) { w = w.replace(re2,\"$1$2\"); }\n\n // Step 1b\n re = re_1b;\n re2 = re2_1b;\n if (re.test(w)) {\n var fp = re.exec(w);\n re = re_mgr0;\n if (re.test(fp[1])) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1];\n re2 = re_s_v;\n if (re2.test(stem)) {\n w = stem;\n re2 = re2_1b_2;\n re3 = re3_1b_2;\n re4 = re4_1b_2;\n if (re2.test(w)) { w = w + \"e\"; }\n else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,\"\"); }\n else if (re4.test(w)) { w = w + \"e\"; }\n }\n }\n\n // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)\n re = re_1c;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n w = stem + \"i\";\n }\n\n // Step 2\n re = re_2;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step2list[suffix];\n }\n }\n\n // Step 3\n re = re_3;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step3list[suffix];\n }\n }\n\n // Step 4\n re = re_4;\n re2 = re2_4;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n if (re.test(stem)) {\n w = stem;\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1] + fp[2];\n re2 = re_mgr1;\n if (re2.test(stem)) {\n w = stem;\n }\n }\n\n // Step 5\n re = re_5;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n re2 = re_meq1;\n re3 = re3_5;\n if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {\n w = stem;\n }\n }\n\n re = re_5_1;\n re2 = re_mgr1;\n if (re.test(w) && re2.test(w)) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n\n // and turn initial Y back to y\n\n if (firstch == \"y\") {\n w = firstch.toLowerCase() + w.substr(1);\n }\n\n return w;\n };\n\n return function (token) {\n return token.update(porterStemmer);\n }\n})();\n\nlunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')\n/*!\n * lunr.stopWordFilter\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.generateStopWordFilter builds a stopWordFilter function from the provided\n * list of stop words.\n *\n * The built in lunr.stopWordFilter is built using this generator and can be used\n * to generate custom stopWordFilters for applications or non English languages.\n *\n * @function\n * @param {Array} token The token to pass through the filter\n * @returns {lunr.PipelineFunction}\n * @see lunr.Pipeline\n * @see lunr.stopWordFilter\n */\nlunr.generateStopWordFilter = function (stopWords) {\n var words = stopWords.reduce(function (memo, stopWord) {\n memo[stopWord] = stopWord\n return memo\n }, {})\n\n return function (token) {\n if (token && words[token.toString()] !== token.toString()) return token\n }\n}\n\n/**\n * lunr.stopWordFilter is an English language stop word list filter, any words\n * contained in the list will not be passed through the filter.\n *\n * This is intended to be used in the Pipeline. If the token does not pass the\n * filter then undefined will be returned.\n *\n * @function\n * @implements {lunr.PipelineFunction}\n * @params {lunr.Token} token - A token to check for being a stop word.\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n */\nlunr.stopWordFilter = lunr.generateStopWordFilter([\n 'a',\n 'able',\n 'about',\n 'across',\n 'after',\n 'all',\n 'almost',\n 'also',\n 'am',\n 'among',\n 'an',\n 'and',\n 'any',\n 'are',\n 'as',\n 'at',\n 'be',\n 'because',\n 'been',\n 'but',\n 'by',\n 'can',\n 'cannot',\n 'could',\n 'dear',\n 'did',\n 'do',\n 'does',\n 'either',\n 'else',\n 'ever',\n 'every',\n 'for',\n 'from',\n 'get',\n 'got',\n 'had',\n 'has',\n 'have',\n 'he',\n 'her',\n 'hers',\n 'him',\n 'his',\n 'how',\n 'however',\n 'i',\n 'if',\n 'in',\n 'into',\n 'is',\n 'it',\n 'its',\n 'just',\n 'least',\n 'let',\n 'like',\n 'likely',\n 'may',\n 'me',\n 'might',\n 'most',\n 'must',\n 'my',\n 'neither',\n 'no',\n 'nor',\n 'not',\n 'of',\n 'off',\n 'often',\n 'on',\n 'only',\n 'or',\n 'other',\n 'our',\n 'own',\n 'rather',\n 'said',\n 'say',\n 'says',\n 'she',\n 'should',\n 'since',\n 'so',\n 'some',\n 'than',\n 'that',\n 'the',\n 'their',\n 'them',\n 'then',\n 'there',\n 'these',\n 'they',\n 'this',\n 'tis',\n 'to',\n 'too',\n 'twas',\n 'us',\n 'wants',\n 'was',\n 'we',\n 'were',\n 'what',\n 'when',\n 'where',\n 'which',\n 'while',\n 'who',\n 'whom',\n 'why',\n 'will',\n 'with',\n 'would',\n 'yet',\n 'you',\n 'your'\n])\n\nlunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')\n/*!\n * lunr.trimmer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.trimmer is a pipeline function for trimming non word\n * characters from the beginning and end of tokens before they\n * enter the index.\n *\n * This implementation may not work correctly for non latin\n * characters and should either be removed or adapted for use\n * with languages with non-latin characters.\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token The token to pass through the filter\n * @returns {lunr.Token}\n * @see lunr.Pipeline\n */\nlunr.trimmer = function (token) {\n return token.update(function (s) {\n return s.replace(/^\\W+/, '').replace(/\\W+$/, '')\n })\n}\n\nlunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')\n/*!\n * lunr.TokenSet\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A token set is used to store the unique list of all tokens\n * within an index. Token sets are also used to represent an\n * incoming query to the index, this query token set and index\n * token set are then intersected to find which tokens to look\n * up in the inverted index.\n *\n * A token set can hold multiple tokens, as in the case of the\n * index token set, or it can hold a single token as in the\n * case of a simple query token set.\n *\n * Additionally token sets are used to perform wildcard matching.\n * Leading, contained and trailing wildcards are supported, and\n * from this edit distance matching can also be provided.\n *\n * Token sets are implemented as a minimal finite state automata,\n * where both common prefixes and suffixes are shared between tokens.\n * This helps to reduce the space used for storing the token set.\n *\n * @constructor\n */\nlunr.TokenSet = function () {\n this.final = false\n this.edges = {}\n this.id = lunr.TokenSet._nextId\n lunr.TokenSet._nextId += 1\n}\n\n/**\n * Keeps track of the next, auto increment, identifier to assign\n * to a new tokenSet.\n *\n * TokenSets require a unique identifier to be correctly minimised.\n *\n * @private\n */\nlunr.TokenSet._nextId = 1\n\n/**\n * Creates a TokenSet instance from the given sorted array of words.\n *\n * @param {String[]} arr - A sorted array of strings to create the set from.\n * @returns {lunr.TokenSet}\n * @throws Will throw an error if the input array is not sorted.\n */\nlunr.TokenSet.fromArray = function (arr) {\n var builder = new lunr.TokenSet.Builder\n\n for (var i = 0, len = arr.length; i < len; i++) {\n builder.insert(arr[i])\n }\n\n builder.finish()\n return builder.root\n}\n\n/**\n * Creates a token set from a query clause.\n *\n * @private\n * @param {Object} clause - A single clause from lunr.Query.\n * @param {string} clause.term - The query clause term.\n * @param {number} [clause.editDistance] - The optional edit distance for the term.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromClause = function (clause) {\n if ('editDistance' in clause) {\n return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance)\n } else {\n return lunr.TokenSet.fromString(clause.term)\n }\n}\n\n/**\n * Creates a token set representing a single string with a specified\n * edit distance.\n *\n * Insertions, deletions, substitutions and transpositions are each\n * treated as an edit distance of 1.\n *\n * Increasing the allowed edit distance will have a dramatic impact\n * on the performance of both creating and intersecting these TokenSets.\n * It is advised to keep the edit distance less than 3.\n *\n * @param {string} str - The string to create the token set from.\n * @param {number} editDistance - The allowed edit distance to match.\n * @returns {lunr.Vector}\n */\nlunr.TokenSet.fromFuzzyString = function (str, editDistance) {\n var root = new lunr.TokenSet\n\n var stack = [{\n node: root,\n editsRemaining: editDistance,\n str: str\n }]\n\n while (stack.length) {\n var frame = stack.pop()\n\n // no edit\n if (frame.str.length > 0) {\n var char = frame.str.charAt(0),\n noEditNode\n\n if (char in frame.node.edges) {\n noEditNode = frame.node.edges[char]\n } else {\n noEditNode = new lunr.TokenSet\n frame.node.edges[char] = noEditNode\n }\n\n if (frame.str.length == 1) {\n noEditNode.final = true\n }\n\n stack.push({\n node: noEditNode,\n editsRemaining: frame.editsRemaining,\n str: frame.str.slice(1)\n })\n }\n\n if (frame.editsRemaining == 0) {\n continue\n }\n\n // insertion\n if (\"*\" in frame.node.edges) {\n var insertionNode = frame.node.edges[\"*\"]\n } else {\n var insertionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = insertionNode\n }\n\n if (frame.str.length == 0) {\n insertionNode.final = true\n }\n\n stack.push({\n node: insertionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str\n })\n\n // deletion\n // can only do a deletion if we have enough edits remaining\n // and if there are characters left to delete in the string\n if (frame.str.length > 1) {\n stack.push({\n node: frame.node,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // deletion\n // just removing the last character from the str\n if (frame.str.length == 1) {\n frame.node.final = true\n }\n\n // substitution\n // can only do a substitution if we have enough edits remaining\n // and if there are characters left to substitute\n if (frame.str.length >= 1) {\n if (\"*\" in frame.node.edges) {\n var substitutionNode = frame.node.edges[\"*\"]\n } else {\n var substitutionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = substitutionNode\n }\n\n if (frame.str.length == 1) {\n substitutionNode.final = true\n }\n\n stack.push({\n node: substitutionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // transposition\n // can only do a transposition if there are edits remaining\n // and there are enough characters to transpose\n if (frame.str.length > 1) {\n var charA = frame.str.charAt(0),\n charB = frame.str.charAt(1),\n transposeNode\n\n if (charB in frame.node.edges) {\n transposeNode = frame.node.edges[charB]\n } else {\n transposeNode = new lunr.TokenSet\n frame.node.edges[charB] = transposeNode\n }\n\n if (frame.str.length == 1) {\n transposeNode.final = true\n }\n\n stack.push({\n node: transposeNode,\n editsRemaining: frame.editsRemaining - 1,\n str: charA + frame.str.slice(2)\n })\n }\n }\n\n return root\n}\n\n/**\n * Creates a TokenSet from a string.\n *\n * The string may contain one or more wildcard characters (*)\n * that will allow wildcard matching when intersecting with\n * another TokenSet.\n *\n * @param {string} str - The string to create a TokenSet from.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromString = function (str) {\n var node = new lunr.TokenSet,\n root = node\n\n /*\n * Iterates through all characters within the passed string\n * appending a node for each character.\n *\n * When a wildcard character is found then a self\n * referencing edge is introduced to continually match\n * any number of any characters.\n */\n for (var i = 0, len = str.length; i < len; i++) {\n var char = str[i],\n final = (i == len - 1)\n\n if (char == \"*\") {\n node.edges[char] = node\n node.final = final\n\n } else {\n var next = new lunr.TokenSet\n next.final = final\n\n node.edges[char] = next\n node = next\n }\n }\n\n return root\n}\n\n/**\n * Converts this TokenSet into an array of strings\n * contained within the TokenSet.\n *\n * This is not intended to be used on a TokenSet that\n * contains wildcards, in these cases the results are\n * undefined and are likely to cause an infinite loop.\n *\n * @returns {string[]}\n */\nlunr.TokenSet.prototype.toArray = function () {\n var words = []\n\n var stack = [{\n prefix: \"\",\n node: this\n }]\n\n while (stack.length) {\n var frame = stack.pop(),\n edges = Object.keys(frame.node.edges),\n len = edges.length\n\n if (frame.node.final) {\n /* In Safari, at this point the prefix is sometimes corrupted, see:\n * https://github.com/olivernn/lunr.js/issues/279 Calling any\n * String.prototype method forces Safari to \"cast\" this string to what\n * it's supposed to be, fixing the bug. */\n frame.prefix.charAt(0)\n words.push(frame.prefix)\n }\n\n for (var i = 0; i < len; i++) {\n var edge = edges[i]\n\n stack.push({\n prefix: frame.prefix.concat(edge),\n node: frame.node.edges[edge]\n })\n }\n }\n\n return words\n}\n\n/**\n * Generates a string representation of a TokenSet.\n *\n * This is intended to allow TokenSets to be used as keys\n * in objects, largely to aid the construction and minimisation\n * of a TokenSet. As such it is not designed to be a human\n * friendly representation of the TokenSet.\n *\n * @returns {string}\n */\nlunr.TokenSet.prototype.toString = function () {\n // NOTE: Using Object.keys here as this.edges is very likely\n // to enter 'hash-mode' with many keys being added\n //\n // avoiding a for-in loop here as it leads to the function\n // being de-optimised (at least in V8). From some simple\n // benchmarks the performance is comparable, but allowing\n // V8 to optimize may mean easy performance wins in the future.\n\n if (this._str) {\n return this._str\n }\n\n var str = this.final ? '1' : '0',\n labels = Object.keys(this.edges).sort(),\n len = labels.length\n\n for (var i = 0; i < len; i++) {\n var label = labels[i],\n node = this.edges[label]\n\n str = str + label + node.id\n }\n\n return str\n}\n\n/**\n * Returns a new TokenSet that is the intersection of\n * this TokenSet and the passed TokenSet.\n *\n * This intersection will take into account any wildcards\n * contained within the TokenSet.\n *\n * @param {lunr.TokenSet} b - An other TokenSet to intersect with.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.prototype.intersect = function (b) {\n var output = new lunr.TokenSet,\n frame = undefined\n\n var stack = [{\n qNode: b,\n output: output,\n node: this\n }]\n\n while (stack.length) {\n frame = stack.pop()\n\n // NOTE: As with the #toString method, we are using\n // Object.keys and a for loop instead of a for-in loop\n // as both of these objects enter 'hash' mode, causing\n // the function to be de-optimised in V8\n var qEdges = Object.keys(frame.qNode.edges),\n qLen = qEdges.length,\n nEdges = Object.keys(frame.node.edges),\n nLen = nEdges.length\n\n for (var q = 0; q < qLen; q++) {\n var qEdge = qEdges[q]\n\n for (var n = 0; n < nLen; n++) {\n var nEdge = nEdges[n]\n\n if (nEdge == qEdge || qEdge == '*') {\n var node = frame.node.edges[nEdge],\n qNode = frame.qNode.edges[qEdge],\n final = node.final && qNode.final,\n next = undefined\n\n if (nEdge in frame.output.edges) {\n // an edge already exists for this character\n // no need to create a new node, just set the finality\n // bit unless this node is already final\n next = frame.output.edges[nEdge]\n next.final = next.final || final\n\n } else {\n // no edge exists yet, must create one\n // set the finality bit and insert it\n // into the output\n next = new lunr.TokenSet\n next.final = final\n frame.output.edges[nEdge] = next\n }\n\n stack.push({\n qNode: qNode,\n output: next,\n node: node\n })\n }\n }\n }\n }\n\n return output\n}\nlunr.TokenSet.Builder = function () {\n this.previousWord = \"\"\n this.root = new lunr.TokenSet\n this.uncheckedNodes = []\n this.minimizedNodes = {}\n}\n\nlunr.TokenSet.Builder.prototype.insert = function (word) {\n var node,\n commonPrefix = 0\n\n if (word < this.previousWord) {\n throw new Error (\"Out of order word insertion\")\n }\n\n for (var i = 0; i < word.length && i < this.previousWord.length; i++) {\n if (word[i] != this.previousWord[i]) break\n commonPrefix++\n }\n\n this.minimize(commonPrefix)\n\n if (this.uncheckedNodes.length == 0) {\n node = this.root\n } else {\n node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child\n }\n\n for (var i = commonPrefix; i < word.length; i++) {\n var nextNode = new lunr.TokenSet,\n char = word[i]\n\n node.edges[char] = nextNode\n\n this.uncheckedNodes.push({\n parent: node,\n char: char,\n child: nextNode\n })\n\n node = nextNode\n }\n\n node.final = true\n this.previousWord = word\n}\n\nlunr.TokenSet.Builder.prototype.finish = function () {\n this.minimize(0)\n}\n\nlunr.TokenSet.Builder.prototype.minimize = function (downTo) {\n for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) {\n var node = this.uncheckedNodes[i],\n childKey = node.child.toString()\n\n if (childKey in this.minimizedNodes) {\n node.parent.edges[node.char] = this.minimizedNodes[childKey]\n } else {\n // Cache the key for this node since\n // we know it can't change anymore\n node.child._str = childKey\n\n this.minimizedNodes[childKey] = node.child\n }\n\n this.uncheckedNodes.pop()\n }\n}\n/*!\n * lunr.Index\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * An index contains the built index of all documents and provides a query interface\n * to the index.\n *\n * Usually instances of lunr.Index will not be created using this constructor, instead\n * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be\n * used to load previously built and serialized indexes.\n *\n * @constructor\n * @param {Object} attrs - The attributes of the built search index.\n * @param {Object} attrs.invertedIndex - An index of term/field to document reference.\n * @param {Object} attrs.fieldVectors - Field vectors\n * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens.\n * @param {string[]} attrs.fields - The names of indexed document fields.\n * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.\n */\nlunr.Index = function (attrs) {\n this.invertedIndex = attrs.invertedIndex\n this.fieldVectors = attrs.fieldVectors\n this.tokenSet = attrs.tokenSet\n this.fields = attrs.fields\n this.pipeline = attrs.pipeline\n}\n\n/**\n * A result contains details of a document matching a search query.\n * @typedef {Object} lunr.Index~Result\n * @property {string} ref - The reference of the document this result represents.\n * @property {number} score - A number between 0 and 1 representing how similar this document is to the query.\n * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match.\n */\n\n/**\n * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple\n * query language which itself is parsed into an instance of lunr.Query.\n *\n * For programmatically building queries it is advised to directly use lunr.Query, the query language\n * is best used for human entered text rather than program generated text.\n *\n * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported\n * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello'\n * or 'world', though those that contain both will rank higher in the results.\n *\n * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can\n * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding\n * wildcards will increase the number of documents that will be found but can also have a negative\n * impact on query performance, especially with wildcards at the beginning of a term.\n *\n * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term\n * hello in the title field will match this query. Using a field not present in the index will lead\n * to an error being thrown.\n *\n * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term\n * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported\n * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2.\n * Avoid large values for edit distance to improve query performance.\n *\n * Each term also supports a presence modifier. By default a term's presence in document is optional, however\n * this can be changed to either required or prohibited. For a term's presence to be required in a document the\n * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and\n * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not\n * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'.\n *\n * To escape special characters the backslash character '\\' can be used, this allows searches to include\n * characters that would normally be considered modifiers, e.g. `foo\\~2` will search for a term \"foo~2\" instead\n * of attempting to apply a boost of 2 to the search term \"foo\".\n *\n * @typedef {string} lunr.Index~QueryString\n * @example Simple single term query\n * hello\n * @example Multiple term query\n * hello world\n * @example term scoped to a field\n * title:hello\n * @example term with a boost of 10\n * hello^10\n * @example term with an edit distance of 2\n * hello~2\n * @example terms with presence modifiers\n * -foo +bar baz\n */\n\n/**\n * Performs a search against the index using lunr query syntax.\n *\n * Results will be returned sorted by their score, the most relevant results\n * will be returned first. For details on how the score is calculated, please see\n * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.\n *\n * For more programmatic querying use lunr.Index#query.\n *\n * @param {lunr.Index~QueryString} queryString - A string containing a lunr query.\n * @throws {lunr.QueryParseError} If the passed query string cannot be parsed.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.search = function (queryString) {\n return this.query(function (query) {\n var parser = new lunr.QueryParser(queryString, query)\n parser.parse()\n })\n}\n\n/**\n * A query builder callback provides a query object to be used to express\n * the query to perform on the index.\n *\n * @callback lunr.Index~queryBuilder\n * @param {lunr.Query} query - The query object to build up.\n * @this lunr.Query\n */\n\n/**\n * Performs a query against the index using the yielded lunr.Query object.\n *\n * If performing programmatic queries against the index, this method is preferred\n * over lunr.Index#search so as to avoid the additional query parsing overhead.\n *\n * A query object is yielded to the supplied function which should be used to\n * express the query to be run against the index.\n *\n * Note that although this function takes a callback parameter it is _not_ an\n * asynchronous operation, the callback is just yielded a query object to be\n * customized.\n *\n * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.query = function (fn) {\n // for each query clause\n // * process terms\n // * expand terms from token set\n // * find matching documents and metadata\n // * get document vectors\n // * score documents\n\n var query = new lunr.Query(this.fields),\n matchingFields = Object.create(null),\n queryVectors = Object.create(null),\n termFieldCache = Object.create(null),\n requiredMatches = Object.create(null),\n prohibitedMatches = Object.create(null)\n\n /*\n * To support field level boosts a query vector is created per\n * field. An empty vector is eagerly created to support negated\n * queries.\n */\n for (var i = 0; i < this.fields.length; i++) {\n queryVectors[this.fields[i]] = new lunr.Vector\n }\n\n fn.call(query, query)\n\n for (var i = 0; i < query.clauses.length; i++) {\n /*\n * Unless the pipeline has been disabled for this term, which is\n * the case for terms with wildcards, we need to pass the clause\n * term through the search pipeline. A pipeline returns an array\n * of processed terms. Pipeline functions may expand the passed\n * term, which means we may end up performing multiple index lookups\n * for a single query term.\n */\n var clause = query.clauses[i],\n terms = null,\n clauseMatches = lunr.Set.empty\n\n if (clause.usePipeline) {\n terms = this.pipeline.runString(clause.term, {\n fields: clause.fields\n })\n } else {\n terms = [clause.term]\n }\n\n for (var m = 0; m < terms.length; m++) {\n var term = terms[m]\n\n /*\n * Each term returned from the pipeline needs to use the same query\n * clause object, e.g. the same boost and or edit distance. The\n * simplest way to do this is to re-use the clause object but mutate\n * its term property.\n */\n clause.term = term\n\n /*\n * From the term in the clause we create a token set which will then\n * be used to intersect the indexes token set to get a list of terms\n * to lookup in the inverted index\n */\n var termTokenSet = lunr.TokenSet.fromClause(clause),\n expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()\n\n /*\n * If a term marked as required does not exist in the tokenSet it is\n * impossible for the search to return any matches. We set all the field\n * scoped required matches set to empty and stop examining any further\n * clauses.\n */\n if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = lunr.Set.empty\n }\n\n break\n }\n\n for (var j = 0; j < expandedTerms.length; j++) {\n /*\n * For each term get the posting and termIndex, this is required for\n * building the query vector.\n */\n var expandedTerm = expandedTerms[j],\n posting = this.invertedIndex[expandedTerm],\n termIndex = posting._index\n\n for (var k = 0; k < clause.fields.length; k++) {\n /*\n * For each field that this query term is scoped by (by default\n * all fields are in scope) we need to get all the document refs\n * that have this term in that field.\n *\n * The posting is the entry in the invertedIndex for the matching\n * term from above.\n */\n var field = clause.fields[k],\n fieldPosting = posting[field],\n matchingDocumentRefs = Object.keys(fieldPosting),\n termField = expandedTerm + \"/\" + field,\n matchingDocumentsSet = new lunr.Set(matchingDocumentRefs)\n\n /*\n * if the presence of this term is required ensure that the matching\n * documents are added to the set of required matches for this clause.\n *\n */\n if (clause.presence == lunr.Query.presence.REQUIRED) {\n clauseMatches = clauseMatches.union(matchingDocumentsSet)\n\n if (requiredMatches[field] === undefined) {\n requiredMatches[field] = lunr.Set.complete\n }\n }\n\n /*\n * if the presence of this term is prohibited ensure that the matching\n * documents are added to the set of prohibited matches for this field,\n * creating that set if it does not yet exist.\n */\n if (clause.presence == lunr.Query.presence.PROHIBITED) {\n if (prohibitedMatches[field] === undefined) {\n prohibitedMatches[field] = lunr.Set.empty\n }\n\n prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet)\n\n /*\n * Prohibited matches should not be part of the query vector used for\n * similarity scoring and no metadata should be extracted so we continue\n * to the next field\n */\n continue\n }\n\n /*\n * The query field vector is populated using the termIndex found for\n * the term and a unit value with the appropriate boost applied.\n * Using upsert because there could already be an entry in the vector\n * for the term we are working with. In that case we just add the scores\n * together.\n */\n queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b })\n\n /**\n * If we've already seen this term, field combo then we've already collected\n * the matching documents and metadata, no need to go through all that again\n */\n if (termFieldCache[termField]) {\n continue\n }\n\n for (var l = 0; l < matchingDocumentRefs.length; l++) {\n /*\n * All metadata for this term/field/document triple\n * are then extracted and collected into an instance\n * of lunr.MatchData ready to be returned in the query\n * results\n */\n var matchingDocumentRef = matchingDocumentRefs[l],\n matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field),\n metadata = fieldPosting[matchingDocumentRef],\n fieldMatch\n\n if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) {\n matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata)\n } else {\n fieldMatch.add(expandedTerm, field, metadata)\n }\n\n }\n\n termFieldCache[termField] = true\n }\n }\n }\n\n /**\n * If the presence was required we need to update the requiredMatches field sets.\n * We do this after all fields for the term have collected their matches because\n * the clause terms presence is required in _any_ of the fields not _all_ of the\n * fields.\n */\n if (clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)\n }\n }\n }\n\n /**\n * Need to combine the field scoped required and prohibited\n * matching documents into a global set of required and prohibited\n * matches\n */\n var allRequiredMatches = lunr.Set.complete,\n allProhibitedMatches = lunr.Set.empty\n\n for (var i = 0; i < this.fields.length; i++) {\n var field = this.fields[i]\n\n if (requiredMatches[field]) {\n allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])\n }\n\n if (prohibitedMatches[field]) {\n allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field])\n }\n }\n\n var matchingFieldRefs = Object.keys(matchingFields),\n results = [],\n matches = Object.create(null)\n\n /*\n * If the query is negated (contains only prohibited terms)\n * we need to get _all_ fieldRefs currently existing in the\n * index. This is only done when we know that the query is\n * entirely prohibited terms to avoid any cost of getting all\n * fieldRefs unnecessarily.\n *\n * Additionally, blank MatchData must be created to correctly\n * populate the results.\n */\n if (query.isNegated()) {\n matchingFieldRefs = Object.keys(this.fieldVectors)\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n var matchingFieldRef = matchingFieldRefs[i]\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRef)\n matchingFields[matchingFieldRef] = new lunr.MatchData\n }\n }\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n /*\n * Currently we have document fields that match the query, but we\n * need to return documents. The matchData and scores are combined\n * from multiple fields belonging to the same document.\n *\n * Scores are calculated by field, using the query vectors created\n * above, and combined into a final document score using addition.\n */\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]),\n docRef = fieldRef.docRef\n\n if (!allRequiredMatches.contains(docRef)) {\n continue\n }\n\n if (allProhibitedMatches.contains(docRef)) {\n continue\n }\n\n var fieldVector = this.fieldVectors[fieldRef],\n score = queryVectors[fieldRef.fieldName].similarity(fieldVector),\n docMatch\n\n if ((docMatch = matches[docRef]) !== undefined) {\n docMatch.score += score\n docMatch.matchData.combine(matchingFields[fieldRef])\n } else {\n var match = {\n ref: docRef,\n score: score,\n matchData: matchingFields[fieldRef]\n }\n matches[docRef] = match\n results.push(match)\n }\n }\n\n /*\n * Sort the results objects by score, highest first.\n */\n return results.sort(function (a, b) {\n return b.score - a.score\n })\n}\n\n/**\n * Prepares the index for JSON serialization.\n *\n * The schema for this JSON blob will be described in a\n * separate JSON schema file.\n *\n * @returns {Object}\n */\nlunr.Index.prototype.toJSON = function () {\n var invertedIndex = Object.keys(this.invertedIndex)\n .sort()\n .map(function (term) {\n return [term, this.invertedIndex[term]]\n }, this)\n\n var fieldVectors = Object.keys(this.fieldVectors)\n .map(function (ref) {\n return [ref, this.fieldVectors[ref].toJSON()]\n }, this)\n\n return {\n version: lunr.version,\n fields: this.fields,\n fieldVectors: fieldVectors,\n invertedIndex: invertedIndex,\n pipeline: this.pipeline.toJSON()\n }\n}\n\n/**\n * Loads a previously serialized lunr.Index\n *\n * @param {Object} serializedIndex - A previously serialized lunr.Index\n * @returns {lunr.Index}\n */\nlunr.Index.load = function (serializedIndex) {\n var attrs = {},\n fieldVectors = {},\n serializedVectors = serializedIndex.fieldVectors,\n invertedIndex = Object.create(null),\n serializedInvertedIndex = serializedIndex.invertedIndex,\n tokenSetBuilder = new lunr.TokenSet.Builder,\n pipeline = lunr.Pipeline.load(serializedIndex.pipeline)\n\n if (serializedIndex.version != lunr.version) {\n lunr.utils.warn(\"Version mismatch when loading serialised index. Current version of lunr '\" + lunr.version + \"' does not match serialized index '\" + serializedIndex.version + \"'\")\n }\n\n for (var i = 0; i < serializedVectors.length; i++) {\n var tuple = serializedVectors[i],\n ref = tuple[0],\n elements = tuple[1]\n\n fieldVectors[ref] = new lunr.Vector(elements)\n }\n\n for (var i = 0; i < serializedInvertedIndex.length; i++) {\n var tuple = serializedInvertedIndex[i],\n term = tuple[0],\n posting = tuple[1]\n\n tokenSetBuilder.insert(term)\n invertedIndex[term] = posting\n }\n\n tokenSetBuilder.finish()\n\n attrs.fields = serializedIndex.fields\n\n attrs.fieldVectors = fieldVectors\n attrs.invertedIndex = invertedIndex\n attrs.tokenSet = tokenSetBuilder.root\n attrs.pipeline = pipeline\n\n return new lunr.Index(attrs)\n}\n/*!\n * lunr.Builder\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Builder performs indexing on a set of documents and\n * returns instances of lunr.Index ready for querying.\n *\n * All configuration of the index is done via the builder, the\n * fields to index, the document reference, the text processing\n * pipeline and document scoring parameters are all set on the\n * builder before indexing.\n *\n * @constructor\n * @property {string} _ref - Internal reference to the document reference field.\n * @property {string[]} _fields - Internal reference to the document fields to index.\n * @property {object} invertedIndex - The inverted index maps terms to document fields.\n * @property {object} documentTermFrequencies - Keeps track of document term frequencies.\n * @property {object} documentLengths - Keeps track of the length of documents added to the index.\n * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing.\n * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing.\n * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index.\n * @property {number} documentCount - Keeps track of the total number of documents indexed.\n * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75.\n * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.\n * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space.\n * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index.\n */\nlunr.Builder = function () {\n this._ref = \"id\"\n this._fields = Object.create(null)\n this._documents = Object.create(null)\n this.invertedIndex = Object.create(null)\n this.fieldTermFrequencies = {}\n this.fieldLengths = {}\n this.tokenizer = lunr.tokenizer\n this.pipeline = new lunr.Pipeline\n this.searchPipeline = new lunr.Pipeline\n this.documentCount = 0\n this._b = 0.75\n this._k1 = 1.2\n this.termIndex = 0\n this.metadataWhitelist = []\n}\n\n/**\n * Sets the document field used as the document reference. Every document must have this field.\n * The type of this field in the document should be a string, if it is not a string it will be\n * coerced into a string by calling toString.\n *\n * The default ref is 'id'.\n *\n * The ref should _not_ be changed during indexing, it should be set before any documents are\n * added to the index. Changing it during indexing can lead to inconsistent results.\n *\n * @param {string} ref - The name of the reference field in the document.\n */\nlunr.Builder.prototype.ref = function (ref) {\n this._ref = ref\n}\n\n/**\n * A function that is used to extract a field from a document.\n *\n * Lunr expects a field to be at the top level of a document, if however the field\n * is deeply nested within a document an extractor function can be used to extract\n * the right field for indexing.\n *\n * @callback fieldExtractor\n * @param {object} doc - The document being added to the index.\n * @returns {?(string|object|object[])} obj - The object that will be indexed for this field.\n * @example Extracting a nested field\n * function (doc) { return doc.nested.field }\n */\n\n/**\n * Adds a field to the list of document fields that will be indexed. Every document being\n * indexed should have this field. Null values for this field in indexed documents will\n * not cause errors but will limit the chance of that document being retrieved by searches.\n *\n * All fields should be added before adding documents to the index. Adding fields after\n * a document has been indexed will have no effect on already indexed documents.\n *\n * Fields can be boosted at build time. This allows terms within that field to have more\n * importance when ranking search results. Use a field boost to specify that matches within\n * one field are more important than other fields.\n *\n * @param {string} fieldName - The name of a field to index in all documents.\n * @param {object} attributes - Optional attributes associated with this field.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this field.\n * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document.\n * @throws {RangeError} fieldName cannot contain unsupported characters '/'\n */\nlunr.Builder.prototype.field = function (fieldName, attributes) {\n if (/\\//.test(fieldName)) {\n throw new RangeError (\"Field '\" + fieldName + \"' contains illegal character '/'\")\n }\n\n this._fields[fieldName] = attributes || {}\n}\n\n/**\n * A parameter to tune the amount of field length normalisation that is applied when\n * calculating relevance scores. A value of 0 will completely disable any normalisation\n * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b\n * will be clamped to the range 0 - 1.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.b = function (number) {\n if (number < 0) {\n this._b = 0\n } else if (number > 1) {\n this._b = 1\n } else {\n this._b = number\n }\n}\n\n/**\n * A parameter that controls the speed at which a rise in term frequency results in term\n * frequency saturation. The default value is 1.2. Setting this to a higher value will give\n * slower saturation levels, a lower value will result in quicker saturation.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.k1 = function (number) {\n this._k1 = number\n}\n\n/**\n * Adds a document to the index.\n *\n * Before adding fields to the index the index should have been fully setup, with the document\n * ref and all fields to index already having been specified.\n *\n * The document must have a field name as specified by the ref (by default this is 'id') and\n * it should have all fields defined for indexing, though null or undefined values will not\n * cause errors.\n *\n * Entire documents can be boosted at build time. Applying a boost to a document indicates that\n * this document should rank higher in search results than other documents.\n *\n * @param {object} doc - The document to add to the index.\n * @param {object} attributes - Optional attributes associated with this document.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this document.\n */\nlunr.Builder.prototype.add = function (doc, attributes) {\n var docRef = doc[this._ref],\n fields = Object.keys(this._fields)\n\n this._documents[docRef] = attributes || {}\n this.documentCount += 1\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i],\n extractor = this._fields[fieldName].extractor,\n field = extractor ? extractor(doc) : doc[fieldName],\n tokens = this.tokenizer(field, {\n fields: [fieldName]\n }),\n terms = this.pipeline.run(tokens),\n fieldRef = new lunr.FieldRef (docRef, fieldName),\n fieldTerms = Object.create(null)\n\n this.fieldTermFrequencies[fieldRef] = fieldTerms\n this.fieldLengths[fieldRef] = 0\n\n // store the length of this field for this document\n this.fieldLengths[fieldRef] += terms.length\n\n // calculate term frequencies for this field\n for (var j = 0; j < terms.length; j++) {\n var term = terms[j]\n\n if (fieldTerms[term] == undefined) {\n fieldTerms[term] = 0\n }\n\n fieldTerms[term] += 1\n\n // add to inverted index\n // create an initial posting if one doesn't exist\n if (this.invertedIndex[term] == undefined) {\n var posting = Object.create(null)\n posting[\"_index\"] = this.termIndex\n this.termIndex += 1\n\n for (var k = 0; k < fields.length; k++) {\n posting[fields[k]] = Object.create(null)\n }\n\n this.invertedIndex[term] = posting\n }\n\n // add an entry for this term/fieldName/docRef to the invertedIndex\n if (this.invertedIndex[term][fieldName][docRef] == undefined) {\n this.invertedIndex[term][fieldName][docRef] = Object.create(null)\n }\n\n // store all whitelisted metadata about this token in the\n // inverted index\n for (var l = 0; l < this.metadataWhitelist.length; l++) {\n var metadataKey = this.metadataWhitelist[l],\n metadata = term.metadata[metadataKey]\n\n if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) {\n this.invertedIndex[term][fieldName][docRef][metadataKey] = []\n }\n\n this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata)\n }\n }\n\n }\n}\n\n/**\n * Calculates the average document length for this index\n *\n * @private\n */\nlunr.Builder.prototype.calculateAverageFieldLengths = function () {\n\n var fieldRefs = Object.keys(this.fieldLengths),\n numberOfFields = fieldRefs.length,\n accumulator = {},\n documentsWithField = {}\n\n for (var i = 0; i < numberOfFields; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n field = fieldRef.fieldName\n\n documentsWithField[field] || (documentsWithField[field] = 0)\n documentsWithField[field] += 1\n\n accumulator[field] || (accumulator[field] = 0)\n accumulator[field] += this.fieldLengths[fieldRef]\n }\n\n var fields = Object.keys(this._fields)\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i]\n accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName]\n }\n\n this.averageFieldLength = accumulator\n}\n\n/**\n * Builds a vector space model of every document using lunr.Vector\n *\n * @private\n */\nlunr.Builder.prototype.createFieldVectors = function () {\n var fieldVectors = {},\n fieldRefs = Object.keys(this.fieldTermFrequencies),\n fieldRefsLength = fieldRefs.length,\n termIdfCache = Object.create(null)\n\n for (var i = 0; i < fieldRefsLength; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n fieldName = fieldRef.fieldName,\n fieldLength = this.fieldLengths[fieldRef],\n fieldVector = new lunr.Vector,\n termFrequencies = this.fieldTermFrequencies[fieldRef],\n terms = Object.keys(termFrequencies),\n termsLength = terms.length\n\n\n var fieldBoost = this._fields[fieldName].boost || 1,\n docBoost = this._documents[fieldRef.docRef].boost || 1\n\n for (var j = 0; j < termsLength; j++) {\n var term = terms[j],\n tf = termFrequencies[term],\n termIndex = this.invertedIndex[term]._index,\n idf, score, scoreWithPrecision\n\n if (termIdfCache[term] === undefined) {\n idf = lunr.idf(this.invertedIndex[term], this.documentCount)\n termIdfCache[term] = idf\n } else {\n idf = termIdfCache[term]\n }\n\n score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)\n score *= fieldBoost\n score *= docBoost\n scoreWithPrecision = Math.round(score * 1000) / 1000\n // Converts 1.23456789 to 1.234.\n // Reducing the precision so that the vectors take up less\n // space when serialised. Doing it now so that they behave\n // the same before and after serialisation. Also, this is\n // the fastest approach to reducing a number's precision in\n // JavaScript.\n\n fieldVector.insert(termIndex, scoreWithPrecision)\n }\n\n fieldVectors[fieldRef] = fieldVector\n }\n\n this.fieldVectors = fieldVectors\n}\n\n/**\n * Creates a token set of all tokens in the index using lunr.TokenSet\n *\n * @private\n */\nlunr.Builder.prototype.createTokenSet = function () {\n this.tokenSet = lunr.TokenSet.fromArray(\n Object.keys(this.invertedIndex).sort()\n )\n}\n\n/**\n * Builds the index, creating an instance of lunr.Index.\n *\n * This completes the indexing process and should only be called\n * once all documents have been added to the index.\n *\n * @returns {lunr.Index}\n */\nlunr.Builder.prototype.build = function () {\n this.calculateAverageFieldLengths()\n this.createFieldVectors()\n this.createTokenSet()\n\n return new lunr.Index({\n invertedIndex: this.invertedIndex,\n fieldVectors: this.fieldVectors,\n tokenSet: this.tokenSet,\n fields: Object.keys(this._fields),\n pipeline: this.searchPipeline\n })\n}\n\n/**\n * Applies a plugin to the index builder.\n *\n * A plugin is a function that is called with the index builder as its context.\n * Plugins can be used to customise or extend the behaviour of the index\n * in some way. A plugin is just a function, that encapsulated the custom\n * behaviour that should be applied when building the index.\n *\n * The plugin function will be called with the index builder as its argument, additional\n * arguments can also be passed when calling use. The function will be called\n * with the index builder as its context.\n *\n * @param {Function} plugin The plugin to apply.\n */\nlunr.Builder.prototype.use = function (fn) {\n var args = Array.prototype.slice.call(arguments, 1)\n args.unshift(this)\n fn.apply(this, args)\n}\n/**\n * Contains and collects metadata about a matching document.\n * A single instance of lunr.MatchData is returned as part of every\n * lunr.Index~Result.\n *\n * @constructor\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n * @property {object} metadata - A cloned collection of metadata associated with this document.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData = function (term, field, metadata) {\n var clonedMetadata = Object.create(null),\n metadataKeys = Object.keys(metadata || {})\n\n // Cloning the metadata to prevent the original\n // being mutated during match data combination.\n // Metadata is kept in an array within the inverted\n // index so cloning the data can be done with\n // Array#slice\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n clonedMetadata[key] = metadata[key].slice()\n }\n\n this.metadata = Object.create(null)\n\n if (term !== undefined) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = clonedMetadata\n }\n}\n\n/**\n * An instance of lunr.MatchData will be created for every term that matches a\n * document. However only one instance is required in a lunr.Index~Result. This\n * method combines metadata from another instance of lunr.MatchData with this\n * objects metadata.\n *\n * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData.prototype.combine = function (otherMatchData) {\n var terms = Object.keys(otherMatchData.metadata)\n\n for (var i = 0; i < terms.length; i++) {\n var term = terms[i],\n fields = Object.keys(otherMatchData.metadata[term])\n\n if (this.metadata[term] == undefined) {\n this.metadata[term] = Object.create(null)\n }\n\n for (var j = 0; j < fields.length; j++) {\n var field = fields[j],\n keys = Object.keys(otherMatchData.metadata[term][field])\n\n if (this.metadata[term][field] == undefined) {\n this.metadata[term][field] = Object.create(null)\n }\n\n for (var k = 0; k < keys.length; k++) {\n var key = keys[k]\n\n if (this.metadata[term][field][key] == undefined) {\n this.metadata[term][field][key] = otherMatchData.metadata[term][field][key]\n } else {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key])\n }\n\n }\n }\n }\n}\n\n/**\n * Add metadata for a term/field pair to this instance of match data.\n *\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n */\nlunr.MatchData.prototype.add = function (term, field, metadata) {\n if (!(term in this.metadata)) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = metadata\n return\n }\n\n if (!(field in this.metadata[term])) {\n this.metadata[term][field] = metadata\n return\n }\n\n var metadataKeys = Object.keys(metadata)\n\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n\n if (key in this.metadata[term][field]) {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key])\n } else {\n this.metadata[term][field][key] = metadata[key]\n }\n }\n}\n/**\n * A lunr.Query provides a programmatic way of defining queries to be performed\n * against a {@link lunr.Index}.\n *\n * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method\n * so the query object is pre-initialized with the right index fields.\n *\n * @constructor\n * @property {lunr.Query~Clause[]} clauses - An array of query clauses.\n * @property {string[]} allFields - An array of all available fields in a lunr.Index.\n */\nlunr.Query = function (allFields) {\n this.clauses = []\n this.allFields = allFields\n}\n\n/**\n * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause.\n *\n * This allows wildcards to be added to the beginning and end of a term without having to manually do any string\n * concatenation.\n *\n * The wildcard constants can be bitwise combined to select both leading and trailing wildcards.\n *\n * @constant\n * @default\n * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour\n * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists\n * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with trailing wildcard\n * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING })\n * @example query term with leading and trailing wildcard\n * query.term('foo', {\n * wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING\n * })\n */\n\nlunr.Query.wildcard = new String (\"*\")\nlunr.Query.wildcard.NONE = 0\nlunr.Query.wildcard.LEADING = 1\nlunr.Query.wildcard.TRAILING = 2\n\n/**\n * Constants for indicating what kind of presence a term must have in matching documents.\n *\n * @constant\n * @enum {number}\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with required presence\n * query.term('foo', { presence: lunr.Query.presence.REQUIRED })\n */\nlunr.Query.presence = {\n /**\n * Term's presence in a document is optional, this is the default value.\n */\n OPTIONAL: 1,\n\n /**\n * Term's presence in a document is required, documents that do not contain\n * this term will not be returned.\n */\n REQUIRED: 2,\n\n /**\n * Term's presence in a document is prohibited, documents that do contain\n * this term will not be returned.\n */\n PROHIBITED: 3\n}\n\n/**\n * A single clause in a {@link lunr.Query} contains a term and details on how to\n * match that term against a {@link lunr.Index}.\n *\n * @typedef {Object} lunr.Query~Clause\n * @property {string[]} fields - The fields in an index this clause should be matched against.\n * @property {number} [boost=1] - Any boost that should be applied when matching this clause.\n * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be.\n * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline.\n * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended.\n * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents.\n */\n\n/**\n * Adds a {@link lunr.Query~Clause} to this query.\n *\n * Unless the clause contains the fields to be matched all fields will be matched. In addition\n * a default boost of 1 is applied to the clause.\n *\n * @param {lunr.Query~Clause} clause - The clause to add to this query.\n * @see lunr.Query~Clause\n * @returns {lunr.Query}\n */\nlunr.Query.prototype.clause = function (clause) {\n if (!('fields' in clause)) {\n clause.fields = this.allFields\n }\n\n if (!('boost' in clause)) {\n clause.boost = 1\n }\n\n if (!('usePipeline' in clause)) {\n clause.usePipeline = true\n }\n\n if (!('wildcard' in clause)) {\n clause.wildcard = lunr.Query.wildcard.NONE\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) {\n clause.term = \"*\" + clause.term\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) {\n clause.term = \"\" + clause.term + \"*\"\n }\n\n if (!('presence' in clause)) {\n clause.presence = lunr.Query.presence.OPTIONAL\n }\n\n this.clauses.push(clause)\n\n return this\n}\n\n/**\n * A negated query is one in which every clause has a presence of\n * prohibited. These queries require some special processing to return\n * the expected results.\n *\n * @returns boolean\n */\nlunr.Query.prototype.isNegated = function () {\n for (var i = 0; i < this.clauses.length; i++) {\n if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) {\n return false\n }\n }\n\n return true\n}\n\n/**\n * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause}\n * to the list of clauses that make up this query.\n *\n * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion\n * to a token or token-like string should be done before calling this method.\n *\n * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an\n * array, each term in the array will share the same options.\n *\n * @param {object|object[]} term - The term(s) to add to the query.\n * @param {object} [options] - Any additional properties to add to the query clause.\n * @returns {lunr.Query}\n * @see lunr.Query#clause\n * @see lunr.Query~Clause\n * @example adding a single term to a query\n * query.term(\"foo\")\n * @example adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard\n * query.term(\"foo\", {\n * fields: [\"title\"],\n * boost: 10,\n * wildcard: lunr.Query.wildcard.TRAILING\n * })\n * @example using lunr.tokenizer to convert a string to tokens before using them as terms\n * query.term(lunr.tokenizer(\"foo bar\"))\n */\nlunr.Query.prototype.term = function (term, options) {\n if (Array.isArray(term)) {\n term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this)\n return this\n }\n\n var clause = options || {}\n clause.term = term.toString()\n\n this.clause(clause)\n\n return this\n}\nlunr.QueryParseError = function (message, start, end) {\n this.name = \"QueryParseError\"\n this.message = message\n this.start = start\n this.end = end\n}\n\nlunr.QueryParseError.prototype = new Error\nlunr.QueryLexer = function (str) {\n this.lexemes = []\n this.str = str\n this.length = str.length\n this.pos = 0\n this.start = 0\n this.escapeCharPositions = []\n}\n\nlunr.QueryLexer.prototype.run = function () {\n var state = lunr.QueryLexer.lexText\n\n while (state) {\n state = state(this)\n }\n}\n\nlunr.QueryLexer.prototype.sliceString = function () {\n var subSlices = [],\n sliceStart = this.start,\n sliceEnd = this.pos\n\n for (var i = 0; i < this.escapeCharPositions.length; i++) {\n sliceEnd = this.escapeCharPositions[i]\n subSlices.push(this.str.slice(sliceStart, sliceEnd))\n sliceStart = sliceEnd + 1\n }\n\n subSlices.push(this.str.slice(sliceStart, this.pos))\n this.escapeCharPositions.length = 0\n\n return subSlices.join('')\n}\n\nlunr.QueryLexer.prototype.emit = function (type) {\n this.lexemes.push({\n type: type,\n str: this.sliceString(),\n start: this.start,\n end: this.pos\n })\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.escapeCharacter = function () {\n this.escapeCharPositions.push(this.pos - 1)\n this.pos += 1\n}\n\nlunr.QueryLexer.prototype.next = function () {\n if (this.pos >= this.length) {\n return lunr.QueryLexer.EOS\n }\n\n var char = this.str.charAt(this.pos)\n this.pos += 1\n return char\n}\n\nlunr.QueryLexer.prototype.width = function () {\n return this.pos - this.start\n}\n\nlunr.QueryLexer.prototype.ignore = function () {\n if (this.start == this.pos) {\n this.pos += 1\n }\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.backup = function () {\n this.pos -= 1\n}\n\nlunr.QueryLexer.prototype.acceptDigitRun = function () {\n var char, charCode\n\n do {\n char = this.next()\n charCode = char.charCodeAt(0)\n } while (charCode > 47 && charCode < 58)\n\n if (char != lunr.QueryLexer.EOS) {\n this.backup()\n }\n}\n\nlunr.QueryLexer.prototype.more = function () {\n return this.pos < this.length\n}\n\nlunr.QueryLexer.EOS = 'EOS'\nlunr.QueryLexer.FIELD = 'FIELD'\nlunr.QueryLexer.TERM = 'TERM'\nlunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE'\nlunr.QueryLexer.BOOST = 'BOOST'\nlunr.QueryLexer.PRESENCE = 'PRESENCE'\n\nlunr.QueryLexer.lexField = function (lexer) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.FIELD)\n lexer.ignore()\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexTerm = function (lexer) {\n if (lexer.width() > 1) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.TERM)\n }\n\n lexer.ignore()\n\n if (lexer.more()) {\n return lunr.QueryLexer.lexText\n }\n}\n\nlunr.QueryLexer.lexEditDistance = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.EDIT_DISTANCE)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexBoost = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.BOOST)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexEOS = function (lexer) {\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n}\n\n// This matches the separator used when tokenising fields\n// within a document. These should match otherwise it is\n// not possible to search for some tokens within a document.\n//\n// It is possible for the user to change the separator on the\n// tokenizer so it _might_ clash with any other of the special\n// characters already used within the search string, e.g. :.\n//\n// This means that it is possible to change the separator in\n// such a way that makes some words unsearchable using a search\n// string.\nlunr.QueryLexer.termSeparator = lunr.tokenizer.separator\n\nlunr.QueryLexer.lexText = function (lexer) {\n while (true) {\n var char = lexer.next()\n\n if (char == lunr.QueryLexer.EOS) {\n return lunr.QueryLexer.lexEOS\n }\n\n // Escape character is '\\'\n if (char.charCodeAt(0) == 92) {\n lexer.escapeCharacter()\n continue\n }\n\n if (char == \":\") {\n return lunr.QueryLexer.lexField\n }\n\n if (char == \"~\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexEditDistance\n }\n\n if (char == \"^\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexBoost\n }\n\n // \"+\" indicates term presence is required\n // checking for length to ensure that only\n // leading \"+\" are considered\n if (char == \"+\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n // \"-\" indicates term presence is prohibited\n // checking for length to ensure that only\n // leading \"-\" are considered\n if (char == \"-\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n if (char.match(lunr.QueryLexer.termSeparator)) {\n return lunr.QueryLexer.lexTerm\n }\n }\n}\n\nlunr.QueryParser = function (str, query) {\n this.lexer = new lunr.QueryLexer (str)\n this.query = query\n this.currentClause = {}\n this.lexemeIdx = 0\n}\n\nlunr.QueryParser.prototype.parse = function () {\n this.lexer.run()\n this.lexemes = this.lexer.lexemes\n\n var state = lunr.QueryParser.parseClause\n\n while (state) {\n state = state(this)\n }\n\n return this.query\n}\n\nlunr.QueryParser.prototype.peekLexeme = function () {\n return this.lexemes[this.lexemeIdx]\n}\n\nlunr.QueryParser.prototype.consumeLexeme = function () {\n var lexeme = this.peekLexeme()\n this.lexemeIdx += 1\n return lexeme\n}\n\nlunr.QueryParser.prototype.nextClause = function () {\n var completedClause = this.currentClause\n this.query.clause(completedClause)\n this.currentClause = {}\n}\n\nlunr.QueryParser.parseClause = function (parser) {\n var lexeme = parser.peekLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.type) {\n case lunr.QueryLexer.PRESENCE:\n return lunr.QueryParser.parsePresence\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expected either a field or a term, found \" + lexeme.type\n\n if (lexeme.str.length >= 1) {\n errorMessage += \" with value '\" + lexeme.str + \"'\"\n }\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n}\n\nlunr.QueryParser.parsePresence = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.str) {\n case \"-\":\n parser.currentClause.presence = lunr.Query.presence.PROHIBITED\n break\n case \"+\":\n parser.currentClause.presence = lunr.Query.presence.REQUIRED\n break\n default:\n var errorMessage = \"unrecognised presence operator'\" + lexeme.str + \"'\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term or field, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term or field, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseField = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n if (parser.query.allFields.indexOf(lexeme.str) == -1) {\n var possibleFields = parser.query.allFields.map(function (f) { return \"'\" + f + \"'\" }).join(', '),\n errorMessage = \"unrecognised field '\" + lexeme.str + \"', possible fields: \" + possibleFields\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.fields = [lexeme.str]\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseTerm = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n parser.currentClause.term = lexeme.str.toLowerCase()\n\n if (lexeme.str.indexOf(\"*\") != -1) {\n parser.currentClause.usePipeline = false\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseEditDistance = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var editDistance = parseInt(lexeme.str, 10)\n\n if (isNaN(editDistance)) {\n var errorMessage = \"edit distance must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.editDistance = editDistance\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseBoost = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var boost = parseInt(lexeme.str, 10)\n\n if (isNaN(boost)) {\n var errorMessage = \"boost must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.boost = boost\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\n /**\n * export the module via AMD, CommonJS or as a browser global\n * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js\n */\n ;(function (root, factory) {\n if (true) {\n // AMD. Register as an anonymous module.\n !(__WEBPACK_AMD_DEFINE_FACTORY__ = (factory),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?\n\t\t(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :\n\t\t__WEBPACK_AMD_DEFINE_FACTORY__),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))\n } else {}\n }(this, function () {\n /**\n * Just return a value to define the module export.\n * This example returns an object, but the module\n * can return a function as the exported value.\n */\n return lunr\n }))\n})();\n\n\n//# sourceURL=webpack:///../node_modules/lunr/lunr.js?"); - -/***/ }), - -/***/ "./default/assets/css/main.sass": -/*!**************************************!*\ - !*** ./default/assets/css/main.sass ***! - \**************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack:///./default/assets/css/main.sass?"); - -/***/ }), - -/***/ "./default/assets/js/src/bootstrap.ts": -/*!********************************************!*\ - !*** ./default/assets/js/src/bootstrap.ts ***! - \********************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typedoc/Application */ \"./default/assets/js/src/typedoc/Application.ts\");\n/* harmony import */ var _typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./typedoc/components/MenuHighlight */ \"./default/assets/js/src/typedoc/components/MenuHighlight.ts\");\n/* harmony import */ var _typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./typedoc/components/Search */ \"./default/assets/js/src/typedoc/components/Search.ts\");\n/* harmony import */ var _typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./typedoc/components/Signature */ \"./default/assets/js/src/typedoc/components/Signature.ts\");\n/* harmony import */ var _typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./typedoc/components/Toggle */ \"./default/assets/js/src/typedoc/components/Toggle.ts\");\n/* harmony import */ var _typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./typedoc/components/Filter */ \"./default/assets/js/src/typedoc/components/Filter.ts\");\n/* harmony import */ var _css_main_sass__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../css/main.sass */ \"./default/assets/css/main.sass\");\n\n\n\n\n\n\n\n(0,_typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__.initSearch)();\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__.MenuHighlight, \".menu-highlight\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__.Signature, \".tsd-signatures\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__.Toggle, \"a[data-toggle]\");\nif (_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter.isSupported()) {\n (0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter, \"#tsd-filter\");\n}\nelse {\n document.documentElement.classList.add(\"no-filter\");\n}\nvar app = new _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.Application();\nObject.defineProperty(window, \"app\", { value: app });\n\n\n//# sourceURL=webpack:///./default/assets/js/src/bootstrap.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/Application.ts": -/*!******************************************************!*\ - !*** ./default/assets/js/src/typedoc/Application.ts ***! - \******************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"registerComponent\": () => /* binding */ registerComponent,\n/* harmony export */ \"Application\": () => /* binding */ Application\n/* harmony export */ });\n/**\n * List of all known components.\n */\nvar components = [];\n/**\n * Register a new component.\n */\nfunction registerComponent(constructor, selector) {\n components.push({\n selector: selector,\n constructor: constructor,\n });\n}\n/**\n * TypeDoc application class.\n */\nvar Application = /** @class */ (function () {\n /**\n * Create a new Application instance.\n */\n function Application() {\n this.createComponents(document.body);\n }\n /**\n * Create all components beneath the given jQuery element.\n */\n Application.prototype.createComponents = function (context) {\n components.forEach(function (c) {\n context.querySelectorAll(c.selector).forEach(function (el) {\n if (!el.dataset.hasInstance) {\n new c.constructor({ el: el });\n el.dataset.hasInstance = String(true);\n }\n });\n });\n };\n return Application;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Application.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/Component.ts": -/*!****************************************************!*\ - !*** ./default/assets/js/src/typedoc/Component.ts ***! - \****************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Component\": () => /* binding */ Component\n/* harmony export */ });\n/**\n * TypeDoc component class.\n */\nvar Component = /** @class */ (function () {\n function Component(options) {\n this.el = options.el;\n }\n return Component;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Component.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/EventTarget.ts": -/*!******************************************************!*\ - !*** ./default/assets/js/src/typedoc/EventTarget.ts ***! - \******************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"EventTarget\": () => /* binding */ EventTarget\n/* harmony export */ });\n/**\n * TypeDoc event target class.\n */\nvar EventTarget = /** @class */ (function () {\n function EventTarget() {\n this.listeners = {};\n }\n EventTarget.prototype.addEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(callback);\n };\n EventTarget.prototype.removeEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n return;\n }\n var stack = this.listeners[type];\n for (var i = 0, l = stack.length; i < l; i++) {\n if (stack[i] === callback) {\n stack.splice(i, 1);\n return;\n }\n }\n };\n EventTarget.prototype.dispatchEvent = function (event) {\n if (!(event.type in this.listeners)) {\n return true;\n }\n var stack = this.listeners[event.type].slice();\n for (var i = 0, l = stack.length; i < l; i++) {\n stack[i].call(this, event);\n }\n return !event.defaultPrevented;\n };\n return EventTarget;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/EventTarget.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Filter.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Filter.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Filter\": () => /* binding */ Filter\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar FilterItem = /** @class */ (function () {\n function FilterItem(key, value) {\n this.key = key;\n this.value = value;\n this.defaultValue = value;\n this.initialize();\n if (window.localStorage[this.key]) {\n this.setValue(this.fromLocalStorage(window.localStorage[this.key]));\n }\n }\n FilterItem.prototype.initialize = function () { };\n FilterItem.prototype.setValue = function (value) {\n if (this.value == value)\n return;\n var oldValue = this.value;\n this.value = value;\n window.localStorage[this.key] = this.toLocalStorage(value);\n this.handleValueChange(oldValue, value);\n };\n return FilterItem;\n}());\nvar FilterItemCheckbox = /** @class */ (function (_super) {\n __extends(FilterItemCheckbox, _super);\n function FilterItemCheckbox() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemCheckbox.prototype.initialize = function () {\n var _this = this;\n var checkbox = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!checkbox)\n return;\n this.checkbox = checkbox;\n this.checkbox.addEventListener(\"change\", function () {\n _this.setValue(_this.checkbox.checked);\n });\n };\n FilterItemCheckbox.prototype.handleValueChange = function (oldValue, newValue) {\n if (!this.checkbox)\n return;\n this.checkbox.checked = this.value;\n document.documentElement.classList.toggle(\"toggle-\" + this.key, this.value != this.defaultValue);\n };\n FilterItemCheckbox.prototype.fromLocalStorage = function (value) {\n return value == \"true\";\n };\n FilterItemCheckbox.prototype.toLocalStorage = function (value) {\n return value ? \"true\" : \"false\";\n };\n return FilterItemCheckbox;\n}(FilterItem));\nvar FilterItemSelect = /** @class */ (function (_super) {\n __extends(FilterItemSelect, _super);\n function FilterItemSelect() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemSelect.prototype.initialize = function () {\n var _this = this;\n document.documentElement.classList.add(\"toggle-\" + this.key + this.value);\n var select = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!select)\n return;\n this.select = select;\n var onActivate = function () {\n _this.select.classList.add(\"active\");\n };\n var onDeactivate = function () {\n _this.select.classList.remove(\"active\");\n };\n this.select.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, onActivate);\n this.select.addEventListener(\"mouseover\", onActivate);\n this.select.addEventListener(\"mouseleave\", onDeactivate);\n this.select.querySelectorAll(\"li\").forEach(function (el) {\n el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n select.classList.remove(\"active\");\n _this.setValue(e.target.dataset.value || \"\");\n });\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n if (_this.select.contains(e.target))\n return;\n _this.select.classList.remove(\"active\");\n });\n };\n FilterItemSelect.prototype.handleValueChange = function (oldValue, newValue) {\n this.select.querySelectorAll(\"li.selected\").forEach(function (el) {\n el.classList.remove(\"selected\");\n });\n var selected = this.select.querySelector('li[data-value=\"' + newValue + '\"]');\n var label = this.select.querySelector(\".tsd-select-label\");\n if (selected && label) {\n selected.classList.add(\"selected\");\n label.textContent = selected.textContent;\n }\n document.documentElement.classList.remove(\"toggle-\" + oldValue);\n document.documentElement.classList.add(\"toggle-\" + newValue);\n };\n FilterItemSelect.prototype.fromLocalStorage = function (value) {\n return value;\n };\n FilterItemSelect.prototype.toLocalStorage = function (value) {\n return value;\n };\n return FilterItemSelect;\n}(FilterItem));\nvar Filter = /** @class */ (function (_super) {\n __extends(Filter, _super);\n function Filter(options) {\n var _this = _super.call(this, options) || this;\n _this.optionVisibility = new FilterItemSelect(\"visibility\", \"private\");\n _this.optionInherited = new FilterItemCheckbox(\"inherited\", true);\n _this.optionExternals = new FilterItemCheckbox(\"externals\", true);\n return _this;\n }\n Filter.isSupported = function () {\n try {\n return typeof window.localStorage != \"undefined\";\n }\n catch (e) {\n return false;\n }\n };\n return Filter;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Filter.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/MenuHighlight.ts": -/*!*******************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/MenuHighlight.ts ***! - \*******************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"MenuHighlight\": () => /* binding */ MenuHighlight\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Manages the sticky state of the navigation and moves the highlight\n * to the current navigation item.\n */\nvar MenuHighlight = /** @class */ (function (_super) {\n __extends(MenuHighlight, _super);\n /**\n * Create a new MenuHighlight instance.\n *\n * @param options Backbone view constructor options.\n */\n function MenuHighlight(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of all discovered anchors.\n */\n _this.anchors = [];\n /**\n * Index of the currently highlighted anchor.\n */\n _this.index = -1;\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"resize\", function () { return _this.onResize(); });\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"scroll\", function (e) { return _this.onScroll(e); });\n _this.createAnchors();\n return _this;\n }\n /**\n * Find all anchors on the current page.\n */\n MenuHighlight.prototype.createAnchors = function () {\n var _this = this;\n var base = window.location.href;\n if (base.indexOf(\"#\") != -1) {\n base = base.substr(0, base.indexOf(\"#\"));\n }\n this.el.querySelectorAll(\"a\").forEach(function (el) {\n var href = el.href;\n if (href.indexOf(\"#\") == -1)\n return;\n if (href.substr(0, base.length) != base)\n return;\n var hash = href.substr(href.indexOf(\"#\") + 1);\n var anchor = document.querySelector(\"a.tsd-anchor[name=\" + hash + \"]\");\n var link = el.parentNode;\n if (!anchor || !link)\n return;\n _this.anchors.push({\n link: link,\n anchor: anchor,\n position: 0,\n });\n });\n this.onResize();\n };\n /**\n * Triggered after the viewport was resized.\n */\n MenuHighlight.prototype.onResize = function () {\n var anchor;\n for (var index = 0, count = this.anchors.length; index < count; index++) {\n anchor = this.anchors[index];\n var rect = anchor.anchor.getBoundingClientRect();\n anchor.position = rect.top + document.body.scrollTop;\n }\n this.anchors.sort(function (a, b) {\n return a.position - b.position;\n });\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.scrollTop,\n },\n });\n this.onScroll(event);\n };\n /**\n * Triggered after the viewport was scrolled.\n *\n * @param event The custom event with the current vertical scroll position.\n */\n MenuHighlight.prototype.onScroll = function (event) {\n var scrollTop = event.detail.scrollTop + 5;\n var anchors = this.anchors;\n var count = anchors.length - 1;\n var index = this.index;\n while (index > -1 && anchors[index].position > scrollTop) {\n index -= 1;\n }\n while (index < count && anchors[index + 1].position < scrollTop) {\n index += 1;\n }\n if (this.index != index) {\n if (this.index > -1)\n this.anchors[this.index].link.classList.remove(\"focus\");\n this.index = index;\n if (this.index > -1)\n this.anchors[this.index].link.classList.add(\"focus\");\n }\n };\n return MenuHighlight;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/MenuHighlight.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Search.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Search.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"initSearch\": () => /* binding */ initSearch\n/* harmony export */ });\n/* harmony import */ var _utils_debounce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/debounce */ \"./default/assets/js/src/typedoc/utils/debounce.ts\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lunr */ \"../node_modules/lunr/lunr.js\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lunr__WEBPACK_IMPORTED_MODULE_1__);\n\n\nfunction initSearch() {\n var searchEl = document.getElementById(\"tsd-search\");\n if (!searchEl)\n return;\n var searchScript = document.getElementById(\"search-script\");\n searchEl.classList.add(\"loading\");\n if (searchScript) {\n searchScript.addEventListener(\"error\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"failure\");\n });\n searchScript.addEventListener(\"load\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n });\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n }\n }\n var field = document.querySelector(\"#tsd-search-field\");\n var results = document.querySelector(\".results\");\n if (!field || !results) {\n throw new Error(\"The input field or the result list wrapper was not found\");\n }\n var resultClicked = false;\n results.addEventListener(\"mousedown\", function () { return (resultClicked = true); });\n results.addEventListener(\"mouseup\", function () {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n });\n field.addEventListener(\"focus\", function () { return searchEl.classList.add(\"has-focus\"); });\n field.addEventListener(\"blur\", function () {\n if (!resultClicked) {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n }\n });\n var state = {\n base: searchEl.dataset.base + \"/\",\n };\n bindEvents(searchEl, results, field, state);\n}\nfunction bindEvents(searchEl, results, field, state) {\n field.addEventListener(\"input\", (0,_utils_debounce__WEBPACK_IMPORTED_MODULE_0__.debounce)(function () {\n updateResults(searchEl, results, field, state);\n }, 200));\n var preventPress = false;\n field.addEventListener(\"keydown\", function (e) {\n preventPress = true;\n if (e.key == \"Enter\") {\n gotoCurrentResult(results, field);\n }\n else if (e.key == \"Escape\") {\n field.blur();\n }\n else if (e.key == \"ArrowUp\") {\n setCurrentResult(results, -1);\n }\n else if (e.key === \"ArrowDown\") {\n setCurrentResult(results, 1);\n }\n else {\n preventPress = false;\n }\n });\n field.addEventListener(\"keypress\", function (e) {\n if (preventPress)\n e.preventDefault();\n });\n /**\n * Start searching by pressing slash.\n */\n document.body.addEventListener(\"keydown\", function (e) {\n if (e.altKey || e.ctrlKey || e.metaKey)\n return;\n if (!field.matches(\":focus\") && e.key === \"/\") {\n field.focus();\n e.preventDefault();\n }\n });\n}\nfunction checkIndex(state, searchEl) {\n if (state.index)\n return;\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n state.data = window.searchData;\n state.index = lunr__WEBPACK_IMPORTED_MODULE_1__.Index.load(window.searchData.index);\n }\n}\nfunction updateResults(searchEl, results, query, state) {\n checkIndex(state, searchEl);\n // Don't clear results if loading state is not ready,\n // because loading or error message can be removed.\n if (!state.index || !state.data)\n return;\n results.textContent = \"\";\n var searchText = query.value.trim();\n // Perform a wildcard search\n var res = state.index.search(\"*\" + searchText + \"*\");\n for (var i = 0, c = Math.min(10, res.length); i < c; i++) {\n var row = state.data.rows[Number(res[i].ref)];\n // Bold the matched part of the query in the search results\n var name_1 = boldMatches(row.name, searchText);\n if (row.parent) {\n name_1 = \"\" + boldMatches(row.parent, searchText) + \".\" + name_1;\n }\n var item = document.createElement(\"li\");\n item.classList.value = row.classes;\n var anchor = document.createElement(\"a\");\n anchor.href = state.base + row.url;\n anchor.classList.add(\"tsd-kind-icon\");\n anchor.innerHTML = name_1;\n item.append(anchor);\n results.appendChild(item);\n }\n}\n/**\n * Move the highlight within the result set.\n */\nfunction setCurrentResult(results, dir) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(dir == 1 ? \"li:first-child\" : \"li:last-child\");\n if (current) {\n current.classList.add(\"current\");\n }\n }\n else {\n var rel = dir == 1\n ? current.nextElementSibling\n : current.previousElementSibling;\n if (rel) {\n current.classList.remove(\"current\");\n rel.classList.add(\"current\");\n }\n }\n}\n/**\n * Navigate to the highlighted result.\n */\nfunction gotoCurrentResult(results, field) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(\"li:first-child\");\n }\n if (current) {\n var link = current.querySelector(\"a\");\n if (link) {\n window.location.href = link.href;\n }\n field.blur();\n }\n}\nfunction boldMatches(text, search) {\n if (search === \"\") {\n return text;\n }\n var lowerText = text.toLocaleLowerCase();\n var lowerSearch = search.toLocaleLowerCase();\n var parts = [];\n var lastIndex = 0;\n var index = lowerText.indexOf(lowerSearch);\n while (index != -1) {\n parts.push(escapeHtml(text.substring(lastIndex, index)), \"\" + escapeHtml(text.substring(index, index + lowerSearch.length)) + \"\");\n lastIndex = index + lowerSearch.length;\n index = lowerText.indexOf(lowerSearch, lastIndex);\n }\n parts.push(escapeHtml(text.substring(lastIndex)));\n return parts.join(\"\");\n}\nvar SPECIAL_HTML = {\n \"&\": \"&\",\n \"<\": \"<\",\n \">\": \">\",\n \"'\": \"'\",\n '\"': \""\",\n};\nfunction escapeHtml(text) {\n return text.replace(/[&<>\"'\"]/g, function (match) { return SPECIAL_HTML[match]; });\n}\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Search.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Signature.ts": -/*!***************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Signature.ts ***! - \***************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Signature\": () => /* binding */ Signature\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Holds a signature and its description.\n */\nvar SignatureGroup = /** @class */ (function () {\n /**\n * Create a new SignatureGroup instance.\n *\n * @param signature The target signature.\n * @param description The description for the signature.\n */\n function SignatureGroup(signature, description) {\n this.signature = signature;\n this.description = description;\n }\n /**\n * Add the given class to all elements of the group.\n *\n * @param className The class name to add.\n */\n SignatureGroup.prototype.addClass = function (className) {\n this.signature.classList.add(className);\n this.description.classList.add(className);\n return this;\n };\n /**\n * Remove the given class from all elements of the group.\n *\n * @param className The class name to remove.\n */\n SignatureGroup.prototype.removeClass = function (className) {\n this.signature.classList.remove(className);\n this.description.classList.remove(className);\n return this;\n };\n return SignatureGroup;\n}());\n/**\n * Controls the tab like behaviour of methods and functions with multiple signatures.\n */\nvar Signature = /** @class */ (function (_super) {\n __extends(Signature, _super);\n /**\n * Create a new Signature instance.\n *\n * @param options Backbone view constructor options.\n */\n function Signature(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of found signature groups.\n */\n _this.groups = [];\n /**\n * The index of the currently displayed signature.\n */\n _this.index = -1;\n _this.createGroups();\n if (_this.container) {\n _this.el.classList.add(\"active\");\n Array.from(_this.el.children).forEach(function (signature) {\n signature.addEventListener(\"touchstart\", function (event) {\n return _this.onClick(event);\n });\n signature.addEventListener(\"click\", function (event) {\n return _this.onClick(event);\n });\n });\n _this.container.classList.add(\"active\");\n _this.setIndex(0);\n }\n return _this;\n }\n /**\n * Set the index of the active signature.\n *\n * @param index The index of the signature to activate.\n */\n Signature.prototype.setIndex = function (index) {\n if (index < 0)\n index = 0;\n if (index > this.groups.length - 1)\n index = this.groups.length - 1;\n if (this.index == index)\n return;\n var to = this.groups[index];\n if (this.index > -1) {\n var from_1 = this.groups[this.index];\n from_1.removeClass(\"current\").addClass(\"fade-out\");\n to.addClass(\"current\");\n to.addClass(\"fade-in\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n setTimeout(function () {\n from_1.removeClass(\"fade-out\");\n to.removeClass(\"fade-in\");\n }, 300);\n }\n else {\n to.addClass(\"current\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n }\n this.index = index;\n };\n /**\n * Find all signature/description groups.\n */\n Signature.prototype.createGroups = function () {\n var signatures = this.el.children;\n if (signatures.length < 2)\n return;\n this.container = this.el.nextElementSibling;\n var descriptions = this.container.children;\n this.groups = [];\n for (var index = 0; index < signatures.length; index++) {\n this.groups.push(new SignatureGroup(signatures[index], descriptions[index]));\n }\n };\n /**\n * Triggered when the user clicks onto a signature header.\n *\n * @param e The related event object.\n */\n Signature.prototype.onClick = function (e) {\n var _this = this;\n this.groups.forEach(function (group, index) {\n if (group.signature === e.currentTarget) {\n _this.setIndex(index);\n }\n });\n };\n return Signature;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Signature.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Toggle.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Toggle.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Toggle\": () => /* binding */ Toggle\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar Toggle = /** @class */ (function (_super) {\n __extends(Toggle, _super);\n function Toggle(options) {\n var _this = _super.call(this, options) || this;\n _this.className = _this.el.dataset.toggle || \"\";\n _this.el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) { return _this.onPointerUp(e); });\n _this.el.addEventListener(\"click\", function (e) { return e.preventDefault(); });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n return _this.onDocumentPointerDown(e);\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n return _this.onDocumentPointerUp(e);\n });\n return _this;\n }\n Toggle.prototype.setActive = function (value) {\n if (this.active == value)\n return;\n this.active = value;\n document.documentElement.classList.toggle(\"has-\" + this.className, value);\n this.el.classList.toggle(\"active\", value);\n var transition = (this.active ? \"to-has-\" : \"from-has-\") + this.className;\n document.documentElement.classList.add(transition);\n setTimeout(function () { return document.documentElement.classList.remove(transition); }, 500);\n };\n Toggle.prototype.onPointerUp = function (event) {\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n this.setActive(true);\n event.preventDefault();\n };\n Toggle.prototype.onDocumentPointerDown = function (e) {\n if (this.active) {\n if (e.target.closest(\".col-menu, .tsd-filter-group\")) {\n return;\n }\n this.setActive(false);\n }\n };\n Toggle.prototype.onDocumentPointerUp = function (e) {\n var _this = this;\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n if (this.active) {\n if (e.target.closest(\".col-menu\")) {\n var link = e.target.closest(\"a\");\n if (link) {\n var href = window.location.href;\n if (href.indexOf(\"#\") != -1) {\n href = href.substr(0, href.indexOf(\"#\"));\n }\n if (link.href.substr(0, href.length) == href) {\n setTimeout(function () { return _this.setActive(false); }, 250);\n }\n }\n }\n }\n };\n return Toggle;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Toggle.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/services/Viewport.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/services/Viewport.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Viewport\": () => /* binding */ Viewport\n/* harmony export */ });\n/* harmony import */ var _EventTarget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../EventTarget */ \"./default/assets/js/src/typedoc/EventTarget.ts\");\n/* harmony import */ var _utils_trottle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/trottle */ \"./default/assets/js/src/typedoc/utils/trottle.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * A global service that monitors the window size and scroll position.\n */\nvar Viewport = /** @class */ (function (_super) {\n __extends(Viewport, _super);\n /**\n * Create new Viewport instance.\n */\n function Viewport() {\n var _this = _super.call(this) || this;\n /**\n * The current scroll position.\n */\n _this.scrollTop = 0;\n /**\n * The previous scrollTop.\n */\n _this.lastY = 0;\n /**\n * The width of the window.\n */\n _this.width = 0;\n /**\n * The height of the window.\n */\n _this.height = 0;\n /**\n * Boolean indicating whether the toolbar is shown.\n */\n _this.showToolbar = true;\n _this.toolbar = (document.querySelector(\".tsd-page-toolbar\"));\n _this.secondaryNav = (document.querySelector(\".tsd-navigation.secondary\"));\n window.addEventListener(\"scroll\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onScroll(); }, 10));\n window.addEventListener(\"resize\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onResize(); }, 10));\n _this.onResize();\n _this.onScroll();\n return _this;\n }\n /**\n * Trigger a resize event.\n */\n Viewport.prototype.triggerResize = function () {\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the size of the window has changed.\n */\n Viewport.prototype.onResize = function () {\n this.width = window.innerWidth || 0;\n this.height = window.innerHeight || 0;\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the user scrolled the viewport.\n */\n Viewport.prototype.onScroll = function () {\n this.scrollTop = window.scrollY || 0;\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: this.scrollTop,\n },\n });\n this.dispatchEvent(event);\n this.hideShowToolbar();\n };\n /**\n * Handle hiding/showing of the toolbar.\n */\n Viewport.prototype.hideShowToolbar = function () {\n var isShown = this.showToolbar;\n this.showToolbar = this.lastY >= this.scrollTop || this.scrollTop <= 0;\n if (isShown !== this.showToolbar) {\n this.toolbar.classList.toggle(\"tsd-page-toolbar--hide\");\n this.secondaryNav.classList.toggle(\"tsd-navigation--toolbar-hide\");\n }\n this.lastY = this.scrollTop;\n };\n Viewport.instance = new Viewport();\n return Viewport;\n}(_EventTarget__WEBPACK_IMPORTED_MODULE_0__.EventTarget));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/services/Viewport.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/debounce.ts": -/*!*********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/debounce.ts ***! - \*********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"debounce\": () => /* binding */ debounce\n/* harmony export */ });\nvar debounce = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var timeout;\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n clearTimeout(timeout);\n timeout = setTimeout(function () { return fn(args); }, wait);\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/debounce.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/pointer.ts": -/*!********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/pointer.ts ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"pointerDown\": () => /* binding */ pointerDown,\n/* harmony export */ \"pointerMove\": () => /* binding */ pointerMove,\n/* harmony export */ \"pointerUp\": () => /* binding */ pointerUp,\n/* harmony export */ \"pointerDownPosition\": () => /* binding */ pointerDownPosition,\n/* harmony export */ \"preventNextClick\": () => /* binding */ preventNextClick,\n/* harmony export */ \"isPointerDown\": () => /* binding */ isPointerDown,\n/* harmony export */ \"isPointerTouch\": () => /* binding */ isPointerTouch,\n/* harmony export */ \"hasPointerMoved\": () => /* binding */ hasPointerMoved,\n/* harmony export */ \"isMobile\": () => /* binding */ isMobile\n/* harmony export */ });\n/**\n * Event name of the pointer down event.\n */\nvar pointerDown = \"mousedown\";\n/**\n * Event name of the pointer move event.\n */\nvar pointerMove = \"mousemove\";\n/**\n * Event name of the pointer up event.\n */\nvar pointerUp = \"mouseup\";\n/**\n * Position the pointer was pressed at.\n */\nvar pointerDownPosition = { x: 0, y: 0 };\n/**\n * Should the next click on the document be supressed?\n */\nvar preventNextClick = false;\n/**\n * Is the pointer down?\n */\nvar isPointerDown = false;\n/**\n * Is the pointer a touch point?\n */\nvar isPointerTouch = false;\n/**\n * Did the pointer move since the last down event?\n */\nvar hasPointerMoved = false;\n/**\n * Is the user agent a mobile agent?\n */\nvar isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);\ndocument.documentElement.classList.add(isMobile ? \"is-mobile\" : \"not-mobile\");\nif (isMobile && \"ontouchstart\" in document.documentElement) {\n isPointerTouch = true;\n pointerDown = \"touchstart\";\n pointerMove = \"touchmove\";\n pointerUp = \"touchend\";\n}\ndocument.addEventListener(pointerDown, function (e) {\n isPointerDown = true;\n hasPointerMoved = false;\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n pointerDownPosition.y = t.pageY || 0;\n pointerDownPosition.x = t.pageX || 0;\n});\ndocument.addEventListener(pointerMove, function (e) {\n if (!isPointerDown)\n return;\n if (!hasPointerMoved) {\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n var x = pointerDownPosition.x - (t.pageX || 0);\n var y = pointerDownPosition.y - (t.pageY || 0);\n hasPointerMoved = Math.sqrt(x * x + y * y) > 10;\n }\n});\ndocument.addEventListener(pointerUp, function () {\n isPointerDown = false;\n});\ndocument.addEventListener(\"click\", function (e) {\n if (preventNextClick) {\n e.preventDefault();\n e.stopImmediatePropagation();\n preventNextClick = false;\n }\n});\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/pointer.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/trottle.ts": -/*!********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/trottle.ts ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"throttle\": () => /* binding */ throttle\n/* harmony export */ });\nvar throttle = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var time = Date.now();\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n if (time + wait - Date.now() < 0) {\n fn.apply(void 0, args);\n time = Date.now();\n }\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/trottle.ts?"); - -/***/ }) - -/******/ }); -/************************************************************************/ -/******/ // The module cache -/******/ var __webpack_module_cache__ = {}; -/******/ -/******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ // Check if module is in cache -/******/ if(__webpack_module_cache__[moduleId]) { -/******/ return __webpack_module_cache__[moduleId].exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = __webpack_module_cache__[moduleId] = { -/******/ // no module.id needed -/******/ // no module.loaded needed -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/************************************************************************/ -/******/ /* webpack/runtime/compat get default export */ -/******/ (() => { -/******/ // getDefaultExport function for compatibility with non-harmony modules -/******/ __webpack_require__.n = (module) => { -/******/ var getter = module && module.__esModule ? -/******/ () => module['default'] : -/******/ () => module; -/******/ __webpack_require__.d(getter, { a: getter }); -/******/ return getter; -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/define property getters */ -/******/ (() => { -/******/ // define getter functions for harmony exports -/******/ __webpack_require__.d = (exports, definition) => { -/******/ for(var key in definition) { -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); -/******/ } -/******/ } -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/hasOwnProperty shorthand */ -/******/ (() => { -/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) -/******/ })(); -/******/ -/******/ /* webpack/runtime/make namespace object */ -/******/ (() => { -/******/ // define __esModule on exports -/******/ __webpack_require__.r = (exports) => { -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); -/******/ } -/******/ Object.defineProperty(exports, '__esModule', { value: true }); -/******/ }; -/******/ })(); -/******/ -/************************************************************************/ -/******/ // startup -/******/ // Load entry module -/******/ __webpack_require__("./default/assets/js/src/bootstrap.ts"); -/******/ // This entry module used 'exports' so it can't be inlined -/******/ })() -; \ No newline at end of file diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js deleted file mode 100644 index ea159d9..0000000 --- a/docs/assets/js/search.js +++ /dev/null @@ -1 +0,0 @@ -window.searchData = {"kinds":{"1":"Module","2":"Namespace","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"axios","url":"modules/axios.html","classes":"tsd-kind-module"},{"id":1,"kind":1,"name":"cancel","url":"modules/cancel.html","classes":"tsd-kind-module"},{"id":2,"kind":128,"name":"RequestCanceledError","url":"classes/cancel.requestcancelederror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"cancel"},{"id":3,"kind":65536,"name":"__type","url":"classes/cancel.requestcancelederror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"cancel.RequestCanceledError"},{"id":4,"kind":512,"name":"constructor","url":"classes/cancel.requestcancelederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"cancel.RequestCanceledError"},{"id":5,"kind":1024,"name":"isCancel","url":"classes/cancel.requestcancelederror.html#iscancel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"cancel.RequestCanceledError"},{"id":6,"kind":64,"name":"isCancel","url":"modules/cancel.html#iscancel","classes":"tsd-kind-function tsd-parent-kind-module","parent":"cancel"},{"id":7,"kind":1,"name":"default","url":"modules/default.html","classes":"tsd-kind-module"},{"id":8,"kind":32,"name":"NO_REDIRECT","url":"modules/default.html#no_redirect","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"default"},{"id":9,"kind":32,"name":"DEFAULT_SCOPE","url":"modules/default.html#default_scope","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"default"},{"id":10,"kind":32,"name":"DEFAULT_UA","url":"modules/default.html#default_ua","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"default"},{"id":11,"kind":1,"name":"entities/account","url":"modules/entities_account.html","classes":"tsd-kind-module"},{"id":12,"kind":1,"name":"entities/activity","url":"modules/entities_activity.html","classes":"tsd-kind-module"},{"id":13,"kind":1,"name":"entities/application","url":"modules/entities_application.html","classes":"tsd-kind-module"},{"id":14,"kind":1,"name":"entities/attachment","url":"modules/entities_attachment.html","classes":"tsd-kind-module"},{"id":15,"kind":1,"name":"entities/card","url":"modules/entities_card.html","classes":"tsd-kind-module"},{"id":16,"kind":1,"name":"entities/context","url":"modules/entities_context.html","classes":"tsd-kind-module"},{"id":17,"kind":1,"name":"entities/conversation","url":"modules/entities_conversation.html","classes":"tsd-kind-module"},{"id":18,"kind":1,"name":"entities/emoji","url":"modules/entities_emoji.html","classes":"tsd-kind-module"},{"id":19,"kind":1,"name":"entities/featured_tag","url":"modules/entities_featured_tag.html","classes":"tsd-kind-module"},{"id":20,"kind":1,"name":"entities/field","url":"modules/entities_field.html","classes":"tsd-kind-module"},{"id":21,"kind":1,"name":"entities/filter","url":"modules/entities_filter.html","classes":"tsd-kind-module"},{"id":22,"kind":1,"name":"entities/history","url":"modules/entities_history.html","classes":"tsd-kind-module"},{"id":23,"kind":1,"name":"entities/identity_proof","url":"modules/entities_identity_proof.html","classes":"tsd-kind-module"},{"id":24,"kind":1,"name":"entities/instance","url":"modules/entities_instance.html","classes":"tsd-kind-module"},{"id":25,"kind":1,"name":"entities/list","url":"modules/entities_list.html","classes":"tsd-kind-module"},{"id":26,"kind":1,"name":"entities/marker","url":"modules/entities_marker.html","classes":"tsd-kind-module"},{"id":27,"kind":1,"name":"entities/mention","url":"modules/entities_mention.html","classes":"tsd-kind-module"},{"id":28,"kind":1,"name":"entities/notification","url":"modules/entities_notification.html","classes":"tsd-kind-module"},{"id":29,"kind":1,"name":"entities/poll","url":"modules/entities_poll.html","classes":"tsd-kind-module"},{"id":30,"kind":1,"name":"entities/poll_option","url":"modules/entities_poll_option.html","classes":"tsd-kind-module"},{"id":31,"kind":1,"name":"entities/preferences","url":"modules/entities_preferences.html","classes":"tsd-kind-module"},{"id":32,"kind":1,"name":"entities/push_subscription","url":"modules/entities_push_subscription.html","classes":"tsd-kind-module"},{"id":33,"kind":1,"name":"entities/reaction","url":"modules/entities_reaction.html","classes":"tsd-kind-module"},{"id":34,"kind":1,"name":"entities/relationship","url":"modules/entities_relationship.html","classes":"tsd-kind-module"},{"id":35,"kind":1,"name":"entities/report","url":"modules/entities_report.html","classes":"tsd-kind-module"},{"id":36,"kind":1,"name":"entities/results","url":"modules/entities_results.html","classes":"tsd-kind-module"},{"id":37,"kind":1,"name":"entities/scheduled_status","url":"modules/entities_scheduled_status.html","classes":"tsd-kind-module"},{"id":38,"kind":1,"name":"entities/source","url":"modules/entities_source.html","classes":"tsd-kind-module"},{"id":39,"kind":1,"name":"entities/stats","url":"modules/entities_stats.html","classes":"tsd-kind-module"},{"id":40,"kind":1,"name":"entities/status","url":"modules/entities_status.html","classes":"tsd-kind-module"},{"id":41,"kind":1,"name":"entities/status_params","url":"modules/entities_status_params.html","classes":"tsd-kind-module"},{"id":42,"kind":1,"name":"entities/tag","url":"modules/entities_tag.html","classes":"tsd-kind-module"},{"id":43,"kind":1,"name":"entities/token","url":"modules/entities_token.html","classes":"tsd-kind-module"},{"id":44,"kind":1,"name":"entities/urls","url":"modules/entities_urls.html","classes":"tsd-kind-module"},{"id":45,"kind":1,"name":"entity","url":"modules/entity.html","classes":"tsd-kind-module"},{"id":46,"kind":1,"name":"filter_context","url":"modules/filter_context.html","classes":"tsd-kind-module"},{"id":47,"kind":2,"name":"default","url":"modules/filter_context.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"filter_context"},{"id":48,"kind":32,"name":"Home","url":"modules/filter_context.default.html#home","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"filter_context.default"},{"id":49,"kind":32,"name":"Notifications","url":"modules/filter_context.default.html#notifications","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"filter_context.default"},{"id":50,"kind":32,"name":"Public","url":"modules/filter_context.default.html#public","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"filter_context.default"},{"id":51,"kind":32,"name":"Thread","url":"modules/filter_context.default.html#thread","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"filter_context.default"},{"id":52,"kind":32,"name":"Account","url":"modules/filter_context.default.html#account","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"filter_context.default"},{"id":53,"kind":1,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":54,"kind":1,"name":"mastodon/api_client","url":"modules/mastodon_api_client.html","classes":"tsd-kind-module"},{"id":55,"kind":2,"name":"default","url":"modules/mastodon_api_client.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/api_client"},{"id":56,"kind":256,"name":"Interface","url":"interfaces/mastodon_api_client.default.interface.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":57,"kind":2048,"name":"get","url":"interfaces/mastodon_api_client.default.interface.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":58,"kind":2048,"name":"put","url":"interfaces/mastodon_api_client.default.interface.html#put","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":59,"kind":2048,"name":"patch","url":"interfaces/mastodon_api_client.default.interface.html#patch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":60,"kind":2048,"name":"post","url":"interfaces/mastodon_api_client.default.interface.html#post","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":61,"kind":2048,"name":"del","url":"interfaces/mastodon_api_client.default.interface.html#del","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":62,"kind":2048,"name":"cancel","url":"interfaces/mastodon_api_client.default.interface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"mastodon/api_client.default.Interface"},{"id":63,"kind":2048,"name":"stream","url":"interfaces/mastodon_api_client.default.interface.html#stream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"mastodon/api_client.default.Interface"},{"id":64,"kind":2048,"name":"socket","url":"interfaces/mastodon_api_client.default.interface.html#socket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"mastodon/api_client.default.Interface"},{"id":65,"kind":128,"name":"Client","url":"classes/mastodon_api_client.default.client.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":66,"kind":1024,"name":"DEFAULT_SCOPE","url":"classes/mastodon_api_client.default.client.html#default_scope","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"mastodon/api_client.default.Client"},{"id":67,"kind":1024,"name":"DEFAULT_URL","url":"classes/mastodon_api_client.default.client.html#default_url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"mastodon/api_client.default.Client"},{"id":68,"kind":1024,"name":"NO_REDIRECT","url":"classes/mastodon_api_client.default.client.html#no_redirect","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"mastodon/api_client.default.Client"},{"id":69,"kind":512,"name":"constructor","url":"classes/mastodon_api_client.default.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":70,"kind":1024,"name":"accessToken","url":"classes/mastodon_api_client.default.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":71,"kind":1024,"name":"baseUrl","url":"classes/mastodon_api_client.default.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":72,"kind":1024,"name":"userAgent","url":"classes/mastodon_api_client.default.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":73,"kind":1024,"name":"cancelTokenSource","url":"classes/mastodon_api_client.default.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":74,"kind":1024,"name":"proxyConfig","url":"classes/mastodon_api_client.default.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":75,"kind":2048,"name":"get","url":"classes/mastodon_api_client.default.client.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":76,"kind":2048,"name":"put","url":"classes/mastodon_api_client.default.client.html#put","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":77,"kind":2048,"name":"patch","url":"classes/mastodon_api_client.default.client.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":78,"kind":2048,"name":"post","url":"classes/mastodon_api_client.default.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":79,"kind":2048,"name":"del","url":"classes/mastodon_api_client.default.client.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":80,"kind":2048,"name":"cancel","url":"classes/mastodon_api_client.default.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":81,"kind":2048,"name":"stream","url":"classes/mastodon_api_client.default.client.html#stream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":82,"kind":2048,"name":"socket","url":"classes/mastodon_api_client.default.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":83,"kind":2,"name":"Entity","url":"modules/mastodon_api_client.default.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":84,"kind":4194304,"name":"Account","url":"modules/mastodon_api_client.default.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":85,"kind":4194304,"name":"Activity","url":"modules/mastodon_api_client.default.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":86,"kind":4194304,"name":"Application","url":"modules/mastodon_api_client.default.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":87,"kind":4194304,"name":"Attachment","url":"modules/mastodon_api_client.default.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":88,"kind":4194304,"name":"Card","url":"modules/mastodon_api_client.default.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":89,"kind":4194304,"name":"Context","url":"modules/mastodon_api_client.default.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":90,"kind":4194304,"name":"Conversation","url":"modules/mastodon_api_client.default.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":91,"kind":4194304,"name":"Emoji","url":"modules/mastodon_api_client.default.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":92,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_api_client.default.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":93,"kind":4194304,"name":"Field","url":"modules/mastodon_api_client.default.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":94,"kind":4194304,"name":"Filter","url":"modules/mastodon_api_client.default.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":95,"kind":4194304,"name":"History","url":"modules/mastodon_api_client.default.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":96,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_api_client.default.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":97,"kind":4194304,"name":"Instance","url":"modules/mastodon_api_client.default.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":98,"kind":4194304,"name":"List","url":"modules/mastodon_api_client.default.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":99,"kind":4194304,"name":"Marker","url":"modules/mastodon_api_client.default.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":100,"kind":4194304,"name":"Mention","url":"modules/mastodon_api_client.default.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":101,"kind":4194304,"name":"Notification","url":"modules/mastodon_api_client.default.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":102,"kind":4194304,"name":"Poll","url":"modules/mastodon_api_client.default.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":103,"kind":4194304,"name":"PollOption","url":"modules/mastodon_api_client.default.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":104,"kind":4194304,"name":"Preferences","url":"modules/mastodon_api_client.default.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":105,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_api_client.default.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":106,"kind":4194304,"name":"Relationship","url":"modules/mastodon_api_client.default.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":107,"kind":4194304,"name":"Report","url":"modules/mastodon_api_client.default.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":108,"kind":4194304,"name":"Results","url":"modules/mastodon_api_client.default.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":109,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_api_client.default.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":110,"kind":4194304,"name":"Source","url":"modules/mastodon_api_client.default.entity.html#source","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":111,"kind":4194304,"name":"Stats","url":"modules/mastodon_api_client.default.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":112,"kind":4194304,"name":"Status","url":"modules/mastodon_api_client.default.entity.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":113,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_api_client.default.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":114,"kind":4194304,"name":"Tag","url":"modules/mastodon_api_client.default.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":115,"kind":4194304,"name":"Token","url":"modules/mastodon_api_client.default.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":116,"kind":4194304,"name":"URLs","url":"modules/mastodon_api_client.default.entity.html#urls","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":117,"kind":2,"name":"Converter","url":"modules/mastodon_api_client.default.converter.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":118,"kind":64,"name":"encodeNotificationType","url":"modules/mastodon_api_client.default.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":119,"kind":64,"name":"decodeNotificationType","url":"modules/mastodon_api_client.default.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":120,"kind":64,"name":"account","url":"modules/mastodon_api_client.default.converter.html#account","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":121,"kind":64,"name":"activity","url":"modules/mastodon_api_client.default.converter.html#activity","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":122,"kind":64,"name":"application","url":"modules/mastodon_api_client.default.converter.html#application","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":123,"kind":64,"name":"attachment","url":"modules/mastodon_api_client.default.converter.html#attachment","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":124,"kind":64,"name":"card","url":"modules/mastodon_api_client.default.converter.html#card","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":125,"kind":64,"name":"context","url":"modules/mastodon_api_client.default.converter.html#context","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":126,"kind":64,"name":"conversation","url":"modules/mastodon_api_client.default.converter.html#conversation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":127,"kind":64,"name":"emoji","url":"modules/mastodon_api_client.default.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":128,"kind":64,"name":"featured_tag","url":"modules/mastodon_api_client.default.converter.html#featured_tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":129,"kind":64,"name":"field","url":"modules/mastodon_api_client.default.converter.html#field","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":130,"kind":64,"name":"filter","url":"modules/mastodon_api_client.default.converter.html#filter","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":131,"kind":64,"name":"history","url":"modules/mastodon_api_client.default.converter.html#history","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":132,"kind":64,"name":"identity_proof","url":"modules/mastodon_api_client.default.converter.html#identity_proof","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":133,"kind":64,"name":"instance","url":"modules/mastodon_api_client.default.converter.html#instance","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":134,"kind":64,"name":"list","url":"modules/mastodon_api_client.default.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":135,"kind":64,"name":"marker","url":"modules/mastodon_api_client.default.converter.html#marker","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":136,"kind":64,"name":"mention","url":"modules/mastodon_api_client.default.converter.html#mention","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":137,"kind":64,"name":"notification","url":"modules/mastodon_api_client.default.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":138,"kind":64,"name":"poll","url":"modules/mastodon_api_client.default.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":139,"kind":64,"name":"poll_option","url":"modules/mastodon_api_client.default.converter.html#poll_option","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":140,"kind":64,"name":"preferences","url":"modules/mastodon_api_client.default.converter.html#preferences","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":141,"kind":64,"name":"push_subscription","url":"modules/mastodon_api_client.default.converter.html#push_subscription","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":142,"kind":64,"name":"relationship","url":"modules/mastodon_api_client.default.converter.html#relationship","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":143,"kind":64,"name":"report","url":"modules/mastodon_api_client.default.converter.html#report","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":144,"kind":64,"name":"results","url":"modules/mastodon_api_client.default.converter.html#results","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":145,"kind":64,"name":"scheduled_status","url":"modules/mastodon_api_client.default.converter.html#scheduled_status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":146,"kind":64,"name":"source","url":"modules/mastodon_api_client.default.converter.html#source","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":147,"kind":64,"name":"stats","url":"modules/mastodon_api_client.default.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":148,"kind":64,"name":"status","url":"modules/mastodon_api_client.default.converter.html#status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":149,"kind":64,"name":"status_params","url":"modules/mastodon_api_client.default.converter.html#status_params","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":150,"kind":64,"name":"tag","url":"modules/mastodon_api_client.default.converter.html#tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":151,"kind":64,"name":"token","url":"modules/mastodon_api_client.default.converter.html#token","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":152,"kind":64,"name":"urls","url":"modules/mastodon_api_client.default.converter.html#urls","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":153,"kind":1,"name":"mastodon/entities/account","url":"modules/mastodon_entities_account.html","classes":"tsd-kind-module"},{"id":154,"kind":1,"name":"mastodon/entities/activity","url":"modules/mastodon_entities_activity.html","classes":"tsd-kind-module"},{"id":155,"kind":1,"name":"mastodon/entities/application","url":"modules/mastodon_entities_application.html","classes":"tsd-kind-module"},{"id":156,"kind":1,"name":"mastodon/entities/attachment","url":"modules/mastodon_entities_attachment.html","classes":"tsd-kind-module"},{"id":157,"kind":1,"name":"mastodon/entities/card","url":"modules/mastodon_entities_card.html","classes":"tsd-kind-module"},{"id":158,"kind":1,"name":"mastodon/entities/context","url":"modules/mastodon_entities_context.html","classes":"tsd-kind-module"},{"id":159,"kind":1,"name":"mastodon/entities/conversation","url":"modules/mastodon_entities_conversation.html","classes":"tsd-kind-module"},{"id":160,"kind":1,"name":"mastodon/entities/emoji","url":"modules/mastodon_entities_emoji.html","classes":"tsd-kind-module"},{"id":161,"kind":1,"name":"mastodon/entities/featured_tag","url":"modules/mastodon_entities_featured_tag.html","classes":"tsd-kind-module"},{"id":162,"kind":1,"name":"mastodon/entities/field","url":"modules/mastodon_entities_field.html","classes":"tsd-kind-module"},{"id":163,"kind":1,"name":"mastodon/entities/filter","url":"modules/mastodon_entities_filter.html","classes":"tsd-kind-module"},{"id":164,"kind":1,"name":"mastodon/entities/history","url":"modules/mastodon_entities_history.html","classes":"tsd-kind-module"},{"id":165,"kind":1,"name":"mastodon/entities/identity_proof","url":"modules/mastodon_entities_identity_proof.html","classes":"tsd-kind-module"},{"id":166,"kind":1,"name":"mastodon/entities/instance","url":"modules/mastodon_entities_instance.html","classes":"tsd-kind-module"},{"id":167,"kind":1,"name":"mastodon/entities/list","url":"modules/mastodon_entities_list.html","classes":"tsd-kind-module"},{"id":168,"kind":1,"name":"mastodon/entities/marker","url":"modules/mastodon_entities_marker.html","classes":"tsd-kind-module"},{"id":169,"kind":1,"name":"mastodon/entities/mention","url":"modules/mastodon_entities_mention.html","classes":"tsd-kind-module"},{"id":170,"kind":1,"name":"mastodon/entities/notification","url":"modules/mastodon_entities_notification.html","classes":"tsd-kind-module"},{"id":171,"kind":1,"name":"mastodon/entities/poll","url":"modules/mastodon_entities_poll.html","classes":"tsd-kind-module"},{"id":172,"kind":1,"name":"mastodon/entities/poll_option","url":"modules/mastodon_entities_poll_option.html","classes":"tsd-kind-module"},{"id":173,"kind":1,"name":"mastodon/entities/preferences","url":"modules/mastodon_entities_preferences.html","classes":"tsd-kind-module"},{"id":174,"kind":1,"name":"mastodon/entities/push_subscription","url":"modules/mastodon_entities_push_subscription.html","classes":"tsd-kind-module"},{"id":175,"kind":1,"name":"mastodon/entities/relationship","url":"modules/mastodon_entities_relationship.html","classes":"tsd-kind-module"},{"id":176,"kind":1,"name":"mastodon/entities/report","url":"modules/mastodon_entities_report.html","classes":"tsd-kind-module"},{"id":177,"kind":1,"name":"mastodon/entities/results","url":"modules/mastodon_entities_results.html","classes":"tsd-kind-module"},{"id":178,"kind":1,"name":"mastodon/entities/scheduled_status","url":"modules/mastodon_entities_scheduled_status.html","classes":"tsd-kind-module"},{"id":179,"kind":1,"name":"mastodon/entities/source","url":"modules/mastodon_entities_source.html","classes":"tsd-kind-module"},{"id":180,"kind":1,"name":"mastodon/entities/stats","url":"modules/mastodon_entities_stats.html","classes":"tsd-kind-module"},{"id":181,"kind":1,"name":"mastodon/entities/status","url":"modules/mastodon_entities_status.html","classes":"tsd-kind-module"},{"id":182,"kind":1,"name":"mastodon/entities/status_params","url":"modules/mastodon_entities_status_params.html","classes":"tsd-kind-module"},{"id":183,"kind":1,"name":"mastodon/entities/tag","url":"modules/mastodon_entities_tag.html","classes":"tsd-kind-module"},{"id":184,"kind":1,"name":"mastodon/entities/token","url":"modules/mastodon_entities_token.html","classes":"tsd-kind-module"},{"id":185,"kind":1,"name":"mastodon/entities/urls","url":"modules/mastodon_entities_urls.html","classes":"tsd-kind-module"},{"id":186,"kind":1,"name":"mastodon/entity","url":"modules/mastodon_entity.html","classes":"tsd-kind-module"},{"id":187,"kind":1,"name":"mastodon/notification","url":"modules/mastodon_notification.html","classes":"tsd-kind-module"},{"id":188,"kind":2,"name":"default","url":"modules/mastodon_notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/notification"},{"id":189,"kind":32,"name":"Mention","url":"modules/mastodon_notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":190,"kind":32,"name":"Reblog","url":"modules/mastodon_notification.default.html#reblog","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":191,"kind":32,"name":"Favourite","url":"modules/mastodon_notification.default.html#favourite","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":192,"kind":32,"name":"Follow","url":"modules/mastodon_notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":193,"kind":32,"name":"Poll","url":"modules/mastodon_notification.default.html#poll","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":194,"kind":32,"name":"FollowRequest","url":"modules/mastodon_notification.default.html#followrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":195,"kind":32,"name":"Status","url":"modules/mastodon_notification.default.html#status","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":196,"kind":1,"name":"mastodon/stream_listener","url":"modules/mastodon_stream_listener.html","classes":"tsd-kind-module"},{"id":197,"kind":128,"name":"StreamListenerError","url":"classes/mastodon_stream_listener.streamlistenererror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/stream_listener"},{"id":198,"kind":65536,"name":"__type","url":"classes/mastodon_stream_listener.streamlistenererror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"mastodon/stream_listener.StreamListenerError"},{"id":199,"kind":512,"name":"constructor","url":"classes/mastodon_stream_listener.streamlistenererror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"mastodon/stream_listener.StreamListenerError"},{"id":200,"kind":1024,"name":"statusCode","url":"classes/mastodon_stream_listener.streamlistenererror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.StreamListenerError"},{"id":201,"kind":1024,"name":"message","url":"classes/mastodon_stream_listener.streamlistenererror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"mastodon/stream_listener.StreamListenerError"},{"id":202,"kind":128,"name":"default","url":"classes/mastodon_stream_listener.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/stream_listener"},{"id":203,"kind":512,"name":"constructor","url":"classes/mastodon_stream_listener.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"mastodon/stream_listener.default"},{"id":204,"kind":1024,"name":"url","url":"classes/mastodon_stream_listener.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":205,"kind":1024,"name":"headers","url":"classes/mastodon_stream_listener.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":206,"kind":1024,"name":"parser","url":"classes/mastodon_stream_listener.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":207,"kind":1024,"name":"proxyConfig","url":"classes/mastodon_stream_listener.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":208,"kind":1024,"name":"_connectionClosed","url":"classes/mastodon_stream_listener.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":209,"kind":1024,"name":"_reconnectInterval","url":"classes/mastodon_stream_listener.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":210,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/mastodon_stream_listener.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":211,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/mastodon_stream_listener.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":212,"kind":1024,"name":"_cancelSource","url":"classes/mastodon_stream_listener.default.html#_cancelsource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":213,"kind":2048,"name":"start","url":"classes/mastodon_stream_listener.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":214,"kind":2048,"name":"_connect","url":"classes/mastodon_stream_listener.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":215,"kind":2048,"name":"_reconnect","url":"classes/mastodon_stream_listener.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":216,"kind":2048,"name":"stop","url":"classes/mastodon_stream_listener.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":217,"kind":2048,"name":"_resetConnection","url":"classes/mastodon_stream_listener.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":218,"kind":2048,"name":"_resetRetryParams","url":"classes/mastodon_stream_listener.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":219,"kind":2048,"name":"_setupParser","url":"classes/mastodon_stream_listener.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":220,"kind":1,"name":"mastodon/web_socket","url":"modules/mastodon_web_socket.html","classes":"tsd-kind-module"},{"id":221,"kind":128,"name":"default","url":"classes/mastodon_web_socket.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/web_socket"},{"id":222,"kind":512,"name":"constructor","url":"classes/mastodon_web_socket.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"mastodon/web_socket.default"},{"id":223,"kind":1024,"name":"url","url":"classes/mastodon_web_socket.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":224,"kind":1024,"name":"stream","url":"classes/mastodon_web_socket.default.html#stream","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":225,"kind":1024,"name":"params","url":"classes/mastodon_web_socket.default.html#params","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":226,"kind":1024,"name":"parser","url":"classes/mastodon_web_socket.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":227,"kind":1024,"name":"headers","url":"classes/mastodon_web_socket.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":228,"kind":65536,"name":"__type","url":"classes/mastodon_web_socket.default.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":229,"kind":1024,"name":"proxyConfig","url":"classes/mastodon_web_socket.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":230,"kind":1024,"name":"_accessToken","url":"classes/mastodon_web_socket.default.html#_accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":231,"kind":1024,"name":"_reconnectInterval","url":"classes/mastodon_web_socket.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":232,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/mastodon_web_socket.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":233,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/mastodon_web_socket.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":234,"kind":1024,"name":"_connectionClosed","url":"classes/mastodon_web_socket.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":235,"kind":1024,"name":"_client","url":"classes/mastodon_web_socket.default.html#_client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":236,"kind":1024,"name":"_pongReceivedTimestamp","url":"classes/mastodon_web_socket.default.html#_pongreceivedtimestamp","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":237,"kind":1024,"name":"_heartbeatInterval","url":"classes/mastodon_web_socket.default.html#_heartbeatinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":238,"kind":1024,"name":"_pongWaiting","url":"classes/mastodon_web_socket.default.html#_pongwaiting","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":239,"kind":2048,"name":"start","url":"classes/mastodon_web_socket.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":240,"kind":2048,"name":"_startWebSocketConnection","url":"classes/mastodon_web_socket.default.html#_startwebsocketconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":241,"kind":2048,"name":"stop","url":"classes/mastodon_web_socket.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":242,"kind":2048,"name":"_resetConnection","url":"classes/mastodon_web_socket.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":243,"kind":2048,"name":"_resetRetryParams","url":"classes/mastodon_web_socket.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":244,"kind":2048,"name":"_reconnect","url":"classes/mastodon_web_socket.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":245,"kind":2048,"name":"_connect","url":"classes/mastodon_web_socket.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":246,"kind":2048,"name":"_clearBinding","url":"classes/mastodon_web_socket.default.html#_clearbinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":247,"kind":2048,"name":"_bindSocket","url":"classes/mastodon_web_socket.default.html#_bindsocket","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":248,"kind":2048,"name":"_setupParser","url":"classes/mastodon_web_socket.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":249,"kind":2048,"name":"_checkAlive","url":"classes/mastodon_web_socket.default.html#_checkalive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":250,"kind":128,"name":"Parser","url":"classes/mastodon_web_socket.parser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/web_socket"},{"id":251,"kind":512,"name":"constructor","url":"classes/mastodon_web_socket.parser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"mastodon/web_socket.Parser"},{"id":252,"kind":2048,"name":"parse","url":"classes/mastodon_web_socket.parser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/web_socket.Parser"},{"id":253,"kind":1,"name":"mastodon","url":"modules/mastodon.html","classes":"tsd-kind-module"},{"id":254,"kind":128,"name":"default","url":"classes/mastodon.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon"},{"id":255,"kind":512,"name":"constructor","url":"classes/mastodon.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon.default"},{"id":256,"kind":1024,"name":"client","url":"classes/mastodon.default.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon.default"},{"id":257,"kind":1024,"name":"baseUrl","url":"classes/mastodon.default.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon.default"},{"id":258,"kind":2048,"name":"cancel","url":"classes/mastodon.default.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":259,"kind":2048,"name":"registerApp","url":"classes/mastodon.default.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":260,"kind":2048,"name":"createApp","url":"classes/mastodon.default.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":261,"kind":2048,"name":"generateAuthUrl","url":"classes/mastodon.default.html#generateauthurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":262,"kind":2048,"name":"verifyAppCredentials","url":"classes/mastodon.default.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":263,"kind":2048,"name":"fetchAccessToken","url":"classes/mastodon.default.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":264,"kind":2048,"name":"refreshToken","url":"classes/mastodon.default.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":265,"kind":2048,"name":"revokeToken","url":"classes/mastodon.default.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":266,"kind":2048,"name":"registerAccount","url":"classes/mastodon.default.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":267,"kind":2048,"name":"verifyAccountCredentials","url":"classes/mastodon.default.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":268,"kind":2048,"name":"updateCredentials","url":"classes/mastodon.default.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":269,"kind":2048,"name":"getAccount","url":"classes/mastodon.default.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":270,"kind":2048,"name":"getAccountStatuses","url":"classes/mastodon.default.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":271,"kind":2048,"name":"subscribeAccount","url":"classes/mastodon.default.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":272,"kind":2048,"name":"unsubscribeAccount","url":"classes/mastodon.default.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":273,"kind":2048,"name":"getAccountFavourites","url":"classes/mastodon.default.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":274,"kind":2048,"name":"getAccountFollowers","url":"classes/mastodon.default.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":275,"kind":2048,"name":"getAccountFollowing","url":"classes/mastodon.default.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":276,"kind":2048,"name":"getAccountLists","url":"classes/mastodon.default.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":277,"kind":2048,"name":"getIdentityProof","url":"classes/mastodon.default.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":278,"kind":2048,"name":"followAccount","url":"classes/mastodon.default.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":279,"kind":2048,"name":"unfollowAccount","url":"classes/mastodon.default.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":280,"kind":2048,"name":"blockAccount","url":"classes/mastodon.default.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":281,"kind":2048,"name":"unblockAccount","url":"classes/mastodon.default.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":282,"kind":2048,"name":"muteAccount","url":"classes/mastodon.default.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":283,"kind":2048,"name":"unmuteAccount","url":"classes/mastodon.default.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":284,"kind":2048,"name":"pinAccount","url":"classes/mastodon.default.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":285,"kind":2048,"name":"unpinAccount","url":"classes/mastodon.default.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":286,"kind":2048,"name":"getRelationship","url":"classes/mastodon.default.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":287,"kind":2048,"name":"getRelationships","url":"classes/mastodon.default.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":288,"kind":2048,"name":"searchAccount","url":"classes/mastodon.default.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":289,"kind":2048,"name":"getBookmarks","url":"classes/mastodon.default.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":290,"kind":2048,"name":"getFavourites","url":"classes/mastodon.default.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":291,"kind":2048,"name":"getMutes","url":"classes/mastodon.default.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":292,"kind":2048,"name":"getBlocks","url":"classes/mastodon.default.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":293,"kind":2048,"name":"getDomainBlocks","url":"classes/mastodon.default.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":294,"kind":2048,"name":"blockDomain","url":"classes/mastodon.default.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":295,"kind":2048,"name":"unblockDomain","url":"classes/mastodon.default.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":296,"kind":2048,"name":"getFilters","url":"classes/mastodon.default.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":297,"kind":2048,"name":"getFilter","url":"classes/mastodon.default.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":298,"kind":2048,"name":"createFilter","url":"classes/mastodon.default.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":299,"kind":2048,"name":"updateFilter","url":"classes/mastodon.default.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":300,"kind":2048,"name":"deleteFilter","url":"classes/mastodon.default.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":301,"kind":2048,"name":"report","url":"classes/mastodon.default.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":302,"kind":2048,"name":"getFollowRequests","url":"classes/mastodon.default.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":303,"kind":2048,"name":"acceptFollowRequest","url":"classes/mastodon.default.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":304,"kind":2048,"name":"rejectFollowRequest","url":"classes/mastodon.default.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":305,"kind":2048,"name":"getEndorsements","url":"classes/mastodon.default.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":306,"kind":2048,"name":"getFeaturedTags","url":"classes/mastodon.default.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":307,"kind":2048,"name":"createFeaturedTag","url":"classes/mastodon.default.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":308,"kind":2048,"name":"deleteFeaturedTag","url":"classes/mastodon.default.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":309,"kind":2048,"name":"getSuggestedTags","url":"classes/mastodon.default.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":310,"kind":2048,"name":"getPreferences","url":"classes/mastodon.default.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":311,"kind":2048,"name":"getSuggestions","url":"classes/mastodon.default.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":312,"kind":2048,"name":"postStatus","url":"classes/mastodon.default.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":313,"kind":2048,"name":"getStatus","url":"classes/mastodon.default.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":314,"kind":2048,"name":"deleteStatus","url":"classes/mastodon.default.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":315,"kind":2048,"name":"getStatusContext","url":"classes/mastodon.default.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":316,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/mastodon.default.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":317,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/mastodon.default.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":318,"kind":2048,"name":"favouriteStatus","url":"classes/mastodon.default.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":319,"kind":2048,"name":"unfavouriteStatus","url":"classes/mastodon.default.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":320,"kind":2048,"name":"reblogStatus","url":"classes/mastodon.default.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":321,"kind":2048,"name":"unreblogStatus","url":"classes/mastodon.default.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":322,"kind":2048,"name":"bookmarkStatus","url":"classes/mastodon.default.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":323,"kind":2048,"name":"unbookmarkStatus","url":"classes/mastodon.default.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":324,"kind":2048,"name":"muteStatus","url":"classes/mastodon.default.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":325,"kind":2048,"name":"unmuteStatus","url":"classes/mastodon.default.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":326,"kind":2048,"name":"pinStatus","url":"classes/mastodon.default.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":327,"kind":2048,"name":"unpinStatus","url":"classes/mastodon.default.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":328,"kind":2048,"name":"uploadMedia","url":"classes/mastodon.default.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":329,"kind":2048,"name":"updateMedia","url":"classes/mastodon.default.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":330,"kind":2048,"name":"getPoll","url":"classes/mastodon.default.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":331,"kind":2048,"name":"votePoll","url":"classes/mastodon.default.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":332,"kind":2048,"name":"getScheduledStatuses","url":"classes/mastodon.default.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":333,"kind":2048,"name":"getScheduledStatus","url":"classes/mastodon.default.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":334,"kind":2048,"name":"scheduleStatus","url":"classes/mastodon.default.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":335,"kind":2048,"name":"cancelScheduledStatus","url":"classes/mastodon.default.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":336,"kind":2048,"name":"getPublicTimeline","url":"classes/mastodon.default.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":337,"kind":2048,"name":"getLocalTimeline","url":"classes/mastodon.default.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":338,"kind":2048,"name":"getTagTimeline","url":"classes/mastodon.default.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":339,"kind":2048,"name":"getHomeTimeline","url":"classes/mastodon.default.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":340,"kind":2048,"name":"getListTimeline","url":"classes/mastodon.default.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":341,"kind":2048,"name":"getConversationTimeline","url":"classes/mastodon.default.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":342,"kind":2048,"name":"deleteConversation","url":"classes/mastodon.default.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":343,"kind":2048,"name":"readConversation","url":"classes/mastodon.default.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":344,"kind":2048,"name":"getLists","url":"classes/mastodon.default.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":345,"kind":2048,"name":"getList","url":"classes/mastodon.default.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":346,"kind":2048,"name":"createList","url":"classes/mastodon.default.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":347,"kind":2048,"name":"updateList","url":"classes/mastodon.default.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":348,"kind":2048,"name":"deleteList","url":"classes/mastodon.default.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":349,"kind":2048,"name":"getAccountsInList","url":"classes/mastodon.default.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":350,"kind":2048,"name":"addAccountsToList","url":"classes/mastodon.default.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":351,"kind":2048,"name":"deleteAccountsFromList","url":"classes/mastodon.default.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":352,"kind":2048,"name":"getMarkers","url":"classes/mastodon.default.html#getmarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":353,"kind":2048,"name":"saveMarkers","url":"classes/mastodon.default.html#savemarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":354,"kind":2048,"name":"getNotifications","url":"classes/mastodon.default.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":355,"kind":2048,"name":"getNotification","url":"classes/mastodon.default.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":356,"kind":2048,"name":"dismissNotifications","url":"classes/mastodon.default.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":357,"kind":2048,"name":"dismissNotification","url":"classes/mastodon.default.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":358,"kind":2048,"name":"subscribePushNotification","url":"classes/mastodon.default.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":359,"kind":2048,"name":"getPushSubscription","url":"classes/mastodon.default.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":360,"kind":2048,"name":"updatePushSubscription","url":"classes/mastodon.default.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":361,"kind":2048,"name":"deletePushSubscription","url":"classes/mastodon.default.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":362,"kind":2048,"name":"search","url":"classes/mastodon.default.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":363,"kind":2048,"name":"getInstance","url":"classes/mastodon.default.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":364,"kind":2048,"name":"getInstancePeers","url":"classes/mastodon.default.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":365,"kind":2048,"name":"getInstanceActivity","url":"classes/mastodon.default.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":366,"kind":2048,"name":"getInstanceTrends","url":"classes/mastodon.default.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":367,"kind":2048,"name":"getInstanceDirectory","url":"classes/mastodon.default.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":368,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/mastodon.default.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":369,"kind":2048,"name":"createEmojiReaction","url":"classes/mastodon.default.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":370,"kind":2048,"name":"deleteEmojiReaction","url":"classes/mastodon.default.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":371,"kind":2048,"name":"getEmojiReactions","url":"classes/mastodon.default.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":372,"kind":2048,"name":"getEmojiReaction","url":"classes/mastodon.default.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":373,"kind":2048,"name":"userStream","url":"classes/mastodon.default.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":374,"kind":2048,"name":"publicStream","url":"classes/mastodon.default.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":375,"kind":2048,"name":"localStream","url":"classes/mastodon.default.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":376,"kind":2048,"name":"tagStream","url":"classes/mastodon.default.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":377,"kind":2048,"name":"listStream","url":"classes/mastodon.default.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":378,"kind":2048,"name":"directStream","url":"classes/mastodon.default.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":379,"kind":2048,"name":"userSocket","url":"classes/mastodon.default.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":380,"kind":2048,"name":"publicSocket","url":"classes/mastodon.default.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":381,"kind":2048,"name":"localSocket","url":"classes/mastodon.default.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":382,"kind":2048,"name":"tagSocket","url":"classes/mastodon.default.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":383,"kind":2048,"name":"listSocket","url":"classes/mastodon.default.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":384,"kind":2048,"name":"directSocket","url":"classes/mastodon.default.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":385,"kind":1,"name":"megalodon","url":"modules/megalodon.html","classes":"tsd-kind-module"},{"id":386,"kind":256,"name":"WebSocketInterface","url":"interfaces/megalodon.websocketinterface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"megalodon"},{"id":387,"kind":2048,"name":"start","url":"interfaces/megalodon.websocketinterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":388,"kind":2048,"name":"stop","url":"interfaces/megalodon.websocketinterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":389,"kind":2048,"name":"on","url":"interfaces/megalodon.websocketinterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":390,"kind":2048,"name":"once","url":"interfaces/megalodon.websocketinterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":391,"kind":2048,"name":"removeListener","url":"interfaces/megalodon.websocketinterface.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":392,"kind":2048,"name":"removeAllListeners","url":"interfaces/megalodon.websocketinterface.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":393,"kind":256,"name":"StreamListenerInterface","url":"interfaces/megalodon.streamlistenerinterface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"megalodon"},{"id":394,"kind":2048,"name":"start","url":"interfaces/megalodon.streamlistenerinterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":395,"kind":2048,"name":"stop","url":"interfaces/megalodon.streamlistenerinterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":396,"kind":2048,"name":"on","url":"interfaces/megalodon.streamlistenerinterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":397,"kind":2048,"name":"once","url":"interfaces/megalodon.streamlistenerinterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":398,"kind":2048,"name":"removeListener","url":"interfaces/megalodon.streamlistenerinterface.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":399,"kind":2048,"name":"removeAllListeners","url":"interfaces/megalodon.streamlistenerinterface.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":400,"kind":256,"name":"MegalodonInterface","url":"interfaces/megalodon.megalodoninterface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"megalodon"},{"id":401,"kind":2048,"name":"cancel","url":"interfaces/megalodon.megalodoninterface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":402,"kind":2048,"name":"registerApp","url":"interfaces/megalodon.megalodoninterface.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":403,"kind":2048,"name":"createApp","url":"interfaces/megalodon.megalodoninterface.html#createapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":404,"kind":2048,"name":"verifyAppCredentials","url":"interfaces/megalodon.megalodoninterface.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":405,"kind":2048,"name":"fetchAccessToken","url":"interfaces/megalodon.megalodoninterface.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":406,"kind":2048,"name":"refreshToken","url":"interfaces/megalodon.megalodoninterface.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":407,"kind":2048,"name":"revokeToken","url":"interfaces/megalodon.megalodoninterface.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":408,"kind":2048,"name":"registerAccount","url":"interfaces/megalodon.megalodoninterface.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":409,"kind":2048,"name":"verifyAccountCredentials","url":"interfaces/megalodon.megalodoninterface.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":410,"kind":2048,"name":"updateCredentials","url":"interfaces/megalodon.megalodoninterface.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":411,"kind":2048,"name":"getAccount","url":"interfaces/megalodon.megalodoninterface.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":412,"kind":2048,"name":"getAccountStatuses","url":"interfaces/megalodon.megalodoninterface.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":413,"kind":2048,"name":"getAccountFavourites","url":"interfaces/megalodon.megalodoninterface.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":414,"kind":2048,"name":"subscribeAccount","url":"interfaces/megalodon.megalodoninterface.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":415,"kind":2048,"name":"unsubscribeAccount","url":"interfaces/megalodon.megalodoninterface.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":416,"kind":2048,"name":"getAccountFollowers","url":"interfaces/megalodon.megalodoninterface.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":417,"kind":2048,"name":"getAccountFollowing","url":"interfaces/megalodon.megalodoninterface.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":418,"kind":2048,"name":"getAccountLists","url":"interfaces/megalodon.megalodoninterface.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":419,"kind":2048,"name":"getIdentityProof","url":"interfaces/megalodon.megalodoninterface.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":420,"kind":2048,"name":"followAccount","url":"interfaces/megalodon.megalodoninterface.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":421,"kind":2048,"name":"unfollowAccount","url":"interfaces/megalodon.megalodoninterface.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":422,"kind":2048,"name":"blockAccount","url":"interfaces/megalodon.megalodoninterface.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":423,"kind":2048,"name":"unblockAccount","url":"interfaces/megalodon.megalodoninterface.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":424,"kind":2048,"name":"muteAccount","url":"interfaces/megalodon.megalodoninterface.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":425,"kind":2048,"name":"unmuteAccount","url":"interfaces/megalodon.megalodoninterface.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":426,"kind":2048,"name":"pinAccount","url":"interfaces/megalodon.megalodoninterface.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":427,"kind":2048,"name":"unpinAccount","url":"interfaces/megalodon.megalodoninterface.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":428,"kind":2048,"name":"getRelationship","url":"interfaces/megalodon.megalodoninterface.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":429,"kind":2048,"name":"getRelationships","url":"interfaces/megalodon.megalodoninterface.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":430,"kind":2048,"name":"searchAccount","url":"interfaces/megalodon.megalodoninterface.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":431,"kind":2048,"name":"getBookmarks","url":"interfaces/megalodon.megalodoninterface.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":432,"kind":2048,"name":"getFavourites","url":"interfaces/megalodon.megalodoninterface.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":433,"kind":2048,"name":"getMutes","url":"interfaces/megalodon.megalodoninterface.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":434,"kind":2048,"name":"getBlocks","url":"interfaces/megalodon.megalodoninterface.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":435,"kind":2048,"name":"getDomainBlocks","url":"interfaces/megalodon.megalodoninterface.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":436,"kind":2048,"name":"blockDomain","url":"interfaces/megalodon.megalodoninterface.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":437,"kind":2048,"name":"unblockDomain","url":"interfaces/megalodon.megalodoninterface.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":438,"kind":2048,"name":"getFilters","url":"interfaces/megalodon.megalodoninterface.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":439,"kind":2048,"name":"getFilter","url":"interfaces/megalodon.megalodoninterface.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":440,"kind":2048,"name":"createFilter","url":"interfaces/megalodon.megalodoninterface.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":441,"kind":2048,"name":"updateFilter","url":"interfaces/megalodon.megalodoninterface.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":442,"kind":2048,"name":"deleteFilter","url":"interfaces/megalodon.megalodoninterface.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":443,"kind":2048,"name":"report","url":"interfaces/megalodon.megalodoninterface.html#report","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":444,"kind":2048,"name":"getFollowRequests","url":"interfaces/megalodon.megalodoninterface.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":445,"kind":2048,"name":"acceptFollowRequest","url":"interfaces/megalodon.megalodoninterface.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":446,"kind":2048,"name":"rejectFollowRequest","url":"interfaces/megalodon.megalodoninterface.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":447,"kind":2048,"name":"getEndorsements","url":"interfaces/megalodon.megalodoninterface.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":448,"kind":2048,"name":"getFeaturedTags","url":"interfaces/megalodon.megalodoninterface.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":449,"kind":2048,"name":"createFeaturedTag","url":"interfaces/megalodon.megalodoninterface.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":450,"kind":2048,"name":"deleteFeaturedTag","url":"interfaces/megalodon.megalodoninterface.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":451,"kind":2048,"name":"getSuggestedTags","url":"interfaces/megalodon.megalodoninterface.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":452,"kind":2048,"name":"getPreferences","url":"interfaces/megalodon.megalodoninterface.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":453,"kind":2048,"name":"getSuggestions","url":"interfaces/megalodon.megalodoninterface.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":454,"kind":2048,"name":"postStatus","url":"interfaces/megalodon.megalodoninterface.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":455,"kind":2048,"name":"getStatus","url":"interfaces/megalodon.megalodoninterface.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":456,"kind":2048,"name":"deleteStatus","url":"interfaces/megalodon.megalodoninterface.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":457,"kind":2048,"name":"getStatusContext","url":"interfaces/megalodon.megalodoninterface.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":458,"kind":2048,"name":"getStatusRebloggedBy","url":"interfaces/megalodon.megalodoninterface.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":459,"kind":2048,"name":"getStatusFavouritedBy","url":"interfaces/megalodon.megalodoninterface.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":460,"kind":2048,"name":"favouriteStatus","url":"interfaces/megalodon.megalodoninterface.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":461,"kind":2048,"name":"unfavouriteStatus","url":"interfaces/megalodon.megalodoninterface.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":462,"kind":2048,"name":"reblogStatus","url":"interfaces/megalodon.megalodoninterface.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":463,"kind":2048,"name":"unreblogStatus","url":"interfaces/megalodon.megalodoninterface.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":464,"kind":2048,"name":"bookmarkStatus","url":"interfaces/megalodon.megalodoninterface.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":465,"kind":2048,"name":"unbookmarkStatus","url":"interfaces/megalodon.megalodoninterface.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":466,"kind":2048,"name":"muteStatus","url":"interfaces/megalodon.megalodoninterface.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":467,"kind":2048,"name":"unmuteStatus","url":"interfaces/megalodon.megalodoninterface.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":468,"kind":2048,"name":"pinStatus","url":"interfaces/megalodon.megalodoninterface.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":469,"kind":2048,"name":"unpinStatus","url":"interfaces/megalodon.megalodoninterface.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":470,"kind":2048,"name":"uploadMedia","url":"interfaces/megalodon.megalodoninterface.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":471,"kind":2048,"name":"updateMedia","url":"interfaces/megalodon.megalodoninterface.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":472,"kind":2048,"name":"getPoll","url":"interfaces/megalodon.megalodoninterface.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":473,"kind":2048,"name":"votePoll","url":"interfaces/megalodon.megalodoninterface.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":474,"kind":2048,"name":"getScheduledStatuses","url":"interfaces/megalodon.megalodoninterface.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":475,"kind":2048,"name":"getScheduledStatus","url":"interfaces/megalodon.megalodoninterface.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":476,"kind":2048,"name":"scheduleStatus","url":"interfaces/megalodon.megalodoninterface.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":477,"kind":2048,"name":"cancelScheduledStatus","url":"interfaces/megalodon.megalodoninterface.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":478,"kind":2048,"name":"getPublicTimeline","url":"interfaces/megalodon.megalodoninterface.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":479,"kind":2048,"name":"getLocalTimeline","url":"interfaces/megalodon.megalodoninterface.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":480,"kind":2048,"name":"getTagTimeline","url":"interfaces/megalodon.megalodoninterface.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":481,"kind":2048,"name":"getHomeTimeline","url":"interfaces/megalodon.megalodoninterface.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":482,"kind":2048,"name":"getListTimeline","url":"interfaces/megalodon.megalodoninterface.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":483,"kind":2048,"name":"getConversationTimeline","url":"interfaces/megalodon.megalodoninterface.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":484,"kind":2048,"name":"deleteConversation","url":"interfaces/megalodon.megalodoninterface.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":485,"kind":2048,"name":"readConversation","url":"interfaces/megalodon.megalodoninterface.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":486,"kind":2048,"name":"getLists","url":"interfaces/megalodon.megalodoninterface.html#getlists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":487,"kind":2048,"name":"getList","url":"interfaces/megalodon.megalodoninterface.html#getlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":488,"kind":2048,"name":"createList","url":"interfaces/megalodon.megalodoninterface.html#createlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":489,"kind":2048,"name":"updateList","url":"interfaces/megalodon.megalodoninterface.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":490,"kind":2048,"name":"deleteList","url":"interfaces/megalodon.megalodoninterface.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":491,"kind":2048,"name":"getAccountsInList","url":"interfaces/megalodon.megalodoninterface.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":492,"kind":2048,"name":"addAccountsToList","url":"interfaces/megalodon.megalodoninterface.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":493,"kind":2048,"name":"deleteAccountsFromList","url":"interfaces/megalodon.megalodoninterface.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":494,"kind":2048,"name":"getMarkers","url":"interfaces/megalodon.megalodoninterface.html#getmarkers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":495,"kind":2048,"name":"saveMarkers","url":"interfaces/megalodon.megalodoninterface.html#savemarkers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":496,"kind":2048,"name":"getNotifications","url":"interfaces/megalodon.megalodoninterface.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":497,"kind":2048,"name":"getNotification","url":"interfaces/megalodon.megalodoninterface.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":498,"kind":2048,"name":"dismissNotifications","url":"interfaces/megalodon.megalodoninterface.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":499,"kind":2048,"name":"dismissNotification","url":"interfaces/megalodon.megalodoninterface.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":500,"kind":2048,"name":"subscribePushNotification","url":"interfaces/megalodon.megalodoninterface.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":501,"kind":2048,"name":"getPushSubscription","url":"interfaces/megalodon.megalodoninterface.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":502,"kind":2048,"name":"updatePushSubscription","url":"interfaces/megalodon.megalodoninterface.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":503,"kind":2048,"name":"deletePushSubscription","url":"interfaces/megalodon.megalodoninterface.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":504,"kind":2048,"name":"search","url":"interfaces/megalodon.megalodoninterface.html#search","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":505,"kind":2048,"name":"getInstance","url":"interfaces/megalodon.megalodoninterface.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":506,"kind":2048,"name":"getInstancePeers","url":"interfaces/megalodon.megalodoninterface.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":507,"kind":2048,"name":"getInstanceActivity","url":"interfaces/megalodon.megalodoninterface.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":508,"kind":2048,"name":"getInstanceTrends","url":"interfaces/megalodon.megalodoninterface.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":509,"kind":2048,"name":"getInstanceDirectory","url":"interfaces/megalodon.megalodoninterface.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":510,"kind":2048,"name":"getInstanceCustomEmojis","url":"interfaces/megalodon.megalodoninterface.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":511,"kind":2048,"name":"createEmojiReaction","url":"interfaces/megalodon.megalodoninterface.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":512,"kind":2048,"name":"deleteEmojiReaction","url":"interfaces/megalodon.megalodoninterface.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":513,"kind":2048,"name":"getEmojiReactions","url":"interfaces/megalodon.megalodoninterface.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":514,"kind":2048,"name":"getEmojiReaction","url":"interfaces/megalodon.megalodoninterface.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":515,"kind":2048,"name":"userStream","url":"interfaces/megalodon.megalodoninterface.html#userstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":516,"kind":2048,"name":"publicStream","url":"interfaces/megalodon.megalodoninterface.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":517,"kind":2048,"name":"localStream","url":"interfaces/megalodon.megalodoninterface.html#localstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":518,"kind":2048,"name":"tagStream","url":"interfaces/megalodon.megalodoninterface.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":519,"kind":2048,"name":"listStream","url":"interfaces/megalodon.megalodoninterface.html#liststream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":520,"kind":2048,"name":"directStream","url":"interfaces/megalodon.megalodoninterface.html#directstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":521,"kind":2048,"name":"userSocket","url":"interfaces/megalodon.megalodoninterface.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":522,"kind":2048,"name":"publicSocket","url":"interfaces/megalodon.megalodoninterface.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":523,"kind":2048,"name":"localSocket","url":"interfaces/megalodon.megalodoninterface.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":524,"kind":2048,"name":"tagSocket","url":"interfaces/megalodon.megalodoninterface.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":525,"kind":2048,"name":"listSocket","url":"interfaces/megalodon.megalodoninterface.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":526,"kind":2048,"name":"directSocket","url":"interfaces/megalodon.megalodoninterface.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":527,"kind":128,"name":"NoImplementedError","url":"classes/megalodon.noimplementederror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"megalodon"},{"id":528,"kind":65536,"name":"__type","url":"classes/megalodon.noimplementederror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"megalodon.NoImplementedError"},{"id":529,"kind":512,"name":"constructor","url":"classes/megalodon.noimplementederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"megalodon.NoImplementedError"},{"id":530,"kind":128,"name":"ArgumentError","url":"classes/megalodon.argumenterror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"megalodon"},{"id":531,"kind":65536,"name":"__type","url":"classes/megalodon.argumenterror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"megalodon.ArgumentError"},{"id":532,"kind":512,"name":"constructor","url":"classes/megalodon.argumenterror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"megalodon.ArgumentError"},{"id":533,"kind":128,"name":"UnexpectedError","url":"classes/megalodon.unexpectederror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"megalodon"},{"id":534,"kind":65536,"name":"__type","url":"classes/megalodon.unexpectederror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"megalodon.UnexpectedError"},{"id":535,"kind":512,"name":"constructor","url":"classes/megalodon.unexpectederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"megalodon.UnexpectedError"},{"id":536,"kind":64,"name":"detector","url":"modules/megalodon.html#detector","classes":"tsd-kind-function tsd-parent-kind-module","parent":"megalodon"},{"id":537,"kind":64,"name":"default","url":"modules/megalodon.html#default","classes":"tsd-kind-function tsd-parent-kind-module","parent":"megalodon"},{"id":538,"kind":1,"name":"misskey/api_client","url":"modules/misskey_api_client.html","classes":"tsd-kind-module"},{"id":539,"kind":2,"name":"default","url":"modules/misskey_api_client.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/api_client"},{"id":540,"kind":2,"name":"Entity","url":"modules/misskey_api_client.default.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":541,"kind":4194304,"name":"App","url":"modules/misskey_api_client.default.entity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":542,"kind":4194304,"name":"Blocking","url":"modules/misskey_api_client.default.entity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":543,"kind":4194304,"name":"Choice","url":"modules/misskey_api_client.default.entity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":544,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_api_client.default.entity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":545,"kind":4194304,"name":"Emoji","url":"modules/misskey_api_client.default.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":546,"kind":4194304,"name":"Favorite","url":"modules/misskey_api_client.default.entity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":547,"kind":4194304,"name":"File","url":"modules/misskey_api_client.default.entity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":548,"kind":4194304,"name":"Follower","url":"modules/misskey_api_client.default.entity.html#follower","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":549,"kind":4194304,"name":"Following","url":"modules/misskey_api_client.default.entity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":550,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_api_client.default.entity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":551,"kind":4194304,"name":"Hashtag","url":"modules/misskey_api_client.default.entity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":552,"kind":4194304,"name":"List","url":"modules/misskey_api_client.default.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":553,"kind":4194304,"name":"Meta","url":"modules/misskey_api_client.default.entity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":554,"kind":4194304,"name":"Mute","url":"modules/misskey_api_client.default.entity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":555,"kind":4194304,"name":"Note","url":"modules/misskey_api_client.default.entity.html#note","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":556,"kind":4194304,"name":"Notification","url":"modules/misskey_api_client.default.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":557,"kind":4194304,"name":"Poll","url":"modules/misskey_api_client.default.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":558,"kind":4194304,"name":"Reaction","url":"modules/misskey_api_client.default.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":559,"kind":4194304,"name":"Relation","url":"modules/misskey_api_client.default.entity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":560,"kind":4194304,"name":"User","url":"modules/misskey_api_client.default.entity.html#user","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":561,"kind":4194304,"name":"UserDetail","url":"modules/misskey_api_client.default.entity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":562,"kind":4194304,"name":"UserKey","url":"modules/misskey_api_client.default.entity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":563,"kind":4194304,"name":"Session","url":"modules/misskey_api_client.default.entity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":564,"kind":4194304,"name":"Stats","url":"modules/misskey_api_client.default.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":565,"kind":2,"name":"Converter","url":"modules/misskey_api_client.default.converter.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":566,"kind":64,"name":"emoji","url":"modules/misskey_api_client.default.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":567,"kind":64,"name":"user","url":"modules/misskey_api_client.default.converter.html#user","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":568,"kind":64,"name":"userDetail","url":"modules/misskey_api_client.default.converter.html#userdetail","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":569,"kind":64,"name":"visibility","url":"modules/misskey_api_client.default.converter.html#visibility","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":570,"kind":64,"name":"encodeVisibility","url":"modules/misskey_api_client.default.converter.html#encodevisibility","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":571,"kind":64,"name":"fileType","url":"modules/misskey_api_client.default.converter.html#filetype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":572,"kind":64,"name":"file","url":"modules/misskey_api_client.default.converter.html#file","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":573,"kind":64,"name":"follower","url":"modules/misskey_api_client.default.converter.html#follower","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":574,"kind":64,"name":"following","url":"modules/misskey_api_client.default.converter.html#following","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":575,"kind":64,"name":"relation","url":"modules/misskey_api_client.default.converter.html#relation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":576,"kind":64,"name":"choice","url":"modules/misskey_api_client.default.converter.html#choice","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":577,"kind":64,"name":"poll","url":"modules/misskey_api_client.default.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":578,"kind":64,"name":"note","url":"modules/misskey_api_client.default.converter.html#note","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":579,"kind":64,"name":"mapReactions","url":"modules/misskey_api_client.default.converter.html#mapreactions","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":580,"kind":64,"name":"reactions","url":"modules/misskey_api_client.default.converter.html#reactions","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":581,"kind":64,"name":"noteToConversation","url":"modules/misskey_api_client.default.converter.html#notetoconversation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":582,"kind":64,"name":"list","url":"modules/misskey_api_client.default.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":583,"kind":64,"name":"encodeNotificationType","url":"modules/misskey_api_client.default.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":584,"kind":64,"name":"decodeNotificationType","url":"modules/misskey_api_client.default.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":585,"kind":64,"name":"notification","url":"modules/misskey_api_client.default.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":586,"kind":64,"name":"stats","url":"modules/misskey_api_client.default.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":587,"kind":64,"name":"meta","url":"modules/misskey_api_client.default.converter.html#meta","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":588,"kind":64,"name":"hashtag","url":"modules/misskey_api_client.default.converter.html#hashtag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":589,"kind":32,"name":"DEFAULT_SCOPE","url":"modules/misskey_api_client.default.html#default_scope","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":590,"kind":256,"name":"Interface","url":"interfaces/misskey_api_client.default.interface.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":591,"kind":2048,"name":"post","url":"interfaces/misskey_api_client.default.interface.html#post","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"misskey/api_client.default.Interface"},{"id":592,"kind":2048,"name":"cancel","url":"interfaces/misskey_api_client.default.interface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"misskey/api_client.default.Interface"},{"id":593,"kind":2048,"name":"socket","url":"interfaces/misskey_api_client.default.interface.html#socket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"misskey/api_client.default.Interface"},{"id":594,"kind":128,"name":"Client","url":"classes/misskey_api_client.default.client.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":595,"kind":512,"name":"constructor","url":"classes/misskey_api_client.default.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"misskey/api_client.default.Client"},{"id":596,"kind":1024,"name":"accessToken","url":"classes/misskey_api_client.default.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":597,"kind":1024,"name":"baseUrl","url":"classes/misskey_api_client.default.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":598,"kind":1024,"name":"userAgent","url":"classes/misskey_api_client.default.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":599,"kind":1024,"name":"cancelTokenSource","url":"classes/misskey_api_client.default.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":600,"kind":1024,"name":"proxyConfig","url":"classes/misskey_api_client.default.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":601,"kind":2048,"name":"post","url":"classes/misskey_api_client.default.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"misskey/api_client.default.Client"},{"id":602,"kind":2048,"name":"cancel","url":"classes/misskey_api_client.default.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/api_client.default.Client"},{"id":603,"kind":2048,"name":"socket","url":"classes/misskey_api_client.default.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/api_client.default.Client"},{"id":604,"kind":1,"name":"misskey/entities/app","url":"modules/misskey_entities_app.html","classes":"tsd-kind-module"},{"id":605,"kind":1,"name":"misskey/entities/blocking","url":"modules/misskey_entities_blocking.html","classes":"tsd-kind-module"},{"id":606,"kind":1,"name":"misskey/entities/createdNote","url":"modules/misskey_entities_creatednote.html","classes":"tsd-kind-module"},{"id":607,"kind":1,"name":"misskey/entities/emoji","url":"modules/misskey_entities_emoji.html","classes":"tsd-kind-module"},{"id":608,"kind":1,"name":"misskey/entities/favorite","url":"modules/misskey_entities_favorite.html","classes":"tsd-kind-module"},{"id":609,"kind":1,"name":"misskey/entities/file","url":"modules/misskey_entities_file.html","classes":"tsd-kind-module"},{"id":610,"kind":1,"name":"misskey/entities/followRequest","url":"modules/misskey_entities_followrequest.html","classes":"tsd-kind-module"},{"id":611,"kind":1,"name":"misskey/entities/follower","url":"modules/misskey_entities_follower.html","classes":"tsd-kind-module"},{"id":612,"kind":1,"name":"misskey/entities/following","url":"modules/misskey_entities_following.html","classes":"tsd-kind-module"},{"id":613,"kind":1,"name":"misskey/entities/hashtag","url":"modules/misskey_entities_hashtag.html","classes":"tsd-kind-module"},{"id":614,"kind":1,"name":"misskey/entities/list","url":"modules/misskey_entities_list.html","classes":"tsd-kind-module"},{"id":615,"kind":1,"name":"misskey/entities/meta","url":"modules/misskey_entities_meta.html","classes":"tsd-kind-module"},{"id":616,"kind":1,"name":"misskey/entities/mute","url":"modules/misskey_entities_mute.html","classes":"tsd-kind-module"},{"id":617,"kind":1,"name":"misskey/entities/note","url":"modules/misskey_entities_note.html","classes":"tsd-kind-module"},{"id":618,"kind":1,"name":"misskey/entities/notification","url":"modules/misskey_entities_notification.html","classes":"tsd-kind-module"},{"id":619,"kind":1,"name":"misskey/entities/poll","url":"modules/misskey_entities_poll.html","classes":"tsd-kind-module"},{"id":620,"kind":1,"name":"misskey/entities/reaction","url":"modules/misskey_entities_reaction.html","classes":"tsd-kind-module"},{"id":621,"kind":1,"name":"misskey/entities/relation","url":"modules/misskey_entities_relation.html","classes":"tsd-kind-module"},{"id":622,"kind":1,"name":"misskey/entities/session","url":"modules/misskey_entities_session.html","classes":"tsd-kind-module"},{"id":623,"kind":1,"name":"misskey/entities/stats","url":"modules/misskey_entities_stats.html","classes":"tsd-kind-module"},{"id":624,"kind":1,"name":"misskey/entities/user","url":"modules/misskey_entities_user.html","classes":"tsd-kind-module"},{"id":625,"kind":1,"name":"misskey/entities/userDetail","url":"modules/misskey_entities_userdetail.html","classes":"tsd-kind-module"},{"id":626,"kind":1,"name":"misskey/entities/userkey","url":"modules/misskey_entities_userkey.html","classes":"tsd-kind-module"},{"id":627,"kind":1,"name":"misskey/entity","url":"modules/misskey_entity.html","classes":"tsd-kind-module"},{"id":628,"kind":1,"name":"misskey/notification","url":"modules/misskey_notification.html","classes":"tsd-kind-module"},{"id":629,"kind":2,"name":"default","url":"modules/misskey_notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/notification"},{"id":630,"kind":32,"name":"Follow","url":"modules/misskey_notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":631,"kind":32,"name":"Mention","url":"modules/misskey_notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":632,"kind":32,"name":"Reply","url":"modules/misskey_notification.default.html#reply","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":633,"kind":32,"name":"Renote","url":"modules/misskey_notification.default.html#renote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":634,"kind":32,"name":"Quote","url":"modules/misskey_notification.default.html#quote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":635,"kind":32,"name":"Reaction","url":"modules/misskey_notification.default.html#reaction","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":636,"kind":32,"name":"PollVote","url":"modules/misskey_notification.default.html#pollvote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":637,"kind":32,"name":"ReceiveFollowRequest","url":"modules/misskey_notification.default.html#receivefollowrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":638,"kind":32,"name":"FollowRequestAccepted","url":"modules/misskey_notification.default.html#followrequestaccepted","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":639,"kind":32,"name":"GroupInvited","url":"modules/misskey_notification.default.html#groupinvited","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":640,"kind":1,"name":"misskey/web_socket","url":"modules/misskey_web_socket.html","classes":"tsd-kind-module"},{"id":641,"kind":128,"name":"default","url":"classes/misskey_web_socket.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"misskey/web_socket"},{"id":642,"kind":512,"name":"constructor","url":"classes/misskey_web_socket.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"misskey/web_socket.default"},{"id":643,"kind":1024,"name":"url","url":"classes/misskey_web_socket.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":644,"kind":1024,"name":"channel","url":"classes/misskey_web_socket.default.html#channel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":645,"kind":1024,"name":"parser","url":"classes/misskey_web_socket.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":646,"kind":1024,"name":"headers","url":"classes/misskey_web_socket.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":647,"kind":65536,"name":"__type","url":"classes/misskey_web_socket.default.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":648,"kind":1024,"name":"proxyConfig","url":"classes/misskey_web_socket.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":649,"kind":1024,"name":"listId","url":"classes/misskey_web_socket.default.html#listid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":650,"kind":1024,"name":"_accessToken","url":"classes/misskey_web_socket.default.html#_accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":651,"kind":1024,"name":"_reconnectInterval","url":"classes/misskey_web_socket.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":652,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/misskey_web_socket.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":653,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/misskey_web_socket.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":654,"kind":1024,"name":"_connectionClosed","url":"classes/misskey_web_socket.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":655,"kind":1024,"name":"_client","url":"classes/misskey_web_socket.default.html#_client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":656,"kind":1024,"name":"_channelID","url":"classes/misskey_web_socket.default.html#_channelid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":657,"kind":1024,"name":"_pongReceivedTimestamp","url":"classes/misskey_web_socket.default.html#_pongreceivedtimestamp","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":658,"kind":1024,"name":"_heartbeatInterval","url":"classes/misskey_web_socket.default.html#_heartbeatinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":659,"kind":1024,"name":"_pongWaiting","url":"classes/misskey_web_socket.default.html#_pongwaiting","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":660,"kind":2048,"name":"start","url":"classes/misskey_web_socket.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":661,"kind":2048,"name":"_startWebSocketConnection","url":"classes/misskey_web_socket.default.html#_startwebsocketconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":662,"kind":2048,"name":"stop","url":"classes/misskey_web_socket.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":663,"kind":2048,"name":"_resetConnection","url":"classes/misskey_web_socket.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":664,"kind":2048,"name":"_resetRetryParams","url":"classes/misskey_web_socket.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":665,"kind":2048,"name":"_connect","url":"classes/misskey_web_socket.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":666,"kind":2048,"name":"_channel","url":"classes/misskey_web_socket.default.html#_channel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":667,"kind":2048,"name":"_reconnect","url":"classes/misskey_web_socket.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":668,"kind":2048,"name":"_clearBinding","url":"classes/misskey_web_socket.default.html#_clearbinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":669,"kind":2048,"name":"_bindSocket","url":"classes/misskey_web_socket.default.html#_bindsocket","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":670,"kind":2048,"name":"_setupParser","url":"classes/misskey_web_socket.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":671,"kind":2048,"name":"_checkAlive","url":"classes/misskey_web_socket.default.html#_checkalive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":672,"kind":128,"name":"Parser","url":"classes/misskey_web_socket.parser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"misskey/web_socket"},{"id":673,"kind":512,"name":"constructor","url":"classes/misskey_web_socket.parser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"misskey/web_socket.Parser"},{"id":674,"kind":2048,"name":"parse","url":"classes/misskey_web_socket.parser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/web_socket.Parser"},{"id":675,"kind":1,"name":"misskey","url":"modules/misskey.html","classes":"tsd-kind-module"},{"id":676,"kind":128,"name":"default","url":"classes/misskey.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"misskey"},{"id":677,"kind":512,"name":"constructor","url":"classes/misskey.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"misskey.default"},{"id":678,"kind":1024,"name":"client","url":"classes/misskey.default.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey.default"},{"id":679,"kind":1024,"name":"baseUrl","url":"classes/misskey.default.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey.default"},{"id":680,"kind":1024,"name":"proxyConfig","url":"classes/misskey.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey.default"},{"id":681,"kind":2048,"name":"cancel","url":"classes/misskey.default.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":682,"kind":2048,"name":"registerApp","url":"classes/misskey.default.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":683,"kind":2048,"name":"createApp","url":"classes/misskey.default.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":684,"kind":2048,"name":"generateAuthUrlAndToken","url":"classes/misskey.default.html#generateauthurlandtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":685,"kind":2048,"name":"verifyAppCredentials","url":"classes/misskey.default.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":686,"kind":2048,"name":"fetchAccessToken","url":"classes/misskey.default.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":687,"kind":2048,"name":"refreshToken","url":"classes/misskey.default.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":688,"kind":2048,"name":"revokeToken","url":"classes/misskey.default.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":689,"kind":2048,"name":"registerAccount","url":"classes/misskey.default.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":690,"kind":2048,"name":"verifyAccountCredentials","url":"classes/misskey.default.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":691,"kind":2048,"name":"updateCredentials","url":"classes/misskey.default.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":692,"kind":2048,"name":"getAccount","url":"classes/misskey.default.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":693,"kind":2048,"name":"getAccountStatuses","url":"classes/misskey.default.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":694,"kind":2048,"name":"getAccountFavourites","url":"classes/misskey.default.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":695,"kind":2048,"name":"subscribeAccount","url":"classes/misskey.default.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":696,"kind":2048,"name":"unsubscribeAccount","url":"classes/misskey.default.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":697,"kind":2048,"name":"getAccountFollowers","url":"classes/misskey.default.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":698,"kind":2048,"name":"getAccountFollowing","url":"classes/misskey.default.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":699,"kind":2048,"name":"getAccountLists","url":"classes/misskey.default.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":700,"kind":2048,"name":"getIdentityProof","url":"classes/misskey.default.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":701,"kind":2048,"name":"followAccount","url":"classes/misskey.default.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":702,"kind":2048,"name":"unfollowAccount","url":"classes/misskey.default.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":703,"kind":2048,"name":"blockAccount","url":"classes/misskey.default.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":704,"kind":2048,"name":"unblockAccount","url":"classes/misskey.default.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":705,"kind":2048,"name":"muteAccount","url":"classes/misskey.default.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":706,"kind":2048,"name":"unmuteAccount","url":"classes/misskey.default.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":707,"kind":2048,"name":"pinAccount","url":"classes/misskey.default.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":708,"kind":2048,"name":"unpinAccount","url":"classes/misskey.default.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":709,"kind":2048,"name":"getRelationship","url":"classes/misskey.default.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":710,"kind":2048,"name":"getRelationships","url":"classes/misskey.default.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":711,"kind":2048,"name":"searchAccount","url":"classes/misskey.default.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":712,"kind":2048,"name":"getBookmarks","url":"classes/misskey.default.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":713,"kind":2048,"name":"getFavourites","url":"classes/misskey.default.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":714,"kind":2048,"name":"getMutes","url":"classes/misskey.default.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":715,"kind":2048,"name":"getBlocks","url":"classes/misskey.default.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":716,"kind":2048,"name":"getDomainBlocks","url":"classes/misskey.default.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":717,"kind":2048,"name":"blockDomain","url":"classes/misskey.default.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":718,"kind":2048,"name":"unblockDomain","url":"classes/misskey.default.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":719,"kind":2048,"name":"getFilters","url":"classes/misskey.default.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":720,"kind":2048,"name":"getFilter","url":"classes/misskey.default.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":721,"kind":2048,"name":"createFilter","url":"classes/misskey.default.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":722,"kind":2048,"name":"updateFilter","url":"classes/misskey.default.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":723,"kind":2048,"name":"deleteFilter","url":"classes/misskey.default.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":724,"kind":2048,"name":"report","url":"classes/misskey.default.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":725,"kind":2048,"name":"getFollowRequests","url":"classes/misskey.default.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":726,"kind":2048,"name":"acceptFollowRequest","url":"classes/misskey.default.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":727,"kind":2048,"name":"rejectFollowRequest","url":"classes/misskey.default.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":728,"kind":2048,"name":"getEndorsements","url":"classes/misskey.default.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":729,"kind":2048,"name":"getFeaturedTags","url":"classes/misskey.default.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":730,"kind":2048,"name":"createFeaturedTag","url":"classes/misskey.default.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":731,"kind":2048,"name":"deleteFeaturedTag","url":"classes/misskey.default.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":732,"kind":2048,"name":"getSuggestedTags","url":"classes/misskey.default.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":733,"kind":2048,"name":"getPreferences","url":"classes/misskey.default.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":734,"kind":2048,"name":"getSuggestions","url":"classes/misskey.default.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":735,"kind":2048,"name":"postStatus","url":"classes/misskey.default.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":736,"kind":2048,"name":"getStatus","url":"classes/misskey.default.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":737,"kind":2048,"name":"deleteStatus","url":"classes/misskey.default.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":738,"kind":2048,"name":"getStatusContext","url":"classes/misskey.default.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":739,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/misskey.default.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":740,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/misskey.default.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":741,"kind":2048,"name":"favouriteStatus","url":"classes/misskey.default.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":742,"kind":2048,"name":"unfavouriteStatus","url":"classes/misskey.default.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":743,"kind":2048,"name":"reblogStatus","url":"classes/misskey.default.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":744,"kind":2048,"name":"unreblogStatus","url":"classes/misskey.default.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":745,"kind":2048,"name":"bookmarkStatus","url":"classes/misskey.default.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":746,"kind":2048,"name":"unbookmarkStatus","url":"classes/misskey.default.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":747,"kind":2048,"name":"muteStatus","url":"classes/misskey.default.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":748,"kind":2048,"name":"unmuteStatus","url":"classes/misskey.default.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":749,"kind":2048,"name":"pinStatus","url":"classes/misskey.default.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":750,"kind":2048,"name":"unpinStatus","url":"classes/misskey.default.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":751,"kind":2048,"name":"uploadMedia","url":"classes/misskey.default.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":752,"kind":2048,"name":"updateMedia","url":"classes/misskey.default.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":753,"kind":2048,"name":"getPoll","url":"classes/misskey.default.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":754,"kind":2048,"name":"votePoll","url":"classes/misskey.default.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":755,"kind":2048,"name":"getScheduledStatuses","url":"classes/misskey.default.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":756,"kind":2048,"name":"getScheduledStatus","url":"classes/misskey.default.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":757,"kind":2048,"name":"scheduleStatus","url":"classes/misskey.default.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":758,"kind":2048,"name":"cancelScheduledStatus","url":"classes/misskey.default.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":759,"kind":2048,"name":"getPublicTimeline","url":"classes/misskey.default.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":760,"kind":2048,"name":"getLocalTimeline","url":"classes/misskey.default.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":761,"kind":2048,"name":"getTagTimeline","url":"classes/misskey.default.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":762,"kind":2048,"name":"getHomeTimeline","url":"classes/misskey.default.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":763,"kind":2048,"name":"getListTimeline","url":"classes/misskey.default.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":764,"kind":2048,"name":"getConversationTimeline","url":"classes/misskey.default.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":765,"kind":2048,"name":"deleteConversation","url":"classes/misskey.default.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":766,"kind":2048,"name":"readConversation","url":"classes/misskey.default.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":767,"kind":2048,"name":"getLists","url":"classes/misskey.default.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":768,"kind":2048,"name":"getList","url":"classes/misskey.default.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":769,"kind":2048,"name":"createList","url":"classes/misskey.default.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":770,"kind":2048,"name":"updateList","url":"classes/misskey.default.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":771,"kind":2048,"name":"deleteList","url":"classes/misskey.default.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":772,"kind":2048,"name":"getAccountsInList","url":"classes/misskey.default.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":773,"kind":2048,"name":"addAccountsToList","url":"classes/misskey.default.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":774,"kind":2048,"name":"deleteAccountsFromList","url":"classes/misskey.default.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":775,"kind":2048,"name":"getMarkers","url":"classes/misskey.default.html#getmarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":776,"kind":2048,"name":"saveMarkers","url":"classes/misskey.default.html#savemarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":777,"kind":2048,"name":"getNotifications","url":"classes/misskey.default.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":778,"kind":2048,"name":"getNotification","url":"classes/misskey.default.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":779,"kind":2048,"name":"dismissNotifications","url":"classes/misskey.default.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":780,"kind":2048,"name":"dismissNotification","url":"classes/misskey.default.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":781,"kind":2048,"name":"subscribePushNotification","url":"classes/misskey.default.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":782,"kind":2048,"name":"getPushSubscription","url":"classes/misskey.default.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":783,"kind":2048,"name":"updatePushSubscription","url":"classes/misskey.default.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":784,"kind":2048,"name":"deletePushSubscription","url":"classes/misskey.default.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":785,"kind":2048,"name":"search","url":"classes/misskey.default.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":786,"kind":2048,"name":"getInstance","url":"classes/misskey.default.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":787,"kind":2048,"name":"getInstancePeers","url":"classes/misskey.default.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":788,"kind":2048,"name":"getInstanceActivity","url":"classes/misskey.default.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":789,"kind":2048,"name":"getInstanceTrends","url":"classes/misskey.default.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":790,"kind":2048,"name":"getInstanceDirectory","url":"classes/misskey.default.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":791,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/misskey.default.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":792,"kind":2048,"name":"createEmojiReaction","url":"classes/misskey.default.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":793,"kind":2048,"name":"deleteEmojiReaction","url":"classes/misskey.default.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":794,"kind":2048,"name":"getEmojiReactions","url":"classes/misskey.default.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":795,"kind":2048,"name":"getEmojiReaction","url":"classes/misskey.default.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":796,"kind":2048,"name":"userStream","url":"classes/misskey.default.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":797,"kind":2048,"name":"publicStream","url":"classes/misskey.default.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":798,"kind":2048,"name":"localStream","url":"classes/misskey.default.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":799,"kind":2048,"name":"tagStream","url":"classes/misskey.default.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":800,"kind":2048,"name":"listStream","url":"classes/misskey.default.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":801,"kind":2048,"name":"directStream","url":"classes/misskey.default.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":802,"kind":2048,"name":"userSocket","url":"classes/misskey.default.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":803,"kind":2048,"name":"publicSocket","url":"classes/misskey.default.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":804,"kind":2048,"name":"localSocket","url":"classes/misskey.default.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":805,"kind":2048,"name":"tagSocket","url":"classes/misskey.default.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":806,"kind":2048,"name":"listSocket","url":"classes/misskey.default.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":807,"kind":2048,"name":"directSocket","url":"classes/misskey.default.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":808,"kind":1,"name":"notification","url":"modules/notification.html","classes":"tsd-kind-module"},{"id":809,"kind":2,"name":"default","url":"modules/notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"notification"},{"id":810,"kind":32,"name":"Follow","url":"modules/notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":811,"kind":32,"name":"Favourite","url":"modules/notification.default.html#favourite","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":812,"kind":32,"name":"Reblog","url":"modules/notification.default.html#reblog","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":813,"kind":32,"name":"Mention","url":"modules/notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":814,"kind":32,"name":"EmojiReaction","url":"modules/notification.default.html#emojireaction","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":815,"kind":32,"name":"FollowRequest","url":"modules/notification.default.html#followrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":816,"kind":32,"name":"Status","url":"modules/notification.default.html#status","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":817,"kind":32,"name":"PollVote","url":"modules/notification.default.html#pollvote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":818,"kind":32,"name":"PollExpired","url":"modules/notification.default.html#pollexpired","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":819,"kind":1,"name":"oauth","url":"modules/oauth.html","classes":"tsd-kind-module"},{"id":820,"kind":2,"name":"default","url":"modules/oauth.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"oauth"},{"id":821,"kind":4194304,"name":"AppDataFromServer","url":"modules/oauth.default.html#appdatafromserver","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"oauth.default"},{"id":822,"kind":65536,"name":"__type","url":"modules/oauth.default.html#appdatafromserver.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"oauth.default.AppDataFromServer"},{"id":823,"kind":1024,"name":"id","url":"modules/oauth.default.html#appdatafromserver.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":824,"kind":1024,"name":"name","url":"modules/oauth.default.html#appdatafromserver.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":825,"kind":1024,"name":"website","url":"modules/oauth.default.html#appdatafromserver.__type.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":826,"kind":1024,"name":"redirect_uri","url":"modules/oauth.default.html#appdatafromserver.__type.redirect_uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":827,"kind":1024,"name":"client_id","url":"modules/oauth.default.html#appdatafromserver.__type.client_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":828,"kind":1024,"name":"client_secret","url":"modules/oauth.default.html#appdatafromserver.__type.client_secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":829,"kind":4194304,"name":"TokenDataFromServer","url":"modules/oauth.default.html#tokendatafromserver","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"oauth.default"},{"id":830,"kind":65536,"name":"__type","url":"modules/oauth.default.html#tokendatafromserver.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"oauth.default.TokenDataFromServer"},{"id":831,"kind":1024,"name":"access_token","url":"modules/oauth.default.html#tokendatafromserver.__type-1.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":832,"kind":1024,"name":"token_type","url":"modules/oauth.default.html#tokendatafromserver.__type-1.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":833,"kind":1024,"name":"scope","url":"modules/oauth.default.html#tokendatafromserver.__type-1.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":834,"kind":1024,"name":"created_at","url":"modules/oauth.default.html#tokendatafromserver.__type-1.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":835,"kind":1024,"name":"expires_in","url":"modules/oauth.default.html#tokendatafromserver.__type-1.expires_in","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":836,"kind":1024,"name":"refresh_token","url":"modules/oauth.default.html#tokendatafromserver.__type-1.refresh_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":837,"kind":128,"name":"AppData","url":"classes/oauth.default.appdata.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"oauth.default"},{"id":838,"kind":2048,"name":"from","url":"classes/oauth.default.appdata.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"oauth.default.AppData"},{"id":839,"kind":512,"name":"constructor","url":"classes/oauth.default.appdata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":840,"kind":1024,"name":"url","url":"classes/oauth.default.appdata.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":841,"kind":1024,"name":"session_token","url":"classes/oauth.default.appdata.html#session_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":842,"kind":1024,"name":"id","url":"classes/oauth.default.appdata.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":843,"kind":1024,"name":"name","url":"classes/oauth.default.appdata.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":844,"kind":1024,"name":"website","url":"classes/oauth.default.appdata.html#website","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":845,"kind":1024,"name":"redirect_uri","url":"classes/oauth.default.appdata.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":846,"kind":1024,"name":"client_id","url":"classes/oauth.default.appdata.html#client_id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":847,"kind":1024,"name":"client_secret","url":"classes/oauth.default.appdata.html#client_secret","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":848,"kind":262144,"name":"redirectUri","url":"classes/oauth.default.appdata.html#redirecturi","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":849,"kind":262144,"name":"clientId","url":"classes/oauth.default.appdata.html#clientid","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":850,"kind":262144,"name":"clientSecret","url":"classes/oauth.default.appdata.html#clientsecret","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":851,"kind":128,"name":"TokenData","url":"classes/oauth.default.tokendata.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"oauth.default"},{"id":852,"kind":2048,"name":"from","url":"classes/oauth.default.tokendata.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"oauth.default.TokenData"},{"id":853,"kind":512,"name":"constructor","url":"classes/oauth.default.tokendata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":854,"kind":1024,"name":"_scope","url":"classes/oauth.default.tokendata.html#_scope","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":855,"kind":1024,"name":"access_token","url":"classes/oauth.default.tokendata.html#access_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":856,"kind":1024,"name":"token_type","url":"classes/oauth.default.tokendata.html#token_type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":857,"kind":1024,"name":"created_at","url":"classes/oauth.default.tokendata.html#created_at","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":858,"kind":1024,"name":"expires_in","url":"classes/oauth.default.tokendata.html#expires_in","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":859,"kind":1024,"name":"refresh_token","url":"classes/oauth.default.tokendata.html#refresh_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":860,"kind":262144,"name":"accessToken","url":"classes/oauth.default.tokendata.html#accesstoken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":861,"kind":262144,"name":"tokenType","url":"classes/oauth.default.tokendata.html#tokentype","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":862,"kind":262144,"name":"scope","url":"classes/oauth.default.tokendata.html#scope","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":863,"kind":262144,"name":"createdAt","url":"classes/oauth.default.tokendata.html#createdat","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":864,"kind":262144,"name":"expiresIn","url":"classes/oauth.default.tokendata.html#expiresin","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":865,"kind":262144,"name":"refreshToken","url":"classes/oauth.default.tokendata.html#refreshtoken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":866,"kind":1,"name":"parser","url":"modules/parser.html","classes":"tsd-kind-module"},{"id":867,"kind":128,"name":"Parser","url":"classes/parser.parser-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"parser"},{"id":868,"kind":512,"name":"constructor","url":"classes/parser.parser-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"parser.Parser"},{"id":869,"kind":1024,"name":"message","url":"classes/parser.parser-1.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"parser.Parser"},{"id":870,"kind":2048,"name":"parse","url":"classes/parser.parser-1.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"parser.Parser"},{"id":871,"kind":1,"name":"pleroma/api_client","url":"modules/pleroma_api_client.html","classes":"tsd-kind-module"},{"id":872,"kind":2,"name":"default","url":"modules/pleroma_api_client.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/api_client"},{"id":873,"kind":2,"name":"Entity","url":"modules/pleroma_api_client.default.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":874,"kind":4194304,"name":"Account","url":"modules/pleroma_api_client.default.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":875,"kind":4194304,"name":"Activity","url":"modules/pleroma_api_client.default.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":876,"kind":4194304,"name":"Application","url":"modules/pleroma_api_client.default.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":877,"kind":4194304,"name":"Attachment","url":"modules/pleroma_api_client.default.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":878,"kind":4194304,"name":"Card","url":"modules/pleroma_api_client.default.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":879,"kind":4194304,"name":"Context","url":"modules/pleroma_api_client.default.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":880,"kind":4194304,"name":"Conversation","url":"modules/pleroma_api_client.default.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":881,"kind":4194304,"name":"Emoji","url":"modules/pleroma_api_client.default.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":882,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_api_client.default.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":883,"kind":4194304,"name":"Field","url":"modules/pleroma_api_client.default.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":884,"kind":4194304,"name":"Filter","url":"modules/pleroma_api_client.default.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":885,"kind":4194304,"name":"History","url":"modules/pleroma_api_client.default.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":886,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_api_client.default.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":887,"kind":4194304,"name":"Instance","url":"modules/pleroma_api_client.default.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":888,"kind":4194304,"name":"List","url":"modules/pleroma_api_client.default.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":889,"kind":4194304,"name":"Marker","url":"modules/pleroma_api_client.default.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":890,"kind":4194304,"name":"Mention","url":"modules/pleroma_api_client.default.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":891,"kind":4194304,"name":"Notification","url":"modules/pleroma_api_client.default.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":892,"kind":4194304,"name":"Poll","url":"modules/pleroma_api_client.default.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":893,"kind":4194304,"name":"PollOption","url":"modules/pleroma_api_client.default.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":894,"kind":4194304,"name":"Preferences","url":"modules/pleroma_api_client.default.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":895,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_api_client.default.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":896,"kind":4194304,"name":"Reaction","url":"modules/pleroma_api_client.default.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":897,"kind":4194304,"name":"Relationship","url":"modules/pleroma_api_client.default.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":898,"kind":4194304,"name":"Report","url":"modules/pleroma_api_client.default.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":899,"kind":4194304,"name":"Results","url":"modules/pleroma_api_client.default.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":900,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_api_client.default.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":901,"kind":4194304,"name":"Source","url":"modules/pleroma_api_client.default.entity.html#source","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":902,"kind":4194304,"name":"Stats","url":"modules/pleroma_api_client.default.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":903,"kind":4194304,"name":"Status","url":"modules/pleroma_api_client.default.entity.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":904,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_api_client.default.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":905,"kind":4194304,"name":"Tag","url":"modules/pleroma_api_client.default.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":906,"kind":4194304,"name":"Token","url":"modules/pleroma_api_client.default.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":907,"kind":4194304,"name":"URLs","url":"modules/pleroma_api_client.default.entity.html#urls","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":908,"kind":2,"name":"Converter","url":"modules/pleroma_api_client.default.converter.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":909,"kind":64,"name":"decodeNotificationType","url":"modules/pleroma_api_client.default.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":910,"kind":64,"name":"encodeNotificationType","url":"modules/pleroma_api_client.default.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":911,"kind":64,"name":"account","url":"modules/pleroma_api_client.default.converter.html#account","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":912,"kind":64,"name":"activity","url":"modules/pleroma_api_client.default.converter.html#activity","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":913,"kind":64,"name":"application","url":"modules/pleroma_api_client.default.converter.html#application","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":914,"kind":64,"name":"attachment","url":"modules/pleroma_api_client.default.converter.html#attachment","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":915,"kind":64,"name":"card","url":"modules/pleroma_api_client.default.converter.html#card","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":916,"kind":64,"name":"context","url":"modules/pleroma_api_client.default.converter.html#context","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":917,"kind":64,"name":"conversation","url":"modules/pleroma_api_client.default.converter.html#conversation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":918,"kind":64,"name":"emoji","url":"modules/pleroma_api_client.default.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":919,"kind":64,"name":"featured_tag","url":"modules/pleroma_api_client.default.converter.html#featured_tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":920,"kind":64,"name":"field","url":"modules/pleroma_api_client.default.converter.html#field","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":921,"kind":64,"name":"filter","url":"modules/pleroma_api_client.default.converter.html#filter","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":922,"kind":64,"name":"history","url":"modules/pleroma_api_client.default.converter.html#history","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":923,"kind":64,"name":"identity_proof","url":"modules/pleroma_api_client.default.converter.html#identity_proof","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":924,"kind":64,"name":"instance","url":"modules/pleroma_api_client.default.converter.html#instance","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":925,"kind":64,"name":"list","url":"modules/pleroma_api_client.default.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":926,"kind":64,"name":"marker","url":"modules/pleroma_api_client.default.converter.html#marker","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":927,"kind":64,"name":"mention","url":"modules/pleroma_api_client.default.converter.html#mention","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":928,"kind":64,"name":"notification","url":"modules/pleroma_api_client.default.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":929,"kind":64,"name":"poll","url":"modules/pleroma_api_client.default.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":930,"kind":64,"name":"pollOption","url":"modules/pleroma_api_client.default.converter.html#polloption","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":931,"kind":64,"name":"preferences","url":"modules/pleroma_api_client.default.converter.html#preferences","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":932,"kind":64,"name":"push_subscription","url":"modules/pleroma_api_client.default.converter.html#push_subscription","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":933,"kind":64,"name":"reaction","url":"modules/pleroma_api_client.default.converter.html#reaction","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":934,"kind":64,"name":"relationship","url":"modules/pleroma_api_client.default.converter.html#relationship","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":935,"kind":64,"name":"report","url":"modules/pleroma_api_client.default.converter.html#report","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":936,"kind":64,"name":"results","url":"modules/pleroma_api_client.default.converter.html#results","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":937,"kind":64,"name":"scheduled_status","url":"modules/pleroma_api_client.default.converter.html#scheduled_status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":938,"kind":64,"name":"source","url":"modules/pleroma_api_client.default.converter.html#source","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":939,"kind":64,"name":"stats","url":"modules/pleroma_api_client.default.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":940,"kind":64,"name":"status","url":"modules/pleroma_api_client.default.converter.html#status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":941,"kind":64,"name":"status_params","url":"modules/pleroma_api_client.default.converter.html#status_params","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":942,"kind":64,"name":"tag","url":"modules/pleroma_api_client.default.converter.html#tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":943,"kind":64,"name":"token","url":"modules/pleroma_api_client.default.converter.html#token","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":944,"kind":64,"name":"urls","url":"modules/pleroma_api_client.default.converter.html#urls","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":945,"kind":256,"name":"Interface","url":"interfaces/pleroma_api_client.default.interface.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":946,"kind":2048,"name":"get","url":"interfaces/pleroma_api_client.default.interface.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":947,"kind":2048,"name":"put","url":"interfaces/pleroma_api_client.default.interface.html#put","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":948,"kind":2048,"name":"patch","url":"interfaces/pleroma_api_client.default.interface.html#patch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":949,"kind":2048,"name":"post","url":"interfaces/pleroma_api_client.default.interface.html#post","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":950,"kind":2048,"name":"del","url":"interfaces/pleroma_api_client.default.interface.html#del","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":951,"kind":2048,"name":"cancel","url":"interfaces/pleroma_api_client.default.interface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"pleroma/api_client.default.Interface"},{"id":952,"kind":2048,"name":"socket","url":"interfaces/pleroma_api_client.default.interface.html#socket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"pleroma/api_client.default.Interface"},{"id":953,"kind":128,"name":"Client","url":"classes/pleroma_api_client.default.client.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":954,"kind":1024,"name":"DEFAULT_SCOPE","url":"classes/pleroma_api_client.default.client.html#default_scope","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"pleroma/api_client.default.Client"},{"id":955,"kind":1024,"name":"DEFAULT_URL","url":"classes/pleroma_api_client.default.client.html#default_url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"pleroma/api_client.default.Client"},{"id":956,"kind":1024,"name":"NO_REDIRECT","url":"classes/pleroma_api_client.default.client.html#no_redirect","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"pleroma/api_client.default.Client"},{"id":957,"kind":512,"name":"constructor","url":"classes/pleroma_api_client.default.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pleroma/api_client.default.Client"},{"id":958,"kind":1024,"name":"accessToken","url":"classes/pleroma_api_client.default.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":959,"kind":1024,"name":"baseUrl","url":"classes/pleroma_api_client.default.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":960,"kind":1024,"name":"userAgent","url":"classes/pleroma_api_client.default.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":961,"kind":1024,"name":"cancelTokenSource","url":"classes/pleroma_api_client.default.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":962,"kind":1024,"name":"proxyConfig","url":"classes/pleroma_api_client.default.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":963,"kind":2048,"name":"get","url":"classes/pleroma_api_client.default.client.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":964,"kind":2048,"name":"put","url":"classes/pleroma_api_client.default.client.html#put","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":965,"kind":2048,"name":"patch","url":"classes/pleroma_api_client.default.client.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":966,"kind":2048,"name":"post","url":"classes/pleroma_api_client.default.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":967,"kind":2048,"name":"del","url":"classes/pleroma_api_client.default.client.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":968,"kind":2048,"name":"cancel","url":"classes/pleroma_api_client.default.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/api_client.default.Client"},{"id":969,"kind":2048,"name":"socket","url":"classes/pleroma_api_client.default.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/api_client.default.Client"},{"id":970,"kind":1,"name":"pleroma/entities/account","url":"modules/pleroma_entities_account.html","classes":"tsd-kind-module"},{"id":971,"kind":1,"name":"pleroma/entities/activity","url":"modules/pleroma_entities_activity.html","classes":"tsd-kind-module"},{"id":972,"kind":1,"name":"pleroma/entities/application","url":"modules/pleroma_entities_application.html","classes":"tsd-kind-module"},{"id":973,"kind":1,"name":"pleroma/entities/attachment","url":"modules/pleroma_entities_attachment.html","classes":"tsd-kind-module"},{"id":974,"kind":1,"name":"pleroma/entities/card","url":"modules/pleroma_entities_card.html","classes":"tsd-kind-module"},{"id":975,"kind":1,"name":"pleroma/entities/context","url":"modules/pleroma_entities_context.html","classes":"tsd-kind-module"},{"id":976,"kind":1,"name":"pleroma/entities/conversation","url":"modules/pleroma_entities_conversation.html","classes":"tsd-kind-module"},{"id":977,"kind":1,"name":"pleroma/entities/emoji","url":"modules/pleroma_entities_emoji.html","classes":"tsd-kind-module"},{"id":978,"kind":1,"name":"pleroma/entities/featured_tag","url":"modules/pleroma_entities_featured_tag.html","classes":"tsd-kind-module"},{"id":979,"kind":1,"name":"pleroma/entities/field","url":"modules/pleroma_entities_field.html","classes":"tsd-kind-module"},{"id":980,"kind":1,"name":"pleroma/entities/filter","url":"modules/pleroma_entities_filter.html","classes":"tsd-kind-module"},{"id":981,"kind":1,"name":"pleroma/entities/history","url":"modules/pleroma_entities_history.html","classes":"tsd-kind-module"},{"id":982,"kind":1,"name":"pleroma/entities/identity_proof","url":"modules/pleroma_entities_identity_proof.html","classes":"tsd-kind-module"},{"id":983,"kind":1,"name":"pleroma/entities/instance","url":"modules/pleroma_entities_instance.html","classes":"tsd-kind-module"},{"id":984,"kind":1,"name":"pleroma/entities/list","url":"modules/pleroma_entities_list.html","classes":"tsd-kind-module"},{"id":985,"kind":1,"name":"pleroma/entities/marker","url":"modules/pleroma_entities_marker.html","classes":"tsd-kind-module"},{"id":986,"kind":1,"name":"pleroma/entities/mention","url":"modules/pleroma_entities_mention.html","classes":"tsd-kind-module"},{"id":987,"kind":1,"name":"pleroma/entities/notification","url":"modules/pleroma_entities_notification.html","classes":"tsd-kind-module"},{"id":988,"kind":1,"name":"pleroma/entities/poll","url":"modules/pleroma_entities_poll.html","classes":"tsd-kind-module"},{"id":989,"kind":1,"name":"pleroma/entities/poll_option","url":"modules/pleroma_entities_poll_option.html","classes":"tsd-kind-module"},{"id":990,"kind":1,"name":"pleroma/entities/preferences","url":"modules/pleroma_entities_preferences.html","classes":"tsd-kind-module"},{"id":991,"kind":1,"name":"pleroma/entities/push_subscription","url":"modules/pleroma_entities_push_subscription.html","classes":"tsd-kind-module"},{"id":992,"kind":1,"name":"pleroma/entities/reaction","url":"modules/pleroma_entities_reaction.html","classes":"tsd-kind-module"},{"id":993,"kind":1,"name":"pleroma/entities/relationship","url":"modules/pleroma_entities_relationship.html","classes":"tsd-kind-module"},{"id":994,"kind":1,"name":"pleroma/entities/report","url":"modules/pleroma_entities_report.html","classes":"tsd-kind-module"},{"id":995,"kind":1,"name":"pleroma/entities/results","url":"modules/pleroma_entities_results.html","classes":"tsd-kind-module"},{"id":996,"kind":1,"name":"pleroma/entities/scheduled_status","url":"modules/pleroma_entities_scheduled_status.html","classes":"tsd-kind-module"},{"id":997,"kind":1,"name":"pleroma/entities/source","url":"modules/pleroma_entities_source.html","classes":"tsd-kind-module"},{"id":998,"kind":1,"name":"pleroma/entities/stats","url":"modules/pleroma_entities_stats.html","classes":"tsd-kind-module"},{"id":999,"kind":1,"name":"pleroma/entities/status","url":"modules/pleroma_entities_status.html","classes":"tsd-kind-module"},{"id":1000,"kind":1,"name":"pleroma/entities/status_params","url":"modules/pleroma_entities_status_params.html","classes":"tsd-kind-module"},{"id":1001,"kind":1,"name":"pleroma/entities/tag","url":"modules/pleroma_entities_tag.html","classes":"tsd-kind-module"},{"id":1002,"kind":1,"name":"pleroma/entities/token","url":"modules/pleroma_entities_token.html","classes":"tsd-kind-module"},{"id":1003,"kind":1,"name":"pleroma/entities/urls","url":"modules/pleroma_entities_urls.html","classes":"tsd-kind-module"},{"id":1004,"kind":1,"name":"pleroma/entity","url":"modules/pleroma_entity.html","classes":"tsd-kind-module"},{"id":1005,"kind":1,"name":"pleroma/notification","url":"modules/pleroma_notification.html","classes":"tsd-kind-module"},{"id":1006,"kind":2,"name":"default","url":"modules/pleroma_notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/notification"},{"id":1007,"kind":32,"name":"Mention","url":"modules/pleroma_notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":1008,"kind":32,"name":"Reblog","url":"modules/pleroma_notification.default.html#reblog","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":1009,"kind":32,"name":"Favourite","url":"modules/pleroma_notification.default.html#favourite","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":1010,"kind":32,"name":"Follow","url":"modules/pleroma_notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":1011,"kind":32,"name":"Poll","url":"modules/pleroma_notification.default.html#poll","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":1012,"kind":32,"name":"PleromaEmojiReaction","url":"modules/pleroma_notification.default.html#pleromaemojireaction","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":1013,"kind":32,"name":"FollowRequest","url":"modules/pleroma_notification.default.html#followrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":1014,"kind":1,"name":"pleroma/web_socket","url":"modules/pleroma_web_socket.html","classes":"tsd-kind-module"},{"id":1015,"kind":128,"name":"default","url":"classes/pleroma_web_socket.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pleroma/web_socket"},{"id":1016,"kind":512,"name":"constructor","url":"classes/pleroma_web_socket.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"pleroma/web_socket.default"},{"id":1017,"kind":1024,"name":"url","url":"classes/pleroma_web_socket.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1018,"kind":1024,"name":"stream","url":"classes/pleroma_web_socket.default.html#stream","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1019,"kind":1024,"name":"params","url":"classes/pleroma_web_socket.default.html#params","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1020,"kind":1024,"name":"parser","url":"classes/pleroma_web_socket.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1021,"kind":1024,"name":"headers","url":"classes/pleroma_web_socket.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1022,"kind":65536,"name":"__type","url":"classes/pleroma_web_socket.default.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1023,"kind":1024,"name":"proxyConfig","url":"classes/pleroma_web_socket.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1024,"kind":1024,"name":"_accessToken","url":"classes/pleroma_web_socket.default.html#_accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1025,"kind":1024,"name":"_reconnectInterval","url":"classes/pleroma_web_socket.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1026,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/pleroma_web_socket.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1027,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/pleroma_web_socket.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1028,"kind":1024,"name":"_connectionClosed","url":"classes/pleroma_web_socket.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1029,"kind":1024,"name":"_client","url":"classes/pleroma_web_socket.default.html#_client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1030,"kind":1024,"name":"_pongReceivedTimestamp","url":"classes/pleroma_web_socket.default.html#_pongreceivedtimestamp","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1031,"kind":1024,"name":"_heartbeatInterval","url":"classes/pleroma_web_socket.default.html#_heartbeatinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1032,"kind":1024,"name":"_pongWaiting","url":"classes/pleroma_web_socket.default.html#_pongwaiting","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1033,"kind":2048,"name":"start","url":"classes/pleroma_web_socket.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1034,"kind":2048,"name":"_startWebSocketConnection","url":"classes/pleroma_web_socket.default.html#_startwebsocketconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1035,"kind":2048,"name":"stop","url":"classes/pleroma_web_socket.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1036,"kind":2048,"name":"_resetConnection","url":"classes/pleroma_web_socket.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1037,"kind":2048,"name":"_resetRetryParams","url":"classes/pleroma_web_socket.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1038,"kind":2048,"name":"_reconnect","url":"classes/pleroma_web_socket.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1039,"kind":2048,"name":"_connect","url":"classes/pleroma_web_socket.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1040,"kind":2048,"name":"_clearBinding","url":"classes/pleroma_web_socket.default.html#_clearbinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1041,"kind":2048,"name":"_bindSocket","url":"classes/pleroma_web_socket.default.html#_bindsocket","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1042,"kind":2048,"name":"_setupParser","url":"classes/pleroma_web_socket.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1043,"kind":2048,"name":"_checkAlive","url":"classes/pleroma_web_socket.default.html#_checkalive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1044,"kind":128,"name":"Parser","url":"classes/pleroma_web_socket.parser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pleroma/web_socket"},{"id":1045,"kind":512,"name":"constructor","url":"classes/pleroma_web_socket.parser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"pleroma/web_socket.Parser"},{"id":1046,"kind":2048,"name":"parse","url":"classes/pleroma_web_socket.parser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/web_socket.Parser"},{"id":1047,"kind":1,"name":"pleroma","url":"modules/pleroma.html","classes":"tsd-kind-module"},{"id":1048,"kind":128,"name":"default","url":"classes/pleroma.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pleroma"},{"id":1049,"kind":512,"name":"constructor","url":"classes/pleroma.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pleroma.default"},{"id":1050,"kind":1024,"name":"client","url":"classes/pleroma.default.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma.default"},{"id":1051,"kind":1024,"name":"baseUrl","url":"classes/pleroma.default.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma.default"},{"id":1052,"kind":2048,"name":"cancel","url":"classes/pleroma.default.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1053,"kind":2048,"name":"registerApp","url":"classes/pleroma.default.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1054,"kind":2048,"name":"createApp","url":"classes/pleroma.default.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1055,"kind":2048,"name":"generateAuthUrl","url":"classes/pleroma.default.html#generateauthurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1056,"kind":2048,"name":"verifyAppCredentials","url":"classes/pleroma.default.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1057,"kind":2048,"name":"fetchAccessToken","url":"classes/pleroma.default.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1058,"kind":2048,"name":"refreshToken","url":"classes/pleroma.default.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1059,"kind":2048,"name":"revokeToken","url":"classes/pleroma.default.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1060,"kind":2048,"name":"registerAccount","url":"classes/pleroma.default.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1061,"kind":2048,"name":"verifyAccountCredentials","url":"classes/pleroma.default.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1062,"kind":2048,"name":"updateCredentials","url":"classes/pleroma.default.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1063,"kind":2048,"name":"getAccount","url":"classes/pleroma.default.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1064,"kind":2048,"name":"getAccountStatuses","url":"classes/pleroma.default.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1065,"kind":2048,"name":"subscribeAccount","url":"classes/pleroma.default.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1066,"kind":2048,"name":"unsubscribeAccount","url":"classes/pleroma.default.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1067,"kind":2048,"name":"getAccountFavourites","url":"classes/pleroma.default.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1068,"kind":2048,"name":"getAccountFollowers","url":"classes/pleroma.default.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1069,"kind":2048,"name":"getAccountFollowing","url":"classes/pleroma.default.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1070,"kind":2048,"name":"getAccountLists","url":"classes/pleroma.default.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1071,"kind":2048,"name":"getIdentityProof","url":"classes/pleroma.default.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1072,"kind":2048,"name":"followAccount","url":"classes/pleroma.default.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1073,"kind":2048,"name":"unfollowAccount","url":"classes/pleroma.default.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1074,"kind":2048,"name":"blockAccount","url":"classes/pleroma.default.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1075,"kind":2048,"name":"unblockAccount","url":"classes/pleroma.default.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1076,"kind":2048,"name":"muteAccount","url":"classes/pleroma.default.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1077,"kind":2048,"name":"unmuteAccount","url":"classes/pleroma.default.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1078,"kind":2048,"name":"pinAccount","url":"classes/pleroma.default.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1079,"kind":2048,"name":"unpinAccount","url":"classes/pleroma.default.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1080,"kind":2048,"name":"getRelationship","url":"classes/pleroma.default.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1081,"kind":2048,"name":"getRelationships","url":"classes/pleroma.default.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1082,"kind":2048,"name":"searchAccount","url":"classes/pleroma.default.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1083,"kind":2048,"name":"getBookmarks","url":"classes/pleroma.default.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1084,"kind":2048,"name":"getFavourites","url":"classes/pleroma.default.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1085,"kind":2048,"name":"getMutes","url":"classes/pleroma.default.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1086,"kind":2048,"name":"getBlocks","url":"classes/pleroma.default.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1087,"kind":2048,"name":"getDomainBlocks","url":"classes/pleroma.default.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1088,"kind":2048,"name":"blockDomain","url":"classes/pleroma.default.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1089,"kind":2048,"name":"unblockDomain","url":"classes/pleroma.default.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1090,"kind":2048,"name":"getFilters","url":"classes/pleroma.default.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1091,"kind":2048,"name":"getFilter","url":"classes/pleroma.default.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1092,"kind":2048,"name":"createFilter","url":"classes/pleroma.default.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1093,"kind":2048,"name":"updateFilter","url":"classes/pleroma.default.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1094,"kind":2048,"name":"deleteFilter","url":"classes/pleroma.default.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1095,"kind":2048,"name":"report","url":"classes/pleroma.default.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1096,"kind":2048,"name":"getFollowRequests","url":"classes/pleroma.default.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1097,"kind":2048,"name":"acceptFollowRequest","url":"classes/pleroma.default.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1098,"kind":2048,"name":"rejectFollowRequest","url":"classes/pleroma.default.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1099,"kind":2048,"name":"getEndorsements","url":"classes/pleroma.default.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1100,"kind":2048,"name":"getFeaturedTags","url":"classes/pleroma.default.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1101,"kind":2048,"name":"createFeaturedTag","url":"classes/pleroma.default.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1102,"kind":2048,"name":"deleteFeaturedTag","url":"classes/pleroma.default.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1103,"kind":2048,"name":"getSuggestedTags","url":"classes/pleroma.default.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1104,"kind":2048,"name":"getPreferences","url":"classes/pleroma.default.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1105,"kind":2048,"name":"getSuggestions","url":"classes/pleroma.default.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1106,"kind":2048,"name":"postStatus","url":"classes/pleroma.default.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1107,"kind":2048,"name":"getStatus","url":"classes/pleroma.default.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1108,"kind":2048,"name":"deleteStatus","url":"classes/pleroma.default.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1109,"kind":2048,"name":"getStatusContext","url":"classes/pleroma.default.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1110,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/pleroma.default.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1111,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/pleroma.default.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1112,"kind":2048,"name":"favouriteStatus","url":"classes/pleroma.default.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1113,"kind":2048,"name":"unfavouriteStatus","url":"classes/pleroma.default.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1114,"kind":2048,"name":"reblogStatus","url":"classes/pleroma.default.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1115,"kind":2048,"name":"unreblogStatus","url":"classes/pleroma.default.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1116,"kind":2048,"name":"bookmarkStatus","url":"classes/pleroma.default.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1117,"kind":2048,"name":"unbookmarkStatus","url":"classes/pleroma.default.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1118,"kind":2048,"name":"muteStatus","url":"classes/pleroma.default.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1119,"kind":2048,"name":"unmuteStatus","url":"classes/pleroma.default.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1120,"kind":2048,"name":"pinStatus","url":"classes/pleroma.default.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1121,"kind":2048,"name":"unpinStatus","url":"classes/pleroma.default.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1122,"kind":2048,"name":"uploadMedia","url":"classes/pleroma.default.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1123,"kind":2048,"name":"updateMedia","url":"classes/pleroma.default.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1124,"kind":2048,"name":"getPoll","url":"classes/pleroma.default.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1125,"kind":2048,"name":"votePoll","url":"classes/pleroma.default.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1126,"kind":2048,"name":"getScheduledStatuses","url":"classes/pleroma.default.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1127,"kind":2048,"name":"getScheduledStatus","url":"classes/pleroma.default.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1128,"kind":2048,"name":"scheduleStatus","url":"classes/pleroma.default.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1129,"kind":2048,"name":"cancelScheduledStatus","url":"classes/pleroma.default.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1130,"kind":2048,"name":"getPublicTimeline","url":"classes/pleroma.default.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1131,"kind":2048,"name":"getLocalTimeline","url":"classes/pleroma.default.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1132,"kind":2048,"name":"getTagTimeline","url":"classes/pleroma.default.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1133,"kind":2048,"name":"getHomeTimeline","url":"classes/pleroma.default.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1134,"kind":2048,"name":"getListTimeline","url":"classes/pleroma.default.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1135,"kind":2048,"name":"getConversationTimeline","url":"classes/pleroma.default.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1136,"kind":2048,"name":"deleteConversation","url":"classes/pleroma.default.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1137,"kind":2048,"name":"readConversation","url":"classes/pleroma.default.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1138,"kind":2048,"name":"getLists","url":"classes/pleroma.default.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1139,"kind":2048,"name":"getList","url":"classes/pleroma.default.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1140,"kind":2048,"name":"createList","url":"classes/pleroma.default.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1141,"kind":2048,"name":"updateList","url":"classes/pleroma.default.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1142,"kind":2048,"name":"deleteList","url":"classes/pleroma.default.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1143,"kind":2048,"name":"getAccountsInList","url":"classes/pleroma.default.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1144,"kind":2048,"name":"addAccountsToList","url":"classes/pleroma.default.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1145,"kind":2048,"name":"deleteAccountsFromList","url":"classes/pleroma.default.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1146,"kind":2048,"name":"getMarkers","url":"classes/pleroma.default.html#getmarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1147,"kind":2048,"name":"saveMarkers","url":"classes/pleroma.default.html#savemarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1148,"kind":2048,"name":"getNotifications","url":"classes/pleroma.default.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1149,"kind":2048,"name":"getNotification","url":"classes/pleroma.default.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1150,"kind":2048,"name":"dismissNotifications","url":"classes/pleroma.default.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1151,"kind":2048,"name":"dismissNotification","url":"classes/pleroma.default.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1152,"kind":2048,"name":"subscribePushNotification","url":"classes/pleroma.default.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1153,"kind":2048,"name":"getPushSubscription","url":"classes/pleroma.default.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1154,"kind":2048,"name":"updatePushSubscription","url":"classes/pleroma.default.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1155,"kind":2048,"name":"deletePushSubscription","url":"classes/pleroma.default.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1156,"kind":2048,"name":"search","url":"classes/pleroma.default.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1157,"kind":2048,"name":"getInstance","url":"classes/pleroma.default.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1158,"kind":2048,"name":"getInstancePeers","url":"classes/pleroma.default.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1159,"kind":2048,"name":"getInstanceActivity","url":"classes/pleroma.default.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1160,"kind":2048,"name":"getInstanceTrends","url":"classes/pleroma.default.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1161,"kind":2048,"name":"getInstanceDirectory","url":"classes/pleroma.default.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1162,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/pleroma.default.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1163,"kind":2048,"name":"createEmojiReaction","url":"classes/pleroma.default.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1164,"kind":2048,"name":"deleteEmojiReaction","url":"classes/pleroma.default.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1165,"kind":2048,"name":"getEmojiReactions","url":"classes/pleroma.default.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1166,"kind":2048,"name":"getEmojiReaction","url":"classes/pleroma.default.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1167,"kind":2048,"name":"userStream","url":"classes/pleroma.default.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1168,"kind":2048,"name":"publicStream","url":"classes/pleroma.default.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1169,"kind":2048,"name":"localStream","url":"classes/pleroma.default.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1170,"kind":2048,"name":"tagStream","url":"classes/pleroma.default.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1171,"kind":2048,"name":"listStream","url":"classes/pleroma.default.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1172,"kind":2048,"name":"directStream","url":"classes/pleroma.default.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1173,"kind":2048,"name":"userSocket","url":"classes/pleroma.default.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1174,"kind":2048,"name":"publicSocket","url":"classes/pleroma.default.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1175,"kind":2048,"name":"localSocket","url":"classes/pleroma.default.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1176,"kind":2048,"name":"tagSocket","url":"classes/pleroma.default.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1177,"kind":2048,"name":"listSocket","url":"classes/pleroma.default.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1178,"kind":2048,"name":"directSocket","url":"classes/pleroma.default.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1179,"kind":1,"name":"proxy_config","url":"modules/proxy_config.html","classes":"tsd-kind-module"},{"id":1180,"kind":4194304,"name":"ProxyConfig","url":"modules/proxy_config.html#proxyconfig","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"proxy_config"},{"id":1181,"kind":65536,"name":"__type","url":"modules/proxy_config.html#proxyconfig.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"proxy_config.ProxyConfig"},{"id":1182,"kind":1024,"name":"host","url":"modules/proxy_config.html#proxyconfig.__type.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1183,"kind":1024,"name":"port","url":"modules/proxy_config.html#proxyconfig.__type.port","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1184,"kind":1024,"name":"auth","url":"modules/proxy_config.html#proxyconfig.__type.auth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1185,"kind":65536,"name":"__type","url":"modules/proxy_config.html#proxyconfig.__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1186,"kind":1024,"name":"username","url":"modules/proxy_config.html#proxyconfig.__type.__type-1.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type.__type"},{"id":1187,"kind":1024,"name":"password","url":"modules/proxy_config.html#proxyconfig.__type.__type-1.password","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type.__type"},{"id":1188,"kind":1024,"name":"protocol","url":"modules/proxy_config.html#proxyconfig.__type.protocol","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1189,"kind":64,"name":"default","url":"modules/proxy_config.html#default","classes":"tsd-kind-function tsd-parent-kind-module","parent":"proxy_config"},{"id":1190,"kind":1,"name":"response","url":"modules/response.html","classes":"tsd-kind-module"},{"id":1191,"kind":4194304,"name":"default","url":"modules/response.html#default","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"response"},{"id":1192,"kind":65536,"name":"__type","url":"modules/response.html#default.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"response.default"},{"id":1193,"kind":1024,"name":"data","url":"modules/response.html#default.__type.data","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1194,"kind":1024,"name":"status","url":"modules/response.html#default.__type.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1195,"kind":1024,"name":"statusText","url":"modules/response.html#default.__type.statustext","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1196,"kind":1024,"name":"headers","url":"modules/response.html#default.__type.headers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1197,"kind":2,"name":"Entity","url":"modules/entities_account.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/account"},{"id":1198,"kind":4194304,"name":"Emoji","url":"modules/entities_account.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1199,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Emoji"},{"id":1200,"kind":1024,"name":"shortcode","url":"modules/entities_account.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1201,"kind":1024,"name":"static_url","url":"modules/entities_account.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1202,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1203,"kind":1024,"name":"visible_in_picker","url":"modules/entities_account.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1204,"kind":4194304,"name":"Source","url":"modules/entities_account.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1205,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Source"},{"id":1206,"kind":1024,"name":"privacy","url":"modules/entities_account.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1207,"kind":1024,"name":"sensitive","url":"modules/entities_account.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1208,"kind":1024,"name":"language","url":"modules/entities_account.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1209,"kind":1024,"name":"note","url":"modules/entities_account.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1210,"kind":1024,"name":"fields","url":"modules/entities_account.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1211,"kind":4194304,"name":"Account","url":"modules/entities_account.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1212,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Account"},{"id":1213,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1214,"kind":1024,"name":"username","url":"modules/entities_account.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1215,"kind":1024,"name":"acct","url":"modules/entities_account.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1216,"kind":1024,"name":"display_name","url":"modules/entities_account.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1217,"kind":1024,"name":"locked","url":"modules/entities_account.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1218,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1219,"kind":1024,"name":"followers_count","url":"modules/entities_account.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1220,"kind":1024,"name":"following_count","url":"modules/entities_account.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1221,"kind":1024,"name":"statuses_count","url":"modules/entities_account.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1222,"kind":1024,"name":"note","url":"modules/entities_account.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1223,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1224,"kind":1024,"name":"avatar","url":"modules/entities_account.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1225,"kind":1024,"name":"avatar_static","url":"modules/entities_account.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1226,"kind":1024,"name":"header","url":"modules/entities_account.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1227,"kind":1024,"name":"header_static","url":"modules/entities_account.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1228,"kind":1024,"name":"emojis","url":"modules/entities_account.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1229,"kind":1024,"name":"moved","url":"modules/entities_account.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1230,"kind":1024,"name":"fields","url":"modules/entities_account.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1231,"kind":1024,"name":"bot","url":"modules/entities_account.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1232,"kind":1024,"name":"source","url":"modules/entities_account.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1233,"kind":4194304,"name":"Activity","url":"modules/entities_account.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1234,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Activity"},{"id":1235,"kind":1024,"name":"week","url":"modules/entities_account.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1236,"kind":1024,"name":"statuses","url":"modules/entities_account.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1237,"kind":1024,"name":"logins","url":"modules/entities_account.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1238,"kind":1024,"name":"registrations","url":"modules/entities_account.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1239,"kind":4194304,"name":"Application","url":"modules/entities_account.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1240,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Application"},{"id":1241,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Application.__type"},{"id":1242,"kind":1024,"name":"website","url":"modules/entities_account.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Application.__type"},{"id":1243,"kind":1024,"name":"vapid_key","url":"modules/entities_account.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Application.__type"},{"id":1244,"kind":4194304,"name":"Attachment","url":"modules/entities_account.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1245,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Attachment"},{"id":1246,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1247,"kind":1024,"name":"type","url":"modules/entities_account.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1248,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1249,"kind":1024,"name":"remote_url","url":"modules/entities_account.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1250,"kind":1024,"name":"preview_url","url":"modules/entities_account.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1251,"kind":1024,"name":"text_url","url":"modules/entities_account.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1252,"kind":1024,"name":"meta","url":"modules/entities_account.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1253,"kind":1024,"name":"description","url":"modules/entities_account.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1254,"kind":4194304,"name":"Card","url":"modules/entities_account.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1255,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Card"},{"id":1256,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1257,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1258,"kind":1024,"name":"description","url":"modules/entities_account.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1259,"kind":1024,"name":"type","url":"modules/entities_account.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1260,"kind":1024,"name":"image","url":"modules/entities_account.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1261,"kind":1024,"name":"author_name","url":"modules/entities_account.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1262,"kind":1024,"name":"author_url","url":"modules/entities_account.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1263,"kind":1024,"name":"provider_name","url":"modules/entities_account.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1264,"kind":1024,"name":"provider_url","url":"modules/entities_account.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1265,"kind":1024,"name":"html","url":"modules/entities_account.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1266,"kind":1024,"name":"width","url":"modules/entities_account.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1267,"kind":1024,"name":"height","url":"modules/entities_account.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1268,"kind":4194304,"name":"Mention","url":"modules/entities_account.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1269,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Mention"},{"id":1270,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1271,"kind":1024,"name":"username","url":"modules/entities_account.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1272,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1273,"kind":1024,"name":"acct","url":"modules/entities_account.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1274,"kind":4194304,"name":"History","url":"modules/entities_account.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1275,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.History"},{"id":1276,"kind":1024,"name":"day","url":"modules/entities_account.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.History.__type"},{"id":1277,"kind":1024,"name":"uses","url":"modules/entities_account.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.History.__type"},{"id":1278,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.History.__type"},{"id":1279,"kind":4194304,"name":"Tag","url":"modules/entities_account.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1280,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Tag"},{"id":1281,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Tag.__type"},{"id":1282,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Tag.__type"},{"id":1283,"kind":1024,"name":"history","url":"modules/entities_account.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Tag.__type"},{"id":1284,"kind":4194304,"name":"PollOption","url":"modules/entities_account.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1285,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.PollOption"},{"id":1286,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PollOption.__type"},{"id":1287,"kind":1024,"name":"votes_count","url":"modules/entities_account.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PollOption.__type"},{"id":1288,"kind":4194304,"name":"Poll","url":"modules/entities_account.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1289,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Poll"},{"id":1290,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1291,"kind":1024,"name":"expires_at","url":"modules/entities_account.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1292,"kind":1024,"name":"expired","url":"modules/entities_account.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1293,"kind":1024,"name":"multiple","url":"modules/entities_account.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1294,"kind":1024,"name":"votes_count","url":"modules/entities_account.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1295,"kind":1024,"name":"options","url":"modules/entities_account.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1296,"kind":1024,"name":"voted","url":"modules/entities_account.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1297,"kind":4194304,"name":"Reaction","url":"modules/entities_account.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1298,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Reaction"},{"id":1299,"kind":1024,"name":"count","url":"modules/entities_account.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1300,"kind":1024,"name":"me","url":"modules/entities_account.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1301,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1302,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1303,"kind":4194304,"name":"Status","url":"modules/entities_account.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1304,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Status"},{"id":1305,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1306,"kind":1024,"name":"uri","url":"modules/entities_account.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1307,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1308,"kind":1024,"name":"account","url":"modules/entities_account.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1309,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_account.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1310,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_account.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1311,"kind":1024,"name":"reblog","url":"modules/entities_account.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1312,"kind":1024,"name":"content","url":"modules/entities_account.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1313,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1314,"kind":1024,"name":"emojis","url":"modules/entities_account.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1315,"kind":1024,"name":"replies_count","url":"modules/entities_account.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1316,"kind":1024,"name":"reblogs_count","url":"modules/entities_account.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1317,"kind":1024,"name":"favourites_count","url":"modules/entities_account.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1318,"kind":1024,"name":"reblogged","url":"modules/entities_account.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1319,"kind":1024,"name":"favourited","url":"modules/entities_account.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1320,"kind":1024,"name":"muted","url":"modules/entities_account.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1321,"kind":1024,"name":"sensitive","url":"modules/entities_account.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1322,"kind":1024,"name":"spoiler_text","url":"modules/entities_account.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1323,"kind":1024,"name":"visibility","url":"modules/entities_account.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1324,"kind":1024,"name":"media_attachments","url":"modules/entities_account.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1325,"kind":1024,"name":"mentions","url":"modules/entities_account.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1326,"kind":1024,"name":"tags","url":"modules/entities_account.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1327,"kind":1024,"name":"card","url":"modules/entities_account.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1328,"kind":1024,"name":"poll","url":"modules/entities_account.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1329,"kind":1024,"name":"application","url":"modules/entities_account.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1330,"kind":1024,"name":"language","url":"modules/entities_account.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1331,"kind":1024,"name":"pinned","url":"modules/entities_account.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1332,"kind":1024,"name":"emoji_reactions","url":"modules/entities_account.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1333,"kind":1024,"name":"quote","url":"modules/entities_account.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1334,"kind":1024,"name":"bookmarked","url":"modules/entities_account.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1335,"kind":4194304,"name":"Context","url":"modules/entities_account.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1336,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Context"},{"id":1337,"kind":1024,"name":"ancestors","url":"modules/entities_account.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Context.__type"},{"id":1338,"kind":1024,"name":"descendants","url":"modules/entities_account.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Context.__type"},{"id":1339,"kind":4194304,"name":"Conversation","url":"modules/entities_account.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1340,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Conversation"},{"id":1341,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1342,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1343,"kind":1024,"name":"last_status","url":"modules/entities_account.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1344,"kind":1024,"name":"unread","url":"modules/entities_account.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1345,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_account.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1346,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.FeaturedTag"},{"id":1347,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1348,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1349,"kind":1024,"name":"statuses_count","url":"modules/entities_account.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1350,"kind":1024,"name":"last_status_at","url":"modules/entities_account.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1351,"kind":4194304,"name":"Field","url":"modules/entities_account.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1352,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Field"},{"id":1353,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Field.__type"},{"id":1354,"kind":1024,"name":"value","url":"modules/entities_account.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Field.__type"},{"id":1355,"kind":1024,"name":"verified_at","url":"modules/entities_account.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Field.__type"},{"id":1356,"kind":4194304,"name":"Filter","url":"modules/entities_account.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1357,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Filter"},{"id":1358,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1359,"kind":1024,"name":"phrase","url":"modules/entities_account.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1360,"kind":1024,"name":"context","url":"modules/entities_account.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1361,"kind":1024,"name":"expires_at","url":"modules/entities_account.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1362,"kind":1024,"name":"irreversible","url":"modules/entities_account.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1363,"kind":1024,"name":"whole_word","url":"modules/entities_account.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1364,"kind":4194304,"name":"FilterContext","url":"modules/entities_account.entity.html#filtercontext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1365,"kind":4194304,"name":"IdentityProof","url":"modules/entities_account.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1366,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.IdentityProof"},{"id":1367,"kind":1024,"name":"provider","url":"modules/entities_account.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1368,"kind":1024,"name":"provider_username","url":"modules/entities_account.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1369,"kind":1024,"name":"updated_at","url":"modules/entities_account.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1370,"kind":1024,"name":"proof_url","url":"modules/entities_account.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1371,"kind":1024,"name":"profile_url","url":"modules/entities_account.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1372,"kind":4194304,"name":"URLs","url":"modules/entities_account.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1373,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.URLs"},{"id":1374,"kind":1024,"name":"streaming_api","url":"modules/entities_account.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.URLs.__type"},{"id":1375,"kind":4194304,"name":"Stats","url":"modules/entities_account.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1376,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Stats"},{"id":1377,"kind":1024,"name":"user_count","url":"modules/entities_account.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Stats.__type"},{"id":1378,"kind":1024,"name":"status_count","url":"modules/entities_account.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Stats.__type"},{"id":1379,"kind":1024,"name":"domain_count","url":"modules/entities_account.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Stats.__type"},{"id":1380,"kind":4194304,"name":"Instance","url":"modules/entities_account.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1381,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Instance"},{"id":1382,"kind":1024,"name":"uri","url":"modules/entities_account.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1383,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1384,"kind":1024,"name":"description","url":"modules/entities_account.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1385,"kind":1024,"name":"email","url":"modules/entities_account.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1386,"kind":1024,"name":"version","url":"modules/entities_account.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1387,"kind":1024,"name":"thumbnail","url":"modules/entities_account.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1388,"kind":1024,"name":"urls","url":"modules/entities_account.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1389,"kind":1024,"name":"stats","url":"modules/entities_account.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1390,"kind":1024,"name":"languages","url":"modules/entities_account.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1391,"kind":1024,"name":"contact_account","url":"modules/entities_account.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1392,"kind":1024,"name":"max_toot_chars","url":"modules/entities_account.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1393,"kind":1024,"name":"registrations","url":"modules/entities_account.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1394,"kind":4194304,"name":"List","url":"modules/entities_account.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1395,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.List"},{"id":1396,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.List.__type"},{"id":1397,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.List.__type"},{"id":1398,"kind":4194304,"name":"Marker","url":"modules/entities_account.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1399,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Marker"},{"id":1400,"kind":1024,"name":"home","url":"modules/entities_account.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1401,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1402,"kind":1024,"name":"last_read_id","url":"modules/entities_account.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1403,"kind":1024,"name":"version","url":"modules/entities_account.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1404,"kind":1024,"name":"updated_at","url":"modules/entities_account.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1405,"kind":1024,"name":"notifications","url":"modules/entities_account.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1406,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1407,"kind":1024,"name":"last_read_id","url":"modules/entities_account.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1408,"kind":1024,"name":"version","url":"modules/entities_account.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1409,"kind":1024,"name":"updated_at","url":"modules/entities_account.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1410,"kind":4194304,"name":"Notification","url":"modules/entities_account.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1411,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Notification"},{"id":1412,"kind":1024,"name":"account","url":"modules/entities_account.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1413,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1414,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1415,"kind":1024,"name":"status","url":"modules/entities_account.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1416,"kind":1024,"name":"emoji","url":"modules/entities_account.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1417,"kind":1024,"name":"type","url":"modules/entities_account.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1418,"kind":4194304,"name":"NotificationType","url":"modules/entities_account.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1419,"kind":4194304,"name":"Preferences","url":"modules/entities_account.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1420,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Preferences"},{"id":1421,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_account.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1422,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_account.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1423,"kind":1024,"name":"posting:default:language","url":"modules/entities_account.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1424,"kind":1024,"name":"reading:expand:media","url":"modules/entities_account.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1425,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_account.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1426,"kind":4194304,"name":"PushSubscription","url":"modules/entities_account.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1427,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.PushSubscription"},{"id":1428,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1429,"kind":1024,"name":"endpoint","url":"modules/entities_account.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1430,"kind":1024,"name":"server_key","url":"modules/entities_account.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1431,"kind":1024,"name":"alerts","url":"modules/entities_account.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1432,"kind":4194304,"name":"Relationship","url":"modules/entities_account.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1433,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Relationship"},{"id":1434,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1435,"kind":1024,"name":"following","url":"modules/entities_account.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1436,"kind":1024,"name":"followed_by","url":"modules/entities_account.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1437,"kind":1024,"name":"delivery_following","url":"modules/entities_account.entity.html#relationship.__type-25.delivery_following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1438,"kind":1024,"name":"blocking","url":"modules/entities_account.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1439,"kind":1024,"name":"blocked_by","url":"modules/entities_account.entity.html#relationship.__type-25.blocked_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1440,"kind":1024,"name":"muting","url":"modules/entities_account.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1441,"kind":1024,"name":"muting_notifications","url":"modules/entities_account.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1442,"kind":1024,"name":"requested","url":"modules/entities_account.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1443,"kind":1024,"name":"domain_blocking","url":"modules/entities_account.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1444,"kind":1024,"name":"showing_reblogs","url":"modules/entities_account.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1445,"kind":1024,"name":"endorsed","url":"modules/entities_account.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1446,"kind":1024,"name":"notifying","url":"modules/entities_account.entity.html#relationship.__type-25.notifying","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1447,"kind":4194304,"name":"Report","url":"modules/entities_account.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1448,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Report"},{"id":1449,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1450,"kind":1024,"name":"action_taken","url":"modules/entities_account.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1451,"kind":1024,"name":"comment","url":"modules/entities_account.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1452,"kind":1024,"name":"account_id","url":"modules/entities_account.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1453,"kind":1024,"name":"status_ids","url":"modules/entities_account.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1454,"kind":4194304,"name":"Results","url":"modules/entities_account.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1455,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Results"},{"id":1456,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Results.__type"},{"id":1457,"kind":1024,"name":"statuses","url":"modules/entities_account.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Results.__type"},{"id":1458,"kind":1024,"name":"hashtags","url":"modules/entities_account.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Results.__type"},{"id":1459,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_account.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1460,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.ScheduledStatus"},{"id":1461,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1462,"kind":1024,"name":"scheduled_at","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1463,"kind":1024,"name":"params","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1464,"kind":1024,"name":"media_attachments","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1465,"kind":4194304,"name":"StatusParams","url":"modules/entities_account.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1466,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.StatusParams"},{"id":1467,"kind":1024,"name":"text","url":"modules/entities_account.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1468,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_account.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1469,"kind":1024,"name":"media_ids","url":"modules/entities_account.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1470,"kind":1024,"name":"sensitive","url":"modules/entities_account.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1471,"kind":1024,"name":"spoiler_text","url":"modules/entities_account.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1472,"kind":1024,"name":"visibility","url":"modules/entities_account.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1473,"kind":1024,"name":"scheduled_at","url":"modules/entities_account.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1474,"kind":1024,"name":"application_id","url":"modules/entities_account.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1475,"kind":4194304,"name":"Token","url":"modules/entities_account.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1476,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Token"},{"id":1477,"kind":1024,"name":"access_token","url":"modules/entities_account.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1478,"kind":1024,"name":"token_type","url":"modules/entities_account.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1479,"kind":1024,"name":"scope","url":"modules/entities_account.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1480,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1481,"kind":16777216,"name":"Entity","url":"modules/entities_activity.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/activity"},{"id":1482,"kind":16777216,"name":"Entity","url":"modules/entities_application.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/application"},{"id":1483,"kind":16777216,"name":"Entity","url":"modules/entities_attachment.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/attachment"},{"id":1484,"kind":16777216,"name":"Entity","url":"modules/entities_card.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/card"},{"id":1485,"kind":16777216,"name":"Entity","url":"modules/entities_context.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/context"},{"id":1486,"kind":16777216,"name":"Entity","url":"modules/entities_conversation.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/conversation"},{"id":1487,"kind":16777216,"name":"Entity","url":"modules/entities_emoji.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/emoji"},{"id":1488,"kind":16777216,"name":"Entity","url":"modules/entities_featured_tag.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/featured_tag"},{"id":1489,"kind":16777216,"name":"Entity","url":"modules/entities_field.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/field"},{"id":1490,"kind":16777216,"name":"Entity","url":"modules/entities_filter.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/filter"},{"id":1491,"kind":16777216,"name":"Entity","url":"modules/entities_history.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/history"},{"id":1492,"kind":16777216,"name":"Entity","url":"modules/entities_identity_proof.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/identity_proof"},{"id":1493,"kind":16777216,"name":"Entity","url":"modules/entities_instance.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/instance"},{"id":1494,"kind":16777216,"name":"Entity","url":"modules/entities_list.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/list"},{"id":1495,"kind":16777216,"name":"Entity","url":"modules/entities_marker.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/marker"},{"id":1496,"kind":16777216,"name":"Entity","url":"modules/entities_mention.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/mention"},{"id":1497,"kind":16777216,"name":"Entity","url":"modules/entities_notification.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/notification"},{"id":1498,"kind":16777216,"name":"Entity","url":"modules/entities_poll.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/poll"},{"id":1499,"kind":16777216,"name":"Entity","url":"modules/entities_poll_option.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/poll_option"},{"id":1500,"kind":16777216,"name":"Entity","url":"modules/entities_preferences.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/preferences"},{"id":1501,"kind":16777216,"name":"Entity","url":"modules/entities_push_subscription.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/push_subscription"},{"id":1502,"kind":16777216,"name":"Entity","url":"modules/entities_reaction.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/reaction"},{"id":1503,"kind":16777216,"name":"Entity","url":"modules/entities_relationship.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/relationship"},{"id":1504,"kind":16777216,"name":"Entity","url":"modules/entities_report.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/report"},{"id":1505,"kind":16777216,"name":"Entity","url":"modules/entities_results.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/results"},{"id":1506,"kind":16777216,"name":"Entity","url":"modules/entities_scheduled_status.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/scheduled_status"},{"id":1507,"kind":16777216,"name":"Entity","url":"modules/entities_source.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/source"},{"id":1508,"kind":16777216,"name":"Entity","url":"modules/entities_stats.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/stats"},{"id":1509,"kind":16777216,"name":"Entity","url":"modules/entities_status.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/status"},{"id":1510,"kind":16777216,"name":"Entity","url":"modules/entities_status_params.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/status_params"},{"id":1511,"kind":16777216,"name":"Entity","url":"modules/entities_tag.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/tag"},{"id":1512,"kind":16777216,"name":"Entity","url":"modules/entities_token.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/token"},{"id":1513,"kind":16777216,"name":"Entity","url":"modules/entities_urls.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entities/urls"},{"id":1514,"kind":16777216,"name":"default","url":"modules/entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entity"},{"id":1515,"kind":16777216,"name":"Response","url":"modules/index.html#response","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1516,"kind":16777216,"name":"OAuth","url":"modules/index.html#oauth","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1517,"kind":16777216,"name":"RequestCanceledError","url":"modules/index.html#requestcancelederror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1518,"kind":16777216,"name":"isCancel","url":"modules/index.html#iscancel","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1519,"kind":16777216,"name":"ProxyConfig","url":"modules/index.html#proxyconfig","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1520,"kind":16777216,"name":"detector","url":"modules/index.html#detector","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1521,"kind":16777216,"name":"MegalodonInterface","url":"modules/index.html#megalodoninterface","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1522,"kind":16777216,"name":"WebSocketInterface","url":"modules/index.html#websocketinterface","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1523,"kind":16777216,"name":"StreamListenerInterface","url":"modules/index.html#streamlistenerinterface","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1524,"kind":16777216,"name":"NotificationType","url":"modules/index.html#notificationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1525,"kind":16777216,"name":"FilterContext","url":"modules/index.html#filtercontext","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1526,"kind":16777216,"name":"Mastodon","url":"modules/index.html#mastodon","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1527,"kind":16777216,"name":"Pleroma","url":"modules/index.html#pleroma","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1528,"kind":16777216,"name":"Misskey","url":"modules/index.html#misskey","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1529,"kind":16777216,"name":"Entity","url":"modules/index.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1530,"kind":16777216,"name":"default","url":"modules/index.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":1531,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_account.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/account"},{"id":1532,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_account.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1533,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Emoji"},{"id":1534,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":1535,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":1536,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":1537,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":1538,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_account.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1539,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Source"},{"id":1540,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":1541,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":1542,"kind":1024,"name":"language","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":1543,"kind":1024,"name":"note","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":1544,"kind":1024,"name":"fields","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":1545,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_account.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1546,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Account"},{"id":1547,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1548,"kind":1024,"name":"username","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1549,"kind":1024,"name":"acct","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1550,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1551,"kind":1024,"name":"locked","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1552,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1553,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1554,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1555,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1556,"kind":1024,"name":"note","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1557,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1558,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1559,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1560,"kind":1024,"name":"header","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1561,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1562,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1563,"kind":1024,"name":"moved","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1564,"kind":1024,"name":"fields","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1565,"kind":1024,"name":"bot","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1566,"kind":1024,"name":"source","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":1567,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_account.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1568,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Activity"},{"id":1569,"kind":1024,"name":"week","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":1570,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":1571,"kind":1024,"name":"logins","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":1572,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":1573,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_account.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1574,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Application"},{"id":1575,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Application.__type"},{"id":1576,"kind":1024,"name":"website","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Application.__type"},{"id":1577,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Application.__type"},{"id":1578,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_account.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1579,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Attachment"},{"id":1580,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1581,"kind":1024,"name":"type","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1582,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1583,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1584,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1585,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1586,"kind":1024,"name":"meta","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1587,"kind":1024,"name":"description","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":1588,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_account.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1589,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Card"},{"id":1590,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1591,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1592,"kind":1024,"name":"description","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1593,"kind":1024,"name":"type","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1594,"kind":1024,"name":"image","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1595,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1596,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1597,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1598,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1599,"kind":1024,"name":"html","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1600,"kind":1024,"name":"width","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1601,"kind":1024,"name":"height","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":1602,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_account.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1603,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Mention"},{"id":1604,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":1605,"kind":1024,"name":"username","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":1606,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":1607,"kind":1024,"name":"acct","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":1608,"kind":4194304,"name":"History","url":"modules/mastodon_entities_account.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1609,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.History"},{"id":1610,"kind":1024,"name":"day","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.History.__type"},{"id":1611,"kind":1024,"name":"uses","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.History.__type"},{"id":1612,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.History.__type"},{"id":1613,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_account.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1614,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Tag"},{"id":1615,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Tag.__type"},{"id":1616,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Tag.__type"},{"id":1617,"kind":1024,"name":"history","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Tag.__type"},{"id":1618,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_account.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1619,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.PollOption"},{"id":1620,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PollOption.__type"},{"id":1621,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_account.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PollOption.__type"},{"id":1622,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_account.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1623,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Poll"},{"id":1624,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":1625,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":1626,"kind":1024,"name":"expired","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":1627,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":1628,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":1629,"kind":1024,"name":"options","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":1630,"kind":1024,"name":"voted","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":1631,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_account.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1632,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Status"},{"id":1633,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1634,"kind":1024,"name":"uri","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1635,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1636,"kind":1024,"name":"account","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1637,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1638,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1639,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1640,"kind":1024,"name":"content","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1641,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1642,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1643,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1644,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1645,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1646,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1647,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1648,"kind":1024,"name":"muted","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1649,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1650,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1651,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1652,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1653,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1654,"kind":1024,"name":"tags","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1655,"kind":1024,"name":"card","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1656,"kind":1024,"name":"poll","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1657,"kind":1024,"name":"application","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1658,"kind":1024,"name":"language","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1659,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1660,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1661,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1662,"kind":1024,"name":"quote","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":1663,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_account.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1664,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Context"},{"id":1665,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_account.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Context.__type"},{"id":1666,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_account.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Context.__type"},{"id":1667,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_account.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1668,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Conversation"},{"id":1669,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":1670,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":1671,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":1672,"kind":1024,"name":"unread","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":1673,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1674,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag"},{"id":1675,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":1676,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":1677,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":1678,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":1679,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_account.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1680,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Field"},{"id":1681,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Field.__type"},{"id":1682,"kind":1024,"name":"value","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Field.__type"},{"id":1683,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Field.__type"},{"id":1684,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_account.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1685,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Filter"},{"id":1686,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":1687,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":1688,"kind":1024,"name":"context","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":1689,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":1690,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":1691,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":1692,"kind":4194304,"name":"FilterContext","url":"modules/mastodon_entities_account.mastodonentity.html#filtercontext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1693,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1694,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.IdentityProof"},{"id":1695,"kind":1024,"name":"provider","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":1696,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":1697,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":1698,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":1699,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":1700,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_account.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1701,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.URLs"},{"id":1702,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_account.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.URLs.__type"},{"id":1703,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1704,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Stats"},{"id":1705,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Stats.__type"},{"id":1706,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Stats.__type"},{"id":1707,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Stats.__type"},{"id":1708,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_account.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1709,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Instance"},{"id":1710,"kind":1024,"name":"uri","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1711,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1712,"kind":1024,"name":"description","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1713,"kind":1024,"name":"email","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1714,"kind":1024,"name":"version","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1715,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1716,"kind":1024,"name":"urls","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1717,"kind":1024,"name":"stats","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1718,"kind":1024,"name":"languages","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1719,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1720,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1721,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":1722,"kind":4194304,"name":"List","url":"modules/mastodon_entities_account.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1723,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.List"},{"id":1724,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.List.__type"},{"id":1725,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.List.__type"},{"id":1726,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_account.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1727,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Marker"},{"id":1728,"kind":1024,"name":"home","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":1729,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":1730,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":1731,"kind":1024,"name":"version","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":1732,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":1733,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":1734,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":1735,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":1736,"kind":1024,"name":"version","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":1737,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":1738,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_account.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1739,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Notification"},{"id":1740,"kind":1024,"name":"account","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":1741,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":1742,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":1743,"kind":1024,"name":"status","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":1744,"kind":1024,"name":"type","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":1745,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_account.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1746,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_account.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1747,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Preferences"},{"id":1748,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":1749,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":1750,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":1751,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":1752,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":1753,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1754,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.PushSubscription"},{"id":1755,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":1756,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":1757,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":1758,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":1759,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_account.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1760,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Relationship"},{"id":1761,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1762,"kind":1024,"name":"following","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1763,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1764,"kind":1024,"name":"delivery_following","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.delivery_following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1765,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1766,"kind":1024,"name":"blocked_by","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.blocked_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1767,"kind":1024,"name":"muting","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1768,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1769,"kind":1024,"name":"requested","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1770,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1771,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1772,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1773,"kind":1024,"name":"notifying","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.notifying","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1774,"kind":1024,"name":"note","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":1775,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_account.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1776,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Report"},{"id":1777,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":1778,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":1779,"kind":1024,"name":"comment","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":1780,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":1781,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":1782,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_account.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1783,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Results"},{"id":1784,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Results.__type"},{"id":1785,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Results.__type"},{"id":1786,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Results.__type"},{"id":1787,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1788,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus"},{"id":1789,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":1790,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":1791,"kind":1024,"name":"params","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":1792,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":1793,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1794,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.StatusParams"},{"id":1795,"kind":1024,"name":"text","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1796,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1797,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1798,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1799,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1800,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1801,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1802,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":1803,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_account.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":1804,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Token"},{"id":1805,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":1806,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":1807,"kind":1024,"name":"scope","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":1808,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":1809,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_activity.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/activity"},{"id":1810,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_application.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/application"},{"id":1811,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_attachment.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/attachment"},{"id":1812,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_card.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/card"},{"id":1813,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_context.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/context"},{"id":1814,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_conversation.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/conversation"},{"id":1815,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_emoji.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/emoji"},{"id":1816,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_featured_tag.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/featured_tag"},{"id":1817,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_field.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/field"},{"id":1818,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_filter.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/filter"},{"id":1819,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_history.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/history"},{"id":1820,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_identity_proof.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/identity_proof"},{"id":1821,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_instance.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/instance"},{"id":1822,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_list.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/list"},{"id":1823,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_marker.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/marker"},{"id":1824,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_mention.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/mention"},{"id":1825,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_notification.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/notification"},{"id":1826,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_poll.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/poll"},{"id":1827,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_poll_option.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/poll_option"},{"id":1828,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_preferences.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/preferences"},{"id":1829,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_push_subscription.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/push_subscription"},{"id":1830,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_relationship.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/relationship"},{"id":1831,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_report.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/report"},{"id":1832,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_results.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/results"},{"id":1833,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_scheduled_status.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/scheduled_status"},{"id":1834,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_source.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/source"},{"id":1835,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_stats.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/stats"},{"id":1836,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_status.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/status"},{"id":1837,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_status_params.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/status_params"},{"id":1838,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_tag.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/tag"},{"id":1839,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_token.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/token"},{"id":1840,"kind":16777216,"name":"MastodonEntity","url":"modules/mastodon_entities_urls.html#mastodonentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entities/urls"},{"id":1841,"kind":16777216,"name":"default","url":"modules/mastodon_entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entity"},{"id":1842,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_app.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/app"},{"id":1843,"kind":4194304,"name":"App","url":"modules/misskey_entities_app.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1844,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.App"},{"id":1845,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":1846,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":1847,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":1848,"kind":1024,"name":"permission","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":1849,"kind":1024,"name":"secret","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":1850,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_app.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1851,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Emoji"},{"id":1852,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":1853,"kind":1024,"name":"host","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":1854,"kind":1024,"name":"url","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":1855,"kind":1024,"name":"aliases","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":1856,"kind":4194304,"name":"User","url":"modules/misskey_entities_app.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1857,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.User"},{"id":1858,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":1859,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":1860,"kind":1024,"name":"username","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":1861,"kind":1024,"name":"host","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":1862,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":1863,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":1864,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":1865,"kind":4194304,"name":"File","url":"modules/misskey_entities_app.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1866,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.File"},{"id":1867,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1868,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1869,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1870,"kind":1024,"name":"type","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1871,"kind":1024,"name":"md5","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1872,"kind":1024,"name":"size","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1873,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1874,"kind":1024,"name":"properties","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1875,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1876,"kind":1024,"name":"width","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type.__type"},{"id":1877,"kind":1024,"name":"height","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type.__type"},{"id":1878,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type.__type"},{"id":1879,"kind":1024,"name":"url","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1880,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":1881,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_app.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1882,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Choice"},{"id":1883,"kind":1024,"name":"text","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Choice.__type"},{"id":1884,"kind":1024,"name":"votes","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Choice.__type"},{"id":1885,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Choice.__type"},{"id":1886,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_app.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1887,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Poll"},{"id":1888,"kind":1024,"name":"multiple","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Poll.__type"},{"id":1889,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Poll.__type"},{"id":1890,"kind":1024,"name":"choices","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Poll.__type"},{"id":1891,"kind":4194304,"name":"Note","url":"modules/misskey_entities_app.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1892,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Note"},{"id":1893,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1894,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1895,"kind":1024,"name":"userId","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1896,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1897,"kind":1024,"name":"text","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1898,"kind":1024,"name":"cw","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1899,"kind":1024,"name":"visibility","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1900,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1901,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1902,"kind":1024,"name":"reactions","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1903,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1904,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1905,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1906,"kind":1024,"name":"files","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1907,"kind":1024,"name":"replyId","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1908,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1909,"kind":1024,"name":"uri","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1910,"kind":1024,"name":"reply","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1911,"kind":1024,"name":"renote","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1912,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1913,"kind":1024,"name":"tags","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1914,"kind":1024,"name":"poll","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1915,"kind":1024,"name":"mentions","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1916,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":1917,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_app.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1918,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.UserDetail"},{"id":1919,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1920,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1921,"kind":1024,"name":"username","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1922,"kind":1024,"name":"host","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1923,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1924,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1925,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1926,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1927,"kind":1024,"name":"isBot","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1928,"kind":1024,"name":"isCat","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1929,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1930,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1931,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1932,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1933,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1934,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1935,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1936,"kind":1024,"name":"description","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1937,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1938,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1939,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1940,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1941,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1942,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1943,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":1944,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_app.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1945,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Blocking"},{"id":1946,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":1947,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":1948,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":1949,"kind":1024,"name":"blockee","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":1950,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_app.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1951,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.CreatedNote"},{"id":1952,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_app.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.CreatedNote.__type"},{"id":1953,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_app.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1954,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Favorite"},{"id":1955,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":1956,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":1957,"kind":1024,"name":"noteId","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":1958,"kind":1024,"name":"note","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":1959,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_app.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1960,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Follower"},{"id":1961,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":1962,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":1963,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":1964,"kind":1024,"name":"followerId","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":1965,"kind":1024,"name":"follower","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":1966,"kind":4194304,"name":"Following","url":"modules/misskey_entities_app.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1967,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Following"},{"id":1968,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":1969,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":1970,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":1971,"kind":1024,"name":"followerId","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":1972,"kind":1024,"name":"followee","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":1973,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_app.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1974,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.FollowRequest"},{"id":1975,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.FollowRequest.__type"},{"id":1976,"kind":1024,"name":"follower","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.FollowRequest.__type"},{"id":1977,"kind":1024,"name":"followee","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.FollowRequest.__type"},{"id":1978,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_app.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1979,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Hashtag"},{"id":1980,"kind":1024,"name":"tag","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Hashtag.__type"},{"id":1981,"kind":1024,"name":"chart","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Hashtag.__type"},{"id":1982,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Hashtag.__type"},{"id":1983,"kind":4194304,"name":"List","url":"modules/misskey_entities_app.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1984,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.List"},{"id":1985,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":1986,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":1987,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":1988,"kind":1024,"name":"userIds","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":1989,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_app.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":1990,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Meta"},{"id":1991,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1992,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1993,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1994,"kind":1024,"name":"version","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1995,"kind":1024,"name":"uri","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1996,"kind":1024,"name":"description","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1997,"kind":1024,"name":"langs","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1998,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":1999,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":2000,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":2001,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":2002,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":2003,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_app.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2004,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Mute"},{"id":2005,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":2006,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":2007,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":2008,"kind":1024,"name":"mutee","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":2009,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_app.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2010,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Notification"},{"id":2011,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":2012,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":2013,"kind":1024,"name":"type","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":2014,"kind":1024,"name":"userId","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":2015,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":2016,"kind":1024,"name":"note","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":2017,"kind":1024,"name":"reaction","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":2018,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_app.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2019,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2020,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Reaction"},{"id":2021,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":2022,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":2023,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":2024,"kind":1024,"name":"type","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":2025,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_app.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2026,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Relation"},{"id":2027,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2028,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2029,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2030,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2031,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2032,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2033,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2034,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":2035,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_app.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2036,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.UserKey"},{"id":2037,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_app.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserKey.__type"},{"id":2038,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserKey.__type"},{"id":2039,"kind":4194304,"name":"Session","url":"modules/misskey_entities_app.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2040,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Session"},{"id":2041,"kind":1024,"name":"token","url":"modules/misskey_entities_app.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Session.__type"},{"id":2042,"kind":1024,"name":"url","url":"modules/misskey_entities_app.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Session.__type"},{"id":2043,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_app.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":2044,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Stats"},{"id":2045,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":2046,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":2047,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":2048,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":2049,"kind":1024,"name":"instances","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":2050,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_blocking.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/blocking"},{"id":2051,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_creatednote.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/createdNote"},{"id":2052,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_emoji.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/emoji"},{"id":2053,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_favorite.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/favorite"},{"id":2054,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_file.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/file"},{"id":2055,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_followrequest.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/followRequest"},{"id":2056,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_follower.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/follower"},{"id":2057,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_following.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/following"},{"id":2058,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_hashtag.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/hashtag"},{"id":2059,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_list.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/list"},{"id":2060,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_meta.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/meta"},{"id":2061,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_mute.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/mute"},{"id":2062,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_note.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/note"},{"id":2063,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_notification.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/notification"},{"id":2064,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_poll.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/poll"},{"id":2065,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_reaction.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/reaction"},{"id":2066,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_relation.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/relation"},{"id":2067,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_session.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/session"},{"id":2068,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_stats.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/stats"},{"id":2069,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_user.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/user"},{"id":2070,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_userdetail.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/userDetail"},{"id":2071,"kind":16777216,"name":"MisskeyEntity","url":"modules/misskey_entities_userkey.html#misskeyentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entities/userkey"},{"id":2072,"kind":16777216,"name":"default","url":"modules/misskey_entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entity"},{"id":2073,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_account.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/account"},{"id":2074,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_account.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2075,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Emoji"},{"id":2076,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":2077,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":2078,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":2079,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":2080,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_account.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2081,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Source"},{"id":2082,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":2083,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":2084,"kind":1024,"name":"language","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":2085,"kind":1024,"name":"note","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":2086,"kind":1024,"name":"fields","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":2087,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_account.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2088,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Account"},{"id":2089,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2090,"kind":1024,"name":"username","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2091,"kind":1024,"name":"acct","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2092,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2093,"kind":1024,"name":"locked","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2094,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2095,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2096,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2097,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2098,"kind":1024,"name":"note","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2099,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2100,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2101,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2102,"kind":1024,"name":"header","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2103,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2104,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2105,"kind":1024,"name":"moved","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2106,"kind":1024,"name":"fields","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2107,"kind":1024,"name":"bot","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2108,"kind":1024,"name":"source","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":2109,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_account.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2110,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Activity"},{"id":2111,"kind":1024,"name":"week","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":2112,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":2113,"kind":1024,"name":"logins","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":2114,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":2115,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_account.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2116,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Application"},{"id":2117,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Application.__type"},{"id":2118,"kind":1024,"name":"website","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Application.__type"},{"id":2119,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Application.__type"},{"id":2120,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_account.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2121,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Attachment"},{"id":2122,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2123,"kind":1024,"name":"type","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2124,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2125,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2126,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2127,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2128,"kind":1024,"name":"meta","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2129,"kind":1024,"name":"description","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":2130,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_account.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2131,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Card"},{"id":2132,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2133,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2134,"kind":1024,"name":"description","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2135,"kind":1024,"name":"type","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2136,"kind":1024,"name":"image","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2137,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2138,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2139,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2140,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2141,"kind":1024,"name":"html","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2142,"kind":1024,"name":"width","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2143,"kind":1024,"name":"height","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2144,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":2145,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_account.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2146,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Mention"},{"id":2147,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":2148,"kind":1024,"name":"username","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":2149,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":2150,"kind":1024,"name":"acct","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":2151,"kind":4194304,"name":"History","url":"modules/pleroma_entities_account.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2152,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.History"},{"id":2153,"kind":1024,"name":"day","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.History.__type"},{"id":2154,"kind":1024,"name":"uses","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.History.__type"},{"id":2155,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.History.__type"},{"id":2156,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_account.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2157,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Tag"},{"id":2158,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Tag.__type"},{"id":2159,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Tag.__type"},{"id":2160,"kind":1024,"name":"history","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Tag.__type"},{"id":2161,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_account.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2162,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.PollOption"},{"id":2163,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PollOption.__type"},{"id":2164,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_account.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PollOption.__type"},{"id":2165,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_account.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2166,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Poll"},{"id":2167,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":2168,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":2169,"kind":1024,"name":"expired","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":2170,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":2171,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":2172,"kind":1024,"name":"options","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":2173,"kind":1024,"name":"voted","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":2174,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_account.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2175,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Reaction"},{"id":2176,"kind":1024,"name":"count","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":2177,"kind":1024,"name":"me","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":2178,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":2179,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":2180,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_account.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2181,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Status"},{"id":2182,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2183,"kind":1024,"name":"uri","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2184,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2185,"kind":1024,"name":"account","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2186,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2187,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2188,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2189,"kind":1024,"name":"content","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2190,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2191,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2192,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2193,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2194,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2195,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2196,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2197,"kind":1024,"name":"muted","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2198,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2199,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2200,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2201,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2202,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2203,"kind":1024,"name":"tags","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2204,"kind":1024,"name":"card","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2205,"kind":1024,"name":"poll","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2206,"kind":1024,"name":"application","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2207,"kind":1024,"name":"language","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2208,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2209,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2210,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2211,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":2212,"kind":1024,"name":"context","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2213,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2214,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type.__type"},{"id":2215,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2216,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2217,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type.__type"},{"id":2218,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2219,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2220,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2221,"kind":1024,"name":"local","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2222,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":2223,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_account.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2224,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Context"},{"id":2225,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_account.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Context.__type"},{"id":2226,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_account.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Context.__type"},{"id":2227,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_account.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2228,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Conversation"},{"id":2229,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":2230,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":2231,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":2232,"kind":1024,"name":"unread","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":2233,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2234,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag"},{"id":2235,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":2236,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":2237,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":2238,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":2239,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_account.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2240,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Field"},{"id":2241,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Field.__type"},{"id":2242,"kind":1024,"name":"value","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Field.__type"},{"id":2243,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Field.__type"},{"id":2244,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_account.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2245,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Filter"},{"id":2246,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":2247,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":2248,"kind":1024,"name":"context","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":2249,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":2250,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":2251,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":2252,"kind":4194304,"name":"FilterContext","url":"modules/pleroma_entities_account.pleromaentity.html#filtercontext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2253,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2254,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.IdentityProof"},{"id":2255,"kind":1024,"name":"provider","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":2256,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":2257,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":2258,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":2259,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":2260,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_account.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2261,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.URLs"},{"id":2262,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_account.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.URLs.__type"},{"id":2263,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2264,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Stats"},{"id":2265,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Stats.__type"},{"id":2266,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Stats.__type"},{"id":2267,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Stats.__type"},{"id":2268,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_account.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2269,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Instance"},{"id":2270,"kind":1024,"name":"uri","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2271,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2272,"kind":1024,"name":"description","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2273,"kind":1024,"name":"email","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2274,"kind":1024,"name":"version","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2275,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2276,"kind":1024,"name":"urls","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2277,"kind":1024,"name":"stats","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2278,"kind":1024,"name":"languages","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2279,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2280,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2281,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":2282,"kind":4194304,"name":"List","url":"modules/pleroma_entities_account.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2283,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.List"},{"id":2284,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.List.__type"},{"id":2285,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.List.__type"},{"id":2286,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_account.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2287,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Marker"},{"id":2288,"kind":1024,"name":"home","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":2289,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":2290,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":2291,"kind":1024,"name":"version","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":2292,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":2293,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":2294,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":2295,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":2296,"kind":1024,"name":"version","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":2297,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":2298,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_account.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2299,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Notification"},{"id":2300,"kind":1024,"name":"account","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":2301,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":2302,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":2303,"kind":1024,"name":"status","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":2304,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":2305,"kind":1024,"name":"type","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":2306,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_account.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2307,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_account.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2308,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Preferences"},{"id":2309,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":2310,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":2311,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":2312,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":2313,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":2314,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2315,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.PushSubscription"},{"id":2316,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":2317,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":2318,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":2319,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":2320,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_account.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2321,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Relationship"},{"id":2322,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2323,"kind":1024,"name":"following","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2324,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2325,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2326,"kind":1024,"name":"blocked_by","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.blocked_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2327,"kind":1024,"name":"muting","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2328,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2329,"kind":1024,"name":"requested","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2330,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2331,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2332,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2333,"kind":1024,"name":"subscribing","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.subscribing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":2334,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_account.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2335,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Report"},{"id":2336,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":2337,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":2338,"kind":1024,"name":"comment","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":2339,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":2340,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":2341,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_account.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2342,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Results"},{"id":2343,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Results.__type"},{"id":2344,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Results.__type"},{"id":2345,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Results.__type"},{"id":2346,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2347,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus"},{"id":2348,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":2349,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":2350,"kind":1024,"name":"params","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":2351,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":2352,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2353,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.StatusParams"},{"id":2354,"kind":1024,"name":"text","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2355,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2356,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2357,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2358,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2359,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2360,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2361,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":2362,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_account.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":2363,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Token"},{"id":2364,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":2365,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":2366,"kind":1024,"name":"scope","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":2367,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":2368,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_activity.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/activity"},{"id":2369,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_application.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/application"},{"id":2370,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_attachment.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/attachment"},{"id":2371,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_card.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/card"},{"id":2372,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_context.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/context"},{"id":2373,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_conversation.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/conversation"},{"id":2374,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_emoji.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/emoji"},{"id":2375,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_featured_tag.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/featured_tag"},{"id":2376,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_field.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/field"},{"id":2377,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_filter.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/filter"},{"id":2378,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_history.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/history"},{"id":2379,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_identity_proof.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/identity_proof"},{"id":2380,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_instance.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/instance"},{"id":2381,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_list.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/list"},{"id":2382,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_marker.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/marker"},{"id":2383,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_mention.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/mention"},{"id":2384,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_notification.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/notification"},{"id":2385,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_poll.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/poll"},{"id":2386,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_poll_option.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/poll_option"},{"id":2387,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_preferences.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/preferences"},{"id":2388,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_push_subscription.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/push_subscription"},{"id":2389,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_reaction.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/reaction"},{"id":2390,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_relationship.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/relationship"},{"id":2391,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_report.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/report"},{"id":2392,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_results.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/results"},{"id":2393,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_scheduled_status.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/scheduled_status"},{"id":2394,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_source.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/source"},{"id":2395,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_stats.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/stats"},{"id":2396,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_status.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/status"},{"id":2397,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_status_params.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/status_params"},{"id":2398,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_tag.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/tag"},{"id":2399,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_token.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/token"},{"id":2400,"kind":16777216,"name":"PleromaEntity","url":"modules/pleroma_entities_urls.html#pleromaentity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entities/urls"},{"id":2401,"kind":16777216,"name":"default","url":"modules/pleroma_entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entity"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,73.79]],["parent/0",[]],["name/1",[1,51.818]],["parent/1",[]],["name/2",[2,68.682]],["parent/2",[1,5.042]],["name/3",[3,27.772]],["parent/3",[4,6.356]],["name/4",[5,47.164]],["parent/4",[4,6.356]],["name/5",[6,65.317]],["parent/5",[4,6.356]],["name/6",[6,65.317]],["parent/6",[1,5.042]],["name/7",[7,44.346]],["parent/7",[]],["name/8",[8,65.317]],["parent/8",[7,4.315]],["name/9",[9,62.804]],["parent/9",[7,4.315]],["name/10",[10,73.79]],["parent/10",[7,4.315]],["name/11",[11,68.682]],["parent/11",[]],["name/12",[12,68.682]],["parent/12",[]],["name/13",[13,68.682]],["parent/13",[]],["name/14",[14,68.682]],["parent/14",[]],["name/15",[15,68.682]],["parent/15",[]],["name/16",[16,68.682]],["parent/16",[]],["name/17",[17,68.682]],["parent/17",[]],["name/18",[18,68.682]],["parent/18",[]],["name/19",[19,68.682]],["parent/19",[]],["name/20",[20,68.682]],["parent/20",[]],["name/21",[21,68.682]],["parent/21",[]],["name/22",[22,68.682]],["parent/22",[]],["name/23",[23,68.682]],["parent/23",[]],["name/24",[24,68.682]],["parent/24",[]],["name/25",[25,68.682]],["parent/25",[]],["name/26",[26,68.682]],["parent/26",[]],["name/27",[27,68.682]],["parent/27",[]],["name/28",[28,68.682]],["parent/28",[]],["name/29",[29,68.682]],["parent/29",[]],["name/30",[30,68.682]],["parent/30",[]],["name/31",[31,68.682]],["parent/31",[]],["name/32",[32,68.682]],["parent/32",[]],["name/33",[33,68.682]],["parent/33",[]],["name/34",[34,68.682]],["parent/34",[]],["name/35",[35,68.682]],["parent/35",[]],["name/36",[36,68.682]],["parent/36",[]],["name/37",[37,68.682]],["parent/37",[]],["name/38",[38,68.682]],["parent/38",[]],["name/39",[39,68.682]],["parent/39",[]],["name/40",[40,68.682]],["parent/40",[]],["name/41",[41,68.682]],["parent/41",[]],["name/42",[42,68.682]],["parent/42",[]],["name/43",[43,68.682]],["parent/43",[]],["name/44",[44,68.682]],["parent/44",[]],["name/45",[45,40.832]],["parent/45",[]],["name/46",[46,68.682]],["parent/46",[]],["name/47",[7,44.346]],["parent/47",[46,6.683]],["name/48",[47,62.804]],["parent/48",[48,5.916]],["name/49",[49,62.804]],["parent/49",[48,5.916]],["name/50",[50,73.79]],["parent/50",[48,5.916]],["name/51",[51,73.79]],["parent/51",[48,5.916]],["name/52",[52,51.103]],["parent/52",[48,5.916]],["name/53",[53,49.223]],["parent/53",[]],["name/54",[54,68.682]],["parent/54",[]],["name/55",[7,44.346]],["parent/55",[54,6.683]],["name/56",[55,65.317]],["parent/56",[56,6.111]],["name/57",[57,62.804]],["parent/57",[58,5.493]],["name/58",[59,62.804]],["parent/58",[58,5.493]],["name/59",[60,62.804]],["parent/59",[58,5.493]],["name/60",[61,59.127]],["parent/60",[58,5.493]],["name/61",[62,62.804]],["parent/61",[58,5.493]],["name/62",[1,51.818]],["parent/62",[58,5.493]],["name/63",[63,62.804]],["parent/63",[58,5.493]],["name/64",[64,59.127]],["parent/64",[58,5.493]],["name/65",[65,59.127]],["parent/65",[56,6.111]],["name/66",[9,62.804]],["parent/66",[66,4.79]],["name/67",[67,68.682]],["parent/67",[66,4.79]],["name/68",[8,65.317]],["parent/68",[66,4.79]],["name/69",[5,47.164]],["parent/69",[66,4.79]],["name/70",[68,60.797]],["parent/70",[66,4.79]],["name/71",[69,59.127]],["parent/71",[66,4.79]],["name/72",[70,65.317]],["parent/72",[66,4.79]],["name/73",[71,65.317]],["parent/73",[66,4.79]],["name/74",[72,54.331]],["parent/74",[66,4.79]],["name/75",[57,62.804]],["parent/75",[66,4.79]],["name/76",[59,62.804]],["parent/76",[66,4.79]],["name/77",[60,62.804]],["parent/77",[66,4.79]],["name/78",[61,59.127]],["parent/78",[66,4.79]],["name/79",[62,62.804]],["parent/79",[66,4.79]],["name/80",[1,51.818]],["parent/80",[66,4.79]],["name/81",[63,62.804]],["parent/81",[66,4.79]],["name/82",[64,59.127]],["parent/82",[66,4.79]],["name/83",[45,40.832]],["parent/83",[56,6.111]],["name/84",[52,51.103]],["parent/84",[73,4.158]],["name/85",[74,57.696]],["parent/85",[73,4.158]],["name/86",[75,54.331]],["parent/86",[73,4.158]],["name/87",[76,57.696]],["parent/87",[73,4.158]],["name/88",[77,54.331]],["parent/88",[73,4.158]],["name/89",[78,53.421]],["parent/89",[73,4.158]],["name/90",[79,57.696]],["parent/90",[73,4.158]],["name/91",[80,52.587]],["parent/91",[73,4.158]],["name/92",[81,60.797]],["parent/92",[73,4.158]],["name/93",[82,57.696]],["parent/93",[73,4.158]],["name/94",[83,57.696]],["parent/94",[73,4.158]],["name/95",[84,54.331]],["parent/95",[73,4.158]],["name/96",[85,60.797]],["parent/96",[73,4.158]],["name/97",[86,57.696]],["parent/97",[73,4.158]],["name/98",[87,54.331]],["parent/98",[73,4.158]],["name/99",[88,57.696]],["parent/99",[73,4.158]],["name/100",[89,53.421]],["parent/100",[73,4.158]],["name/101",[90,52.587]],["parent/101",[73,4.158]],["name/102",[91,49.811]],["parent/102",[73,4.158]],["name/103",[92,59.127]],["parent/103",[73,4.158]],["name/104",[93,57.696]],["parent/104",[73,4.158]],["name/105",[94,60.797]],["parent/105",[73,4.158]],["name/106",[95,57.696]],["parent/106",[73,4.158]],["name/107",[96,53.421]],["parent/107",[73,4.158]],["name/108",[97,57.696]],["parent/108",[73,4.158]],["name/109",[98,60.797]],["parent/109",[73,4.158]],["name/110",[99,54.331]],["parent/110",[73,4.158]],["name/111",[100,51.818]],["parent/111",[73,4.158]],["name/112",[101,51.818]],["parent/112",[73,4.158]],["name/113",[102,60.797]],["parent/113",[73,4.158]],["name/114",[103,56.444]],["parent/114",[73,4.158]],["name/115",[104,56.444]],["parent/115",[73,4.158]],["name/116",[105,54.331]],["parent/116",[73,4.158]],["name/117",[106,65.317]],["parent/117",[56,6.111]],["name/118",[107,65.317]],["parent/118",[108,4.102]],["name/119",[109,65.317]],["parent/119",[108,4.102]],["name/120",[52,51.103]],["parent/120",[108,4.102]],["name/121",[74,57.696]],["parent/121",[108,4.102]],["name/122",[75,54.331]],["parent/122",[108,4.102]],["name/123",[76,57.696]],["parent/123",[108,4.102]],["name/124",[77,54.331]],["parent/124",[108,4.102]],["name/125",[78,53.421]],["parent/125",[108,4.102]],["name/126",[79,57.696]],["parent/126",[108,4.102]],["name/127",[80,52.587]],["parent/127",[108,4.102]],["name/128",[110,68.682]],["parent/128",[108,4.102]],["name/129",[82,57.696]],["parent/129",[108,4.102]],["name/130",[83,57.696]],["parent/130",[108,4.102]],["name/131",[84,54.331]],["parent/131",[108,4.102]],["name/132",[111,68.682]],["parent/132",[108,4.102]],["name/133",[86,57.696]],["parent/133",[108,4.102]],["name/134",[87,54.331]],["parent/134",[108,4.102]],["name/135",[88,57.696]],["parent/135",[108,4.102]],["name/136",[89,53.421]],["parent/136",[108,4.102]],["name/137",[90,52.587]],["parent/137",[108,4.102]],["name/138",[91,49.811]],["parent/138",[108,4.102]],["name/139",[112,73.79]],["parent/139",[108,4.102]],["name/140",[93,57.696]],["parent/140",[108,4.102]],["name/141",[113,68.682]],["parent/141",[108,4.102]],["name/142",[95,57.696]],["parent/142",[108,4.102]],["name/143",[96,53.421]],["parent/143",[108,4.102]],["name/144",[97,57.696]],["parent/144",[108,4.102]],["name/145",[114,68.682]],["parent/145",[108,4.102]],["name/146",[99,54.331]],["parent/146",[108,4.102]],["name/147",[100,51.818]],["parent/147",[108,4.102]],["name/148",[101,51.818]],["parent/148",[108,4.102]],["name/149",[115,68.682]],["parent/149",[108,4.102]],["name/150",[103,56.444]],["parent/150",[108,4.102]],["name/151",[104,56.444]],["parent/151",[108,4.102]],["name/152",[105,54.331]],["parent/152",[108,4.102]],["name/153",[116,68.682]],["parent/153",[]],["name/154",[117,68.682]],["parent/154",[]],["name/155",[118,68.682]],["parent/155",[]],["name/156",[119,68.682]],["parent/156",[]],["name/157",[120,68.682]],["parent/157",[]],["name/158",[121,68.682]],["parent/158",[]],["name/159",[122,68.682]],["parent/159",[]],["name/160",[123,68.682]],["parent/160",[]],["name/161",[124,68.682]],["parent/161",[]],["name/162",[125,68.682]],["parent/162",[]],["name/163",[126,68.682]],["parent/163",[]],["name/164",[127,68.682]],["parent/164",[]],["name/165",[128,68.682]],["parent/165",[]],["name/166",[129,68.682]],["parent/166",[]],["name/167",[130,68.682]],["parent/167",[]],["name/168",[131,68.682]],["parent/168",[]],["name/169",[132,68.682]],["parent/169",[]],["name/170",[133,68.682]],["parent/170",[]],["name/171",[134,68.682]],["parent/171",[]],["name/172",[135,68.682]],["parent/172",[]],["name/173",[136,68.682]],["parent/173",[]],["name/174",[137,68.682]],["parent/174",[]],["name/175",[138,68.682]],["parent/175",[]],["name/176",[139,68.682]],["parent/176",[]],["name/177",[140,68.682]],["parent/177",[]],["name/178",[141,68.682]],["parent/178",[]],["name/179",[142,68.682]],["parent/179",[]],["name/180",[143,68.682]],["parent/180",[]],["name/181",[144,68.682]],["parent/181",[]],["name/182",[145,68.682]],["parent/182",[]],["name/183",[146,68.682]],["parent/183",[]],["name/184",[147,68.682]],["parent/184",[]],["name/185",[148,68.682]],["parent/185",[]],["name/186",[149,68.682]],["parent/186",[]],["name/187",[150,68.682]],["parent/187",[]],["name/188",[7,44.346]],["parent/188",[150,6.683]],["name/189",[89,53.421]],["parent/189",[151,5.614]],["name/190",[152,59.127]],["parent/190",[151,5.614]],["name/191",[153,65.317]],["parent/191",[151,5.614]],["name/192",[154,62.804]],["parent/192",[151,5.614]],["name/193",[91,49.811]],["parent/193",[151,5.614]],["name/194",[155,60.797]],["parent/194",[151,5.614]],["name/195",[101,51.818]],["parent/195",[151,5.614]],["name/196",[156,65.317]],["parent/196",[]],["name/197",[157,73.79]],["parent/197",[156,6.356]],["name/198",[3,27.772]],["parent/198",[158,6.111]],["name/199",[5,47.164]],["parent/199",[158,6.111]],["name/200",[159,73.79]],["parent/200",[158,6.111]],["name/201",[160,68.682]],["parent/201",[158,6.111]],["name/202",[7,44.346]],["parent/202",[156,6.356]],["name/203",[5,47.164]],["parent/203",[161,4.79]],["name/204",[162,44.001]],["parent/204",[161,4.79]],["name/205",[163,60.797]],["parent/205",[161,4.79]],["name/206",[164,54.331]],["parent/206",[161,4.79]],["name/207",[72,54.331]],["parent/207",[161,4.79]],["name/208",[165,62.804]],["parent/208",[161,4.79]],["name/209",[166,62.804]],["parent/209",[161,4.79]],["name/210",[167,62.804]],["parent/210",[161,4.79]],["name/211",[168,62.804]],["parent/211",[161,4.79]],["name/212",[169,73.79]],["parent/212",[161,4.79]],["name/213",[170,59.127]],["parent/213",[161,4.79]],["name/214",[171,62.804]],["parent/214",[161,4.79]],["name/215",[172,62.804]],["parent/215",[161,4.79]],["name/216",[173,59.127]],["parent/216",[161,4.79]],["name/217",[174,62.804]],["parent/217",[161,4.79]],["name/218",[175,62.804]],["parent/218",[161,4.79]],["name/219",[176,62.804]],["parent/219",[161,4.79]],["name/220",[177,65.317]],["parent/220",[]],["name/221",[7,44.346]],["parent/221",[177,6.356]],["name/222",[5,47.164]],["parent/222",[178,4.315]],["name/223",[162,44.001]],["parent/223",[178,4.315]],["name/224",[63,62.804]],["parent/224",[178,4.315]],["name/225",[179,60.797]],["parent/225",[178,4.315]],["name/226",[164,54.331]],["parent/226",[178,4.315]],["name/227",[163,60.797]],["parent/227",[178,4.315]],["name/228",[3,27.772]],["parent/228",[178,4.315]],["name/229",[72,54.331]],["parent/229",[178,4.315]],["name/230",[180,65.317]],["parent/230",[178,4.315]],["name/231",[166,62.804]],["parent/231",[178,4.315]],["name/232",[167,62.804]],["parent/232",[178,4.315]],["name/233",[168,62.804]],["parent/233",[178,4.315]],["name/234",[165,62.804]],["parent/234",[178,4.315]],["name/235",[181,65.317]],["parent/235",[178,4.315]],["name/236",[182,65.317]],["parent/236",[178,4.315]],["name/237",[183,65.317]],["parent/237",[178,4.315]],["name/238",[184,65.317]],["parent/238",[178,4.315]],["name/239",[170,59.127]],["parent/239",[178,4.315]],["name/240",[185,65.317]],["parent/240",[178,4.315]],["name/241",[173,59.127]],["parent/241",[178,4.315]],["name/242",[174,62.804]],["parent/242",[178,4.315]],["name/243",[175,62.804]],["parent/243",[178,4.315]],["name/244",[172,62.804]],["parent/244",[178,4.315]],["name/245",[171,62.804]],["parent/245",[178,4.315]],["name/246",[186,65.317]],["parent/246",[178,4.315]],["name/247",[187,65.317]],["parent/247",[178,4.315]],["name/248",[176,62.804]],["parent/248",[178,4.315]],["name/249",[188,65.317]],["parent/249",[178,4.315]],["name/250",[164,54.331]],["parent/250",[177,6.356]],["name/251",[5,47.164]],["parent/251",[189,6.683]],["name/252",[190,62.804]],["parent/252",[189,6.683]],["name/253",[191,65.317]],["parent/253",[]],["name/254",[7,44.346]],["parent/254",[191,6.356]],["name/255",[5,47.164]],["parent/255",[192,2.835]],["name/256",[65,59.127]],["parent/256",[192,2.835]],["name/257",[69,59.127]],["parent/257",[192,2.835]],["name/258",[1,51.818]],["parent/258",[192,2.835]],["name/259",[193,62.804]],["parent/259",[192,2.835]],["name/260",[194,62.804]],["parent/260",[192,2.835]],["name/261",[195,68.682]],["parent/261",[192,2.835]],["name/262",[196,62.804]],["parent/262",[192,2.835]],["name/263",[197,62.804]],["parent/263",[192,2.835]],["name/264",[198,60.797]],["parent/264",[192,2.835]],["name/265",[199,62.804]],["parent/265",[192,2.835]],["name/266",[200,62.804]],["parent/266",[192,2.835]],["name/267",[201,62.804]],["parent/267",[192,2.835]],["name/268",[202,62.804]],["parent/268",[192,2.835]],["name/269",[203,62.804]],["parent/269",[192,2.835]],["name/270",[204,62.804]],["parent/270",[192,2.835]],["name/271",[205,62.804]],["parent/271",[192,2.835]],["name/272",[206,62.804]],["parent/272",[192,2.835]],["name/273",[207,62.804]],["parent/273",[192,2.835]],["name/274",[208,62.804]],["parent/274",[192,2.835]],["name/275",[209,62.804]],["parent/275",[192,2.835]],["name/276",[210,62.804]],["parent/276",[192,2.835]],["name/277",[211,62.804]],["parent/277",[192,2.835]],["name/278",[212,62.804]],["parent/278",[192,2.835]],["name/279",[213,62.804]],["parent/279",[192,2.835]],["name/280",[214,62.804]],["parent/280",[192,2.835]],["name/281",[215,62.804]],["parent/281",[192,2.835]],["name/282",[216,62.804]],["parent/282",[192,2.835]],["name/283",[217,62.804]],["parent/283",[192,2.835]],["name/284",[218,62.804]],["parent/284",[192,2.835]],["name/285",[219,62.804]],["parent/285",[192,2.835]],["name/286",[220,62.804]],["parent/286",[192,2.835]],["name/287",[221,62.804]],["parent/287",[192,2.835]],["name/288",[222,62.804]],["parent/288",[192,2.835]],["name/289",[223,62.804]],["parent/289",[192,2.835]],["name/290",[224,62.804]],["parent/290",[192,2.835]],["name/291",[225,62.804]],["parent/291",[192,2.835]],["name/292",[226,62.804]],["parent/292",[192,2.835]],["name/293",[227,62.804]],["parent/293",[192,2.835]],["name/294",[228,62.804]],["parent/294",[192,2.835]],["name/295",[229,62.804]],["parent/295",[192,2.835]],["name/296",[230,62.804]],["parent/296",[192,2.835]],["name/297",[231,62.804]],["parent/297",[192,2.835]],["name/298",[232,62.804]],["parent/298",[192,2.835]],["name/299",[233,62.804]],["parent/299",[192,2.835]],["name/300",[234,62.804]],["parent/300",[192,2.835]],["name/301",[96,53.421]],["parent/301",[192,2.835]],["name/302",[235,62.804]],["parent/302",[192,2.835]],["name/303",[236,62.804]],["parent/303",[192,2.835]],["name/304",[237,62.804]],["parent/304",[192,2.835]],["name/305",[238,62.804]],["parent/305",[192,2.835]],["name/306",[239,62.804]],["parent/306",[192,2.835]],["name/307",[240,62.804]],["parent/307",[192,2.835]],["name/308",[241,62.804]],["parent/308",[192,2.835]],["name/309",[242,62.804]],["parent/309",[192,2.835]],["name/310",[243,62.804]],["parent/310",[192,2.835]],["name/311",[244,62.804]],["parent/311",[192,2.835]],["name/312",[245,62.804]],["parent/312",[192,2.835]],["name/313",[246,62.804]],["parent/313",[192,2.835]],["name/314",[247,62.804]],["parent/314",[192,2.835]],["name/315",[248,62.804]],["parent/315",[192,2.835]],["name/316",[249,62.804]],["parent/316",[192,2.835]],["name/317",[250,62.804]],["parent/317",[192,2.835]],["name/318",[251,62.804]],["parent/318",[192,2.835]],["name/319",[252,62.804]],["parent/319",[192,2.835]],["name/320",[253,62.804]],["parent/320",[192,2.835]],["name/321",[254,62.804]],["parent/321",[192,2.835]],["name/322",[255,62.804]],["parent/322",[192,2.835]],["name/323",[256,62.804]],["parent/323",[192,2.835]],["name/324",[257,62.804]],["parent/324",[192,2.835]],["name/325",[258,62.804]],["parent/325",[192,2.835]],["name/326",[259,62.804]],["parent/326",[192,2.835]],["name/327",[260,62.804]],["parent/327",[192,2.835]],["name/328",[261,62.804]],["parent/328",[192,2.835]],["name/329",[262,62.804]],["parent/329",[192,2.835]],["name/330",[263,62.804]],["parent/330",[192,2.835]],["name/331",[264,62.804]],["parent/331",[192,2.835]],["name/332",[265,62.804]],["parent/332",[192,2.835]],["name/333",[266,62.804]],["parent/333",[192,2.835]],["name/334",[267,62.804]],["parent/334",[192,2.835]],["name/335",[268,62.804]],["parent/335",[192,2.835]],["name/336",[269,62.804]],["parent/336",[192,2.835]],["name/337",[270,62.804]],["parent/337",[192,2.835]],["name/338",[271,62.804]],["parent/338",[192,2.835]],["name/339",[272,62.804]],["parent/339",[192,2.835]],["name/340",[273,62.804]],["parent/340",[192,2.835]],["name/341",[274,62.804]],["parent/341",[192,2.835]],["name/342",[275,62.804]],["parent/342",[192,2.835]],["name/343",[276,62.804]],["parent/343",[192,2.835]],["name/344",[277,62.804]],["parent/344",[192,2.835]],["name/345",[278,62.804]],["parent/345",[192,2.835]],["name/346",[279,62.804]],["parent/346",[192,2.835]],["name/347",[280,62.804]],["parent/347",[192,2.835]],["name/348",[281,62.804]],["parent/348",[192,2.835]],["name/349",[282,62.804]],["parent/349",[192,2.835]],["name/350",[283,62.804]],["parent/350",[192,2.835]],["name/351",[284,62.804]],["parent/351",[192,2.835]],["name/352",[285,62.804]],["parent/352",[192,2.835]],["name/353",[286,62.804]],["parent/353",[192,2.835]],["name/354",[287,62.804]],["parent/354",[192,2.835]],["name/355",[288,62.804]],["parent/355",[192,2.835]],["name/356",[289,62.804]],["parent/356",[192,2.835]],["name/357",[290,62.804]],["parent/357",[192,2.835]],["name/358",[291,62.804]],["parent/358",[192,2.835]],["name/359",[292,62.804]],["parent/359",[192,2.835]],["name/360",[293,62.804]],["parent/360",[192,2.835]],["name/361",[294,62.804]],["parent/361",[192,2.835]],["name/362",[295,62.804]],["parent/362",[192,2.835]],["name/363",[296,62.804]],["parent/363",[192,2.835]],["name/364",[297,62.804]],["parent/364",[192,2.835]],["name/365",[298,62.804]],["parent/365",[192,2.835]],["name/366",[299,62.804]],["parent/366",[192,2.835]],["name/367",[300,62.804]],["parent/367",[192,2.835]],["name/368",[301,62.804]],["parent/368",[192,2.835]],["name/369",[302,62.804]],["parent/369",[192,2.835]],["name/370",[303,62.804]],["parent/370",[192,2.835]],["name/371",[304,62.804]],["parent/371",[192,2.835]],["name/372",[305,62.804]],["parent/372",[192,2.835]],["name/373",[306,62.804]],["parent/373",[192,2.835]],["name/374",[307,62.804]],["parent/374",[192,2.835]],["name/375",[308,62.804]],["parent/375",[192,2.835]],["name/376",[309,62.804]],["parent/376",[192,2.835]],["name/377",[310,62.804]],["parent/377",[192,2.835]],["name/378",[311,62.804]],["parent/378",[192,2.835]],["name/379",[312,62.804]],["parent/379",[192,2.835]],["name/380",[313,62.804]],["parent/380",[192,2.835]],["name/381",[314,62.804]],["parent/381",[192,2.835]],["name/382",[315,62.804]],["parent/382",[192,2.835]],["name/383",[316,62.804]],["parent/383",[192,2.835]],["name/384",[317,62.804]],["parent/384",[192,2.835]],["name/385",[318,55.332]],["parent/385",[]],["name/386",[319,68.682]],["parent/386",[318,5.384]],["name/387",[170,59.127]],["parent/387",[320,5.754]],["name/388",[173,59.127]],["parent/388",[320,5.754]],["name/389",[321,68.682]],["parent/389",[320,5.754]],["name/390",[322,68.682]],["parent/390",[320,5.754]],["name/391",[323,68.682]],["parent/391",[320,5.754]],["name/392",[324,68.682]],["parent/392",[320,5.754]],["name/393",[325,68.682]],["parent/393",[318,5.384]],["name/394",[170,59.127]],["parent/394",[326,5.754]],["name/395",[173,59.127]],["parent/395",[326,5.754]],["name/396",[321,68.682]],["parent/396",[326,5.754]],["name/397",[322,68.682]],["parent/397",[326,5.754]],["name/398",[323,68.682]],["parent/398",[326,5.754]],["name/399",[324,68.682]],["parent/399",[326,5.754]],["name/400",[327,68.682]],["parent/400",[318,5.384]],["name/401",[1,51.818]],["parent/401",[328,2.865]],["name/402",[193,62.804]],["parent/402",[328,2.865]],["name/403",[194,62.804]],["parent/403",[328,2.865]],["name/404",[196,62.804]],["parent/404",[328,2.865]],["name/405",[197,62.804]],["parent/405",[328,2.865]],["name/406",[198,60.797]],["parent/406",[328,2.865]],["name/407",[199,62.804]],["parent/407",[328,2.865]],["name/408",[200,62.804]],["parent/408",[328,2.865]],["name/409",[201,62.804]],["parent/409",[328,2.865]],["name/410",[202,62.804]],["parent/410",[328,2.865]],["name/411",[203,62.804]],["parent/411",[328,2.865]],["name/412",[204,62.804]],["parent/412",[328,2.865]],["name/413",[207,62.804]],["parent/413",[328,2.865]],["name/414",[205,62.804]],["parent/414",[328,2.865]],["name/415",[206,62.804]],["parent/415",[328,2.865]],["name/416",[208,62.804]],["parent/416",[328,2.865]],["name/417",[209,62.804]],["parent/417",[328,2.865]],["name/418",[210,62.804]],["parent/418",[328,2.865]],["name/419",[211,62.804]],["parent/419",[328,2.865]],["name/420",[212,62.804]],["parent/420",[328,2.865]],["name/421",[213,62.804]],["parent/421",[328,2.865]],["name/422",[214,62.804]],["parent/422",[328,2.865]],["name/423",[215,62.804]],["parent/423",[328,2.865]],["name/424",[216,62.804]],["parent/424",[328,2.865]],["name/425",[217,62.804]],["parent/425",[328,2.865]],["name/426",[218,62.804]],["parent/426",[328,2.865]],["name/427",[219,62.804]],["parent/427",[328,2.865]],["name/428",[220,62.804]],["parent/428",[328,2.865]],["name/429",[221,62.804]],["parent/429",[328,2.865]],["name/430",[222,62.804]],["parent/430",[328,2.865]],["name/431",[223,62.804]],["parent/431",[328,2.865]],["name/432",[224,62.804]],["parent/432",[328,2.865]],["name/433",[225,62.804]],["parent/433",[328,2.865]],["name/434",[226,62.804]],["parent/434",[328,2.865]],["name/435",[227,62.804]],["parent/435",[328,2.865]],["name/436",[228,62.804]],["parent/436",[328,2.865]],["name/437",[229,62.804]],["parent/437",[328,2.865]],["name/438",[230,62.804]],["parent/438",[328,2.865]],["name/439",[231,62.804]],["parent/439",[328,2.865]],["name/440",[232,62.804]],["parent/440",[328,2.865]],["name/441",[233,62.804]],["parent/441",[328,2.865]],["name/442",[234,62.804]],["parent/442",[328,2.865]],["name/443",[96,53.421]],["parent/443",[328,2.865]],["name/444",[235,62.804]],["parent/444",[328,2.865]],["name/445",[236,62.804]],["parent/445",[328,2.865]],["name/446",[237,62.804]],["parent/446",[328,2.865]],["name/447",[238,62.804]],["parent/447",[328,2.865]],["name/448",[239,62.804]],["parent/448",[328,2.865]],["name/449",[240,62.804]],["parent/449",[328,2.865]],["name/450",[241,62.804]],["parent/450",[328,2.865]],["name/451",[242,62.804]],["parent/451",[328,2.865]],["name/452",[243,62.804]],["parent/452",[328,2.865]],["name/453",[244,62.804]],["parent/453",[328,2.865]],["name/454",[245,62.804]],["parent/454",[328,2.865]],["name/455",[246,62.804]],["parent/455",[328,2.865]],["name/456",[247,62.804]],["parent/456",[328,2.865]],["name/457",[248,62.804]],["parent/457",[328,2.865]],["name/458",[249,62.804]],["parent/458",[328,2.865]],["name/459",[250,62.804]],["parent/459",[328,2.865]],["name/460",[251,62.804]],["parent/460",[328,2.865]],["name/461",[252,62.804]],["parent/461",[328,2.865]],["name/462",[253,62.804]],["parent/462",[328,2.865]],["name/463",[254,62.804]],["parent/463",[328,2.865]],["name/464",[255,62.804]],["parent/464",[328,2.865]],["name/465",[256,62.804]],["parent/465",[328,2.865]],["name/466",[257,62.804]],["parent/466",[328,2.865]],["name/467",[258,62.804]],["parent/467",[328,2.865]],["name/468",[259,62.804]],["parent/468",[328,2.865]],["name/469",[260,62.804]],["parent/469",[328,2.865]],["name/470",[261,62.804]],["parent/470",[328,2.865]],["name/471",[262,62.804]],["parent/471",[328,2.865]],["name/472",[263,62.804]],["parent/472",[328,2.865]],["name/473",[264,62.804]],["parent/473",[328,2.865]],["name/474",[265,62.804]],["parent/474",[328,2.865]],["name/475",[266,62.804]],["parent/475",[328,2.865]],["name/476",[267,62.804]],["parent/476",[328,2.865]],["name/477",[268,62.804]],["parent/477",[328,2.865]],["name/478",[269,62.804]],["parent/478",[328,2.865]],["name/479",[270,62.804]],["parent/479",[328,2.865]],["name/480",[271,62.804]],["parent/480",[328,2.865]],["name/481",[272,62.804]],["parent/481",[328,2.865]],["name/482",[273,62.804]],["parent/482",[328,2.865]],["name/483",[274,62.804]],["parent/483",[328,2.865]],["name/484",[275,62.804]],["parent/484",[328,2.865]],["name/485",[276,62.804]],["parent/485",[328,2.865]],["name/486",[277,62.804]],["parent/486",[328,2.865]],["name/487",[278,62.804]],["parent/487",[328,2.865]],["name/488",[279,62.804]],["parent/488",[328,2.865]],["name/489",[280,62.804]],["parent/489",[328,2.865]],["name/490",[281,62.804]],["parent/490",[328,2.865]],["name/491",[282,62.804]],["parent/491",[328,2.865]],["name/492",[283,62.804]],["parent/492",[328,2.865]],["name/493",[284,62.804]],["parent/493",[328,2.865]],["name/494",[285,62.804]],["parent/494",[328,2.865]],["name/495",[286,62.804]],["parent/495",[328,2.865]],["name/496",[287,62.804]],["parent/496",[328,2.865]],["name/497",[288,62.804]],["parent/497",[328,2.865]],["name/498",[289,62.804]],["parent/498",[328,2.865]],["name/499",[290,62.804]],["parent/499",[328,2.865]],["name/500",[291,62.804]],["parent/500",[328,2.865]],["name/501",[292,62.804]],["parent/501",[328,2.865]],["name/502",[293,62.804]],["parent/502",[328,2.865]],["name/503",[294,62.804]],["parent/503",[328,2.865]],["name/504",[295,62.804]],["parent/504",[328,2.865]],["name/505",[296,62.804]],["parent/505",[328,2.865]],["name/506",[297,62.804]],["parent/506",[328,2.865]],["name/507",[298,62.804]],["parent/507",[328,2.865]],["name/508",[299,62.804]],["parent/508",[328,2.865]],["name/509",[300,62.804]],["parent/509",[328,2.865]],["name/510",[301,62.804]],["parent/510",[328,2.865]],["name/511",[302,62.804]],["parent/511",[328,2.865]],["name/512",[303,62.804]],["parent/512",[328,2.865]],["name/513",[304,62.804]],["parent/513",[328,2.865]],["name/514",[305,62.804]],["parent/514",[328,2.865]],["name/515",[306,62.804]],["parent/515",[328,2.865]],["name/516",[307,62.804]],["parent/516",[328,2.865]],["name/517",[308,62.804]],["parent/517",[328,2.865]],["name/518",[309,62.804]],["parent/518",[328,2.865]],["name/519",[310,62.804]],["parent/519",[328,2.865]],["name/520",[311,62.804]],["parent/520",[328,2.865]],["name/521",[312,62.804]],["parent/521",[328,2.865]],["name/522",[313,62.804]],["parent/522",[328,2.865]],["name/523",[314,62.804]],["parent/523",[328,2.865]],["name/524",[315,62.804]],["parent/524",[328,2.865]],["name/525",[316,62.804]],["parent/525",[328,2.865]],["name/526",[317,62.804]],["parent/526",[328,2.865]],["name/527",[329,73.79]],["parent/527",[318,5.384]],["name/528",[3,27.772]],["parent/528",[330,6.683]],["name/529",[5,47.164]],["parent/529",[330,6.683]],["name/530",[331,73.79]],["parent/530",[318,5.384]],["name/531",[3,27.772]],["parent/531",[332,6.683]],["name/532",[5,47.164]],["parent/532",[332,6.683]],["name/533",[333,73.79]],["parent/533",[318,5.384]],["name/534",[3,27.772]],["parent/534",[334,6.683]],["name/535",[5,47.164]],["parent/535",[334,6.683]],["name/536",[335,68.682]],["parent/536",[318,5.384]],["name/537",[7,44.346]],["parent/537",[318,5.384]],["name/538",[336,68.682]],["parent/538",[]],["name/539",[7,44.346]],["parent/539",[336,6.683]],["name/540",[45,40.832]],["parent/540",[337,5.916]],["name/541",[338,68.682]],["parent/541",[339,4.462]],["name/542",[340,60.797]],["parent/542",[339,4.462]],["name/543",[341,65.317]],["parent/543",[339,4.462]],["name/544",[342,65.317]],["parent/544",[339,4.462]],["name/545",[80,52.587]],["parent/545",[339,4.462]],["name/546",[343,68.682]],["parent/546",[339,4.462]],["name/547",[344,65.317]],["parent/547",[339,4.462]],["name/548",[345,60.797]],["parent/548",[339,4.462]],["name/549",[346,59.127]],["parent/549",[339,4.462]],["name/550",[155,60.797]],["parent/550",[339,4.462]],["name/551",[347,65.317]],["parent/551",[339,4.462]],["name/552",[87,54.331]],["parent/552",[339,4.462]],["name/553",[348,59.127]],["parent/553",[339,4.462]],["name/554",[349,68.682]],["parent/554",[339,4.462]],["name/555",[350,52.587]],["parent/555",[339,4.462]],["name/556",[90,52.587]],["parent/556",[339,4.462]],["name/557",[91,49.811]],["parent/557",[339,4.462]],["name/558",[351,56.444]],["parent/558",[339,4.462]],["name/559",[352,65.317]],["parent/559",[339,4.462]],["name/560",[353,57.696]],["parent/560",[339,4.462]],["name/561",[354,65.317]],["parent/561",[339,4.462]],["name/562",[355,68.682]],["parent/562",[339,4.462]],["name/563",[356,68.682]],["parent/563",[339,4.462]],["name/564",[100,51.818]],["parent/564",[339,4.462]],["name/565",[106,65.317]],["parent/565",[337,5.916]],["name/566",[80,52.587]],["parent/566",[357,4.503]],["name/567",[353,57.696]],["parent/567",[357,4.503]],["name/568",[354,65.317]],["parent/568",[357,4.503]],["name/569",[358,56.444]],["parent/569",[357,4.503]],["name/570",[359,73.79]],["parent/570",[357,4.503]],["name/571",[360,73.79]],["parent/571",[357,4.503]],["name/572",[344,65.317]],["parent/572",[357,4.503]],["name/573",[345,60.797]],["parent/573",[357,4.503]],["name/574",[346,59.127]],["parent/574",[357,4.503]],["name/575",[352,65.317]],["parent/575",[357,4.503]],["name/576",[341,65.317]],["parent/576",[357,4.503]],["name/577",[91,49.811]],["parent/577",[357,4.503]],["name/578",[350,52.587]],["parent/578",[357,4.503]],["name/579",[361,73.79]],["parent/579",[357,4.503]],["name/580",[362,68.682]],["parent/580",[357,4.503]],["name/581",[363,73.79]],["parent/581",[357,4.503]],["name/582",[87,54.331]],["parent/582",[357,4.503]],["name/583",[107,65.317]],["parent/583",[357,4.503]],["name/584",[109,65.317]],["parent/584",[357,4.503]],["name/585",[90,52.587]],["parent/585",[357,4.503]],["name/586",[100,51.818]],["parent/586",[357,4.503]],["name/587",[348,59.127]],["parent/587",[357,4.503]],["name/588",[347,65.317]],["parent/588",[357,4.503]],["name/589",[9,62.804]],["parent/589",[337,5.916]],["name/590",[55,65.317]],["parent/590",[337,5.916]],["name/591",[61,59.127]],["parent/591",[364,6.356]],["name/592",[1,51.818]],["parent/592",[364,6.356]],["name/593",[64,59.127]],["parent/593",[364,6.356]],["name/594",[65,59.127]],["parent/594",[337,5.916]],["name/595",[5,47.164]],["parent/595",[365,5.384]],["name/596",[68,60.797]],["parent/596",[365,5.384]],["name/597",[69,59.127]],["parent/597",[365,5.384]],["name/598",[70,65.317]],["parent/598",[365,5.384]],["name/599",[71,65.317]],["parent/599",[365,5.384]],["name/600",[72,54.331]],["parent/600",[365,5.384]],["name/601",[61,59.127]],["parent/601",[365,5.384]],["name/602",[1,51.818]],["parent/602",[365,5.384]],["name/603",[64,59.127]],["parent/603",[365,5.384]],["name/604",[366,68.682]],["parent/604",[]],["name/605",[367,68.682]],["parent/605",[]],["name/606",[368,68.682]],["parent/606",[]],["name/607",[369,68.682]],["parent/607",[]],["name/608",[370,68.682]],["parent/608",[]],["name/609",[371,68.682]],["parent/609",[]],["name/610",[372,68.682]],["parent/610",[]],["name/611",[373,68.682]],["parent/611",[]],["name/612",[374,68.682]],["parent/612",[]],["name/613",[375,68.682]],["parent/613",[]],["name/614",[376,68.682]],["parent/614",[]],["name/615",[377,68.682]],["parent/615",[]],["name/616",[378,68.682]],["parent/616",[]],["name/617",[379,68.682]],["parent/617",[]],["name/618",[380,68.682]],["parent/618",[]],["name/619",[381,68.682]],["parent/619",[]],["name/620",[382,68.682]],["parent/620",[]],["name/621",[383,68.682]],["parent/621",[]],["name/622",[384,68.682]],["parent/622",[]],["name/623",[385,68.682]],["parent/623",[]],["name/624",[386,68.682]],["parent/624",[]],["name/625",[387,68.682]],["parent/625",[]],["name/626",[388,68.682]],["parent/626",[]],["name/627",[389,68.682]],["parent/627",[]],["name/628",[390,68.682]],["parent/628",[]],["name/629",[7,44.346]],["parent/629",[390,6.683]],["name/630",[154,62.804]],["parent/630",[391,5.287]],["name/631",[89,53.421]],["parent/631",[391,5.287]],["name/632",[392,68.682]],["parent/632",[391,5.287]],["name/633",[393,68.682]],["parent/633",[391,5.287]],["name/634",[394,65.317]],["parent/634",[391,5.287]],["name/635",[351,56.444]],["parent/635",[391,5.287]],["name/636",[395,68.682]],["parent/636",[391,5.287]],["name/637",[396,73.79]],["parent/637",[391,5.287]],["name/638",[397,73.79]],["parent/638",[391,5.287]],["name/639",[398,73.79]],["parent/639",[391,5.287]],["name/640",[399,65.317]],["parent/640",[]],["name/641",[7,44.346]],["parent/641",[399,6.356]],["name/642",[5,47.164]],["parent/642",[400,4.249]],["name/643",[162,44.001]],["parent/643",[400,4.249]],["name/644",[401,73.79]],["parent/644",[400,4.249]],["name/645",[164,54.331]],["parent/645",[400,4.249]],["name/646",[163,60.797]],["parent/646",[400,4.249]],["name/647",[3,27.772]],["parent/647",[400,4.249]],["name/648",[72,54.331]],["parent/648",[400,4.249]],["name/649",[402,73.79]],["parent/649",[400,4.249]],["name/650",[180,65.317]],["parent/650",[400,4.249]],["name/651",[166,62.804]],["parent/651",[400,4.249]],["name/652",[167,62.804]],["parent/652",[400,4.249]],["name/653",[168,62.804]],["parent/653",[400,4.249]],["name/654",[165,62.804]],["parent/654",[400,4.249]],["name/655",[181,65.317]],["parent/655",[400,4.249]],["name/656",[403,73.79]],["parent/656",[400,4.249]],["name/657",[182,65.317]],["parent/657",[400,4.249]],["name/658",[183,65.317]],["parent/658",[400,4.249]],["name/659",[184,65.317]],["parent/659",[400,4.249]],["name/660",[170,59.127]],["parent/660",[400,4.249]],["name/661",[185,65.317]],["parent/661",[400,4.249]],["name/662",[173,59.127]],["parent/662",[400,4.249]],["name/663",[174,62.804]],["parent/663",[400,4.249]],["name/664",[175,62.804]],["parent/664",[400,4.249]],["name/665",[171,62.804]],["parent/665",[400,4.249]],["name/666",[404,73.79]],["parent/666",[400,4.249]],["name/667",[172,62.804]],["parent/667",[400,4.249]],["name/668",[186,65.317]],["parent/668",[400,4.249]],["name/669",[187,65.317]],["parent/669",[400,4.249]],["name/670",[176,62.804]],["parent/670",[400,4.249]],["name/671",[188,65.317]],["parent/671",[400,4.249]],["name/672",[164,54.331]],["parent/672",[399,6.356]],["name/673",[5,47.164]],["parent/673",[405,6.683]],["name/674",[190,62.804]],["parent/674",[405,6.683]],["name/675",[406,65.317]],["parent/675",[]],["name/676",[7,44.346]],["parent/676",[406,6.356]],["name/677",[5,47.164]],["parent/677",[407,2.827]],["name/678",[65,59.127]],["parent/678",[407,2.827]],["name/679",[69,59.127]],["parent/679",[407,2.827]],["name/680",[72,54.331]],["parent/680",[407,2.827]],["name/681",[1,51.818]],["parent/681",[407,2.827]],["name/682",[193,62.804]],["parent/682",[407,2.827]],["name/683",[194,62.804]],["parent/683",[407,2.827]],["name/684",[408,73.79]],["parent/684",[407,2.827]],["name/685",[196,62.804]],["parent/685",[407,2.827]],["name/686",[197,62.804]],["parent/686",[407,2.827]],["name/687",[198,60.797]],["parent/687",[407,2.827]],["name/688",[199,62.804]],["parent/688",[407,2.827]],["name/689",[200,62.804]],["parent/689",[407,2.827]],["name/690",[201,62.804]],["parent/690",[407,2.827]],["name/691",[202,62.804]],["parent/691",[407,2.827]],["name/692",[203,62.804]],["parent/692",[407,2.827]],["name/693",[204,62.804]],["parent/693",[407,2.827]],["name/694",[207,62.804]],["parent/694",[407,2.827]],["name/695",[205,62.804]],["parent/695",[407,2.827]],["name/696",[206,62.804]],["parent/696",[407,2.827]],["name/697",[208,62.804]],["parent/697",[407,2.827]],["name/698",[209,62.804]],["parent/698",[407,2.827]],["name/699",[210,62.804]],["parent/699",[407,2.827]],["name/700",[211,62.804]],["parent/700",[407,2.827]],["name/701",[212,62.804]],["parent/701",[407,2.827]],["name/702",[213,62.804]],["parent/702",[407,2.827]],["name/703",[214,62.804]],["parent/703",[407,2.827]],["name/704",[215,62.804]],["parent/704",[407,2.827]],["name/705",[216,62.804]],["parent/705",[407,2.827]],["name/706",[217,62.804]],["parent/706",[407,2.827]],["name/707",[218,62.804]],["parent/707",[407,2.827]],["name/708",[219,62.804]],["parent/708",[407,2.827]],["name/709",[220,62.804]],["parent/709",[407,2.827]],["name/710",[221,62.804]],["parent/710",[407,2.827]],["name/711",[222,62.804]],["parent/711",[407,2.827]],["name/712",[223,62.804]],["parent/712",[407,2.827]],["name/713",[224,62.804]],["parent/713",[407,2.827]],["name/714",[225,62.804]],["parent/714",[407,2.827]],["name/715",[226,62.804]],["parent/715",[407,2.827]],["name/716",[227,62.804]],["parent/716",[407,2.827]],["name/717",[228,62.804]],["parent/717",[407,2.827]],["name/718",[229,62.804]],["parent/718",[407,2.827]],["name/719",[230,62.804]],["parent/719",[407,2.827]],["name/720",[231,62.804]],["parent/720",[407,2.827]],["name/721",[232,62.804]],["parent/721",[407,2.827]],["name/722",[233,62.804]],["parent/722",[407,2.827]],["name/723",[234,62.804]],["parent/723",[407,2.827]],["name/724",[96,53.421]],["parent/724",[407,2.827]],["name/725",[235,62.804]],["parent/725",[407,2.827]],["name/726",[236,62.804]],["parent/726",[407,2.827]],["name/727",[237,62.804]],["parent/727",[407,2.827]],["name/728",[238,62.804]],["parent/728",[407,2.827]],["name/729",[239,62.804]],["parent/729",[407,2.827]],["name/730",[240,62.804]],["parent/730",[407,2.827]],["name/731",[241,62.804]],["parent/731",[407,2.827]],["name/732",[242,62.804]],["parent/732",[407,2.827]],["name/733",[243,62.804]],["parent/733",[407,2.827]],["name/734",[244,62.804]],["parent/734",[407,2.827]],["name/735",[245,62.804]],["parent/735",[407,2.827]],["name/736",[246,62.804]],["parent/736",[407,2.827]],["name/737",[247,62.804]],["parent/737",[407,2.827]],["name/738",[248,62.804]],["parent/738",[407,2.827]],["name/739",[249,62.804]],["parent/739",[407,2.827]],["name/740",[250,62.804]],["parent/740",[407,2.827]],["name/741",[251,62.804]],["parent/741",[407,2.827]],["name/742",[252,62.804]],["parent/742",[407,2.827]],["name/743",[253,62.804]],["parent/743",[407,2.827]],["name/744",[254,62.804]],["parent/744",[407,2.827]],["name/745",[255,62.804]],["parent/745",[407,2.827]],["name/746",[256,62.804]],["parent/746",[407,2.827]],["name/747",[257,62.804]],["parent/747",[407,2.827]],["name/748",[258,62.804]],["parent/748",[407,2.827]],["name/749",[259,62.804]],["parent/749",[407,2.827]],["name/750",[260,62.804]],["parent/750",[407,2.827]],["name/751",[261,62.804]],["parent/751",[407,2.827]],["name/752",[262,62.804]],["parent/752",[407,2.827]],["name/753",[263,62.804]],["parent/753",[407,2.827]],["name/754",[264,62.804]],["parent/754",[407,2.827]],["name/755",[265,62.804]],["parent/755",[407,2.827]],["name/756",[266,62.804]],["parent/756",[407,2.827]],["name/757",[267,62.804]],["parent/757",[407,2.827]],["name/758",[268,62.804]],["parent/758",[407,2.827]],["name/759",[269,62.804]],["parent/759",[407,2.827]],["name/760",[270,62.804]],["parent/760",[407,2.827]],["name/761",[271,62.804]],["parent/761",[407,2.827]],["name/762",[272,62.804]],["parent/762",[407,2.827]],["name/763",[273,62.804]],["parent/763",[407,2.827]],["name/764",[274,62.804]],["parent/764",[407,2.827]],["name/765",[275,62.804]],["parent/765",[407,2.827]],["name/766",[276,62.804]],["parent/766",[407,2.827]],["name/767",[277,62.804]],["parent/767",[407,2.827]],["name/768",[278,62.804]],["parent/768",[407,2.827]],["name/769",[279,62.804]],["parent/769",[407,2.827]],["name/770",[280,62.804]],["parent/770",[407,2.827]],["name/771",[281,62.804]],["parent/771",[407,2.827]],["name/772",[282,62.804]],["parent/772",[407,2.827]],["name/773",[283,62.804]],["parent/773",[407,2.827]],["name/774",[284,62.804]],["parent/774",[407,2.827]],["name/775",[285,62.804]],["parent/775",[407,2.827]],["name/776",[286,62.804]],["parent/776",[407,2.827]],["name/777",[287,62.804]],["parent/777",[407,2.827]],["name/778",[288,62.804]],["parent/778",[407,2.827]],["name/779",[289,62.804]],["parent/779",[407,2.827]],["name/780",[290,62.804]],["parent/780",[407,2.827]],["name/781",[291,62.804]],["parent/781",[407,2.827]],["name/782",[292,62.804]],["parent/782",[407,2.827]],["name/783",[293,62.804]],["parent/783",[407,2.827]],["name/784",[294,62.804]],["parent/784",[407,2.827]],["name/785",[295,62.804]],["parent/785",[407,2.827]],["name/786",[296,62.804]],["parent/786",[407,2.827]],["name/787",[297,62.804]],["parent/787",[407,2.827]],["name/788",[298,62.804]],["parent/788",[407,2.827]],["name/789",[299,62.804]],["parent/789",[407,2.827]],["name/790",[300,62.804]],["parent/790",[407,2.827]],["name/791",[301,62.804]],["parent/791",[407,2.827]],["name/792",[302,62.804]],["parent/792",[407,2.827]],["name/793",[303,62.804]],["parent/793",[407,2.827]],["name/794",[304,62.804]],["parent/794",[407,2.827]],["name/795",[305,62.804]],["parent/795",[407,2.827]],["name/796",[306,62.804]],["parent/796",[407,2.827]],["name/797",[307,62.804]],["parent/797",[407,2.827]],["name/798",[308,62.804]],["parent/798",[407,2.827]],["name/799",[309,62.804]],["parent/799",[407,2.827]],["name/800",[310,62.804]],["parent/800",[407,2.827]],["name/801",[311,62.804]],["parent/801",[407,2.827]],["name/802",[312,62.804]],["parent/802",[407,2.827]],["name/803",[313,62.804]],["parent/803",[407,2.827]],["name/804",[314,62.804]],["parent/804",[407,2.827]],["name/805",[315,62.804]],["parent/805",[407,2.827]],["name/806",[316,62.804]],["parent/806",[407,2.827]],["name/807",[317,62.804]],["parent/807",[407,2.827]],["name/808",[90,52.587]],["parent/808",[]],["name/809",[7,44.346]],["parent/809",[90,5.117]],["name/810",[154,62.804]],["parent/810",[409,5.384]],["name/811",[153,65.317]],["parent/811",[409,5.384]],["name/812",[152,59.127]],["parent/812",[409,5.384]],["name/813",[89,53.421]],["parent/813",[409,5.384]],["name/814",[410,73.79]],["parent/814",[409,5.384]],["name/815",[155,60.797]],["parent/815",[409,5.384]],["name/816",[101,51.818]],["parent/816",[409,5.384]],["name/817",[395,68.682]],["parent/817",[409,5.384]],["name/818",[411,73.79]],["parent/818",[409,5.384]],["name/819",[412,65.317]],["parent/819",[]],["name/820",[7,44.346]],["parent/820",[412,6.356]],["name/821",[413,73.79]],["parent/821",[414,6.111]],["name/822",[3,27.772]],["parent/822",[415,7.181]],["name/823",[416,36.985]],["parent/823",[417,5.754]],["name/824",[418,46.275]],["parent/824",[417,5.754]],["name/825",[419,60.797]],["parent/825",[417,5.754]],["name/826",[420,68.682]],["parent/826",[417,5.754]],["name/827",[421,68.682]],["parent/827",[417,5.754]],["name/828",[422,68.682]],["parent/828",[417,5.754]],["name/829",[423,73.79]],["parent/829",[414,6.111]],["name/830",[3,27.772]],["parent/830",[424,7.181]],["name/831",[425,60.797]],["parent/831",[426,5.754]],["name/832",[427,60.797]],["parent/832",[426,5.754]],["name/833",[428,60.797]],["parent/833",[426,5.754]],["name/834",[429,51.103]],["parent/834",[426,5.754]],["name/835",[430,68.682]],["parent/835",[426,5.754]],["name/836",[431,68.682]],["parent/836",[426,5.754]],["name/837",[432,73.79]],["parent/837",[414,6.111]],["name/838",[433,68.682]],["parent/838",[434,5.042]],["name/839",[5,47.164]],["parent/839",[434,5.042]],["name/840",[162,44.001]],["parent/840",[434,5.042]],["name/841",[435,73.79]],["parent/841",[434,5.042]],["name/842",[416,36.985]],["parent/842",[434,5.042]],["name/843",[418,46.275]],["parent/843",[434,5.042]],["name/844",[419,60.797]],["parent/844",[434,5.042]],["name/845",[420,68.682]],["parent/845",[434,5.042]],["name/846",[421,68.682]],["parent/846",[434,5.042]],["name/847",[422,68.682]],["parent/847",[434,5.042]],["name/848",[436,73.79]],["parent/848",[434,5.042]],["name/849",[437,73.79]],["parent/849",[434,5.042]],["name/850",[438,73.79]],["parent/850",[434,5.042]],["name/851",[439,73.79]],["parent/851",[414,6.111]],["name/852",[433,68.682]],["parent/852",[440,4.973]],["name/853",[5,47.164]],["parent/853",[440,4.973]],["name/854",[441,73.79]],["parent/854",[440,4.973]],["name/855",[425,60.797]],["parent/855",[440,4.973]],["name/856",[427,60.797]],["parent/856",[440,4.973]],["name/857",[429,51.103]],["parent/857",[440,4.973]],["name/858",[430,68.682]],["parent/858",[440,4.973]],["name/859",[431,68.682]],["parent/859",[440,4.973]],["name/860",[68,60.797]],["parent/860",[440,4.973]],["name/861",[442,73.79]],["parent/861",[440,4.973]],["name/862",[428,60.797]],["parent/862",[440,4.973]],["name/863",[443,52.587]],["parent/863",[440,4.973]],["name/864",[444,73.79]],["parent/864",[440,4.973]],["name/865",[198,60.797]],["parent/865",[440,4.973]],["name/866",[164,54.331]],["parent/866",[]],["name/867",[164,54.331]],["parent/867",[164,5.287]],["name/868",[5,47.164]],["parent/868",[445,6.356]],["name/869",[160,68.682]],["parent/869",[445,6.356]],["name/870",[190,62.804]],["parent/870",[445,6.356]],["name/871",[446,68.682]],["parent/871",[]],["name/872",[7,44.346]],["parent/872",[446,6.683]],["name/873",[45,40.832]],["parent/873",[447,6.111]],["name/874",[52,51.103]],["parent/874",[448,4.129]],["name/875",[74,57.696]],["parent/875",[448,4.129]],["name/876",[75,54.331]],["parent/876",[448,4.129]],["name/877",[76,57.696]],["parent/877",[448,4.129]],["name/878",[77,54.331]],["parent/878",[448,4.129]],["name/879",[78,53.421]],["parent/879",[448,4.129]],["name/880",[79,57.696]],["parent/880",[448,4.129]],["name/881",[80,52.587]],["parent/881",[448,4.129]],["name/882",[81,60.797]],["parent/882",[448,4.129]],["name/883",[82,57.696]],["parent/883",[448,4.129]],["name/884",[83,57.696]],["parent/884",[448,4.129]],["name/885",[84,54.331]],["parent/885",[448,4.129]],["name/886",[85,60.797]],["parent/886",[448,4.129]],["name/887",[86,57.696]],["parent/887",[448,4.129]],["name/888",[87,54.331]],["parent/888",[448,4.129]],["name/889",[88,57.696]],["parent/889",[448,4.129]],["name/890",[89,53.421]],["parent/890",[448,4.129]],["name/891",[90,52.587]],["parent/891",[448,4.129]],["name/892",[91,49.811]],["parent/892",[448,4.129]],["name/893",[92,59.127]],["parent/893",[448,4.129]],["name/894",[93,57.696]],["parent/894",[448,4.129]],["name/895",[94,60.797]],["parent/895",[448,4.129]],["name/896",[351,56.444]],["parent/896",[448,4.129]],["name/897",[95,57.696]],["parent/897",[448,4.129]],["name/898",[96,53.421]],["parent/898",[448,4.129]],["name/899",[97,57.696]],["parent/899",[448,4.129]],["name/900",[98,60.797]],["parent/900",[448,4.129]],["name/901",[99,54.331]],["parent/901",[448,4.129]],["name/902",[100,51.818]],["parent/902",[448,4.129]],["name/903",[101,51.818]],["parent/903",[448,4.129]],["name/904",[102,60.797]],["parent/904",[448,4.129]],["name/905",[103,56.444]],["parent/905",[448,4.129]],["name/906",[104,56.444]],["parent/906",[448,4.129]],["name/907",[105,54.331]],["parent/907",[448,4.129]],["name/908",[106,65.317]],["parent/908",[447,6.111]],["name/909",[109,65.317]],["parent/909",[449,4.075]],["name/910",[107,65.317]],["parent/910",[449,4.075]],["name/911",[52,51.103]],["parent/911",[449,4.075]],["name/912",[74,57.696]],["parent/912",[449,4.075]],["name/913",[75,54.331]],["parent/913",[449,4.075]],["name/914",[76,57.696]],["parent/914",[449,4.075]],["name/915",[77,54.331]],["parent/915",[449,4.075]],["name/916",[78,53.421]],["parent/916",[449,4.075]],["name/917",[79,57.696]],["parent/917",[449,4.075]],["name/918",[80,52.587]],["parent/918",[449,4.075]],["name/919",[110,68.682]],["parent/919",[449,4.075]],["name/920",[82,57.696]],["parent/920",[449,4.075]],["name/921",[83,57.696]],["parent/921",[449,4.075]],["name/922",[84,54.331]],["parent/922",[449,4.075]],["name/923",[111,68.682]],["parent/923",[449,4.075]],["name/924",[86,57.696]],["parent/924",[449,4.075]],["name/925",[87,54.331]],["parent/925",[449,4.075]],["name/926",[88,57.696]],["parent/926",[449,4.075]],["name/927",[89,53.421]],["parent/927",[449,4.075]],["name/928",[90,52.587]],["parent/928",[449,4.075]],["name/929",[91,49.811]],["parent/929",[449,4.075]],["name/930",[92,59.127]],["parent/930",[449,4.075]],["name/931",[93,57.696]],["parent/931",[449,4.075]],["name/932",[113,68.682]],["parent/932",[449,4.075]],["name/933",[351,56.444]],["parent/933",[449,4.075]],["name/934",[95,57.696]],["parent/934",[449,4.075]],["name/935",[96,53.421]],["parent/935",[449,4.075]],["name/936",[97,57.696]],["parent/936",[449,4.075]],["name/937",[114,68.682]],["parent/937",[449,4.075]],["name/938",[99,54.331]],["parent/938",[449,4.075]],["name/939",[100,51.818]],["parent/939",[449,4.075]],["name/940",[101,51.818]],["parent/940",[449,4.075]],["name/941",[115,68.682]],["parent/941",[449,4.075]],["name/942",[103,56.444]],["parent/942",[449,4.075]],["name/943",[104,56.444]],["parent/943",[449,4.075]],["name/944",[105,54.331]],["parent/944",[449,4.075]],["name/945",[55,65.317]],["parent/945",[447,6.111]],["name/946",[57,62.804]],["parent/946",[450,5.614]],["name/947",[59,62.804]],["parent/947",[450,5.614]],["name/948",[60,62.804]],["parent/948",[450,5.614]],["name/949",[61,59.127]],["parent/949",[450,5.614]],["name/950",[62,62.804]],["parent/950",[450,5.614]],["name/951",[1,51.818]],["parent/951",[450,5.614]],["name/952",[64,59.127]],["parent/952",[450,5.614]],["name/953",[65,59.127]],["parent/953",[447,6.111]],["name/954",[9,62.804]],["parent/954",[451,4.847]],["name/955",[67,68.682]],["parent/955",[451,4.847]],["name/956",[8,65.317]],["parent/956",[451,4.847]],["name/957",[5,47.164]],["parent/957",[451,4.847]],["name/958",[68,60.797]],["parent/958",[451,4.847]],["name/959",[69,59.127]],["parent/959",[451,4.847]],["name/960",[70,65.317]],["parent/960",[451,4.847]],["name/961",[71,65.317]],["parent/961",[451,4.847]],["name/962",[72,54.331]],["parent/962",[451,4.847]],["name/963",[57,62.804]],["parent/963",[451,4.847]],["name/964",[59,62.804]],["parent/964",[451,4.847]],["name/965",[60,62.804]],["parent/965",[451,4.847]],["name/966",[61,59.127]],["parent/966",[451,4.847]],["name/967",[62,62.804]],["parent/967",[451,4.847]],["name/968",[1,51.818]],["parent/968",[451,4.847]],["name/969",[64,59.127]],["parent/969",[451,4.847]],["name/970",[452,68.682]],["parent/970",[]],["name/971",[453,68.682]],["parent/971",[]],["name/972",[454,68.682]],["parent/972",[]],["name/973",[455,68.682]],["parent/973",[]],["name/974",[456,68.682]],["parent/974",[]],["name/975",[457,68.682]],["parent/975",[]],["name/976",[458,68.682]],["parent/976",[]],["name/977",[459,68.682]],["parent/977",[]],["name/978",[460,68.682]],["parent/978",[]],["name/979",[461,68.682]],["parent/979",[]],["name/980",[462,68.682]],["parent/980",[]],["name/981",[463,68.682]],["parent/981",[]],["name/982",[464,68.682]],["parent/982",[]],["name/983",[465,68.682]],["parent/983",[]],["name/984",[466,68.682]],["parent/984",[]],["name/985",[467,68.682]],["parent/985",[]],["name/986",[468,68.682]],["parent/986",[]],["name/987",[469,68.682]],["parent/987",[]],["name/988",[470,68.682]],["parent/988",[]],["name/989",[471,68.682]],["parent/989",[]],["name/990",[472,68.682]],["parent/990",[]],["name/991",[473,68.682]],["parent/991",[]],["name/992",[474,68.682]],["parent/992",[]],["name/993",[475,68.682]],["parent/993",[]],["name/994",[476,68.682]],["parent/994",[]],["name/995",[477,68.682]],["parent/995",[]],["name/996",[478,68.682]],["parent/996",[]],["name/997",[479,68.682]],["parent/997",[]],["name/998",[480,68.682]],["parent/998",[]],["name/999",[481,68.682]],["parent/999",[]],["name/1000",[482,68.682]],["parent/1000",[]],["name/1001",[483,68.682]],["parent/1001",[]],["name/1002",[484,68.682]],["parent/1002",[]],["name/1003",[485,68.682]],["parent/1003",[]],["name/1004",[486,68.682]],["parent/1004",[]],["name/1005",[487,68.682]],["parent/1005",[]],["name/1006",[7,44.346]],["parent/1006",[487,6.683]],["name/1007",[89,53.421]],["parent/1007",[488,5.614]],["name/1008",[152,59.127]],["parent/1008",[488,5.614]],["name/1009",[153,65.317]],["parent/1009",[488,5.614]],["name/1010",[154,62.804]],["parent/1010",[488,5.614]],["name/1011",[91,49.811]],["parent/1011",[488,5.614]],["name/1012",[489,73.79]],["parent/1012",[488,5.614]],["name/1013",[155,60.797]],["parent/1013",[488,5.614]],["name/1014",[490,65.317]],["parent/1014",[]],["name/1015",[7,44.346]],["parent/1015",[490,6.356]],["name/1016",[5,47.164]],["parent/1016",[491,4.315]],["name/1017",[162,44.001]],["parent/1017",[491,4.315]],["name/1018",[63,62.804]],["parent/1018",[491,4.315]],["name/1019",[179,60.797]],["parent/1019",[491,4.315]],["name/1020",[164,54.331]],["parent/1020",[491,4.315]],["name/1021",[163,60.797]],["parent/1021",[491,4.315]],["name/1022",[3,27.772]],["parent/1022",[491,4.315]],["name/1023",[72,54.331]],["parent/1023",[491,4.315]],["name/1024",[180,65.317]],["parent/1024",[491,4.315]],["name/1025",[166,62.804]],["parent/1025",[491,4.315]],["name/1026",[167,62.804]],["parent/1026",[491,4.315]],["name/1027",[168,62.804]],["parent/1027",[491,4.315]],["name/1028",[165,62.804]],["parent/1028",[491,4.315]],["name/1029",[181,65.317]],["parent/1029",[491,4.315]],["name/1030",[182,65.317]],["parent/1030",[491,4.315]],["name/1031",[183,65.317]],["parent/1031",[491,4.315]],["name/1032",[184,65.317]],["parent/1032",[491,4.315]],["name/1033",[170,59.127]],["parent/1033",[491,4.315]],["name/1034",[185,65.317]],["parent/1034",[491,4.315]],["name/1035",[173,59.127]],["parent/1035",[491,4.315]],["name/1036",[174,62.804]],["parent/1036",[491,4.315]],["name/1037",[175,62.804]],["parent/1037",[491,4.315]],["name/1038",[172,62.804]],["parent/1038",[491,4.315]],["name/1039",[171,62.804]],["parent/1039",[491,4.315]],["name/1040",[186,65.317]],["parent/1040",[491,4.315]],["name/1041",[187,65.317]],["parent/1041",[491,4.315]],["name/1042",[176,62.804]],["parent/1042",[491,4.315]],["name/1043",[188,65.317]],["parent/1043",[491,4.315]],["name/1044",[164,54.331]],["parent/1044",[490,6.356]],["name/1045",[5,47.164]],["parent/1045",[492,6.683]],["name/1046",[190,62.804]],["parent/1046",[492,6.683]],["name/1047",[493,60.797]],["parent/1047",[]],["name/1048",[7,44.346]],["parent/1048",[493,5.916]],["name/1049",[5,47.164]],["parent/1049",[494,2.835]],["name/1050",[65,59.127]],["parent/1050",[494,2.835]],["name/1051",[69,59.127]],["parent/1051",[494,2.835]],["name/1052",[1,51.818]],["parent/1052",[494,2.835]],["name/1053",[193,62.804]],["parent/1053",[494,2.835]],["name/1054",[194,62.804]],["parent/1054",[494,2.835]],["name/1055",[195,68.682]],["parent/1055",[494,2.835]],["name/1056",[196,62.804]],["parent/1056",[494,2.835]],["name/1057",[197,62.804]],["parent/1057",[494,2.835]],["name/1058",[198,60.797]],["parent/1058",[494,2.835]],["name/1059",[199,62.804]],["parent/1059",[494,2.835]],["name/1060",[200,62.804]],["parent/1060",[494,2.835]],["name/1061",[201,62.804]],["parent/1061",[494,2.835]],["name/1062",[202,62.804]],["parent/1062",[494,2.835]],["name/1063",[203,62.804]],["parent/1063",[494,2.835]],["name/1064",[204,62.804]],["parent/1064",[494,2.835]],["name/1065",[205,62.804]],["parent/1065",[494,2.835]],["name/1066",[206,62.804]],["parent/1066",[494,2.835]],["name/1067",[207,62.804]],["parent/1067",[494,2.835]],["name/1068",[208,62.804]],["parent/1068",[494,2.835]],["name/1069",[209,62.804]],["parent/1069",[494,2.835]],["name/1070",[210,62.804]],["parent/1070",[494,2.835]],["name/1071",[211,62.804]],["parent/1071",[494,2.835]],["name/1072",[212,62.804]],["parent/1072",[494,2.835]],["name/1073",[213,62.804]],["parent/1073",[494,2.835]],["name/1074",[214,62.804]],["parent/1074",[494,2.835]],["name/1075",[215,62.804]],["parent/1075",[494,2.835]],["name/1076",[216,62.804]],["parent/1076",[494,2.835]],["name/1077",[217,62.804]],["parent/1077",[494,2.835]],["name/1078",[218,62.804]],["parent/1078",[494,2.835]],["name/1079",[219,62.804]],["parent/1079",[494,2.835]],["name/1080",[220,62.804]],["parent/1080",[494,2.835]],["name/1081",[221,62.804]],["parent/1081",[494,2.835]],["name/1082",[222,62.804]],["parent/1082",[494,2.835]],["name/1083",[223,62.804]],["parent/1083",[494,2.835]],["name/1084",[224,62.804]],["parent/1084",[494,2.835]],["name/1085",[225,62.804]],["parent/1085",[494,2.835]],["name/1086",[226,62.804]],["parent/1086",[494,2.835]],["name/1087",[227,62.804]],["parent/1087",[494,2.835]],["name/1088",[228,62.804]],["parent/1088",[494,2.835]],["name/1089",[229,62.804]],["parent/1089",[494,2.835]],["name/1090",[230,62.804]],["parent/1090",[494,2.835]],["name/1091",[231,62.804]],["parent/1091",[494,2.835]],["name/1092",[232,62.804]],["parent/1092",[494,2.835]],["name/1093",[233,62.804]],["parent/1093",[494,2.835]],["name/1094",[234,62.804]],["parent/1094",[494,2.835]],["name/1095",[96,53.421]],["parent/1095",[494,2.835]],["name/1096",[235,62.804]],["parent/1096",[494,2.835]],["name/1097",[236,62.804]],["parent/1097",[494,2.835]],["name/1098",[237,62.804]],["parent/1098",[494,2.835]],["name/1099",[238,62.804]],["parent/1099",[494,2.835]],["name/1100",[239,62.804]],["parent/1100",[494,2.835]],["name/1101",[240,62.804]],["parent/1101",[494,2.835]],["name/1102",[241,62.804]],["parent/1102",[494,2.835]],["name/1103",[242,62.804]],["parent/1103",[494,2.835]],["name/1104",[243,62.804]],["parent/1104",[494,2.835]],["name/1105",[244,62.804]],["parent/1105",[494,2.835]],["name/1106",[245,62.804]],["parent/1106",[494,2.835]],["name/1107",[246,62.804]],["parent/1107",[494,2.835]],["name/1108",[247,62.804]],["parent/1108",[494,2.835]],["name/1109",[248,62.804]],["parent/1109",[494,2.835]],["name/1110",[249,62.804]],["parent/1110",[494,2.835]],["name/1111",[250,62.804]],["parent/1111",[494,2.835]],["name/1112",[251,62.804]],["parent/1112",[494,2.835]],["name/1113",[252,62.804]],["parent/1113",[494,2.835]],["name/1114",[253,62.804]],["parent/1114",[494,2.835]],["name/1115",[254,62.804]],["parent/1115",[494,2.835]],["name/1116",[255,62.804]],["parent/1116",[494,2.835]],["name/1117",[256,62.804]],["parent/1117",[494,2.835]],["name/1118",[257,62.804]],["parent/1118",[494,2.835]],["name/1119",[258,62.804]],["parent/1119",[494,2.835]],["name/1120",[259,62.804]],["parent/1120",[494,2.835]],["name/1121",[260,62.804]],["parent/1121",[494,2.835]],["name/1122",[261,62.804]],["parent/1122",[494,2.835]],["name/1123",[262,62.804]],["parent/1123",[494,2.835]],["name/1124",[263,62.804]],["parent/1124",[494,2.835]],["name/1125",[264,62.804]],["parent/1125",[494,2.835]],["name/1126",[265,62.804]],["parent/1126",[494,2.835]],["name/1127",[266,62.804]],["parent/1127",[494,2.835]],["name/1128",[267,62.804]],["parent/1128",[494,2.835]],["name/1129",[268,62.804]],["parent/1129",[494,2.835]],["name/1130",[269,62.804]],["parent/1130",[494,2.835]],["name/1131",[270,62.804]],["parent/1131",[494,2.835]],["name/1132",[271,62.804]],["parent/1132",[494,2.835]],["name/1133",[272,62.804]],["parent/1133",[494,2.835]],["name/1134",[273,62.804]],["parent/1134",[494,2.835]],["name/1135",[274,62.804]],["parent/1135",[494,2.835]],["name/1136",[275,62.804]],["parent/1136",[494,2.835]],["name/1137",[276,62.804]],["parent/1137",[494,2.835]],["name/1138",[277,62.804]],["parent/1138",[494,2.835]],["name/1139",[278,62.804]],["parent/1139",[494,2.835]],["name/1140",[279,62.804]],["parent/1140",[494,2.835]],["name/1141",[280,62.804]],["parent/1141",[494,2.835]],["name/1142",[281,62.804]],["parent/1142",[494,2.835]],["name/1143",[282,62.804]],["parent/1143",[494,2.835]],["name/1144",[283,62.804]],["parent/1144",[494,2.835]],["name/1145",[284,62.804]],["parent/1145",[494,2.835]],["name/1146",[285,62.804]],["parent/1146",[494,2.835]],["name/1147",[286,62.804]],["parent/1147",[494,2.835]],["name/1148",[287,62.804]],["parent/1148",[494,2.835]],["name/1149",[288,62.804]],["parent/1149",[494,2.835]],["name/1150",[289,62.804]],["parent/1150",[494,2.835]],["name/1151",[290,62.804]],["parent/1151",[494,2.835]],["name/1152",[291,62.804]],["parent/1152",[494,2.835]],["name/1153",[292,62.804]],["parent/1153",[494,2.835]],["name/1154",[293,62.804]],["parent/1154",[494,2.835]],["name/1155",[294,62.804]],["parent/1155",[494,2.835]],["name/1156",[295,62.804]],["parent/1156",[494,2.835]],["name/1157",[296,62.804]],["parent/1157",[494,2.835]],["name/1158",[297,62.804]],["parent/1158",[494,2.835]],["name/1159",[298,62.804]],["parent/1159",[494,2.835]],["name/1160",[299,62.804]],["parent/1160",[494,2.835]],["name/1161",[300,62.804]],["parent/1161",[494,2.835]],["name/1162",[301,62.804]],["parent/1162",[494,2.835]],["name/1163",[302,62.804]],["parent/1163",[494,2.835]],["name/1164",[303,62.804]],["parent/1164",[494,2.835]],["name/1165",[304,62.804]],["parent/1165",[494,2.835]],["name/1166",[305,62.804]],["parent/1166",[494,2.835]],["name/1167",[306,62.804]],["parent/1167",[494,2.835]],["name/1168",[307,62.804]],["parent/1168",[494,2.835]],["name/1169",[308,62.804]],["parent/1169",[494,2.835]],["name/1170",[309,62.804]],["parent/1170",[494,2.835]],["name/1171",[310,62.804]],["parent/1171",[494,2.835]],["name/1172",[311,62.804]],["parent/1172",[494,2.835]],["name/1173",[312,62.804]],["parent/1173",[494,2.835]],["name/1174",[313,62.804]],["parent/1174",[494,2.835]],["name/1175",[314,62.804]],["parent/1175",[494,2.835]],["name/1176",[315,62.804]],["parent/1176",[494,2.835]],["name/1177",[316,62.804]],["parent/1177",[494,2.835]],["name/1178",[317,62.804]],["parent/1178",[494,2.835]],["name/1179",[495,65.317]],["parent/1179",[]],["name/1180",[72,54.331]],["parent/1180",[495,6.356]],["name/1181",[3,27.772]],["parent/1181",[496,7.181]],["name/1182",[497,62.804]],["parent/1182",[498,5.916]],["name/1183",[499,73.79]],["parent/1183",[498,5.916]],["name/1184",[500,73.79]],["parent/1184",[498,5.916]],["name/1185",[3,27.772]],["parent/1185",[498,5.916]],["name/1186",[501,55.332]],["parent/1186",[502,6.683]],["name/1187",[503,73.79]],["parent/1187",[502,6.683]],["name/1188",[504,73.79]],["parent/1188",[498,5.916]],["name/1189",[7,44.346]],["parent/1189",[495,6.356]],["name/1190",[505,65.317]],["parent/1190",[]],["name/1191",[7,44.346]],["parent/1191",[505,6.356]],["name/1192",[3,27.772]],["parent/1192",[506,7.181]],["name/1193",[507,73.79]],["parent/1193",[508,6.111]],["name/1194",[101,51.818]],["parent/1194",[508,6.111]],["name/1195",[509,73.79]],["parent/1195",[508,6.111]],["name/1196",[163,60.797]],["parent/1196",[508,6.111]],["name/1197",[45,40.832]],["parent/1197",[11,6.683]],["name/1198",[80,52.587]],["parent/1198",[510,4.075]],["name/1199",[3,27.772]],["parent/1199",[511,7.181]],["name/1200",[512,65.317]],["parent/1200",[513,6.111]],["name/1201",[514,65.317]],["parent/1201",[513,6.111]],["name/1202",[162,44.001]],["parent/1202",[513,6.111]],["name/1203",[515,65.317]],["parent/1203",[513,6.111]],["name/1204",[99,54.331]],["parent/1204",[510,4.075]],["name/1205",[3,27.772]],["parent/1205",[516,7.181]],["name/1206",[517,65.317]],["parent/1206",[518,5.916]],["name/1207",[519,55.332]],["parent/1207",[518,5.916]],["name/1208",[520,59.127]],["parent/1208",[518,5.916]],["name/1209",[350,52.587]],["parent/1209",[518,5.916]],["name/1210",[521,59.127]],["parent/1210",[518,5.916]],["name/1211",[52,51.103]],["parent/1211",[510,4.075]],["name/1212",[3,27.772]],["parent/1212",[522,7.181]],["name/1213",[416,36.985]],["parent/1213",[523,4.636]],["name/1214",[501,55.332]],["parent/1214",[523,4.636]],["name/1215",[524,59.127]],["parent/1215",[523,4.636]],["name/1216",[525,65.317]],["parent/1216",[523,4.636]],["name/1217",[526,65.317]],["parent/1217",[523,4.636]],["name/1218",[429,51.103]],["parent/1218",[523,4.636]],["name/1219",[527,65.317]],["parent/1219",[523,4.636]],["name/1220",[528,65.317]],["parent/1220",[523,4.636]],["name/1221",[529,59.127]],["parent/1221",[523,4.636]],["name/1222",[350,52.587]],["parent/1222",[523,4.636]],["name/1223",[162,44.001]],["parent/1223",[523,4.636]],["name/1224",[530,65.317]],["parent/1224",[523,4.636]],["name/1225",[531,65.317]],["parent/1225",[523,4.636]],["name/1226",[532,65.317]],["parent/1226",[523,4.636]],["name/1227",[533,65.317]],["parent/1227",[523,4.636]],["name/1228",[534,54.331]],["parent/1228",[523,4.636]],["name/1229",[535,65.317]],["parent/1229",[523,4.636]],["name/1230",[521,59.127]],["parent/1230",[523,4.636]],["name/1231",[536,65.317]],["parent/1231",[523,4.636]],["name/1232",[99,54.331]],["parent/1232",[523,4.636]],["name/1233",[74,57.696]],["parent/1233",[510,4.075]],["name/1234",[3,27.772]],["parent/1234",[537,7.181]],["name/1235",[538,65.317]],["parent/1235",[539,6.111]],["name/1236",[540,59.127]],["parent/1236",[539,6.111]],["name/1237",[541,65.317]],["parent/1237",[539,6.111]],["name/1238",[542,59.127]],["parent/1238",[539,6.111]],["name/1239",[75,54.331]],["parent/1239",[510,4.075]],["name/1240",[3,27.772]],["parent/1240",[543,7.181]],["name/1241",[418,46.275]],["parent/1241",[544,6.356]],["name/1242",[419,60.797]],["parent/1242",[544,6.356]],["name/1243",[545,65.317]],["parent/1243",[544,6.356]],["name/1244",[76,57.696]],["parent/1244",[510,4.075]],["name/1245",[3,27.772]],["parent/1245",[546,7.181]],["name/1246",[416,36.985]],["parent/1246",[547,5.493]],["name/1247",[548,52.587]],["parent/1247",[547,5.493]],["name/1248",[162,44.001]],["parent/1248",[547,5.493]],["name/1249",[549,65.317]],["parent/1249",[547,5.493]],["name/1250",[550,65.317]],["parent/1250",[547,5.493]],["name/1251",[551,65.317]],["parent/1251",[547,5.493]],["name/1252",[348,59.127]],["parent/1252",[547,5.493]],["name/1253",[552,53.421]],["parent/1253",[547,5.493]],["name/1254",[77,54.331]],["parent/1254",[510,4.075]],["name/1255",[3,27.772]],["parent/1255",[553,7.181]],["name/1256",[162,44.001]],["parent/1256",[554,5.117]],["name/1257",[555,52.587]],["parent/1257",[554,5.117]],["name/1258",[552,53.421]],["parent/1258",[554,5.117]],["name/1259",[548,52.587]],["parent/1259",[554,5.117]],["name/1260",[556,65.317]],["parent/1260",[554,5.117]],["name/1261",[557,65.317]],["parent/1261",[554,5.117]],["name/1262",[558,65.317]],["parent/1262",[554,5.117]],["name/1263",[559,65.317]],["parent/1263",[554,5.117]],["name/1264",[560,65.317]],["parent/1264",[554,5.117]],["name/1265",[561,65.317]],["parent/1265",[554,5.117]],["name/1266",[562,62.804]],["parent/1266",[554,5.117]],["name/1267",[563,62.804]],["parent/1267",[554,5.117]],["name/1268",[89,53.421]],["parent/1268",[510,4.075]],["name/1269",[3,27.772]],["parent/1269",[564,7.181]],["name/1270",[416,36.985]],["parent/1270",[565,6.111]],["name/1271",[501,55.332]],["parent/1271",[565,6.111]],["name/1272",[162,44.001]],["parent/1272",[565,6.111]],["name/1273",[524,59.127]],["parent/1273",[565,6.111]],["name/1274",[84,54.331]],["parent/1274",[510,4.075]],["name/1275",[3,27.772]],["parent/1275",[566,7.181]],["name/1276",[567,65.317]],["parent/1276",[568,6.356]],["name/1277",[569,65.317]],["parent/1277",[568,6.356]],["name/1278",[570,53.421]],["parent/1278",[568,6.356]],["name/1279",[103,56.444]],["parent/1279",[510,4.075]],["name/1280",[3,27.772]],["parent/1280",[571,7.181]],["name/1281",[418,46.275]],["parent/1281",[572,6.356]],["name/1282",[162,44.001]],["parent/1282",[572,6.356]],["name/1283",[84,54.331]],["parent/1283",[572,6.356]],["name/1284",[92,59.127]],["parent/1284",[510,4.075]],["name/1285",[3,27.772]],["parent/1285",[573,7.181]],["name/1286",[555,52.587]],["parent/1286",[574,6.683]],["name/1287",[575,59.127]],["parent/1287",[574,6.683]],["name/1288",[91,49.811]],["parent/1288",[510,4.075]],["name/1289",[3,27.772]],["parent/1289",[576,7.181]],["name/1290",[416,36.985]],["parent/1290",[577,5.614]],["name/1291",[578,59.127]],["parent/1291",[577,5.614]],["name/1292",[579,65.317]],["parent/1292",[577,5.614]],["name/1293",[580,62.804]],["parent/1293",[577,5.614]],["name/1294",[575,59.127]],["parent/1294",[577,5.614]],["name/1295",[581,65.317]],["parent/1295",[577,5.614]],["name/1296",[582,65.317]],["parent/1296",[577,5.614]],["name/1297",[351,56.444]],["parent/1297",[510,4.075]],["name/1298",[3,27.772]],["parent/1298",[583,7.181]],["name/1299",[584,68.682]],["parent/1299",[585,6.111]],["name/1300",[586,68.682]],["parent/1300",[585,6.111]],["name/1301",[418,46.275]],["parent/1301",[585,6.111]],["name/1302",[570,53.421]],["parent/1302",[585,6.111]],["name/1303",[101,51.818]],["parent/1303",[510,4.075]],["name/1304",[3,27.772]],["parent/1304",[587,7.181]],["name/1305",[416,36.985]],["parent/1305",[588,4.249]],["name/1306",[589,56.444]],["parent/1306",[588,4.249]],["name/1307",[162,44.001]],["parent/1307",[588,4.249]],["name/1308",[52,51.103]],["parent/1308",[588,4.249]],["name/1309",[590,59.127]],["parent/1309",[588,4.249]],["name/1310",[591,65.317]],["parent/1310",[588,4.249]],["name/1311",[152,59.127]],["parent/1311",[588,4.249]],["name/1312",[592,65.317]],["parent/1312",[588,4.249]],["name/1313",[429,51.103]],["parent/1313",[588,4.249]],["name/1314",[534,54.331]],["parent/1314",[588,4.249]],["name/1315",[593,65.317]],["parent/1315",[588,4.249]],["name/1316",[594,65.317]],["parent/1316",[588,4.249]],["name/1317",[595,65.317]],["parent/1317",[588,4.249]],["name/1318",[596,65.317]],["parent/1318",[588,4.249]],["name/1319",[597,65.317]],["parent/1319",[588,4.249]],["name/1320",[598,65.317]],["parent/1320",[588,4.249]],["name/1321",[519,55.332]],["parent/1321",[588,4.249]],["name/1322",[599,57.696]],["parent/1322",[588,4.249]],["name/1323",[358,56.444]],["parent/1323",[588,4.249]],["name/1324",[600,59.127]],["parent/1324",[588,4.249]],["name/1325",[601,62.804]],["parent/1325",[588,4.249]],["name/1326",[602,62.804]],["parent/1326",[588,4.249]],["name/1327",[77,54.331]],["parent/1327",[588,4.249]],["name/1328",[91,49.811]],["parent/1328",[588,4.249]],["name/1329",[75,54.331]],["parent/1329",[588,4.249]],["name/1330",[520,59.127]],["parent/1330",[588,4.249]],["name/1331",[603,65.317]],["parent/1331",[588,4.249]],["name/1332",[604,68.682]],["parent/1332",[588,4.249]],["name/1333",[394,65.317]],["parent/1333",[588,4.249]],["name/1334",[605,65.317]],["parent/1334",[588,4.249]],["name/1335",[78,53.421]],["parent/1335",[510,4.075]],["name/1336",[3,27.772]],["parent/1336",[606,7.181]],["name/1337",[607,65.317]],["parent/1337",[608,6.683]],["name/1338",[609,65.317]],["parent/1338",[608,6.683]],["name/1339",[79,57.696]],["parent/1339",[510,4.075]],["name/1340",[3,27.772]],["parent/1340",[610,7.181]],["name/1341",[416,36.985]],["parent/1341",[611,6.111]],["name/1342",[570,53.421]],["parent/1342",[611,6.111]],["name/1343",[612,65.317]],["parent/1343",[611,6.111]],["name/1344",[613,65.317]],["parent/1344",[611,6.111]],["name/1345",[81,60.797]],["parent/1345",[510,4.075]],["name/1346",[3,27.772]],["parent/1346",[614,7.181]],["name/1347",[416,36.985]],["parent/1347",[615,6.111]],["name/1348",[418,46.275]],["parent/1348",[615,6.111]],["name/1349",[529,59.127]],["parent/1349",[615,6.111]],["name/1350",[616,65.317]],["parent/1350",[615,6.111]],["name/1351",[82,57.696]],["parent/1351",[510,4.075]],["name/1352",[3,27.772]],["parent/1352",[617,7.181]],["name/1353",[418,46.275]],["parent/1353",[618,6.356]],["name/1354",[619,65.317]],["parent/1354",[618,6.356]],["name/1355",[620,65.317]],["parent/1355",[618,6.356]],["name/1356",[83,57.696]],["parent/1356",[510,4.075]],["name/1357",[3,27.772]],["parent/1357",[621,7.181]],["name/1358",[416,36.985]],["parent/1358",[622,5.754]],["name/1359",[623,65.317]],["parent/1359",[622,5.754]],["name/1360",[78,53.421]],["parent/1360",[622,5.754]],["name/1361",[578,59.127]],["parent/1361",[622,5.754]],["name/1362",[624,65.317]],["parent/1362",[622,5.754]],["name/1363",[625,65.317]],["parent/1363",[622,5.754]],["name/1364",[626,62.804]],["parent/1364",[510,4.075]],["name/1365",[85,60.797]],["parent/1365",[510,4.075]],["name/1366",[3,27.772]],["parent/1366",[627,7.181]],["name/1367",[628,65.317]],["parent/1367",[629,5.916]],["name/1368",[630,65.317]],["parent/1368",[629,5.916]],["name/1369",[631,55.332]],["parent/1369",[629,5.916]],["name/1370",[632,65.317]],["parent/1370",[629,5.916]],["name/1371",[633,65.317]],["parent/1371",[629,5.916]],["name/1372",[105,54.331]],["parent/1372",[510,4.075]],["name/1373",[3,27.772]],["parent/1373",[634,7.181]],["name/1374",[635,65.317]],["parent/1374",[636,7.181]],["name/1375",[100,51.818]],["parent/1375",[510,4.075]],["name/1376",[3,27.772]],["parent/1376",[637,7.181]],["name/1377",[638,65.317]],["parent/1377",[639,6.356]],["name/1378",[640,65.317]],["parent/1378",[639,6.356]],["name/1379",[641,65.317]],["parent/1379",[639,6.356]],["name/1380",[86,57.696]],["parent/1380",[510,4.075]],["name/1381",[3,27.772]],["parent/1381",[642,7.181]],["name/1382",[589,56.444]],["parent/1382",[643,5.117]],["name/1383",[555,52.587]],["parent/1383",[643,5.117]],["name/1384",[552,53.421]],["parent/1384",[643,5.117]],["name/1385",[644,65.317]],["parent/1385",[643,5.117]],["name/1386",[645,54.331]],["parent/1386",[643,5.117]],["name/1387",[646,65.317]],["parent/1387",[643,5.117]],["name/1388",[105,54.331]],["parent/1388",[643,5.117]],["name/1389",[100,51.818]],["parent/1389",[643,5.117]],["name/1390",[647,65.317]],["parent/1390",[643,5.117]],["name/1391",[648,65.317]],["parent/1391",[643,5.117]],["name/1392",[649,65.317]],["parent/1392",[643,5.117]],["name/1393",[542,59.127]],["parent/1393",[643,5.117]],["name/1394",[87,54.331]],["parent/1394",[510,4.075]],["name/1395",[3,27.772]],["parent/1395",[650,7.181]],["name/1396",[416,36.985]],["parent/1396",[651,6.683]],["name/1397",[555,52.587]],["parent/1397",[651,6.683]],["name/1398",[88,57.696]],["parent/1398",[510,4.075]],["name/1399",[3,27.772]],["parent/1399",[652,7.181]],["name/1400",[47,62.804]],["parent/1400",[653,6.111]],["name/1401",[3,27.772]],["parent/1401",[653,6.111]],["name/1402",[654,59.127]],["parent/1402",[655,5.754]],["name/1403",[645,54.331]],["parent/1403",[655,5.754]],["name/1404",[631,55.332]],["parent/1404",[655,5.754]],["name/1405",[49,62.804]],["parent/1405",[653,6.111]],["name/1406",[3,27.772]],["parent/1406",[653,6.111]],["name/1407",[654,59.127]],["parent/1407",[655,5.754]],["name/1408",[645,54.331]],["parent/1408",[655,5.754]],["name/1409",[631,55.332]],["parent/1409",[655,5.754]],["name/1410",[90,52.587]],["parent/1410",[510,4.075]],["name/1411",[3,27.772]],["parent/1411",[656,7.181]],["name/1412",[52,51.103]],["parent/1412",[657,5.754]],["name/1413",[429,51.103]],["parent/1413",[657,5.754]],["name/1414",[416,36.985]],["parent/1414",[657,5.754]],["name/1415",[101,51.818]],["parent/1415",[657,5.754]],["name/1416",[80,52.587]],["parent/1416",[657,5.754]],["name/1417",[548,52.587]],["parent/1417",[657,5.754]],["name/1418",[658,60.797]],["parent/1418",[510,4.075]],["name/1419",[93,57.696]],["parent/1419",[510,4.075]],["name/1420",[3,27.772]],["parent/1420",[659,7.181]],["name/1421",[660,65.317]],["parent/1421",[661,5.916]],["name/1422",[662,65.317]],["parent/1422",[661,5.916]],["name/1423",[663,65.317]],["parent/1423",[661,5.916]],["name/1424",[664,65.317]],["parent/1424",[661,5.916]],["name/1425",[665,65.317]],["parent/1425",[661,5.916]],["name/1426",[94,60.797]],["parent/1426",[510,4.075]],["name/1427",[3,27.772]],["parent/1427",[666,7.181]],["name/1428",[416,36.985]],["parent/1428",[667,6.111]],["name/1429",[668,65.317]],["parent/1429",[667,6.111]],["name/1430",[669,65.317]],["parent/1430",[667,6.111]],["name/1431",[670,65.317]],["parent/1431",[667,6.111]],["name/1432",[95,57.696]],["parent/1432",[510,4.075]],["name/1433",[3,27.772]],["parent/1433",[671,7.181]],["name/1434",[416,36.985]],["parent/1434",[672,5.042]],["name/1435",[346,59.127]],["parent/1435",[672,5.042]],["name/1436",[673,65.317]],["parent/1436",[672,5.042]],["name/1437",[674,68.682]],["parent/1437",[672,5.042]],["name/1438",[340,60.797]],["parent/1438",[672,5.042]],["name/1439",[675,65.317]],["parent/1439",[672,5.042]],["name/1440",[676,65.317]],["parent/1440",[672,5.042]],["name/1441",[677,65.317]],["parent/1441",[672,5.042]],["name/1442",[678,65.317]],["parent/1442",[672,5.042]],["name/1443",[679,65.317]],["parent/1443",[672,5.042]],["name/1444",[680,65.317]],["parent/1444",[672,5.042]],["name/1445",[681,65.317]],["parent/1445",[672,5.042]],["name/1446",[682,68.682]],["parent/1446",[672,5.042]],["name/1447",[96,53.421]],["parent/1447",[510,4.075]],["name/1448",[3,27.772]],["parent/1448",[683,7.181]],["name/1449",[416,36.985]],["parent/1449",[684,5.916]],["name/1450",[685,65.317]],["parent/1450",[684,5.916]],["name/1451",[686,65.317]],["parent/1451",[684,5.916]],["name/1452",[687,65.317]],["parent/1452",[684,5.916]],["name/1453",[688,65.317]],["parent/1453",[684,5.916]],["name/1454",[97,57.696]],["parent/1454",[510,4.075]],["name/1455",[3,27.772]],["parent/1455",[689,7.181]],["name/1456",[570,53.421]],["parent/1456",[690,6.356]],["name/1457",[540,59.127]],["parent/1457",[690,6.356]],["name/1458",[691,65.317]],["parent/1458",[690,6.356]],["name/1459",[98,60.797]],["parent/1459",[510,4.075]],["name/1460",[3,27.772]],["parent/1460",[692,7.181]],["name/1461",[416,36.985]],["parent/1461",[693,6.111]],["name/1462",[694,59.127]],["parent/1462",[693,6.111]],["name/1463",[179,60.797]],["parent/1463",[693,6.111]],["name/1464",[600,59.127]],["parent/1464",[693,6.111]],["name/1465",[102,60.797]],["parent/1465",[510,4.075]],["name/1466",[3,27.772]],["parent/1466",[695,7.181]],["name/1467",[696,60.797]],["parent/1467",[697,5.493]],["name/1468",[590,59.127]],["parent/1468",[697,5.493]],["name/1469",[698,65.317]],["parent/1469",[697,5.493]],["name/1470",[519,55.332]],["parent/1470",[697,5.493]],["name/1471",[599,57.696]],["parent/1471",[697,5.493]],["name/1472",[358,56.444]],["parent/1472",[697,5.493]],["name/1473",[694,59.127]],["parent/1473",[697,5.493]],["name/1474",[699,65.317]],["parent/1474",[697,5.493]],["name/1475",[104,56.444]],["parent/1475",[510,4.075]],["name/1476",[3,27.772]],["parent/1476",[700,7.181]],["name/1477",[425,60.797]],["parent/1477",[701,6.111]],["name/1478",[427,60.797]],["parent/1478",[701,6.111]],["name/1479",[428,60.797]],["parent/1479",[701,6.111]],["name/1480",[429,51.103]],["parent/1480",[701,6.111]],["name/1481",[45,40.832]],["parent/1481",[12,6.683]],["name/1482",[45,40.832]],["parent/1482",[13,6.683]],["name/1483",[45,40.832]],["parent/1483",[14,6.683]],["name/1484",[45,40.832]],["parent/1484",[15,6.683]],["name/1485",[45,40.832]],["parent/1485",[16,6.683]],["name/1486",[45,40.832]],["parent/1486",[17,6.683]],["name/1487",[45,40.832]],["parent/1487",[18,6.683]],["name/1488",[45,40.832]],["parent/1488",[19,6.683]],["name/1489",[45,40.832]],["parent/1489",[20,6.683]],["name/1490",[45,40.832]],["parent/1490",[21,6.683]],["name/1491",[45,40.832]],["parent/1491",[22,6.683]],["name/1492",[45,40.832]],["parent/1492",[23,6.683]],["name/1493",[45,40.832]],["parent/1493",[24,6.683]],["name/1494",[45,40.832]],["parent/1494",[25,6.683]],["name/1495",[45,40.832]],["parent/1495",[26,6.683]],["name/1496",[45,40.832]],["parent/1496",[27,6.683]],["name/1497",[45,40.832]],["parent/1497",[28,6.683]],["name/1498",[45,40.832]],["parent/1498",[29,6.683]],["name/1499",[45,40.832]],["parent/1499",[30,6.683]],["name/1500",[45,40.832]],["parent/1500",[31,6.683]],["name/1501",[45,40.832]],["parent/1501",[32,6.683]],["name/1502",[45,40.832]],["parent/1502",[33,6.683]],["name/1503",[45,40.832]],["parent/1503",[34,6.683]],["name/1504",[45,40.832]],["parent/1504",[35,6.683]],["name/1505",[45,40.832]],["parent/1505",[36,6.683]],["name/1506",[45,40.832]],["parent/1506",[37,6.683]],["name/1507",[45,40.832]],["parent/1507",[38,6.683]],["name/1508",[45,40.832]],["parent/1508",[39,6.683]],["name/1509",[45,40.832]],["parent/1509",[40,6.683]],["name/1510",[45,40.832]],["parent/1510",[41,6.683]],["name/1511",[45,40.832]],["parent/1511",[42,6.683]],["name/1512",[45,40.832]],["parent/1512",[43,6.683]],["name/1513",[45,40.832]],["parent/1513",[44,6.683]],["name/1514",[7,44.346]],["parent/1514",[45,3.973]],["name/1515",[505,65.317]],["parent/1515",[53,4.79]],["name/1516",[412,65.317]],["parent/1516",[53,4.79]],["name/1517",[2,68.682]],["parent/1517",[53,4.79]],["name/1518",[6,65.317]],["parent/1518",[53,4.79]],["name/1519",[72,54.331]],["parent/1519",[53,4.79]],["name/1520",[335,68.682]],["parent/1520",[53,4.79]],["name/1521",[327,68.682]],["parent/1521",[53,4.79]],["name/1522",[319,68.682]],["parent/1522",[53,4.79]],["name/1523",[325,68.682]],["parent/1523",[53,4.79]],["name/1524",[658,60.797]],["parent/1524",[53,4.79]],["name/1525",[626,62.804]],["parent/1525",[53,4.79]],["name/1526",[191,65.317]],["parent/1526",[53,4.79]],["name/1527",[493,60.797]],["parent/1527",[53,4.79]],["name/1528",[406,65.317]],["parent/1528",[53,4.79]],["name/1529",[45,40.832]],["parent/1529",[53,4.79]],["name/1530",[7,44.346]],["parent/1530",[53,4.79]],["name/1531",[702,42.729]],["parent/1531",[116,6.683]],["name/1532",[80,52.587]],["parent/1532",[703,4.102]],["name/1533",[3,27.772]],["parent/1533",[704,7.181]],["name/1534",[512,65.317]],["parent/1534",[705,6.111]],["name/1535",[514,65.317]],["parent/1535",[705,6.111]],["name/1536",[162,44.001]],["parent/1536",[705,6.111]],["name/1537",[515,65.317]],["parent/1537",[705,6.111]],["name/1538",[99,54.331]],["parent/1538",[703,4.102]],["name/1539",[3,27.772]],["parent/1539",[706,7.181]],["name/1540",[517,65.317]],["parent/1540",[707,5.916]],["name/1541",[519,55.332]],["parent/1541",[707,5.916]],["name/1542",[520,59.127]],["parent/1542",[707,5.916]],["name/1543",[350,52.587]],["parent/1543",[707,5.916]],["name/1544",[521,59.127]],["parent/1544",[707,5.916]],["name/1545",[52,51.103]],["parent/1545",[703,4.102]],["name/1546",[3,27.772]],["parent/1546",[708,7.181]],["name/1547",[416,36.985]],["parent/1547",[709,4.636]],["name/1548",[501,55.332]],["parent/1548",[709,4.636]],["name/1549",[524,59.127]],["parent/1549",[709,4.636]],["name/1550",[525,65.317]],["parent/1550",[709,4.636]],["name/1551",[526,65.317]],["parent/1551",[709,4.636]],["name/1552",[429,51.103]],["parent/1552",[709,4.636]],["name/1553",[527,65.317]],["parent/1553",[709,4.636]],["name/1554",[528,65.317]],["parent/1554",[709,4.636]],["name/1555",[529,59.127]],["parent/1555",[709,4.636]],["name/1556",[350,52.587]],["parent/1556",[709,4.636]],["name/1557",[162,44.001]],["parent/1557",[709,4.636]],["name/1558",[530,65.317]],["parent/1558",[709,4.636]],["name/1559",[531,65.317]],["parent/1559",[709,4.636]],["name/1560",[532,65.317]],["parent/1560",[709,4.636]],["name/1561",[533,65.317]],["parent/1561",[709,4.636]],["name/1562",[534,54.331]],["parent/1562",[709,4.636]],["name/1563",[535,65.317]],["parent/1563",[709,4.636]],["name/1564",[521,59.127]],["parent/1564",[709,4.636]],["name/1565",[536,65.317]],["parent/1565",[709,4.636]],["name/1566",[99,54.331]],["parent/1566",[709,4.636]],["name/1567",[74,57.696]],["parent/1567",[703,4.102]],["name/1568",[3,27.772]],["parent/1568",[710,7.181]],["name/1569",[538,65.317]],["parent/1569",[711,6.111]],["name/1570",[540,59.127]],["parent/1570",[711,6.111]],["name/1571",[541,65.317]],["parent/1571",[711,6.111]],["name/1572",[542,59.127]],["parent/1572",[711,6.111]],["name/1573",[75,54.331]],["parent/1573",[703,4.102]],["name/1574",[3,27.772]],["parent/1574",[712,7.181]],["name/1575",[418,46.275]],["parent/1575",[713,6.356]],["name/1576",[419,60.797]],["parent/1576",[713,6.356]],["name/1577",[545,65.317]],["parent/1577",[713,6.356]],["name/1578",[76,57.696]],["parent/1578",[703,4.102]],["name/1579",[3,27.772]],["parent/1579",[714,7.181]],["name/1580",[416,36.985]],["parent/1580",[715,5.493]],["name/1581",[548,52.587]],["parent/1581",[715,5.493]],["name/1582",[162,44.001]],["parent/1582",[715,5.493]],["name/1583",[549,65.317]],["parent/1583",[715,5.493]],["name/1584",[550,65.317]],["parent/1584",[715,5.493]],["name/1585",[551,65.317]],["parent/1585",[715,5.493]],["name/1586",[348,59.127]],["parent/1586",[715,5.493]],["name/1587",[552,53.421]],["parent/1587",[715,5.493]],["name/1588",[77,54.331]],["parent/1588",[703,4.102]],["name/1589",[3,27.772]],["parent/1589",[716,7.181]],["name/1590",[162,44.001]],["parent/1590",[717,5.117]],["name/1591",[555,52.587]],["parent/1591",[717,5.117]],["name/1592",[552,53.421]],["parent/1592",[717,5.117]],["name/1593",[548,52.587]],["parent/1593",[717,5.117]],["name/1594",[556,65.317]],["parent/1594",[717,5.117]],["name/1595",[557,65.317]],["parent/1595",[717,5.117]],["name/1596",[558,65.317]],["parent/1596",[717,5.117]],["name/1597",[559,65.317]],["parent/1597",[717,5.117]],["name/1598",[560,65.317]],["parent/1598",[717,5.117]],["name/1599",[561,65.317]],["parent/1599",[717,5.117]],["name/1600",[562,62.804]],["parent/1600",[717,5.117]],["name/1601",[563,62.804]],["parent/1601",[717,5.117]],["name/1602",[89,53.421]],["parent/1602",[703,4.102]],["name/1603",[3,27.772]],["parent/1603",[718,7.181]],["name/1604",[416,36.985]],["parent/1604",[719,6.111]],["name/1605",[501,55.332]],["parent/1605",[719,6.111]],["name/1606",[162,44.001]],["parent/1606",[719,6.111]],["name/1607",[524,59.127]],["parent/1607",[719,6.111]],["name/1608",[84,54.331]],["parent/1608",[703,4.102]],["name/1609",[3,27.772]],["parent/1609",[720,7.181]],["name/1610",[567,65.317]],["parent/1610",[721,6.356]],["name/1611",[569,65.317]],["parent/1611",[721,6.356]],["name/1612",[570,53.421]],["parent/1612",[721,6.356]],["name/1613",[103,56.444]],["parent/1613",[703,4.102]],["name/1614",[3,27.772]],["parent/1614",[722,7.181]],["name/1615",[418,46.275]],["parent/1615",[723,6.356]],["name/1616",[162,44.001]],["parent/1616",[723,6.356]],["name/1617",[84,54.331]],["parent/1617",[723,6.356]],["name/1618",[92,59.127]],["parent/1618",[703,4.102]],["name/1619",[3,27.772]],["parent/1619",[724,7.181]],["name/1620",[555,52.587]],["parent/1620",[725,6.683]],["name/1621",[575,59.127]],["parent/1621",[725,6.683]],["name/1622",[91,49.811]],["parent/1622",[703,4.102]],["name/1623",[3,27.772]],["parent/1623",[726,7.181]],["name/1624",[416,36.985]],["parent/1624",[727,5.614]],["name/1625",[578,59.127]],["parent/1625",[727,5.614]],["name/1626",[579,65.317]],["parent/1626",[727,5.614]],["name/1627",[580,62.804]],["parent/1627",[727,5.614]],["name/1628",[575,59.127]],["parent/1628",[727,5.614]],["name/1629",[581,65.317]],["parent/1629",[727,5.614]],["name/1630",[582,65.317]],["parent/1630",[727,5.614]],["name/1631",[101,51.818]],["parent/1631",[703,4.102]],["name/1632",[3,27.772]],["parent/1632",[728,7.181]],["name/1633",[416,36.985]],["parent/1633",[729,4.249]],["name/1634",[589,56.444]],["parent/1634",[729,4.249]],["name/1635",[162,44.001]],["parent/1635",[729,4.249]],["name/1636",[52,51.103]],["parent/1636",[729,4.249]],["name/1637",[590,59.127]],["parent/1637",[729,4.249]],["name/1638",[591,65.317]],["parent/1638",[729,4.249]],["name/1639",[152,59.127]],["parent/1639",[729,4.249]],["name/1640",[592,65.317]],["parent/1640",[729,4.249]],["name/1641",[429,51.103]],["parent/1641",[729,4.249]],["name/1642",[534,54.331]],["parent/1642",[729,4.249]],["name/1643",[593,65.317]],["parent/1643",[729,4.249]],["name/1644",[594,65.317]],["parent/1644",[729,4.249]],["name/1645",[595,65.317]],["parent/1645",[729,4.249]],["name/1646",[596,65.317]],["parent/1646",[729,4.249]],["name/1647",[597,65.317]],["parent/1647",[729,4.249]],["name/1648",[598,65.317]],["parent/1648",[729,4.249]],["name/1649",[519,55.332]],["parent/1649",[729,4.249]],["name/1650",[599,57.696]],["parent/1650",[729,4.249]],["name/1651",[358,56.444]],["parent/1651",[729,4.249]],["name/1652",[600,59.127]],["parent/1652",[729,4.249]],["name/1653",[601,62.804]],["parent/1653",[729,4.249]],["name/1654",[602,62.804]],["parent/1654",[729,4.249]],["name/1655",[77,54.331]],["parent/1655",[729,4.249]],["name/1656",[91,49.811]],["parent/1656",[729,4.249]],["name/1657",[75,54.331]],["parent/1657",[729,4.249]],["name/1658",[520,59.127]],["parent/1658",[729,4.249]],["name/1659",[603,65.317]],["parent/1659",[729,4.249]],["name/1660",[605,65.317]],["parent/1660",[729,4.249]],["name/1661",[730,73.79]],["parent/1661",[729,4.249]],["name/1662",[394,65.317]],["parent/1662",[729,4.249]],["name/1663",[78,53.421]],["parent/1663",[703,4.102]],["name/1664",[3,27.772]],["parent/1664",[731,7.181]],["name/1665",[607,65.317]],["parent/1665",[732,6.683]],["name/1666",[609,65.317]],["parent/1666",[732,6.683]],["name/1667",[79,57.696]],["parent/1667",[703,4.102]],["name/1668",[3,27.772]],["parent/1668",[733,7.181]],["name/1669",[416,36.985]],["parent/1669",[734,6.111]],["name/1670",[570,53.421]],["parent/1670",[734,6.111]],["name/1671",[612,65.317]],["parent/1671",[734,6.111]],["name/1672",[613,65.317]],["parent/1672",[734,6.111]],["name/1673",[81,60.797]],["parent/1673",[703,4.102]],["name/1674",[3,27.772]],["parent/1674",[735,7.181]],["name/1675",[416,36.985]],["parent/1675",[736,6.111]],["name/1676",[418,46.275]],["parent/1676",[736,6.111]],["name/1677",[529,59.127]],["parent/1677",[736,6.111]],["name/1678",[616,65.317]],["parent/1678",[736,6.111]],["name/1679",[82,57.696]],["parent/1679",[703,4.102]],["name/1680",[3,27.772]],["parent/1680",[737,7.181]],["name/1681",[418,46.275]],["parent/1681",[738,6.356]],["name/1682",[619,65.317]],["parent/1682",[738,6.356]],["name/1683",[620,65.317]],["parent/1683",[738,6.356]],["name/1684",[83,57.696]],["parent/1684",[703,4.102]],["name/1685",[3,27.772]],["parent/1685",[739,7.181]],["name/1686",[416,36.985]],["parent/1686",[740,5.754]],["name/1687",[623,65.317]],["parent/1687",[740,5.754]],["name/1688",[78,53.421]],["parent/1688",[740,5.754]],["name/1689",[578,59.127]],["parent/1689",[740,5.754]],["name/1690",[624,65.317]],["parent/1690",[740,5.754]],["name/1691",[625,65.317]],["parent/1691",[740,5.754]],["name/1692",[626,62.804]],["parent/1692",[703,4.102]],["name/1693",[85,60.797]],["parent/1693",[703,4.102]],["name/1694",[3,27.772]],["parent/1694",[741,7.181]],["name/1695",[628,65.317]],["parent/1695",[742,5.916]],["name/1696",[630,65.317]],["parent/1696",[742,5.916]],["name/1697",[631,55.332]],["parent/1697",[742,5.916]],["name/1698",[632,65.317]],["parent/1698",[742,5.916]],["name/1699",[633,65.317]],["parent/1699",[742,5.916]],["name/1700",[105,54.331]],["parent/1700",[703,4.102]],["name/1701",[3,27.772]],["parent/1701",[743,7.181]],["name/1702",[635,65.317]],["parent/1702",[744,7.181]],["name/1703",[100,51.818]],["parent/1703",[703,4.102]],["name/1704",[3,27.772]],["parent/1704",[745,7.181]],["name/1705",[638,65.317]],["parent/1705",[746,6.356]],["name/1706",[640,65.317]],["parent/1706",[746,6.356]],["name/1707",[641,65.317]],["parent/1707",[746,6.356]],["name/1708",[86,57.696]],["parent/1708",[703,4.102]],["name/1709",[3,27.772]],["parent/1709",[747,7.181]],["name/1710",[589,56.444]],["parent/1710",[748,5.117]],["name/1711",[555,52.587]],["parent/1711",[748,5.117]],["name/1712",[552,53.421]],["parent/1712",[748,5.117]],["name/1713",[644,65.317]],["parent/1713",[748,5.117]],["name/1714",[645,54.331]],["parent/1714",[748,5.117]],["name/1715",[646,65.317]],["parent/1715",[748,5.117]],["name/1716",[105,54.331]],["parent/1716",[748,5.117]],["name/1717",[100,51.818]],["parent/1717",[748,5.117]],["name/1718",[647,65.317]],["parent/1718",[748,5.117]],["name/1719",[648,65.317]],["parent/1719",[748,5.117]],["name/1720",[649,65.317]],["parent/1720",[748,5.117]],["name/1721",[542,59.127]],["parent/1721",[748,5.117]],["name/1722",[87,54.331]],["parent/1722",[703,4.102]],["name/1723",[3,27.772]],["parent/1723",[749,7.181]],["name/1724",[416,36.985]],["parent/1724",[750,6.683]],["name/1725",[555,52.587]],["parent/1725",[750,6.683]],["name/1726",[88,57.696]],["parent/1726",[703,4.102]],["name/1727",[3,27.772]],["parent/1727",[751,7.181]],["name/1728",[47,62.804]],["parent/1728",[752,6.111]],["name/1729",[3,27.772]],["parent/1729",[752,6.111]],["name/1730",[654,59.127]],["parent/1730",[753,5.754]],["name/1731",[645,54.331]],["parent/1731",[753,5.754]],["name/1732",[631,55.332]],["parent/1732",[753,5.754]],["name/1733",[49,62.804]],["parent/1733",[752,6.111]],["name/1734",[3,27.772]],["parent/1734",[752,6.111]],["name/1735",[654,59.127]],["parent/1735",[753,5.754]],["name/1736",[645,54.331]],["parent/1736",[753,5.754]],["name/1737",[631,55.332]],["parent/1737",[753,5.754]],["name/1738",[90,52.587]],["parent/1738",[703,4.102]],["name/1739",[3,27.772]],["parent/1739",[754,7.181]],["name/1740",[52,51.103]],["parent/1740",[755,5.916]],["name/1741",[429,51.103]],["parent/1741",[755,5.916]],["name/1742",[416,36.985]],["parent/1742",[755,5.916]],["name/1743",[101,51.818]],["parent/1743",[755,5.916]],["name/1744",[548,52.587]],["parent/1744",[755,5.916]],["name/1745",[658,60.797]],["parent/1745",[703,4.102]],["name/1746",[93,57.696]],["parent/1746",[703,4.102]],["name/1747",[3,27.772]],["parent/1747",[756,7.181]],["name/1748",[660,65.317]],["parent/1748",[757,5.916]],["name/1749",[662,65.317]],["parent/1749",[757,5.916]],["name/1750",[663,65.317]],["parent/1750",[757,5.916]],["name/1751",[664,65.317]],["parent/1751",[757,5.916]],["name/1752",[665,65.317]],["parent/1752",[757,5.916]],["name/1753",[94,60.797]],["parent/1753",[703,4.102]],["name/1754",[3,27.772]],["parent/1754",[758,7.181]],["name/1755",[416,36.985]],["parent/1755",[759,6.111]],["name/1756",[668,65.317]],["parent/1756",[759,6.111]],["name/1757",[669,65.317]],["parent/1757",[759,6.111]],["name/1758",[670,65.317]],["parent/1758",[759,6.111]],["name/1759",[95,57.696]],["parent/1759",[703,4.102]],["name/1760",[3,27.772]],["parent/1760",[760,7.181]],["name/1761",[416,36.985]],["parent/1761",[761,4.973]],["name/1762",[346,59.127]],["parent/1762",[761,4.973]],["name/1763",[673,65.317]],["parent/1763",[761,4.973]],["name/1764",[674,68.682]],["parent/1764",[761,4.973]],["name/1765",[340,60.797]],["parent/1765",[761,4.973]],["name/1766",[675,65.317]],["parent/1766",[761,4.973]],["name/1767",[676,65.317]],["parent/1767",[761,4.973]],["name/1768",[677,65.317]],["parent/1768",[761,4.973]],["name/1769",[678,65.317]],["parent/1769",[761,4.973]],["name/1770",[679,65.317]],["parent/1770",[761,4.973]],["name/1771",[680,65.317]],["parent/1771",[761,4.973]],["name/1772",[681,65.317]],["parent/1772",[761,4.973]],["name/1773",[682,68.682]],["parent/1773",[761,4.973]],["name/1774",[350,52.587]],["parent/1774",[761,4.973]],["name/1775",[96,53.421]],["parent/1775",[703,4.102]],["name/1776",[3,27.772]],["parent/1776",[762,7.181]],["name/1777",[416,36.985]],["parent/1777",[763,5.916]],["name/1778",[685,65.317]],["parent/1778",[763,5.916]],["name/1779",[686,65.317]],["parent/1779",[763,5.916]],["name/1780",[687,65.317]],["parent/1780",[763,5.916]],["name/1781",[688,65.317]],["parent/1781",[763,5.916]],["name/1782",[97,57.696]],["parent/1782",[703,4.102]],["name/1783",[3,27.772]],["parent/1783",[764,7.181]],["name/1784",[570,53.421]],["parent/1784",[765,6.356]],["name/1785",[540,59.127]],["parent/1785",[765,6.356]],["name/1786",[691,65.317]],["parent/1786",[765,6.356]],["name/1787",[98,60.797]],["parent/1787",[703,4.102]],["name/1788",[3,27.772]],["parent/1788",[766,7.181]],["name/1789",[416,36.985]],["parent/1789",[767,6.111]],["name/1790",[694,59.127]],["parent/1790",[767,6.111]],["name/1791",[179,60.797]],["parent/1791",[767,6.111]],["name/1792",[600,59.127]],["parent/1792",[767,6.111]],["name/1793",[102,60.797]],["parent/1793",[703,4.102]],["name/1794",[3,27.772]],["parent/1794",[768,7.181]],["name/1795",[696,60.797]],["parent/1795",[769,5.493]],["name/1796",[590,59.127]],["parent/1796",[769,5.493]],["name/1797",[698,65.317]],["parent/1797",[769,5.493]],["name/1798",[519,55.332]],["parent/1798",[769,5.493]],["name/1799",[599,57.696]],["parent/1799",[769,5.493]],["name/1800",[358,56.444]],["parent/1800",[769,5.493]],["name/1801",[694,59.127]],["parent/1801",[769,5.493]],["name/1802",[699,65.317]],["parent/1802",[769,5.493]],["name/1803",[104,56.444]],["parent/1803",[703,4.102]],["name/1804",[3,27.772]],["parent/1804",[770,7.181]],["name/1805",[425,60.797]],["parent/1805",[771,6.111]],["name/1806",[427,60.797]],["parent/1806",[771,6.111]],["name/1807",[428,60.797]],["parent/1807",[771,6.111]],["name/1808",[429,51.103]],["parent/1808",[771,6.111]],["name/1809",[702,42.729]],["parent/1809",[117,6.683]],["name/1810",[702,42.729]],["parent/1810",[118,6.683]],["name/1811",[702,42.729]],["parent/1811",[119,6.683]],["name/1812",[702,42.729]],["parent/1812",[120,6.683]],["name/1813",[702,42.729]],["parent/1813",[121,6.683]],["name/1814",[702,42.729]],["parent/1814",[122,6.683]],["name/1815",[702,42.729]],["parent/1815",[123,6.683]],["name/1816",[702,42.729]],["parent/1816",[124,6.683]],["name/1817",[702,42.729]],["parent/1817",[125,6.683]],["name/1818",[702,42.729]],["parent/1818",[126,6.683]],["name/1819",[702,42.729]],["parent/1819",[127,6.683]],["name/1820",[702,42.729]],["parent/1820",[128,6.683]],["name/1821",[702,42.729]],["parent/1821",[129,6.683]],["name/1822",[702,42.729]],["parent/1822",[130,6.683]],["name/1823",[702,42.729]],["parent/1823",[131,6.683]],["name/1824",[702,42.729]],["parent/1824",[132,6.683]],["name/1825",[702,42.729]],["parent/1825",[133,6.683]],["name/1826",[702,42.729]],["parent/1826",[134,6.683]],["name/1827",[702,42.729]],["parent/1827",[135,6.683]],["name/1828",[702,42.729]],["parent/1828",[136,6.683]],["name/1829",[702,42.729]],["parent/1829",[137,6.683]],["name/1830",[702,42.729]],["parent/1830",[138,6.683]],["name/1831",[702,42.729]],["parent/1831",[139,6.683]],["name/1832",[702,42.729]],["parent/1832",[140,6.683]],["name/1833",[702,42.729]],["parent/1833",[141,6.683]],["name/1834",[702,42.729]],["parent/1834",[142,6.683]],["name/1835",[702,42.729]],["parent/1835",[143,6.683]],["name/1836",[702,42.729]],["parent/1836",[144,6.683]],["name/1837",[702,42.729]],["parent/1837",[145,6.683]],["name/1838",[702,42.729]],["parent/1838",[146,6.683]],["name/1839",[702,42.729]],["parent/1839",[147,6.683]],["name/1840",[702,42.729]],["parent/1840",[148,6.683]],["name/1841",[7,44.346]],["parent/1841",[149,6.683]],["name/1842",[772,46.275]],["parent/1842",[366,6.683]],["name/1843",[338,68.682]],["parent/1843",[773,4.424]],["name/1844",[3,27.772]],["parent/1844",[774,7.181]],["name/1845",[416,36.985]],["parent/1845",[775,5.916]],["name/1846",[418,46.275]],["parent/1846",[775,5.916]],["name/1847",[776,73.79]],["parent/1847",[775,5.916]],["name/1848",[777,73.79]],["parent/1848",[775,5.916]],["name/1849",[778,73.79]],["parent/1849",[775,5.916]],["name/1850",[80,52.587]],["parent/1850",[773,4.424]],["name/1851",[3,27.772]],["parent/1851",[779,7.181]],["name/1852",[418,46.275]],["parent/1852",[780,6.111]],["name/1853",[497,62.804]],["parent/1853",[780,6.111]],["name/1854",[162,44.001]],["parent/1854",[780,6.111]],["name/1855",[781,73.79]],["parent/1855",[780,6.111]],["name/1856",[353,57.696]],["parent/1856",[773,4.424]],["name/1857",[3,27.772]],["parent/1857",[782,7.181]],["name/1858",[416,36.985]],["parent/1858",[783,5.614]],["name/1859",[418,46.275]],["parent/1859",[783,5.614]],["name/1860",[501,55.332]],["parent/1860",[783,5.614]],["name/1861",[497,62.804]],["parent/1861",[783,5.614]],["name/1862",[784,68.682]],["parent/1862",[783,5.614]],["name/1863",[785,68.682]],["parent/1863",[783,5.614]],["name/1864",[534,54.331]],["parent/1864",[783,5.614]],["name/1865",[344,65.317]],["parent/1865",[773,4.424]],["name/1866",[3,27.772]],["parent/1866",[786,7.181]],["name/1867",[416,36.985]],["parent/1867",[787,5.198]],["name/1868",[443,52.587]],["parent/1868",[787,5.198]],["name/1869",[418,46.275]],["parent/1869",[787,5.198]],["name/1870",[548,52.587]],["parent/1870",[787,5.198]],["name/1871",[788,73.79]],["parent/1871",[787,5.198]],["name/1872",[789,73.79]],["parent/1872",[787,5.198]],["name/1873",[790,73.79]],["parent/1873",[787,5.198]],["name/1874",[791,73.79]],["parent/1874",[787,5.198]],["name/1875",[3,27.772]],["parent/1875",[787,5.198]],["name/1876",[562,62.804]],["parent/1876",[792,6.356]],["name/1877",[563,62.804]],["parent/1877",[792,6.356]],["name/1878",[793,73.79]],["parent/1878",[792,6.356]],["name/1879",[162,44.001]],["parent/1879",[787,5.198]],["name/1880",[794,73.79]],["parent/1880",[787,5.198]],["name/1881",[341,65.317]],["parent/1881",[773,4.424]],["name/1882",[3,27.772]],["parent/1882",[795,7.181]],["name/1883",[696,60.797]],["parent/1883",[796,6.356]],["name/1884",[797,73.79]],["parent/1884",[796,6.356]],["name/1885",[798,73.79]],["parent/1885",[796,6.356]],["name/1886",[91,49.811]],["parent/1886",[773,4.424]],["name/1887",[3,27.772]],["parent/1887",[799,7.181]],["name/1888",[580,62.804]],["parent/1888",[800,6.356]],["name/1889",[801,73.79]],["parent/1889",[800,6.356]],["name/1890",[802,73.79]],["parent/1890",[800,6.356]],["name/1891",[350,52.587]],["parent/1891",[773,4.424]],["name/1892",[3,27.772]],["parent/1892",[803,7.181]],["name/1893",[416,36.985]],["parent/1893",[804,4.462]],["name/1894",[443,52.587]],["parent/1894",[804,4.462]],["name/1895",[805,68.682]],["parent/1895",[804,4.462]],["name/1896",[353,57.696]],["parent/1896",[804,4.462]],["name/1897",[696,60.797]],["parent/1897",[804,4.462]],["name/1898",[806,73.79]],["parent/1898",[804,4.462]],["name/1899",[358,56.444]],["parent/1899",[804,4.462]],["name/1900",[807,73.79]],["parent/1900",[804,4.462]],["name/1901",[808,73.79]],["parent/1901",[804,4.462]],["name/1902",[362,68.682]],["parent/1902",[804,4.462]],["name/1903",[3,27.772]],["parent/1903",[804,4.462]],["name/1904",[534,54.331]],["parent/1904",[804,4.462]],["name/1905",[809,73.79]],["parent/1905",[804,4.462]],["name/1906",[810,73.79]],["parent/1906",[804,4.462]],["name/1907",[811,73.79]],["parent/1907",[804,4.462]],["name/1908",[812,73.79]],["parent/1908",[804,4.462]],["name/1909",[589,56.444]],["parent/1909",[804,4.462]],["name/1910",[392,68.682]],["parent/1910",[804,4.462]],["name/1911",[393,68.682]],["parent/1911",[804,4.462]],["name/1912",[813,73.79]],["parent/1912",[804,4.462]],["name/1913",[602,62.804]],["parent/1913",[804,4.462]],["name/1914",[91,49.811]],["parent/1914",[804,4.462]],["name/1915",[601,62.804]],["parent/1915",[804,4.462]],["name/1916",[814,73.79]],["parent/1916",[804,4.462]],["name/1917",[354,65.317]],["parent/1917",[773,4.424]],["name/1918",[3,27.772]],["parent/1918",[815,7.181]],["name/1919",[416,36.985]],["parent/1919",[816,4.424]],["name/1920",[418,46.275]],["parent/1920",[816,4.424]],["name/1921",[501,55.332]],["parent/1921",[816,4.424]],["name/1922",[497,62.804]],["parent/1922",[816,4.424]],["name/1923",[784,68.682]],["parent/1923",[816,4.424]],["name/1924",[785,68.682]],["parent/1924",[816,4.424]],["name/1925",[817,73.79]],["parent/1925",[816,4.424]],["name/1926",[818,73.79]],["parent/1926",[816,4.424]],["name/1927",[819,73.79]],["parent/1927",[816,4.424]],["name/1928",[820,73.79]],["parent/1928",[816,4.424]],["name/1929",[534,54.331]],["parent/1929",[816,4.424]],["name/1930",[443,52.587]],["parent/1930",[816,4.424]],["name/1931",[821,68.682]],["parent/1931",[816,4.424]],["name/1932",[822,73.79]],["parent/1932",[816,4.424]],["name/1933",[823,73.79]],["parent/1933",[816,4.424]],["name/1934",[824,73.79]],["parent/1934",[816,4.424]],["name/1935",[825,73.79]],["parent/1935",[816,4.424]],["name/1936",[552,53.421]],["parent/1936",[816,4.424]],["name/1937",[826,73.79]],["parent/1937",[816,4.424]],["name/1938",[827,73.79]],["parent/1938",[816,4.424]],["name/1939",[828,68.682]],["parent/1939",[816,4.424]],["name/1940",[829,73.79]],["parent/1940",[816,4.424]],["name/1941",[830,73.79]],["parent/1941",[816,4.424]],["name/1942",[831,73.79]],["parent/1942",[816,4.424]],["name/1943",[832,73.79]],["parent/1943",[816,4.424]],["name/1944",[340,60.797]],["parent/1944",[773,4.424]],["name/1945",[3,27.772]],["parent/1945",[833,7.181]],["name/1946",[416,36.985]],["parent/1946",[834,6.111]],["name/1947",[443,52.587]],["parent/1947",[834,6.111]],["name/1948",[835,73.79]],["parent/1948",[834,6.111]],["name/1949",[836,73.79]],["parent/1949",[834,6.111]],["name/1950",[342,65.317]],["parent/1950",[773,4.424]],["name/1951",[3,27.772]],["parent/1951",[837,7.181]],["name/1952",[342,65.317]],["parent/1952",[838,7.181]],["name/1953",[343,68.682]],["parent/1953",[773,4.424]],["name/1954",[3,27.772]],["parent/1954",[839,7.181]],["name/1955",[416,36.985]],["parent/1955",[840,6.111]],["name/1956",[443,52.587]],["parent/1956",[840,6.111]],["name/1957",[841,73.79]],["parent/1957",[840,6.111]],["name/1958",[350,52.587]],["parent/1958",[840,6.111]],["name/1959",[345,60.797]],["parent/1959",[773,4.424]],["name/1960",[3,27.772]],["parent/1960",[842,7.181]],["name/1961",[416,36.985]],["parent/1961",[843,5.916]],["name/1962",[443,52.587]],["parent/1962",[843,5.916]],["name/1963",[844,68.682]],["parent/1963",[843,5.916]],["name/1964",[845,68.682]],["parent/1964",[843,5.916]],["name/1965",[345,60.797]],["parent/1965",[843,5.916]],["name/1966",[346,59.127]],["parent/1966",[773,4.424]],["name/1967",[3,27.772]],["parent/1967",[846,7.181]],["name/1968",[416,36.985]],["parent/1968",[847,5.916]],["name/1969",[443,52.587]],["parent/1969",[847,5.916]],["name/1970",[844,68.682]],["parent/1970",[847,5.916]],["name/1971",[845,68.682]],["parent/1971",[847,5.916]],["name/1972",[848,68.682]],["parent/1972",[847,5.916]],["name/1973",[155,60.797]],["parent/1973",[773,4.424]],["name/1974",[3,27.772]],["parent/1974",[849,7.181]],["name/1975",[416,36.985]],["parent/1975",[850,6.356]],["name/1976",[345,60.797]],["parent/1976",[850,6.356]],["name/1977",[848,68.682]],["parent/1977",[850,6.356]],["name/1978",[347,65.317]],["parent/1978",[773,4.424]],["name/1979",[3,27.772]],["parent/1979",[851,7.181]],["name/1980",[103,56.444]],["parent/1980",[852,6.356]],["name/1981",[853,73.79]],["parent/1981",[852,6.356]],["name/1982",[854,68.682]],["parent/1982",[852,6.356]],["name/1983",[87,54.331]],["parent/1983",[773,4.424]],["name/1984",[3,27.772]],["parent/1984",[855,7.181]],["name/1985",[416,36.985]],["parent/1985",[856,6.111]],["name/1986",[443,52.587]],["parent/1986",[856,6.111]],["name/1987",[418,46.275]],["parent/1987",[856,6.111]],["name/1988",[857,73.79]],["parent/1988",[856,6.111]],["name/1989",[348,59.127]],["parent/1989",[773,4.424]],["name/1990",[3,27.772]],["parent/1990",[858,7.181]],["name/1991",[859,73.79]],["parent/1991",[860,5.117]],["name/1992",[861,73.79]],["parent/1992",[860,5.117]],["name/1993",[418,46.275]],["parent/1993",[860,5.117]],["name/1994",[645,54.331]],["parent/1994",[860,5.117]],["name/1995",[589,56.444]],["parent/1995",[860,5.117]],["name/1996",[552,53.421]],["parent/1996",[860,5.117]],["name/1997",[862,73.79]],["parent/1997",[860,5.117]],["name/1998",[863,73.79]],["parent/1998",[860,5.117]],["name/1999",[864,73.79]],["parent/1999",[860,5.117]],["name/2000",[821,68.682]],["parent/2000",[860,5.117]],["name/2001",[865,73.79]],["parent/2001",[860,5.117]],["name/2002",[534,54.331]],["parent/2002",[860,5.117]],["name/2003",[349,68.682]],["parent/2003",[773,4.424]],["name/2004",[3,27.772]],["parent/2004",[866,7.181]],["name/2005",[416,36.985]],["parent/2005",[867,6.111]],["name/2006",[443,52.587]],["parent/2006",[867,6.111]],["name/2007",[868,73.79]],["parent/2007",[867,6.111]],["name/2008",[869,73.79]],["parent/2008",[867,6.111]],["name/2009",[90,52.587]],["parent/2009",[773,4.424]],["name/2010",[3,27.772]],["parent/2010",[870,7.181]],["name/2011",[416,36.985]],["parent/2011",[871,5.614]],["name/2012",[443,52.587]],["parent/2012",[871,5.614]],["name/2013",[548,52.587]],["parent/2013",[871,5.614]],["name/2014",[805,68.682]],["parent/2014",[871,5.614]],["name/2015",[353,57.696]],["parent/2015",[871,5.614]],["name/2016",[350,52.587]],["parent/2016",[871,5.614]],["name/2017",[351,56.444]],["parent/2017",[871,5.614]],["name/2018",[658,60.797]],["parent/2018",[773,4.424]],["name/2019",[351,56.444]],["parent/2019",[773,4.424]],["name/2020",[3,27.772]],["parent/2020",[872,7.181]],["name/2021",[416,36.985]],["parent/2021",[873,6.111]],["name/2022",[443,52.587]],["parent/2022",[873,6.111]],["name/2023",[353,57.696]],["parent/2023",[873,6.111]],["name/2024",[548,52.587]],["parent/2024",[873,6.111]],["name/2025",[352,65.317]],["parent/2025",[773,4.424]],["name/2026",[3,27.772]],["parent/2026",[874,7.181]],["name/2027",[416,36.985]],["parent/2027",[875,5.493]],["name/2028",[876,73.79]],["parent/2028",[875,5.493]],["name/2029",[877,73.79]],["parent/2029",[875,5.493]],["name/2030",[878,73.79]],["parent/2030",[875,5.493]],["name/2031",[879,73.79]],["parent/2031",[875,5.493]],["name/2032",[880,73.79]],["parent/2032",[875,5.493]],["name/2033",[881,73.79]],["parent/2033",[875,5.493]],["name/2034",[882,73.79]],["parent/2034",[875,5.493]],["name/2035",[355,68.682]],["parent/2035",[773,4.424]],["name/2036",[3,27.772]],["parent/2036",[883,7.181]],["name/2037",[68,60.797]],["parent/2037",[884,6.683]],["name/2038",[353,57.696]],["parent/2038",[884,6.683]],["name/2039",[356,68.682]],["parent/2039",[773,4.424]],["name/2040",[3,27.772]],["parent/2040",[885,7.181]],["name/2041",[104,56.444]],["parent/2041",[886,6.683]],["name/2042",[162,44.001]],["parent/2042",[886,6.683]],["name/2043",[100,51.818]],["parent/2043",[773,4.424]],["name/2044",[3,27.772]],["parent/2044",[887,7.181]],["name/2045",[828,68.682]],["parent/2045",[888,5.916]],["name/2046",[889,73.79]],["parent/2046",[888,5.916]],["name/2047",[854,68.682]],["parent/2047",[888,5.916]],["name/2048",[890,73.79]],["parent/2048",[888,5.916]],["name/2049",[891,73.79]],["parent/2049",[888,5.916]],["name/2050",[772,46.275]],["parent/2050",[367,6.683]],["name/2051",[772,46.275]],["parent/2051",[368,6.683]],["name/2052",[772,46.275]],["parent/2052",[369,6.683]],["name/2053",[772,46.275]],["parent/2053",[370,6.683]],["name/2054",[772,46.275]],["parent/2054",[371,6.683]],["name/2055",[772,46.275]],["parent/2055",[372,6.683]],["name/2056",[772,46.275]],["parent/2056",[373,6.683]],["name/2057",[772,46.275]],["parent/2057",[374,6.683]],["name/2058",[772,46.275]],["parent/2058",[375,6.683]],["name/2059",[772,46.275]],["parent/2059",[376,6.683]],["name/2060",[772,46.275]],["parent/2060",[377,6.683]],["name/2061",[772,46.275]],["parent/2061",[378,6.683]],["name/2062",[772,46.275]],["parent/2062",[379,6.683]],["name/2063",[772,46.275]],["parent/2063",[380,6.683]],["name/2064",[772,46.275]],["parent/2064",[381,6.683]],["name/2065",[772,46.275]],["parent/2065",[382,6.683]],["name/2066",[772,46.275]],["parent/2066",[383,6.683]],["name/2067",[772,46.275]],["parent/2067",[384,6.683]],["name/2068",[772,46.275]],["parent/2068",[385,6.683]],["name/2069",[772,46.275]],["parent/2069",[386,6.683]],["name/2070",[772,46.275]],["parent/2070",[387,6.683]],["name/2071",[772,46.275]],["parent/2071",[388,6.683]],["name/2072",[7,44.346]],["parent/2072",[389,6.683]],["name/2073",[892,42.435]],["parent/2073",[452,6.683]],["name/2074",[80,52.587]],["parent/2074",[893,4.075]],["name/2075",[3,27.772]],["parent/2075",[894,7.181]],["name/2076",[512,65.317]],["parent/2076",[895,6.111]],["name/2077",[514,65.317]],["parent/2077",[895,6.111]],["name/2078",[162,44.001]],["parent/2078",[895,6.111]],["name/2079",[515,65.317]],["parent/2079",[895,6.111]],["name/2080",[99,54.331]],["parent/2080",[893,4.075]],["name/2081",[3,27.772]],["parent/2081",[896,7.181]],["name/2082",[517,65.317]],["parent/2082",[897,5.916]],["name/2083",[519,55.332]],["parent/2083",[897,5.916]],["name/2084",[520,59.127]],["parent/2084",[897,5.916]],["name/2085",[350,52.587]],["parent/2085",[897,5.916]],["name/2086",[521,59.127]],["parent/2086",[897,5.916]],["name/2087",[52,51.103]],["parent/2087",[893,4.075]],["name/2088",[3,27.772]],["parent/2088",[898,7.181]],["name/2089",[416,36.985]],["parent/2089",[899,4.636]],["name/2090",[501,55.332]],["parent/2090",[899,4.636]],["name/2091",[524,59.127]],["parent/2091",[899,4.636]],["name/2092",[525,65.317]],["parent/2092",[899,4.636]],["name/2093",[526,65.317]],["parent/2093",[899,4.636]],["name/2094",[429,51.103]],["parent/2094",[899,4.636]],["name/2095",[527,65.317]],["parent/2095",[899,4.636]],["name/2096",[528,65.317]],["parent/2096",[899,4.636]],["name/2097",[529,59.127]],["parent/2097",[899,4.636]],["name/2098",[350,52.587]],["parent/2098",[899,4.636]],["name/2099",[162,44.001]],["parent/2099",[899,4.636]],["name/2100",[530,65.317]],["parent/2100",[899,4.636]],["name/2101",[531,65.317]],["parent/2101",[899,4.636]],["name/2102",[532,65.317]],["parent/2102",[899,4.636]],["name/2103",[533,65.317]],["parent/2103",[899,4.636]],["name/2104",[534,54.331]],["parent/2104",[899,4.636]],["name/2105",[535,65.317]],["parent/2105",[899,4.636]],["name/2106",[521,59.127]],["parent/2106",[899,4.636]],["name/2107",[536,65.317]],["parent/2107",[899,4.636]],["name/2108",[99,54.331]],["parent/2108",[899,4.636]],["name/2109",[74,57.696]],["parent/2109",[893,4.075]],["name/2110",[3,27.772]],["parent/2110",[900,7.181]],["name/2111",[538,65.317]],["parent/2111",[901,6.111]],["name/2112",[540,59.127]],["parent/2112",[901,6.111]],["name/2113",[541,65.317]],["parent/2113",[901,6.111]],["name/2114",[542,59.127]],["parent/2114",[901,6.111]],["name/2115",[75,54.331]],["parent/2115",[893,4.075]],["name/2116",[3,27.772]],["parent/2116",[902,7.181]],["name/2117",[418,46.275]],["parent/2117",[903,6.356]],["name/2118",[419,60.797]],["parent/2118",[903,6.356]],["name/2119",[545,65.317]],["parent/2119",[903,6.356]],["name/2120",[76,57.696]],["parent/2120",[893,4.075]],["name/2121",[3,27.772]],["parent/2121",[904,7.181]],["name/2122",[416,36.985]],["parent/2122",[905,5.493]],["name/2123",[548,52.587]],["parent/2123",[905,5.493]],["name/2124",[162,44.001]],["parent/2124",[905,5.493]],["name/2125",[549,65.317]],["parent/2125",[905,5.493]],["name/2126",[550,65.317]],["parent/2126",[905,5.493]],["name/2127",[551,65.317]],["parent/2127",[905,5.493]],["name/2128",[348,59.127]],["parent/2128",[905,5.493]],["name/2129",[552,53.421]],["parent/2129",[905,5.493]],["name/2130",[77,54.331]],["parent/2130",[893,4.075]],["name/2131",[3,27.772]],["parent/2131",[906,7.181]],["name/2132",[162,44.001]],["parent/2132",[907,5.042]],["name/2133",[555,52.587]],["parent/2133",[907,5.042]],["name/2134",[552,53.421]],["parent/2134",[907,5.042]],["name/2135",[548,52.587]],["parent/2135",[907,5.042]],["name/2136",[556,65.317]],["parent/2136",[907,5.042]],["name/2137",[557,65.317]],["parent/2137",[907,5.042]],["name/2138",[558,65.317]],["parent/2138",[907,5.042]],["name/2139",[559,65.317]],["parent/2139",[907,5.042]],["name/2140",[560,65.317]],["parent/2140",[907,5.042]],["name/2141",[561,65.317]],["parent/2141",[907,5.042]],["name/2142",[562,62.804]],["parent/2142",[907,5.042]],["name/2143",[563,62.804]],["parent/2143",[907,5.042]],["name/2144",[493,60.797]],["parent/2144",[907,5.042]],["name/2145",[89,53.421]],["parent/2145",[893,4.075]],["name/2146",[3,27.772]],["parent/2146",[908,7.181]],["name/2147",[416,36.985]],["parent/2147",[909,6.111]],["name/2148",[501,55.332]],["parent/2148",[909,6.111]],["name/2149",[162,44.001]],["parent/2149",[909,6.111]],["name/2150",[524,59.127]],["parent/2150",[909,6.111]],["name/2151",[84,54.331]],["parent/2151",[893,4.075]],["name/2152",[3,27.772]],["parent/2152",[910,7.181]],["name/2153",[567,65.317]],["parent/2153",[911,6.356]],["name/2154",[569,65.317]],["parent/2154",[911,6.356]],["name/2155",[570,53.421]],["parent/2155",[911,6.356]],["name/2156",[103,56.444]],["parent/2156",[893,4.075]],["name/2157",[3,27.772]],["parent/2157",[912,7.181]],["name/2158",[418,46.275]],["parent/2158",[913,6.356]],["name/2159",[162,44.001]],["parent/2159",[913,6.356]],["name/2160",[84,54.331]],["parent/2160",[913,6.356]],["name/2161",[92,59.127]],["parent/2161",[893,4.075]],["name/2162",[3,27.772]],["parent/2162",[914,7.181]],["name/2163",[555,52.587]],["parent/2163",[915,6.683]],["name/2164",[575,59.127]],["parent/2164",[915,6.683]],["name/2165",[91,49.811]],["parent/2165",[893,4.075]],["name/2166",[3,27.772]],["parent/2166",[916,7.181]],["name/2167",[416,36.985]],["parent/2167",[917,5.614]],["name/2168",[578,59.127]],["parent/2168",[917,5.614]],["name/2169",[579,65.317]],["parent/2169",[917,5.614]],["name/2170",[580,62.804]],["parent/2170",[917,5.614]],["name/2171",[575,59.127]],["parent/2171",[917,5.614]],["name/2172",[581,65.317]],["parent/2172",[917,5.614]],["name/2173",[582,65.317]],["parent/2173",[917,5.614]],["name/2174",[351,56.444]],["parent/2174",[893,4.075]],["name/2175",[3,27.772]],["parent/2175",[918,7.181]],["name/2176",[584,68.682]],["parent/2176",[919,6.111]],["name/2177",[586,68.682]],["parent/2177",[919,6.111]],["name/2178",[418,46.275]],["parent/2178",[919,6.111]],["name/2179",[570,53.421]],["parent/2179",[919,6.111]],["name/2180",[101,51.818]],["parent/2180",[893,4.075]],["name/2181",[3,27.772]],["parent/2181",[920,7.181]],["name/2182",[416,36.985]],["parent/2182",[921,4.249]],["name/2183",[589,56.444]],["parent/2183",[921,4.249]],["name/2184",[162,44.001]],["parent/2184",[921,4.249]],["name/2185",[52,51.103]],["parent/2185",[921,4.249]],["name/2186",[590,59.127]],["parent/2186",[921,4.249]],["name/2187",[591,65.317]],["parent/2187",[921,4.249]],["name/2188",[152,59.127]],["parent/2188",[921,4.249]],["name/2189",[592,65.317]],["parent/2189",[921,4.249]],["name/2190",[429,51.103]],["parent/2190",[921,4.249]],["name/2191",[534,54.331]],["parent/2191",[921,4.249]],["name/2192",[593,65.317]],["parent/2192",[921,4.249]],["name/2193",[594,65.317]],["parent/2193",[921,4.249]],["name/2194",[595,65.317]],["parent/2194",[921,4.249]],["name/2195",[596,65.317]],["parent/2195",[921,4.249]],["name/2196",[597,65.317]],["parent/2196",[921,4.249]],["name/2197",[598,65.317]],["parent/2197",[921,4.249]],["name/2198",[519,55.332]],["parent/2198",[921,4.249]],["name/2199",[599,57.696]],["parent/2199",[921,4.249]],["name/2200",[358,56.444]],["parent/2200",[921,4.249]],["name/2201",[600,59.127]],["parent/2201",[921,4.249]],["name/2202",[601,62.804]],["parent/2202",[921,4.249]],["name/2203",[602,62.804]],["parent/2203",[921,4.249]],["name/2204",[77,54.331]],["parent/2204",[921,4.249]],["name/2205",[91,49.811]],["parent/2205",[921,4.249]],["name/2206",[75,54.331]],["parent/2206",[921,4.249]],["name/2207",[520,59.127]],["parent/2207",[921,4.249]],["name/2208",[603,65.317]],["parent/2208",[921,4.249]],["name/2209",[605,65.317]],["parent/2209",[921,4.249]],["name/2210",[493,60.797]],["parent/2210",[921,4.249]],["name/2211",[3,27.772]],["parent/2211",[921,4.249]],["name/2212",[78,53.421]],["parent/2212",[922,5.384]],["name/2213",[3,27.772]],["parent/2213",[922,5.384]],["name/2214",[923,68.682]],["parent/2214",[924,6.683]],["name/2215",[599,57.696]],["parent/2215",[922,5.384]],["name/2216",[3,27.772]],["parent/2216",[922,5.384]],["name/2217",[923,68.682]],["parent/2217",[924,6.683]],["name/2218",[925,73.79]],["parent/2218",[922,5.384]],["name/2219",[926,73.79]],["parent/2219",[922,5.384]],["name/2220",[604,68.682]],["parent/2220",[922,5.384]],["name/2221",[927,73.79]],["parent/2221",[922,5.384]],["name/2222",[928,73.79]],["parent/2222",[922,5.384]],["name/2223",[78,53.421]],["parent/2223",[893,4.075]],["name/2224",[3,27.772]],["parent/2224",[929,7.181]],["name/2225",[607,65.317]],["parent/2225",[930,6.683]],["name/2226",[609,65.317]],["parent/2226",[930,6.683]],["name/2227",[79,57.696]],["parent/2227",[893,4.075]],["name/2228",[3,27.772]],["parent/2228",[931,7.181]],["name/2229",[416,36.985]],["parent/2229",[932,6.111]],["name/2230",[570,53.421]],["parent/2230",[932,6.111]],["name/2231",[612,65.317]],["parent/2231",[932,6.111]],["name/2232",[613,65.317]],["parent/2232",[932,6.111]],["name/2233",[81,60.797]],["parent/2233",[893,4.075]],["name/2234",[3,27.772]],["parent/2234",[933,7.181]],["name/2235",[416,36.985]],["parent/2235",[934,6.111]],["name/2236",[418,46.275]],["parent/2236",[934,6.111]],["name/2237",[529,59.127]],["parent/2237",[934,6.111]],["name/2238",[616,65.317]],["parent/2238",[934,6.111]],["name/2239",[82,57.696]],["parent/2239",[893,4.075]],["name/2240",[3,27.772]],["parent/2240",[935,7.181]],["name/2241",[418,46.275]],["parent/2241",[936,6.356]],["name/2242",[619,65.317]],["parent/2242",[936,6.356]],["name/2243",[620,65.317]],["parent/2243",[936,6.356]],["name/2244",[83,57.696]],["parent/2244",[893,4.075]],["name/2245",[3,27.772]],["parent/2245",[937,7.181]],["name/2246",[416,36.985]],["parent/2246",[938,5.754]],["name/2247",[623,65.317]],["parent/2247",[938,5.754]],["name/2248",[78,53.421]],["parent/2248",[938,5.754]],["name/2249",[578,59.127]],["parent/2249",[938,5.754]],["name/2250",[624,65.317]],["parent/2250",[938,5.754]],["name/2251",[625,65.317]],["parent/2251",[938,5.754]],["name/2252",[626,62.804]],["parent/2252",[893,4.075]],["name/2253",[85,60.797]],["parent/2253",[893,4.075]],["name/2254",[3,27.772]],["parent/2254",[939,7.181]],["name/2255",[628,65.317]],["parent/2255",[940,5.916]],["name/2256",[630,65.317]],["parent/2256",[940,5.916]],["name/2257",[631,55.332]],["parent/2257",[940,5.916]],["name/2258",[632,65.317]],["parent/2258",[940,5.916]],["name/2259",[633,65.317]],["parent/2259",[940,5.916]],["name/2260",[105,54.331]],["parent/2260",[893,4.075]],["name/2261",[3,27.772]],["parent/2261",[941,7.181]],["name/2262",[635,65.317]],["parent/2262",[942,7.181]],["name/2263",[100,51.818]],["parent/2263",[893,4.075]],["name/2264",[3,27.772]],["parent/2264",[943,7.181]],["name/2265",[638,65.317]],["parent/2265",[944,6.356]],["name/2266",[640,65.317]],["parent/2266",[944,6.356]],["name/2267",[641,65.317]],["parent/2267",[944,6.356]],["name/2268",[86,57.696]],["parent/2268",[893,4.075]],["name/2269",[3,27.772]],["parent/2269",[945,7.181]],["name/2270",[589,56.444]],["parent/2270",[946,5.117]],["name/2271",[555,52.587]],["parent/2271",[946,5.117]],["name/2272",[552,53.421]],["parent/2272",[946,5.117]],["name/2273",[644,65.317]],["parent/2273",[946,5.117]],["name/2274",[645,54.331]],["parent/2274",[946,5.117]],["name/2275",[646,65.317]],["parent/2275",[946,5.117]],["name/2276",[105,54.331]],["parent/2276",[946,5.117]],["name/2277",[100,51.818]],["parent/2277",[946,5.117]],["name/2278",[647,65.317]],["parent/2278",[946,5.117]],["name/2279",[648,65.317]],["parent/2279",[946,5.117]],["name/2280",[649,65.317]],["parent/2280",[946,5.117]],["name/2281",[542,59.127]],["parent/2281",[946,5.117]],["name/2282",[87,54.331]],["parent/2282",[893,4.075]],["name/2283",[3,27.772]],["parent/2283",[947,7.181]],["name/2284",[416,36.985]],["parent/2284",[948,6.683]],["name/2285",[555,52.587]],["parent/2285",[948,6.683]],["name/2286",[88,57.696]],["parent/2286",[893,4.075]],["name/2287",[3,27.772]],["parent/2287",[949,7.181]],["name/2288",[47,62.804]],["parent/2288",[950,6.111]],["name/2289",[3,27.772]],["parent/2289",[950,6.111]],["name/2290",[654,59.127]],["parent/2290",[951,5.754]],["name/2291",[645,54.331]],["parent/2291",[951,5.754]],["name/2292",[631,55.332]],["parent/2292",[951,5.754]],["name/2293",[49,62.804]],["parent/2293",[950,6.111]],["name/2294",[3,27.772]],["parent/2294",[950,6.111]],["name/2295",[654,59.127]],["parent/2295",[951,5.754]],["name/2296",[645,54.331]],["parent/2296",[951,5.754]],["name/2297",[631,55.332]],["parent/2297",[951,5.754]],["name/2298",[90,52.587]],["parent/2298",[893,4.075]],["name/2299",[3,27.772]],["parent/2299",[952,7.181]],["name/2300",[52,51.103]],["parent/2300",[953,5.754]],["name/2301",[429,51.103]],["parent/2301",[953,5.754]],["name/2302",[416,36.985]],["parent/2302",[953,5.754]],["name/2303",[101,51.818]],["parent/2303",[953,5.754]],["name/2304",[80,52.587]],["parent/2304",[953,5.754]],["name/2305",[548,52.587]],["parent/2305",[953,5.754]],["name/2306",[658,60.797]],["parent/2306",[893,4.075]],["name/2307",[93,57.696]],["parent/2307",[893,4.075]],["name/2308",[3,27.772]],["parent/2308",[954,7.181]],["name/2309",[660,65.317]],["parent/2309",[955,5.916]],["name/2310",[662,65.317]],["parent/2310",[955,5.916]],["name/2311",[663,65.317]],["parent/2311",[955,5.916]],["name/2312",[664,65.317]],["parent/2312",[955,5.916]],["name/2313",[665,65.317]],["parent/2313",[955,5.916]],["name/2314",[94,60.797]],["parent/2314",[893,4.075]],["name/2315",[3,27.772]],["parent/2315",[956,7.181]],["name/2316",[416,36.985]],["parent/2316",[957,6.111]],["name/2317",[668,65.317]],["parent/2317",[957,6.111]],["name/2318",[669,65.317]],["parent/2318",[957,6.111]],["name/2319",[670,65.317]],["parent/2319",[957,6.111]],["name/2320",[95,57.696]],["parent/2320",[893,4.075]],["name/2321",[3,27.772]],["parent/2321",[958,7.181]],["name/2322",[416,36.985]],["parent/2322",[959,5.117]],["name/2323",[346,59.127]],["parent/2323",[959,5.117]],["name/2324",[673,65.317]],["parent/2324",[959,5.117]],["name/2325",[340,60.797]],["parent/2325",[959,5.117]],["name/2326",[675,65.317]],["parent/2326",[959,5.117]],["name/2327",[676,65.317]],["parent/2327",[959,5.117]],["name/2328",[677,65.317]],["parent/2328",[959,5.117]],["name/2329",[678,65.317]],["parent/2329",[959,5.117]],["name/2330",[679,65.317]],["parent/2330",[959,5.117]],["name/2331",[680,65.317]],["parent/2331",[959,5.117]],["name/2332",[681,65.317]],["parent/2332",[959,5.117]],["name/2333",[960,73.79]],["parent/2333",[959,5.117]],["name/2334",[96,53.421]],["parent/2334",[893,4.075]],["name/2335",[3,27.772]],["parent/2335",[961,7.181]],["name/2336",[416,36.985]],["parent/2336",[962,5.916]],["name/2337",[685,65.317]],["parent/2337",[962,5.916]],["name/2338",[686,65.317]],["parent/2338",[962,5.916]],["name/2339",[687,65.317]],["parent/2339",[962,5.916]],["name/2340",[688,65.317]],["parent/2340",[962,5.916]],["name/2341",[97,57.696]],["parent/2341",[893,4.075]],["name/2342",[3,27.772]],["parent/2342",[963,7.181]],["name/2343",[570,53.421]],["parent/2343",[964,6.356]],["name/2344",[540,59.127]],["parent/2344",[964,6.356]],["name/2345",[691,65.317]],["parent/2345",[964,6.356]],["name/2346",[98,60.797]],["parent/2346",[893,4.075]],["name/2347",[3,27.772]],["parent/2347",[965,7.181]],["name/2348",[416,36.985]],["parent/2348",[966,6.111]],["name/2349",[694,59.127]],["parent/2349",[966,6.111]],["name/2350",[179,60.797]],["parent/2350",[966,6.111]],["name/2351",[600,59.127]],["parent/2351",[966,6.111]],["name/2352",[102,60.797]],["parent/2352",[893,4.075]],["name/2353",[3,27.772]],["parent/2353",[967,7.181]],["name/2354",[696,60.797]],["parent/2354",[968,5.493]],["name/2355",[590,59.127]],["parent/2355",[968,5.493]],["name/2356",[698,65.317]],["parent/2356",[968,5.493]],["name/2357",[519,55.332]],["parent/2357",[968,5.493]],["name/2358",[599,57.696]],["parent/2358",[968,5.493]],["name/2359",[358,56.444]],["parent/2359",[968,5.493]],["name/2360",[694,59.127]],["parent/2360",[968,5.493]],["name/2361",[699,65.317]],["parent/2361",[968,5.493]],["name/2362",[104,56.444]],["parent/2362",[893,4.075]],["name/2363",[3,27.772]],["parent/2363",[969,7.181]],["name/2364",[425,60.797]],["parent/2364",[970,6.111]],["name/2365",[427,60.797]],["parent/2365",[970,6.111]],["name/2366",[428,60.797]],["parent/2366",[970,6.111]],["name/2367",[429,51.103]],["parent/2367",[970,6.111]],["name/2368",[892,42.435]],["parent/2368",[453,6.683]],["name/2369",[892,42.435]],["parent/2369",[454,6.683]],["name/2370",[892,42.435]],["parent/2370",[455,6.683]],["name/2371",[892,42.435]],["parent/2371",[456,6.683]],["name/2372",[892,42.435]],["parent/2372",[457,6.683]],["name/2373",[892,42.435]],["parent/2373",[458,6.683]],["name/2374",[892,42.435]],["parent/2374",[459,6.683]],["name/2375",[892,42.435]],["parent/2375",[460,6.683]],["name/2376",[892,42.435]],["parent/2376",[461,6.683]],["name/2377",[892,42.435]],["parent/2377",[462,6.683]],["name/2378",[892,42.435]],["parent/2378",[463,6.683]],["name/2379",[892,42.435]],["parent/2379",[464,6.683]],["name/2380",[892,42.435]],["parent/2380",[465,6.683]],["name/2381",[892,42.435]],["parent/2381",[466,6.683]],["name/2382",[892,42.435]],["parent/2382",[467,6.683]],["name/2383",[892,42.435]],["parent/2383",[468,6.683]],["name/2384",[892,42.435]],["parent/2384",[469,6.683]],["name/2385",[892,42.435]],["parent/2385",[470,6.683]],["name/2386",[892,42.435]],["parent/2386",[471,6.683]],["name/2387",[892,42.435]],["parent/2387",[472,6.683]],["name/2388",[892,42.435]],["parent/2388",[473,6.683]],["name/2389",[892,42.435]],["parent/2389",[474,6.683]],["name/2390",[892,42.435]],["parent/2390",[475,6.683]],["name/2391",[892,42.435]],["parent/2391",[476,6.683]],["name/2392",[892,42.435]],["parent/2392",[477,6.683]],["name/2393",[892,42.435]],["parent/2393",[478,6.683]],["name/2394",[892,42.435]],["parent/2394",[479,6.683]],["name/2395",[892,42.435]],["parent/2395",[480,6.683]],["name/2396",[892,42.435]],["parent/2396",[481,6.683]],["name/2397",[892,42.435]],["parent/2397",[482,6.683]],["name/2398",[892,42.435]],["parent/2398",[483,6.683]],["name/2399",[892,42.435]],["parent/2399",[484,6.683]],["name/2400",[892,42.435]],["parent/2400",[485,6.683]],["name/2401",[7,44.346]],["parent/2401",[486,6.683]]],"invertedIndex":[["__type",{"_index":3,"name":{"3":{},"198":{},"228":{},"528":{},"531":{},"534":{},"647":{},"822":{},"830":{},"1022":{},"1181":{},"1185":{},"1192":{},"1199":{},"1205":{},"1212":{},"1234":{},"1240":{},"1245":{},"1255":{},"1269":{},"1275":{},"1280":{},"1285":{},"1289":{},"1298":{},"1304":{},"1336":{},"1340":{},"1346":{},"1352":{},"1357":{},"1366":{},"1373":{},"1376":{},"1381":{},"1395":{},"1399":{},"1401":{},"1406":{},"1411":{},"1420":{},"1427":{},"1433":{},"1448":{},"1455":{},"1460":{},"1466":{},"1476":{},"1533":{},"1539":{},"1546":{},"1568":{},"1574":{},"1579":{},"1589":{},"1603":{},"1609":{},"1614":{},"1619":{},"1623":{},"1632":{},"1664":{},"1668":{},"1674":{},"1680":{},"1685":{},"1694":{},"1701":{},"1704":{},"1709":{},"1723":{},"1727":{},"1729":{},"1734":{},"1739":{},"1747":{},"1754":{},"1760":{},"1776":{},"1783":{},"1788":{},"1794":{},"1804":{},"1844":{},"1851":{},"1857":{},"1866":{},"1875":{},"1882":{},"1887":{},"1892":{},"1903":{},"1918":{},"1945":{},"1951":{},"1954":{},"1960":{},"1967":{},"1974":{},"1979":{},"1984":{},"1990":{},"2004":{},"2010":{},"2020":{},"2026":{},"2036":{},"2040":{},"2044":{},"2075":{},"2081":{},"2088":{},"2110":{},"2116":{},"2121":{},"2131":{},"2146":{},"2152":{},"2157":{},"2162":{},"2166":{},"2175":{},"2181":{},"2211":{},"2213":{},"2216":{},"2224":{},"2228":{},"2234":{},"2240":{},"2245":{},"2254":{},"2261":{},"2264":{},"2269":{},"2283":{},"2287":{},"2289":{},"2294":{},"2299":{},"2308":{},"2315":{},"2321":{},"2335":{},"2342":{},"2347":{},"2353":{},"2363":{}},"parent":{}}],["_accesstoken",{"_index":180,"name":{"230":{},"650":{},"1024":{}},"parent":{}}],["_bindsocket",{"_index":187,"name":{"247":{},"669":{},"1041":{}},"parent":{}}],["_cancelsource",{"_index":169,"name":{"212":{}},"parent":{}}],["_channel",{"_index":404,"name":{"666":{}},"parent":{}}],["_channelid",{"_index":403,"name":{"656":{}},"parent":{}}],["_checkalive",{"_index":188,"name":{"249":{},"671":{},"1043":{}},"parent":{}}],["_clearbinding",{"_index":186,"name":{"246":{},"668":{},"1040":{}},"parent":{}}],["_client",{"_index":181,"name":{"235":{},"655":{},"1029":{}},"parent":{}}],["_connect",{"_index":171,"name":{"214":{},"245":{},"665":{},"1039":{}},"parent":{}}],["_connectionclosed",{"_index":165,"name":{"208":{},"234":{},"654":{},"1028":{}},"parent":{}}],["_heartbeatinterval",{"_index":183,"name":{"237":{},"658":{},"1031":{}},"parent":{}}],["_pongreceivedtimestamp",{"_index":182,"name":{"236":{},"657":{},"1030":{}},"parent":{}}],["_pongwaiting",{"_index":184,"name":{"238":{},"659":{},"1032":{}},"parent":{}}],["_reconnect",{"_index":172,"name":{"215":{},"244":{},"667":{},"1038":{}},"parent":{}}],["_reconnectcurrentattempts",{"_index":168,"name":{"211":{},"233":{},"653":{},"1027":{}},"parent":{}}],["_reconnectinterval",{"_index":166,"name":{"209":{},"231":{},"651":{},"1025":{}},"parent":{}}],["_reconnectmaxattempts",{"_index":167,"name":{"210":{},"232":{},"652":{},"1026":{}},"parent":{}}],["_resetconnection",{"_index":174,"name":{"217":{},"242":{},"663":{},"1036":{}},"parent":{}}],["_resetretryparams",{"_index":175,"name":{"218":{},"243":{},"664":{},"1037":{}},"parent":{}}],["_scope",{"_index":441,"name":{"854":{}},"parent":{}}],["_setupparser",{"_index":176,"name":{"219":{},"248":{},"670":{},"1042":{}},"parent":{}}],["_startwebsocketconnection",{"_index":185,"name":{"240":{},"661":{},"1034":{}},"parent":{}}],["acceptfollowrequest",{"_index":236,"name":{"303":{},"445":{},"726":{},"1097":{}},"parent":{}}],["access_token",{"_index":425,"name":{"831":{},"855":{},"1477":{},"1805":{},"2364":{}},"parent":{}}],["accesstoken",{"_index":68,"name":{"70":{},"596":{},"860":{},"958":{},"2037":{}},"parent":{}}],["account",{"_index":52,"name":{"52":{},"84":{},"120":{},"874":{},"911":{},"1211":{},"1308":{},"1412":{},"1545":{},"1636":{},"1740":{},"2087":{},"2185":{},"2300":{}},"parent":{}}],["account_id",{"_index":687,"name":{"1452":{},"1780":{},"2339":{}},"parent":{}}],["accounts",{"_index":570,"name":{"1278":{},"1302":{},"1342":{},"1456":{},"1612":{},"1670":{},"1784":{},"2155":{},"2179":{},"2230":{},"2343":{}},"parent":{}}],["acct",{"_index":524,"name":{"1215":{},"1273":{},"1549":{},"1607":{},"2091":{},"2150":{}},"parent":{}}],["action_taken",{"_index":685,"name":{"1450":{},"1778":{},"2337":{}},"parent":{}}],["activity",{"_index":74,"name":{"85":{},"121":{},"875":{},"912":{},"1233":{},"1567":{},"2109":{}},"parent":{}}],["addaccountstolist",{"_index":283,"name":{"350":{},"492":{},"773":{},"1144":{}},"parent":{}}],["alerts",{"_index":670,"name":{"1431":{},"1758":{},"2319":{}},"parent":{}}],["aliases",{"_index":781,"name":{"1855":{}},"parent":{}}],["ancestors",{"_index":607,"name":{"1337":{},"1665":{},"2225":{}},"parent":{}}],["app",{"_index":338,"name":{"541":{},"1843":{}},"parent":{}}],["appdata",{"_index":432,"name":{"837":{}},"parent":{}}],["appdatafromserver",{"_index":413,"name":{"821":{}},"parent":{}}],["application",{"_index":75,"name":{"86":{},"122":{},"876":{},"913":{},"1239":{},"1329":{},"1573":{},"1657":{},"2115":{},"2206":{}},"parent":{}}],["application_id",{"_index":699,"name":{"1474":{},"1802":{},"2361":{}},"parent":{}}],["argumenterror",{"_index":331,"name":{"530":{}},"parent":{}}],["attachment",{"_index":76,"name":{"87":{},"123":{},"877":{},"914":{},"1244":{},"1578":{},"2120":{}},"parent":{}}],["auth",{"_index":500,"name":{"1184":{}},"parent":{}}],["author_name",{"_index":557,"name":{"1261":{},"1595":{},"2137":{}},"parent":{}}],["author_url",{"_index":558,"name":{"1262":{},"1596":{},"2138":{}},"parent":{}}],["avatar",{"_index":530,"name":{"1224":{},"1558":{},"2100":{}},"parent":{}}],["avatar_static",{"_index":531,"name":{"1225":{},"1559":{},"2101":{}},"parent":{}}],["avatarcolor",{"_index":785,"name":{"1863":{},"1924":{}},"parent":{}}],["avatarid",{"_index":829,"name":{"1940":{}},"parent":{}}],["avatarurl",{"_index":784,"name":{"1862":{},"1923":{}},"parent":{}}],["avgcolor",{"_index":793,"name":{"1878":{}},"parent":{}}],["axios",{"_index":0,"name":{"0":{}},"parent":{}}],["bannercolor",{"_index":822,"name":{"1932":{}},"parent":{}}],["bannerid",{"_index":830,"name":{"1941":{}},"parent":{}}],["bannerurl",{"_index":821,"name":{"1931":{},"2000":{}},"parent":{}}],["baseurl",{"_index":69,"name":{"71":{},"257":{},"597":{},"679":{},"959":{},"1051":{}},"parent":{}}],["blockaccount",{"_index":214,"name":{"280":{},"422":{},"703":{},"1074":{}},"parent":{}}],["blockdomain",{"_index":228,"name":{"294":{},"436":{},"717":{},"1088":{}},"parent":{}}],["blocked_by",{"_index":675,"name":{"1439":{},"1766":{},"2326":{}},"parent":{}}],["blockee",{"_index":836,"name":{"1949":{}},"parent":{}}],["blockeeid",{"_index":835,"name":{"1948":{}},"parent":{}}],["blocking",{"_index":340,"name":{"542":{},"1438":{},"1765":{},"1944":{},"2325":{}},"parent":{}}],["bookmarked",{"_index":605,"name":{"1334":{},"1660":{},"2209":{}},"parent":{}}],["bookmarkstatus",{"_index":255,"name":{"322":{},"464":{},"745":{},"1116":{}},"parent":{}}],["bot",{"_index":536,"name":{"1231":{},"1565":{},"2107":{}},"parent":{}}],["callbackurl",{"_index":776,"name":{"1847":{}},"parent":{}}],["cancel",{"_index":1,"name":{"1":{},"62":{},"80":{},"258":{},"401":{},"592":{},"602":{},"681":{},"951":{},"968":{},"1052":{}},"parent":{"2":{},"6":{}}}],["cancel.requestcancelederror",{"_index":4,"name":{},"parent":{"3":{},"4":{},"5":{}}}],["cancelscheduledstatus",{"_index":268,"name":{"335":{},"477":{},"758":{},"1129":{}},"parent":{}}],["canceltokensource",{"_index":71,"name":{"73":{},"599":{},"961":{}},"parent":{}}],["card",{"_index":77,"name":{"88":{},"124":{},"878":{},"915":{},"1254":{},"1327":{},"1588":{},"1655":{},"2130":{},"2204":{}},"parent":{}}],["channel",{"_index":401,"name":{"644":{}},"parent":{}}],["chart",{"_index":853,"name":{"1981":{}},"parent":{}}],["choice",{"_index":341,"name":{"543":{},"576":{},"1881":{}},"parent":{}}],["choices",{"_index":802,"name":{"1890":{}},"parent":{}}],["client",{"_index":65,"name":{"65":{},"256":{},"594":{},"678":{},"953":{},"1050":{}},"parent":{}}],["client_id",{"_index":421,"name":{"827":{},"846":{}},"parent":{}}],["client_secret",{"_index":422,"name":{"828":{},"847":{}},"parent":{}}],["clientid",{"_index":437,"name":{"849":{}},"parent":{}}],["clientsecret",{"_index":438,"name":{"850":{}},"parent":{}}],["comment",{"_index":686,"name":{"1451":{},"1779":{},"2338":{}},"parent":{}}],["constructor",{"_index":5,"name":{"4":{},"69":{},"199":{},"203":{},"222":{},"251":{},"255":{},"529":{},"532":{},"535":{},"595":{},"642":{},"673":{},"677":{},"839":{},"853":{},"868":{},"957":{},"1016":{},"1045":{},"1049":{}},"parent":{}}],["contact_account",{"_index":648,"name":{"1391":{},"1719":{},"2279":{}},"parent":{}}],["content",{"_index":592,"name":{"1312":{},"1640":{},"2189":{}},"parent":{}}],["context",{"_index":78,"name":{"89":{},"125":{},"879":{},"916":{},"1335":{},"1360":{},"1663":{},"1688":{},"2212":{},"2223":{},"2248":{}},"parent":{}}],["conversation",{"_index":79,"name":{"90":{},"126":{},"880":{},"917":{},"1339":{},"1667":{},"2227":{}},"parent":{}}],["conversation_id",{"_index":925,"name":{"2218":{}},"parent":{}}],["converter",{"_index":106,"name":{"117":{},"565":{},"908":{}},"parent":{}}],["count",{"_index":584,"name":{"1299":{},"2176":{}},"parent":{}}],["createapp",{"_index":194,"name":{"260":{},"403":{},"683":{},"1054":{}},"parent":{}}],["created_at",{"_index":429,"name":{"834":{},"857":{},"1218":{},"1313":{},"1413":{},"1480":{},"1552":{},"1641":{},"1741":{},"1808":{},"2094":{},"2190":{},"2301":{},"2367":{}},"parent":{}}],["createdat",{"_index":443,"name":{"863":{},"1868":{},"1894":{},"1930":{},"1947":{},"1956":{},"1962":{},"1969":{},"1986":{},"2006":{},"2012":{},"2022":{}},"parent":{}}],["creatednote",{"_index":342,"name":{"544":{},"1950":{},"1952":{}},"parent":{}}],["createemojireaction",{"_index":302,"name":{"369":{},"511":{},"792":{},"1163":{}},"parent":{}}],["createfeaturedtag",{"_index":240,"name":{"307":{},"449":{},"730":{},"1101":{}},"parent":{}}],["createfilter",{"_index":232,"name":{"298":{},"440":{},"721":{},"1092":{}},"parent":{}}],["createlist",{"_index":279,"name":{"346":{},"488":{},"769":{},"1140":{}},"parent":{}}],["cw",{"_index":806,"name":{"1898":{}},"parent":{}}],["data",{"_index":507,"name":{"1193":{}},"parent":{}}],["day",{"_index":567,"name":{"1276":{},"1610":{},"2153":{}},"parent":{}}],["decodenotificationtype",{"_index":109,"name":{"119":{},"584":{},"909":{}},"parent":{}}],["default",{"_index":7,"name":{"7":{},"47":{},"55":{},"188":{},"202":{},"221":{},"254":{},"537":{},"539":{},"629":{},"641":{},"676":{},"809":{},"820":{},"872":{},"1006":{},"1015":{},"1048":{},"1189":{},"1191":{},"1514":{},"1530":{},"1841":{},"2072":{},"2401":{}},"parent":{"8":{},"9":{},"10":{}}}],["default_scope",{"_index":9,"name":{"9":{},"66":{},"589":{},"954":{}},"parent":{}}],["default_ua",{"_index":10,"name":{"10":{}},"parent":{}}],["default_url",{"_index":67,"name":{"67":{},"955":{}},"parent":{}}],["del",{"_index":62,"name":{"61":{},"79":{},"950":{},"967":{}},"parent":{}}],["deleteaccountsfromlist",{"_index":284,"name":{"351":{},"493":{},"774":{},"1145":{}},"parent":{}}],["deleteconversation",{"_index":275,"name":{"342":{},"484":{},"765":{},"1136":{}},"parent":{}}],["deleteemojireaction",{"_index":303,"name":{"370":{},"512":{},"793":{},"1164":{}},"parent":{}}],["deletefeaturedtag",{"_index":241,"name":{"308":{},"450":{},"731":{},"1102":{}},"parent":{}}],["deletefilter",{"_index":234,"name":{"300":{},"442":{},"723":{},"1094":{}},"parent":{}}],["deletelist",{"_index":281,"name":{"348":{},"490":{},"771":{},"1142":{}},"parent":{}}],["deletepushsubscription",{"_index":294,"name":{"361":{},"503":{},"784":{},"1155":{}},"parent":{}}],["deletestatus",{"_index":247,"name":{"314":{},"456":{},"737":{},"1108":{}},"parent":{}}],["delivery_following",{"_index":674,"name":{"1437":{},"1764":{}},"parent":{}}],["descendants",{"_index":609,"name":{"1338":{},"1666":{},"2226":{}},"parent":{}}],["description",{"_index":552,"name":{"1253":{},"1258":{},"1384":{},"1587":{},"1592":{},"1712":{},"1936":{},"1996":{},"2129":{},"2134":{},"2272":{}},"parent":{}}],["detector",{"_index":335,"name":{"536":{},"1520":{}},"parent":{}}],["direct_conversation_id",{"_index":926,"name":{"2219":{}},"parent":{}}],["directsocket",{"_index":317,"name":{"384":{},"526":{},"807":{},"1178":{}},"parent":{}}],["directstream",{"_index":311,"name":{"378":{},"520":{},"801":{},"1172":{}},"parent":{}}],["disablelocaltimeline",{"_index":864,"name":{"1999":{}},"parent":{}}],["disableregistration",{"_index":863,"name":{"1998":{}},"parent":{}}],["dismissnotification",{"_index":290,"name":{"357":{},"499":{},"780":{},"1151":{}},"parent":{}}],["dismissnotifications",{"_index":289,"name":{"356":{},"498":{},"779":{},"1150":{}},"parent":{}}],["display_name",{"_index":525,"name":{"1216":{},"1550":{},"2092":{}},"parent":{}}],["domain_blocking",{"_index":679,"name":{"1443":{},"1770":{},"2330":{}},"parent":{}}],["domain_count",{"_index":641,"name":{"1379":{},"1707":{},"2267":{}},"parent":{}}],["email",{"_index":644,"name":{"1385":{},"1713":{},"2273":{}},"parent":{}}],["emoji",{"_index":80,"name":{"91":{},"127":{},"545":{},"566":{},"881":{},"918":{},"1198":{},"1416":{},"1532":{},"1850":{},"2074":{},"2304":{}},"parent":{}}],["emoji_reactions",{"_index":604,"name":{"1332":{},"2220":{}},"parent":{}}],["emojireaction",{"_index":410,"name":{"814":{}},"parent":{}}],["emojis",{"_index":534,"name":{"1228":{},"1314":{},"1562":{},"1642":{},"1864":{},"1904":{},"1929":{},"2002":{},"2104":{},"2191":{}},"parent":{}}],["encodenotificationtype",{"_index":107,"name":{"118":{},"583":{},"910":{}},"parent":{}}],["encodevisibility",{"_index":359,"name":{"570":{}},"parent":{}}],["endorsed",{"_index":681,"name":{"1445":{},"1772":{},"2332":{}},"parent":{}}],["endpoint",{"_index":668,"name":{"1429":{},"1756":{},"2317":{}},"parent":{}}],["entities/account",{"_index":11,"name":{"11":{}},"parent":{"1197":{}}}],["entities/account.entity",{"_index":510,"name":{},"parent":{"1198":{},"1204":{},"1211":{},"1233":{},"1239":{},"1244":{},"1254":{},"1268":{},"1274":{},"1279":{},"1284":{},"1288":{},"1297":{},"1303":{},"1335":{},"1339":{},"1345":{},"1351":{},"1356":{},"1364":{},"1365":{},"1372":{},"1375":{},"1380":{},"1394":{},"1398":{},"1410":{},"1418":{},"1419":{},"1426":{},"1432":{},"1447":{},"1454":{},"1459":{},"1465":{},"1475":{}}}],["entities/account.entity.account",{"_index":522,"name":{},"parent":{"1212":{}}}],["entities/account.entity.account.__type",{"_index":523,"name":{},"parent":{"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1228":{},"1229":{},"1230":{},"1231":{},"1232":{}}}],["entities/account.entity.activity",{"_index":537,"name":{},"parent":{"1234":{}}}],["entities/account.entity.activity.__type",{"_index":539,"name":{},"parent":{"1235":{},"1236":{},"1237":{},"1238":{}}}],["entities/account.entity.application",{"_index":543,"name":{},"parent":{"1240":{}}}],["entities/account.entity.application.__type",{"_index":544,"name":{},"parent":{"1241":{},"1242":{},"1243":{}}}],["entities/account.entity.attachment",{"_index":546,"name":{},"parent":{"1245":{}}}],["entities/account.entity.attachment.__type",{"_index":547,"name":{},"parent":{"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{}}}],["entities/account.entity.card",{"_index":553,"name":{},"parent":{"1255":{}}}],["entities/account.entity.card.__type",{"_index":554,"name":{},"parent":{"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1264":{},"1265":{},"1266":{},"1267":{}}}],["entities/account.entity.context",{"_index":606,"name":{},"parent":{"1336":{}}}],["entities/account.entity.context.__type",{"_index":608,"name":{},"parent":{"1337":{},"1338":{}}}],["entities/account.entity.conversation",{"_index":610,"name":{},"parent":{"1340":{}}}],["entities/account.entity.conversation.__type",{"_index":611,"name":{},"parent":{"1341":{},"1342":{},"1343":{},"1344":{}}}],["entities/account.entity.emoji",{"_index":511,"name":{},"parent":{"1199":{}}}],["entities/account.entity.emoji.__type",{"_index":513,"name":{},"parent":{"1200":{},"1201":{},"1202":{},"1203":{}}}],["entities/account.entity.featuredtag",{"_index":614,"name":{},"parent":{"1346":{}}}],["entities/account.entity.featuredtag.__type",{"_index":615,"name":{},"parent":{"1347":{},"1348":{},"1349":{},"1350":{}}}],["entities/account.entity.field",{"_index":617,"name":{},"parent":{"1352":{}}}],["entities/account.entity.field.__type",{"_index":618,"name":{},"parent":{"1353":{},"1354":{},"1355":{}}}],["entities/account.entity.filter",{"_index":621,"name":{},"parent":{"1357":{}}}],["entities/account.entity.filter.__type",{"_index":622,"name":{},"parent":{"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{}}}],["entities/account.entity.history",{"_index":566,"name":{},"parent":{"1275":{}}}],["entities/account.entity.history.__type",{"_index":568,"name":{},"parent":{"1276":{},"1277":{},"1278":{}}}],["entities/account.entity.identityproof",{"_index":627,"name":{},"parent":{"1366":{}}}],["entities/account.entity.identityproof.__type",{"_index":629,"name":{},"parent":{"1367":{},"1368":{},"1369":{},"1370":{},"1371":{}}}],["entities/account.entity.instance",{"_index":642,"name":{},"parent":{"1381":{}}}],["entities/account.entity.instance.__type",{"_index":643,"name":{},"parent":{"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{}}}],["entities/account.entity.list",{"_index":650,"name":{},"parent":{"1395":{}}}],["entities/account.entity.list.__type",{"_index":651,"name":{},"parent":{"1396":{},"1397":{}}}],["entities/account.entity.marker",{"_index":652,"name":{},"parent":{"1399":{}}}],["entities/account.entity.marker.__type",{"_index":653,"name":{},"parent":{"1400":{},"1401":{},"1405":{},"1406":{}}}],["entities/account.entity.marker.__type.__type",{"_index":655,"name":{},"parent":{"1402":{},"1403":{},"1404":{},"1407":{},"1408":{},"1409":{}}}],["entities/account.entity.mention",{"_index":564,"name":{},"parent":{"1269":{}}}],["entities/account.entity.mention.__type",{"_index":565,"name":{},"parent":{"1270":{},"1271":{},"1272":{},"1273":{}}}],["entities/account.entity.notification",{"_index":656,"name":{},"parent":{"1411":{}}}],["entities/account.entity.notification.__type",{"_index":657,"name":{},"parent":{"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{}}}],["entities/account.entity.poll",{"_index":576,"name":{},"parent":{"1289":{}}}],["entities/account.entity.poll.__type",{"_index":577,"name":{},"parent":{"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{}}}],["entities/account.entity.polloption",{"_index":573,"name":{},"parent":{"1285":{}}}],["entities/account.entity.polloption.__type",{"_index":574,"name":{},"parent":{"1286":{},"1287":{}}}],["entities/account.entity.preferences",{"_index":659,"name":{},"parent":{"1420":{}}}],["entities/account.entity.preferences.__type",{"_index":661,"name":{},"parent":{"1421":{},"1422":{},"1423":{},"1424":{},"1425":{}}}],["entities/account.entity.pushsubscription",{"_index":666,"name":{},"parent":{"1427":{}}}],["entities/account.entity.pushsubscription.__type",{"_index":667,"name":{},"parent":{"1428":{},"1429":{},"1430":{},"1431":{}}}],["entities/account.entity.reaction",{"_index":583,"name":{},"parent":{"1298":{}}}],["entities/account.entity.reaction.__type",{"_index":585,"name":{},"parent":{"1299":{},"1300":{},"1301":{},"1302":{}}}],["entities/account.entity.relationship",{"_index":671,"name":{},"parent":{"1433":{}}}],["entities/account.entity.relationship.__type",{"_index":672,"name":{},"parent":{"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{}}}],["entities/account.entity.report",{"_index":683,"name":{},"parent":{"1448":{}}}],["entities/account.entity.report.__type",{"_index":684,"name":{},"parent":{"1449":{},"1450":{},"1451":{},"1452":{},"1453":{}}}],["entities/account.entity.results",{"_index":689,"name":{},"parent":{"1455":{}}}],["entities/account.entity.results.__type",{"_index":690,"name":{},"parent":{"1456":{},"1457":{},"1458":{}}}],["entities/account.entity.scheduledstatus",{"_index":692,"name":{},"parent":{"1460":{}}}],["entities/account.entity.scheduledstatus.__type",{"_index":693,"name":{},"parent":{"1461":{},"1462":{},"1463":{},"1464":{}}}],["entities/account.entity.source",{"_index":516,"name":{},"parent":{"1205":{}}}],["entities/account.entity.source.__type",{"_index":518,"name":{},"parent":{"1206":{},"1207":{},"1208":{},"1209":{},"1210":{}}}],["entities/account.entity.stats",{"_index":637,"name":{},"parent":{"1376":{}}}],["entities/account.entity.stats.__type",{"_index":639,"name":{},"parent":{"1377":{},"1378":{},"1379":{}}}],["entities/account.entity.status",{"_index":587,"name":{},"parent":{"1304":{}}}],["entities/account.entity.status.__type",{"_index":588,"name":{},"parent":{"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{}}}],["entities/account.entity.statusparams",{"_index":695,"name":{},"parent":{"1466":{}}}],["entities/account.entity.statusparams.__type",{"_index":697,"name":{},"parent":{"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{}}}],["entities/account.entity.tag",{"_index":571,"name":{},"parent":{"1280":{}}}],["entities/account.entity.tag.__type",{"_index":572,"name":{},"parent":{"1281":{},"1282":{},"1283":{}}}],["entities/account.entity.token",{"_index":700,"name":{},"parent":{"1476":{}}}],["entities/account.entity.token.__type",{"_index":701,"name":{},"parent":{"1477":{},"1478":{},"1479":{},"1480":{}}}],["entities/account.entity.urls",{"_index":634,"name":{},"parent":{"1373":{}}}],["entities/account.entity.urls.__type",{"_index":636,"name":{},"parent":{"1374":{}}}],["entities/activity",{"_index":12,"name":{"12":{}},"parent":{"1481":{}}}],["entities/application",{"_index":13,"name":{"13":{}},"parent":{"1482":{}}}],["entities/attachment",{"_index":14,"name":{"14":{}},"parent":{"1483":{}}}],["entities/card",{"_index":15,"name":{"15":{}},"parent":{"1484":{}}}],["entities/context",{"_index":16,"name":{"16":{}},"parent":{"1485":{}}}],["entities/conversation",{"_index":17,"name":{"17":{}},"parent":{"1486":{}}}],["entities/emoji",{"_index":18,"name":{"18":{}},"parent":{"1487":{}}}],["entities/featured_tag",{"_index":19,"name":{"19":{}},"parent":{"1488":{}}}],["entities/field",{"_index":20,"name":{"20":{}},"parent":{"1489":{}}}],["entities/filter",{"_index":21,"name":{"21":{}},"parent":{"1490":{}}}],["entities/history",{"_index":22,"name":{"22":{}},"parent":{"1491":{}}}],["entities/identity_proof",{"_index":23,"name":{"23":{}},"parent":{"1492":{}}}],["entities/instance",{"_index":24,"name":{"24":{}},"parent":{"1493":{}}}],["entities/list",{"_index":25,"name":{"25":{}},"parent":{"1494":{}}}],["entities/marker",{"_index":26,"name":{"26":{}},"parent":{"1495":{}}}],["entities/mention",{"_index":27,"name":{"27":{}},"parent":{"1496":{}}}],["entities/notification",{"_index":28,"name":{"28":{}},"parent":{"1497":{}}}],["entities/poll",{"_index":29,"name":{"29":{}},"parent":{"1498":{}}}],["entities/poll_option",{"_index":30,"name":{"30":{}},"parent":{"1499":{}}}],["entities/preferences",{"_index":31,"name":{"31":{}},"parent":{"1500":{}}}],["entities/push_subscription",{"_index":32,"name":{"32":{}},"parent":{"1501":{}}}],["entities/reaction",{"_index":33,"name":{"33":{}},"parent":{"1502":{}}}],["entities/relationship",{"_index":34,"name":{"34":{}},"parent":{"1503":{}}}],["entities/report",{"_index":35,"name":{"35":{}},"parent":{"1504":{}}}],["entities/results",{"_index":36,"name":{"36":{}},"parent":{"1505":{}}}],["entities/scheduled_status",{"_index":37,"name":{"37":{}},"parent":{"1506":{}}}],["entities/source",{"_index":38,"name":{"38":{}},"parent":{"1507":{}}}],["entities/stats",{"_index":39,"name":{"39":{}},"parent":{"1508":{}}}],["entities/status",{"_index":40,"name":{"40":{}},"parent":{"1509":{}}}],["entities/status_params",{"_index":41,"name":{"41":{}},"parent":{"1510":{}}}],["entities/tag",{"_index":42,"name":{"42":{}},"parent":{"1511":{}}}],["entities/token",{"_index":43,"name":{"43":{}},"parent":{"1512":{}}}],["entities/urls",{"_index":44,"name":{"44":{}},"parent":{"1513":{}}}],["entity",{"_index":45,"name":{"45":{},"83":{},"540":{},"873":{},"1197":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{},"1513":{},"1529":{}},"parent":{"1514":{}}}],["expired",{"_index":579,"name":{"1292":{},"1626":{},"2169":{}},"parent":{}}],["expires_at",{"_index":578,"name":{"1291":{},"1361":{},"1625":{},"1689":{},"2168":{},"2249":{}},"parent":{}}],["expires_in",{"_index":430,"name":{"835":{},"858":{}},"parent":{}}],["expiresat",{"_index":801,"name":{"1889":{}},"parent":{}}],["expiresin",{"_index":444,"name":{"864":{}},"parent":{}}],["favorite",{"_index":343,"name":{"546":{},"1953":{}},"parent":{}}],["favourite",{"_index":153,"name":{"191":{},"811":{},"1009":{}},"parent":{}}],["favourited",{"_index":597,"name":{"1319":{},"1647":{},"2196":{}},"parent":{}}],["favourites_count",{"_index":595,"name":{"1317":{},"1645":{},"2194":{}},"parent":{}}],["favouritestatus",{"_index":251,"name":{"318":{},"460":{},"741":{},"1112":{}},"parent":{}}],["featured_tag",{"_index":110,"name":{"128":{},"919":{}},"parent":{}}],["featuredtag",{"_index":81,"name":{"92":{},"882":{},"1345":{},"1673":{},"2233":{}},"parent":{}}],["fetchaccesstoken",{"_index":197,"name":{"263":{},"405":{},"686":{},"1057":{}},"parent":{}}],["field",{"_index":82,"name":{"93":{},"129":{},"883":{},"920":{},"1351":{},"1679":{},"2239":{}},"parent":{}}],["fields",{"_index":521,"name":{"1210":{},"1230":{},"1544":{},"1564":{},"2086":{},"2106":{}},"parent":{}}],["file",{"_index":344,"name":{"547":{},"572":{},"1865":{}},"parent":{}}],["fileids",{"_index":809,"name":{"1905":{}},"parent":{}}],["files",{"_index":810,"name":{"1906":{}},"parent":{}}],["filetype",{"_index":360,"name":{"571":{}},"parent":{}}],["filter",{"_index":83,"name":{"94":{},"130":{},"884":{},"921":{},"1356":{},"1684":{},"2244":{}},"parent":{}}],["filter_context",{"_index":46,"name":{"46":{}},"parent":{"47":{}}}],["filter_context.default",{"_index":48,"name":{},"parent":{"48":{},"49":{},"50":{},"51":{},"52":{}}}],["filtercontext",{"_index":626,"name":{"1364":{},"1525":{},"1692":{},"2252":{}},"parent":{}}],["follow",{"_index":154,"name":{"192":{},"630":{},"810":{},"1010":{}},"parent":{}}],["followaccount",{"_index":212,"name":{"278":{},"420":{},"701":{},"1072":{}},"parent":{}}],["followed_by",{"_index":673,"name":{"1436":{},"1763":{},"2324":{}},"parent":{}}],["followee",{"_index":848,"name":{"1972":{},"1977":{}},"parent":{}}],["followeeid",{"_index":844,"name":{"1963":{},"1970":{}},"parent":{}}],["follower",{"_index":345,"name":{"548":{},"573":{},"1959":{},"1965":{},"1976":{}},"parent":{}}],["followerid",{"_index":845,"name":{"1964":{},"1971":{}},"parent":{}}],["followers_count",{"_index":527,"name":{"1219":{},"1553":{},"2095":{}},"parent":{}}],["followerscount",{"_index":826,"name":{"1937":{}},"parent":{}}],["following",{"_index":346,"name":{"549":{},"574":{},"1435":{},"1762":{},"1966":{},"2323":{}},"parent":{}}],["following_count",{"_index":528,"name":{"1220":{},"1554":{},"2096":{}},"parent":{}}],["followingcount",{"_index":827,"name":{"1938":{}},"parent":{}}],["followrequest",{"_index":155,"name":{"194":{},"550":{},"815":{},"1013":{},"1973":{}},"parent":{}}],["followrequestaccepted",{"_index":397,"name":{"638":{}},"parent":{}}],["from",{"_index":433,"name":{"838":{},"852":{}},"parent":{}}],["generateauthurl",{"_index":195,"name":{"261":{},"1055":{}},"parent":{}}],["generateauthurlandtoken",{"_index":408,"name":{"684":{}},"parent":{}}],["get",{"_index":57,"name":{"57":{},"75":{},"946":{},"963":{}},"parent":{}}],["getaccount",{"_index":203,"name":{"269":{},"411":{},"692":{},"1063":{}},"parent":{}}],["getaccountfavourites",{"_index":207,"name":{"273":{},"413":{},"694":{},"1067":{}},"parent":{}}],["getaccountfollowers",{"_index":208,"name":{"274":{},"416":{},"697":{},"1068":{}},"parent":{}}],["getaccountfollowing",{"_index":209,"name":{"275":{},"417":{},"698":{},"1069":{}},"parent":{}}],["getaccountlists",{"_index":210,"name":{"276":{},"418":{},"699":{},"1070":{}},"parent":{}}],["getaccountsinlist",{"_index":282,"name":{"349":{},"491":{},"772":{},"1143":{}},"parent":{}}],["getaccountstatuses",{"_index":204,"name":{"270":{},"412":{},"693":{},"1064":{}},"parent":{}}],["getblocks",{"_index":226,"name":{"292":{},"434":{},"715":{},"1086":{}},"parent":{}}],["getbookmarks",{"_index":223,"name":{"289":{},"431":{},"712":{},"1083":{}},"parent":{}}],["getconversationtimeline",{"_index":274,"name":{"341":{},"483":{},"764":{},"1135":{}},"parent":{}}],["getdomainblocks",{"_index":227,"name":{"293":{},"435":{},"716":{},"1087":{}},"parent":{}}],["getemojireaction",{"_index":305,"name":{"372":{},"514":{},"795":{},"1166":{}},"parent":{}}],["getemojireactions",{"_index":304,"name":{"371":{},"513":{},"794":{},"1165":{}},"parent":{}}],["getendorsements",{"_index":238,"name":{"305":{},"447":{},"728":{},"1099":{}},"parent":{}}],["getfavourites",{"_index":224,"name":{"290":{},"432":{},"713":{},"1084":{}},"parent":{}}],["getfeaturedtags",{"_index":239,"name":{"306":{},"448":{},"729":{},"1100":{}},"parent":{}}],["getfilter",{"_index":231,"name":{"297":{},"439":{},"720":{},"1091":{}},"parent":{}}],["getfilters",{"_index":230,"name":{"296":{},"438":{},"719":{},"1090":{}},"parent":{}}],["getfollowrequests",{"_index":235,"name":{"302":{},"444":{},"725":{},"1096":{}},"parent":{}}],["gethometimeline",{"_index":272,"name":{"339":{},"481":{},"762":{},"1133":{}},"parent":{}}],["getidentityproof",{"_index":211,"name":{"277":{},"419":{},"700":{},"1071":{}},"parent":{}}],["getinstance",{"_index":296,"name":{"363":{},"505":{},"786":{},"1157":{}},"parent":{}}],["getinstanceactivity",{"_index":298,"name":{"365":{},"507":{},"788":{},"1159":{}},"parent":{}}],["getinstancecustomemojis",{"_index":301,"name":{"368":{},"510":{},"791":{},"1162":{}},"parent":{}}],["getinstancedirectory",{"_index":300,"name":{"367":{},"509":{},"790":{},"1161":{}},"parent":{}}],["getinstancepeers",{"_index":297,"name":{"364":{},"506":{},"787":{},"1158":{}},"parent":{}}],["getinstancetrends",{"_index":299,"name":{"366":{},"508":{},"789":{},"1160":{}},"parent":{}}],["getlist",{"_index":278,"name":{"345":{},"487":{},"768":{},"1139":{}},"parent":{}}],["getlists",{"_index":277,"name":{"344":{},"486":{},"767":{},"1138":{}},"parent":{}}],["getlisttimeline",{"_index":273,"name":{"340":{},"482":{},"763":{},"1134":{}},"parent":{}}],["getlocaltimeline",{"_index":270,"name":{"337":{},"479":{},"760":{},"1131":{}},"parent":{}}],["getmarkers",{"_index":285,"name":{"352":{},"494":{},"775":{},"1146":{}},"parent":{}}],["getmutes",{"_index":225,"name":{"291":{},"433":{},"714":{},"1085":{}},"parent":{}}],["getnotification",{"_index":288,"name":{"355":{},"497":{},"778":{},"1149":{}},"parent":{}}],["getnotifications",{"_index":287,"name":{"354":{},"496":{},"777":{},"1148":{}},"parent":{}}],["getpoll",{"_index":263,"name":{"330":{},"472":{},"753":{},"1124":{}},"parent":{}}],["getpreferences",{"_index":243,"name":{"310":{},"452":{},"733":{},"1104":{}},"parent":{}}],["getpublictimeline",{"_index":269,"name":{"336":{},"478":{},"759":{},"1130":{}},"parent":{}}],["getpushsubscription",{"_index":292,"name":{"359":{},"501":{},"782":{},"1153":{}},"parent":{}}],["getrelationship",{"_index":220,"name":{"286":{},"428":{},"709":{},"1080":{}},"parent":{}}],["getrelationships",{"_index":221,"name":{"287":{},"429":{},"710":{},"1081":{}},"parent":{}}],["getscheduledstatus",{"_index":266,"name":{"333":{},"475":{},"756":{},"1127":{}},"parent":{}}],["getscheduledstatuses",{"_index":265,"name":{"332":{},"474":{},"755":{},"1126":{}},"parent":{}}],["getstatus",{"_index":246,"name":{"313":{},"455":{},"736":{},"1107":{}},"parent":{}}],["getstatuscontext",{"_index":248,"name":{"315":{},"457":{},"738":{},"1109":{}},"parent":{}}],["getstatusfavouritedby",{"_index":250,"name":{"317":{},"459":{},"740":{},"1111":{}},"parent":{}}],["getstatusrebloggedby",{"_index":249,"name":{"316":{},"458":{},"739":{},"1110":{}},"parent":{}}],["getsuggestedtags",{"_index":242,"name":{"309":{},"451":{},"732":{},"1103":{}},"parent":{}}],["getsuggestions",{"_index":244,"name":{"311":{},"453":{},"734":{},"1105":{}},"parent":{}}],["gettagtimeline",{"_index":271,"name":{"338":{},"480":{},"761":{},"1132":{}},"parent":{}}],["groupinvited",{"_index":398,"name":{"639":{}},"parent":{}}],["hashtag",{"_index":347,"name":{"551":{},"588":{},"1978":{}},"parent":{}}],["hashtags",{"_index":691,"name":{"1458":{},"1786":{},"2345":{}},"parent":{}}],["haspendingfollowrequestfromyou",{"_index":877,"name":{"2029":{}},"parent":{}}],["haspendingfollowrequesttoyou",{"_index":878,"name":{"2030":{}},"parent":{}}],["header",{"_index":532,"name":{"1226":{},"1560":{},"2102":{}},"parent":{}}],["header_static",{"_index":533,"name":{"1227":{},"1561":{},"2103":{}},"parent":{}}],["headers",{"_index":163,"name":{"205":{},"227":{},"646":{},"1021":{},"1196":{}},"parent":{}}],["height",{"_index":563,"name":{"1267":{},"1601":{},"1877":{},"2143":{}},"parent":{}}],["history",{"_index":84,"name":{"95":{},"131":{},"885":{},"922":{},"1274":{},"1283":{},"1608":{},"1617":{},"2151":{},"2160":{}},"parent":{}}],["home",{"_index":47,"name":{"48":{},"1400":{},"1728":{},"2288":{}},"parent":{}}],["host",{"_index":497,"name":{"1182":{},"1853":{},"1861":{},"1922":{}},"parent":{}}],["html",{"_index":561,"name":{"1265":{},"1599":{},"2141":{}},"parent":{}}],["id",{"_index":416,"name":{"823":{},"842":{},"1213":{},"1246":{},"1270":{},"1290":{},"1305":{},"1341":{},"1347":{},"1358":{},"1396":{},"1414":{},"1428":{},"1434":{},"1449":{},"1461":{},"1547":{},"1580":{},"1604":{},"1624":{},"1633":{},"1669":{},"1675":{},"1686":{},"1724":{},"1742":{},"1755":{},"1761":{},"1777":{},"1789":{},"1845":{},"1858":{},"1867":{},"1893":{},"1919":{},"1946":{},"1955":{},"1961":{},"1968":{},"1975":{},"1985":{},"2005":{},"2011":{},"2021":{},"2027":{},"2089":{},"2122":{},"2147":{},"2167":{},"2182":{},"2229":{},"2235":{},"2246":{},"2284":{},"2302":{},"2316":{},"2322":{},"2336":{},"2348":{}},"parent":{}}],["identity_proof",{"_index":111,"name":{"132":{},"923":{}},"parent":{}}],["identityproof",{"_index":85,"name":{"96":{},"886":{},"1365":{},"1693":{},"2253":{}},"parent":{}}],["image",{"_index":556,"name":{"1260":{},"1594":{},"2136":{}},"parent":{}}],["in_reply_to_account_id",{"_index":591,"name":{"1310":{},"1638":{},"2187":{}},"parent":{}}],["in_reply_to_id",{"_index":590,"name":{"1309":{},"1468":{},"1637":{},"1796":{},"2186":{},"2355":{}},"parent":{}}],["index",{"_index":53,"name":{"53":{}},"parent":{"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{}}}],["instance",{"_index":86,"name":{"97":{},"133":{},"887":{},"924":{},"1380":{},"1708":{},"2268":{}},"parent":{}}],["instances",{"_index":891,"name":{"2049":{}},"parent":{}}],["interface",{"_index":55,"name":{"56":{},"590":{},"945":{}},"parent":{}}],["irreversible",{"_index":624,"name":{"1362":{},"1690":{},"2250":{}},"parent":{}}],["isadmin",{"_index":817,"name":{"1925":{}},"parent":{}}],["isblocked",{"_index":881,"name":{"2033":{}},"parent":{}}],["isblocking",{"_index":880,"name":{"2032":{}},"parent":{}}],["isbot",{"_index":819,"name":{"1927":{}},"parent":{}}],["iscancel",{"_index":6,"name":{"5":{},"6":{},"1518":{}},"parent":{}}],["iscat",{"_index":820,"name":{"1928":{}},"parent":{}}],["isfollowed",{"_index":879,"name":{"2031":{}},"parent":{}}],["isfollowing",{"_index":876,"name":{"2028":{}},"parent":{}}],["islocked",{"_index":823,"name":{"1933":{}},"parent":{}}],["ismoderator",{"_index":818,"name":{"1926":{}},"parent":{}}],["ismuted",{"_index":882,"name":{"2034":{}},"parent":{}}],["issensitive",{"_index":790,"name":{"1873":{}},"parent":{}}],["issilenced",{"_index":824,"name":{"1934":{}},"parent":{}}],["issuspended",{"_index":825,"name":{"1935":{}},"parent":{}}],["isvoted",{"_index":798,"name":{"1885":{}},"parent":{}}],["langs",{"_index":862,"name":{"1997":{}},"parent":{}}],["language",{"_index":520,"name":{"1208":{},"1330":{},"1542":{},"1658":{},"2084":{},"2207":{}},"parent":{}}],["languages",{"_index":647,"name":{"1390":{},"1718":{},"2278":{}},"parent":{}}],["last_read_id",{"_index":654,"name":{"1402":{},"1407":{},"1730":{},"1735":{},"2290":{},"2295":{}},"parent":{}}],["last_status",{"_index":612,"name":{"1343":{},"1671":{},"2231":{}},"parent":{}}],["last_status_at",{"_index":616,"name":{"1350":{},"1678":{},"2238":{}},"parent":{}}],["list",{"_index":87,"name":{"98":{},"134":{},"552":{},"582":{},"888":{},"925":{},"1394":{},"1722":{},"1983":{},"2282":{}},"parent":{}}],["listid",{"_index":402,"name":{"649":{}},"parent":{}}],["listsocket",{"_index":316,"name":{"383":{},"525":{},"806":{},"1177":{}},"parent":{}}],["liststream",{"_index":310,"name":{"377":{},"519":{},"800":{},"1171":{}},"parent":{}}],["local",{"_index":927,"name":{"2221":{}},"parent":{}}],["localsocket",{"_index":314,"name":{"381":{},"523":{},"804":{},"1175":{}},"parent":{}}],["localstream",{"_index":308,"name":{"375":{},"517":{},"798":{},"1169":{}},"parent":{}}],["locked",{"_index":526,"name":{"1217":{},"1551":{},"2093":{}},"parent":{}}],["logins",{"_index":541,"name":{"1237":{},"1571":{},"2113":{}},"parent":{}}],["maintaineremail",{"_index":861,"name":{"1992":{}},"parent":{}}],["maintainername",{"_index":859,"name":{"1991":{}},"parent":{}}],["mapreactions",{"_index":361,"name":{"579":{}},"parent":{}}],["marker",{"_index":88,"name":{"99":{},"135":{},"889":{},"926":{},"1398":{},"1726":{},"2286":{}},"parent":{}}],["mastodon",{"_index":191,"name":{"253":{},"1526":{}},"parent":{"254":{}}}],["mastodon.default",{"_index":192,"name":{},"parent":{"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{}}}],["mastodon/api_client",{"_index":54,"name":{"54":{}},"parent":{"55":{}}}],["mastodon/api_client.default",{"_index":56,"name":{},"parent":{"56":{},"65":{},"83":{},"117":{}}}],["mastodon/api_client.default.client",{"_index":66,"name":{},"parent":{"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{}}}],["mastodon/api_client.default.converter",{"_index":108,"name":{},"parent":{"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{}}}],["mastodon/api_client.default.entity",{"_index":73,"name":{},"parent":{"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{}}}],["mastodon/api_client.default.interface",{"_index":58,"name":{},"parent":{"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{}}}],["mastodon/entities/account",{"_index":116,"name":{"153":{}},"parent":{"1531":{}}}],["mastodon/entities/account.mastodonentity",{"_index":703,"name":{},"parent":{"1532":{},"1538":{},"1545":{},"1567":{},"1573":{},"1578":{},"1588":{},"1602":{},"1608":{},"1613":{},"1618":{},"1622":{},"1631":{},"1663":{},"1667":{},"1673":{},"1679":{},"1684":{},"1692":{},"1693":{},"1700":{},"1703":{},"1708":{},"1722":{},"1726":{},"1738":{},"1745":{},"1746":{},"1753":{},"1759":{},"1775":{},"1782":{},"1787":{},"1793":{},"1803":{}}}],["mastodon/entities/account.mastodonentity.account",{"_index":708,"name":{},"parent":{"1546":{}}}],["mastodon/entities/account.mastodonentity.account.__type",{"_index":709,"name":{},"parent":{"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{}}}],["mastodon/entities/account.mastodonentity.activity",{"_index":710,"name":{},"parent":{"1568":{}}}],["mastodon/entities/account.mastodonentity.activity.__type",{"_index":711,"name":{},"parent":{"1569":{},"1570":{},"1571":{},"1572":{}}}],["mastodon/entities/account.mastodonentity.application",{"_index":712,"name":{},"parent":{"1574":{}}}],["mastodon/entities/account.mastodonentity.application.__type",{"_index":713,"name":{},"parent":{"1575":{},"1576":{},"1577":{}}}],["mastodon/entities/account.mastodonentity.attachment",{"_index":714,"name":{},"parent":{"1579":{}}}],["mastodon/entities/account.mastodonentity.attachment.__type",{"_index":715,"name":{},"parent":{"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{}}}],["mastodon/entities/account.mastodonentity.card",{"_index":716,"name":{},"parent":{"1589":{}}}],["mastodon/entities/account.mastodonentity.card.__type",{"_index":717,"name":{},"parent":{"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{}}}],["mastodon/entities/account.mastodonentity.context",{"_index":731,"name":{},"parent":{"1664":{}}}],["mastodon/entities/account.mastodonentity.context.__type",{"_index":732,"name":{},"parent":{"1665":{},"1666":{}}}],["mastodon/entities/account.mastodonentity.conversation",{"_index":733,"name":{},"parent":{"1668":{}}}],["mastodon/entities/account.mastodonentity.conversation.__type",{"_index":734,"name":{},"parent":{"1669":{},"1670":{},"1671":{},"1672":{}}}],["mastodon/entities/account.mastodonentity.emoji",{"_index":704,"name":{},"parent":{"1533":{}}}],["mastodon/entities/account.mastodonentity.emoji.__type",{"_index":705,"name":{},"parent":{"1534":{},"1535":{},"1536":{},"1537":{}}}],["mastodon/entities/account.mastodonentity.featuredtag",{"_index":735,"name":{},"parent":{"1674":{}}}],["mastodon/entities/account.mastodonentity.featuredtag.__type",{"_index":736,"name":{},"parent":{"1675":{},"1676":{},"1677":{},"1678":{}}}],["mastodon/entities/account.mastodonentity.field",{"_index":737,"name":{},"parent":{"1680":{}}}],["mastodon/entities/account.mastodonentity.field.__type",{"_index":738,"name":{},"parent":{"1681":{},"1682":{},"1683":{}}}],["mastodon/entities/account.mastodonentity.filter",{"_index":739,"name":{},"parent":{"1685":{}}}],["mastodon/entities/account.mastodonentity.filter.__type",{"_index":740,"name":{},"parent":{"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{}}}],["mastodon/entities/account.mastodonentity.history",{"_index":720,"name":{},"parent":{"1609":{}}}],["mastodon/entities/account.mastodonentity.history.__type",{"_index":721,"name":{},"parent":{"1610":{},"1611":{},"1612":{}}}],["mastodon/entities/account.mastodonentity.identityproof",{"_index":741,"name":{},"parent":{"1694":{}}}],["mastodon/entities/account.mastodonentity.identityproof.__type",{"_index":742,"name":{},"parent":{"1695":{},"1696":{},"1697":{},"1698":{},"1699":{}}}],["mastodon/entities/account.mastodonentity.instance",{"_index":747,"name":{},"parent":{"1709":{}}}],["mastodon/entities/account.mastodonentity.instance.__type",{"_index":748,"name":{},"parent":{"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{}}}],["mastodon/entities/account.mastodonentity.list",{"_index":749,"name":{},"parent":{"1723":{}}}],["mastodon/entities/account.mastodonentity.list.__type",{"_index":750,"name":{},"parent":{"1724":{},"1725":{}}}],["mastodon/entities/account.mastodonentity.marker",{"_index":751,"name":{},"parent":{"1727":{}}}],["mastodon/entities/account.mastodonentity.marker.__type",{"_index":752,"name":{},"parent":{"1728":{},"1729":{},"1733":{},"1734":{}}}],["mastodon/entities/account.mastodonentity.marker.__type.__type",{"_index":753,"name":{},"parent":{"1730":{},"1731":{},"1732":{},"1735":{},"1736":{},"1737":{}}}],["mastodon/entities/account.mastodonentity.mention",{"_index":718,"name":{},"parent":{"1603":{}}}],["mastodon/entities/account.mastodonentity.mention.__type",{"_index":719,"name":{},"parent":{"1604":{},"1605":{},"1606":{},"1607":{}}}],["mastodon/entities/account.mastodonentity.notification",{"_index":754,"name":{},"parent":{"1739":{}}}],["mastodon/entities/account.mastodonentity.notification.__type",{"_index":755,"name":{},"parent":{"1740":{},"1741":{},"1742":{},"1743":{},"1744":{}}}],["mastodon/entities/account.mastodonentity.poll",{"_index":726,"name":{},"parent":{"1623":{}}}],["mastodon/entities/account.mastodonentity.poll.__type",{"_index":727,"name":{},"parent":{"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{}}}],["mastodon/entities/account.mastodonentity.polloption",{"_index":724,"name":{},"parent":{"1619":{}}}],["mastodon/entities/account.mastodonentity.polloption.__type",{"_index":725,"name":{},"parent":{"1620":{},"1621":{}}}],["mastodon/entities/account.mastodonentity.preferences",{"_index":756,"name":{},"parent":{"1747":{}}}],["mastodon/entities/account.mastodonentity.preferences.__type",{"_index":757,"name":{},"parent":{"1748":{},"1749":{},"1750":{},"1751":{},"1752":{}}}],["mastodon/entities/account.mastodonentity.pushsubscription",{"_index":758,"name":{},"parent":{"1754":{}}}],["mastodon/entities/account.mastodonentity.pushsubscription.__type",{"_index":759,"name":{},"parent":{"1755":{},"1756":{},"1757":{},"1758":{}}}],["mastodon/entities/account.mastodonentity.relationship",{"_index":760,"name":{},"parent":{"1760":{}}}],["mastodon/entities/account.mastodonentity.relationship.__type",{"_index":761,"name":{},"parent":{"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{},"1773":{},"1774":{}}}],["mastodon/entities/account.mastodonentity.report",{"_index":762,"name":{},"parent":{"1776":{}}}],["mastodon/entities/account.mastodonentity.report.__type",{"_index":763,"name":{},"parent":{"1777":{},"1778":{},"1779":{},"1780":{},"1781":{}}}],["mastodon/entities/account.mastodonentity.results",{"_index":764,"name":{},"parent":{"1783":{}}}],["mastodon/entities/account.mastodonentity.results.__type",{"_index":765,"name":{},"parent":{"1784":{},"1785":{},"1786":{}}}],["mastodon/entities/account.mastodonentity.scheduledstatus",{"_index":766,"name":{},"parent":{"1788":{}}}],["mastodon/entities/account.mastodonentity.scheduledstatus.__type",{"_index":767,"name":{},"parent":{"1789":{},"1790":{},"1791":{},"1792":{}}}],["mastodon/entities/account.mastodonentity.source",{"_index":706,"name":{},"parent":{"1539":{}}}],["mastodon/entities/account.mastodonentity.source.__type",{"_index":707,"name":{},"parent":{"1540":{},"1541":{},"1542":{},"1543":{},"1544":{}}}],["mastodon/entities/account.mastodonentity.stats",{"_index":745,"name":{},"parent":{"1704":{}}}],["mastodon/entities/account.mastodonentity.stats.__type",{"_index":746,"name":{},"parent":{"1705":{},"1706":{},"1707":{}}}],["mastodon/entities/account.mastodonentity.status",{"_index":728,"name":{},"parent":{"1632":{}}}],["mastodon/entities/account.mastodonentity.status.__type",{"_index":729,"name":{},"parent":{"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{}}}],["mastodon/entities/account.mastodonentity.statusparams",{"_index":768,"name":{},"parent":{"1794":{}}}],["mastodon/entities/account.mastodonentity.statusparams.__type",{"_index":769,"name":{},"parent":{"1795":{},"1796":{},"1797":{},"1798":{},"1799":{},"1800":{},"1801":{},"1802":{}}}],["mastodon/entities/account.mastodonentity.tag",{"_index":722,"name":{},"parent":{"1614":{}}}],["mastodon/entities/account.mastodonentity.tag.__type",{"_index":723,"name":{},"parent":{"1615":{},"1616":{},"1617":{}}}],["mastodon/entities/account.mastodonentity.token",{"_index":770,"name":{},"parent":{"1804":{}}}],["mastodon/entities/account.mastodonentity.token.__type",{"_index":771,"name":{},"parent":{"1805":{},"1806":{},"1807":{},"1808":{}}}],["mastodon/entities/account.mastodonentity.urls",{"_index":743,"name":{},"parent":{"1701":{}}}],["mastodon/entities/account.mastodonentity.urls.__type",{"_index":744,"name":{},"parent":{"1702":{}}}],["mastodon/entities/activity",{"_index":117,"name":{"154":{}},"parent":{"1809":{}}}],["mastodon/entities/application",{"_index":118,"name":{"155":{}},"parent":{"1810":{}}}],["mastodon/entities/attachment",{"_index":119,"name":{"156":{}},"parent":{"1811":{}}}],["mastodon/entities/card",{"_index":120,"name":{"157":{}},"parent":{"1812":{}}}],["mastodon/entities/context",{"_index":121,"name":{"158":{}},"parent":{"1813":{}}}],["mastodon/entities/conversation",{"_index":122,"name":{"159":{}},"parent":{"1814":{}}}],["mastodon/entities/emoji",{"_index":123,"name":{"160":{}},"parent":{"1815":{}}}],["mastodon/entities/featured_tag",{"_index":124,"name":{"161":{}},"parent":{"1816":{}}}],["mastodon/entities/field",{"_index":125,"name":{"162":{}},"parent":{"1817":{}}}],["mastodon/entities/filter",{"_index":126,"name":{"163":{}},"parent":{"1818":{}}}],["mastodon/entities/history",{"_index":127,"name":{"164":{}},"parent":{"1819":{}}}],["mastodon/entities/identity_proof",{"_index":128,"name":{"165":{}},"parent":{"1820":{}}}],["mastodon/entities/instance",{"_index":129,"name":{"166":{}},"parent":{"1821":{}}}],["mastodon/entities/list",{"_index":130,"name":{"167":{}},"parent":{"1822":{}}}],["mastodon/entities/marker",{"_index":131,"name":{"168":{}},"parent":{"1823":{}}}],["mastodon/entities/mention",{"_index":132,"name":{"169":{}},"parent":{"1824":{}}}],["mastodon/entities/notification",{"_index":133,"name":{"170":{}},"parent":{"1825":{}}}],["mastodon/entities/poll",{"_index":134,"name":{"171":{}},"parent":{"1826":{}}}],["mastodon/entities/poll_option",{"_index":135,"name":{"172":{}},"parent":{"1827":{}}}],["mastodon/entities/preferences",{"_index":136,"name":{"173":{}},"parent":{"1828":{}}}],["mastodon/entities/push_subscription",{"_index":137,"name":{"174":{}},"parent":{"1829":{}}}],["mastodon/entities/relationship",{"_index":138,"name":{"175":{}},"parent":{"1830":{}}}],["mastodon/entities/report",{"_index":139,"name":{"176":{}},"parent":{"1831":{}}}],["mastodon/entities/results",{"_index":140,"name":{"177":{}},"parent":{"1832":{}}}],["mastodon/entities/scheduled_status",{"_index":141,"name":{"178":{}},"parent":{"1833":{}}}],["mastodon/entities/source",{"_index":142,"name":{"179":{}},"parent":{"1834":{}}}],["mastodon/entities/stats",{"_index":143,"name":{"180":{}},"parent":{"1835":{}}}],["mastodon/entities/status",{"_index":144,"name":{"181":{}},"parent":{"1836":{}}}],["mastodon/entities/status_params",{"_index":145,"name":{"182":{}},"parent":{"1837":{}}}],["mastodon/entities/tag",{"_index":146,"name":{"183":{}},"parent":{"1838":{}}}],["mastodon/entities/token",{"_index":147,"name":{"184":{}},"parent":{"1839":{}}}],["mastodon/entities/urls",{"_index":148,"name":{"185":{}},"parent":{"1840":{}}}],["mastodon/entity",{"_index":149,"name":{"186":{}},"parent":{"1841":{}}}],["mastodon/notification",{"_index":150,"name":{"187":{}},"parent":{"188":{}}}],["mastodon/notification.default",{"_index":151,"name":{},"parent":{"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{}}}],["mastodon/stream_listener",{"_index":156,"name":{"196":{}},"parent":{"197":{},"202":{}}}],["mastodon/stream_listener.default",{"_index":161,"name":{},"parent":{"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{}}}],["mastodon/stream_listener.streamlistenererror",{"_index":158,"name":{},"parent":{"198":{},"199":{},"200":{},"201":{}}}],["mastodon/web_socket",{"_index":177,"name":{"220":{}},"parent":{"221":{},"250":{}}}],["mastodon/web_socket.default",{"_index":178,"name":{},"parent":{"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{}}}],["mastodon/web_socket.parser",{"_index":189,"name":{},"parent":{"251":{},"252":{}}}],["mastodonentity",{"_index":702,"name":{"1531":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{},"1818":{},"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{}},"parent":{}}],["max_toot_chars",{"_index":649,"name":{"1392":{},"1720":{},"2280":{}},"parent":{}}],["maxnotetextlength",{"_index":865,"name":{"2001":{}},"parent":{}}],["md5",{"_index":788,"name":{"1871":{}},"parent":{}}],["me",{"_index":586,"name":{"1300":{},"2177":{}},"parent":{}}],["media_attachments",{"_index":600,"name":{"1324":{},"1464":{},"1652":{},"1792":{},"2201":{},"2351":{}},"parent":{}}],["media_ids",{"_index":698,"name":{"1469":{},"1797":{},"2356":{}},"parent":{}}],["megalodon",{"_index":318,"name":{"385":{}},"parent":{"386":{},"393":{},"400":{},"527":{},"530":{},"533":{},"536":{},"537":{}}}],["megalodon.argumenterror",{"_index":332,"name":{},"parent":{"531":{},"532":{}}}],["megalodon.megalodoninterface",{"_index":328,"name":{},"parent":{"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{}}}],["megalodon.noimplementederror",{"_index":330,"name":{},"parent":{"528":{},"529":{}}}],["megalodon.streamlistenerinterface",{"_index":326,"name":{},"parent":{"394":{},"395":{},"396":{},"397":{},"398":{},"399":{}}}],["megalodon.unexpectederror",{"_index":334,"name":{},"parent":{"534":{},"535":{}}}],["megalodon.websocketinterface",{"_index":320,"name":{},"parent":{"387":{},"388":{},"389":{},"390":{},"391":{},"392":{}}}],["megalodoninterface",{"_index":327,"name":{"400":{},"1521":{}},"parent":{}}],["mention",{"_index":89,"name":{"100":{},"136":{},"189":{},"631":{},"813":{},"890":{},"927":{},"1007":{},"1268":{},"1602":{},"2145":{}},"parent":{}}],["mentions",{"_index":601,"name":{"1325":{},"1653":{},"1915":{},"2202":{}},"parent":{}}],["message",{"_index":160,"name":{"201":{},"869":{}},"parent":{}}],["meta",{"_index":348,"name":{"553":{},"587":{},"1252":{},"1586":{},"1989":{},"2128":{}},"parent":{}}],["misskey",{"_index":406,"name":{"675":{},"1528":{}},"parent":{"676":{}}}],["misskey.default",{"_index":407,"name":{},"parent":{"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{},"804":{},"805":{},"806":{},"807":{}}}],["misskey/api_client",{"_index":336,"name":{"538":{}},"parent":{"539":{}}}],["misskey/api_client.default",{"_index":337,"name":{},"parent":{"540":{},"565":{},"589":{},"590":{},"594":{}}}],["misskey/api_client.default.client",{"_index":365,"name":{},"parent":{"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{}}}],["misskey/api_client.default.converter",{"_index":357,"name":{},"parent":{"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{}}}],["misskey/api_client.default.entity",{"_index":339,"name":{},"parent":{"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{}}}],["misskey/api_client.default.interface",{"_index":364,"name":{},"parent":{"591":{},"592":{},"593":{}}}],["misskey/entities/app",{"_index":366,"name":{"604":{}},"parent":{"1842":{}}}],["misskey/entities/app.misskeyentity",{"_index":773,"name":{},"parent":{"1843":{},"1850":{},"1856":{},"1865":{},"1881":{},"1886":{},"1891":{},"1917":{},"1944":{},"1950":{},"1953":{},"1959":{},"1966":{},"1973":{},"1978":{},"1983":{},"1989":{},"2003":{},"2009":{},"2018":{},"2019":{},"2025":{},"2035":{},"2039":{},"2043":{}}}],["misskey/entities/app.misskeyentity.app",{"_index":774,"name":{},"parent":{"1844":{}}}],["misskey/entities/app.misskeyentity.app.__type",{"_index":775,"name":{},"parent":{"1845":{},"1846":{},"1847":{},"1848":{},"1849":{}}}],["misskey/entities/app.misskeyentity.blocking",{"_index":833,"name":{},"parent":{"1945":{}}}],["misskey/entities/app.misskeyentity.blocking.__type",{"_index":834,"name":{},"parent":{"1946":{},"1947":{},"1948":{},"1949":{}}}],["misskey/entities/app.misskeyentity.choice",{"_index":795,"name":{},"parent":{"1882":{}}}],["misskey/entities/app.misskeyentity.choice.__type",{"_index":796,"name":{},"parent":{"1883":{},"1884":{},"1885":{}}}],["misskey/entities/app.misskeyentity.creatednote",{"_index":837,"name":{},"parent":{"1951":{}}}],["misskey/entities/app.misskeyentity.creatednote.__type",{"_index":838,"name":{},"parent":{"1952":{}}}],["misskey/entities/app.misskeyentity.emoji",{"_index":779,"name":{},"parent":{"1851":{}}}],["misskey/entities/app.misskeyentity.emoji.__type",{"_index":780,"name":{},"parent":{"1852":{},"1853":{},"1854":{},"1855":{}}}],["misskey/entities/app.misskeyentity.favorite",{"_index":839,"name":{},"parent":{"1954":{}}}],["misskey/entities/app.misskeyentity.favorite.__type",{"_index":840,"name":{},"parent":{"1955":{},"1956":{},"1957":{},"1958":{}}}],["misskey/entities/app.misskeyentity.file",{"_index":786,"name":{},"parent":{"1866":{}}}],["misskey/entities/app.misskeyentity.file.__type",{"_index":787,"name":{},"parent":{"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1879":{},"1880":{}}}],["misskey/entities/app.misskeyentity.file.__type.__type",{"_index":792,"name":{},"parent":{"1876":{},"1877":{},"1878":{}}}],["misskey/entities/app.misskeyentity.follower",{"_index":842,"name":{},"parent":{"1960":{}}}],["misskey/entities/app.misskeyentity.follower.__type",{"_index":843,"name":{},"parent":{"1961":{},"1962":{},"1963":{},"1964":{},"1965":{}}}],["misskey/entities/app.misskeyentity.following",{"_index":846,"name":{},"parent":{"1967":{}}}],["misskey/entities/app.misskeyentity.following.__type",{"_index":847,"name":{},"parent":{"1968":{},"1969":{},"1970":{},"1971":{},"1972":{}}}],["misskey/entities/app.misskeyentity.followrequest",{"_index":849,"name":{},"parent":{"1974":{}}}],["misskey/entities/app.misskeyentity.followrequest.__type",{"_index":850,"name":{},"parent":{"1975":{},"1976":{},"1977":{}}}],["misskey/entities/app.misskeyentity.hashtag",{"_index":851,"name":{},"parent":{"1979":{}}}],["misskey/entities/app.misskeyentity.hashtag.__type",{"_index":852,"name":{},"parent":{"1980":{},"1981":{},"1982":{}}}],["misskey/entities/app.misskeyentity.list",{"_index":855,"name":{},"parent":{"1984":{}}}],["misskey/entities/app.misskeyentity.list.__type",{"_index":856,"name":{},"parent":{"1985":{},"1986":{},"1987":{},"1988":{}}}],["misskey/entities/app.misskeyentity.meta",{"_index":858,"name":{},"parent":{"1990":{}}}],["misskey/entities/app.misskeyentity.meta.__type",{"_index":860,"name":{},"parent":{"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{},"1997":{},"1998":{},"1999":{},"2000":{},"2001":{},"2002":{}}}],["misskey/entities/app.misskeyentity.mute",{"_index":866,"name":{},"parent":{"2004":{}}}],["misskey/entities/app.misskeyentity.mute.__type",{"_index":867,"name":{},"parent":{"2005":{},"2006":{},"2007":{},"2008":{}}}],["misskey/entities/app.misskeyentity.note",{"_index":803,"name":{},"parent":{"1892":{}}}],["misskey/entities/app.misskeyentity.note.__type",{"_index":804,"name":{},"parent":{"1893":{},"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{},"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{},"1908":{},"1909":{},"1910":{},"1911":{},"1912":{},"1913":{},"1914":{},"1915":{},"1916":{}}}],["misskey/entities/app.misskeyentity.notification",{"_index":870,"name":{},"parent":{"2010":{}}}],["misskey/entities/app.misskeyentity.notification.__type",{"_index":871,"name":{},"parent":{"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{}}}],["misskey/entities/app.misskeyentity.poll",{"_index":799,"name":{},"parent":{"1887":{}}}],["misskey/entities/app.misskeyentity.poll.__type",{"_index":800,"name":{},"parent":{"1888":{},"1889":{},"1890":{}}}],["misskey/entities/app.misskeyentity.reaction",{"_index":872,"name":{},"parent":{"2020":{}}}],["misskey/entities/app.misskeyentity.reaction.__type",{"_index":873,"name":{},"parent":{"2021":{},"2022":{},"2023":{},"2024":{}}}],["misskey/entities/app.misskeyentity.relation",{"_index":874,"name":{},"parent":{"2026":{}}}],["misskey/entities/app.misskeyentity.relation.__type",{"_index":875,"name":{},"parent":{"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{},"2033":{},"2034":{}}}],["misskey/entities/app.misskeyentity.session",{"_index":885,"name":{},"parent":{"2040":{}}}],["misskey/entities/app.misskeyentity.session.__type",{"_index":886,"name":{},"parent":{"2041":{},"2042":{}}}],["misskey/entities/app.misskeyentity.stats",{"_index":887,"name":{},"parent":{"2044":{}}}],["misskey/entities/app.misskeyentity.stats.__type",{"_index":888,"name":{},"parent":{"2045":{},"2046":{},"2047":{},"2048":{},"2049":{}}}],["misskey/entities/app.misskeyentity.user",{"_index":782,"name":{},"parent":{"1857":{}}}],["misskey/entities/app.misskeyentity.user.__type",{"_index":783,"name":{},"parent":{"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{}}}],["misskey/entities/app.misskeyentity.userdetail",{"_index":815,"name":{},"parent":{"1918":{}}}],["misskey/entities/app.misskeyentity.userdetail.__type",{"_index":816,"name":{},"parent":{"1919":{},"1920":{},"1921":{},"1922":{},"1923":{},"1924":{},"1925":{},"1926":{},"1927":{},"1928":{},"1929":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{},"1937":{},"1938":{},"1939":{},"1940":{},"1941":{},"1942":{},"1943":{}}}],["misskey/entities/app.misskeyentity.userkey",{"_index":883,"name":{},"parent":{"2036":{}}}],["misskey/entities/app.misskeyentity.userkey.__type",{"_index":884,"name":{},"parent":{"2037":{},"2038":{}}}],["misskey/entities/blocking",{"_index":367,"name":{"605":{}},"parent":{"2050":{}}}],["misskey/entities/creatednote",{"_index":368,"name":{"606":{}},"parent":{"2051":{}}}],["misskey/entities/emoji",{"_index":369,"name":{"607":{}},"parent":{"2052":{}}}],["misskey/entities/favorite",{"_index":370,"name":{"608":{}},"parent":{"2053":{}}}],["misskey/entities/file",{"_index":371,"name":{"609":{}},"parent":{"2054":{}}}],["misskey/entities/follower",{"_index":373,"name":{"611":{}},"parent":{"2056":{}}}],["misskey/entities/following",{"_index":374,"name":{"612":{}},"parent":{"2057":{}}}],["misskey/entities/followrequest",{"_index":372,"name":{"610":{}},"parent":{"2055":{}}}],["misskey/entities/hashtag",{"_index":375,"name":{"613":{}},"parent":{"2058":{}}}],["misskey/entities/list",{"_index":376,"name":{"614":{}},"parent":{"2059":{}}}],["misskey/entities/meta",{"_index":377,"name":{"615":{}},"parent":{"2060":{}}}],["misskey/entities/mute",{"_index":378,"name":{"616":{}},"parent":{"2061":{}}}],["misskey/entities/note",{"_index":379,"name":{"617":{}},"parent":{"2062":{}}}],["misskey/entities/notification",{"_index":380,"name":{"618":{}},"parent":{"2063":{}}}],["misskey/entities/poll",{"_index":381,"name":{"619":{}},"parent":{"2064":{}}}],["misskey/entities/reaction",{"_index":382,"name":{"620":{}},"parent":{"2065":{}}}],["misskey/entities/relation",{"_index":383,"name":{"621":{}},"parent":{"2066":{}}}],["misskey/entities/session",{"_index":384,"name":{"622":{}},"parent":{"2067":{}}}],["misskey/entities/stats",{"_index":385,"name":{"623":{}},"parent":{"2068":{}}}],["misskey/entities/user",{"_index":386,"name":{"624":{}},"parent":{"2069":{}}}],["misskey/entities/userdetail",{"_index":387,"name":{"625":{}},"parent":{"2070":{}}}],["misskey/entities/userkey",{"_index":388,"name":{"626":{}},"parent":{"2071":{}}}],["misskey/entity",{"_index":389,"name":{"627":{}},"parent":{"2072":{}}}],["misskey/notification",{"_index":390,"name":{"628":{}},"parent":{"629":{}}}],["misskey/notification.default",{"_index":391,"name":{},"parent":{"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{}}}],["misskey/web_socket",{"_index":399,"name":{"640":{}},"parent":{"641":{},"672":{}}}],["misskey/web_socket.default",{"_index":400,"name":{},"parent":{"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{}}}],["misskey/web_socket.parser",{"_index":405,"name":{},"parent":{"673":{},"674":{}}}],["misskeyentity",{"_index":772,"name":{"1842":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{},"2057":{},"2058":{},"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{},"2065":{},"2066":{},"2067":{},"2068":{},"2069":{},"2070":{},"2071":{}},"parent":{}}],["moved",{"_index":535,"name":{"1229":{},"1563":{},"2105":{}},"parent":{}}],["multiple",{"_index":580,"name":{"1293":{},"1627":{},"1888":{},"2170":{}},"parent":{}}],["mute",{"_index":349,"name":{"554":{},"2003":{}},"parent":{}}],["muteaccount",{"_index":216,"name":{"282":{},"424":{},"705":{},"1076":{}},"parent":{}}],["muted",{"_index":598,"name":{"1320":{},"1648":{},"2197":{}},"parent":{}}],["mutee",{"_index":869,"name":{"2008":{}},"parent":{}}],["muteeid",{"_index":868,"name":{"2007":{}},"parent":{}}],["mutestatus",{"_index":257,"name":{"324":{},"466":{},"747":{},"1118":{}},"parent":{}}],["muting",{"_index":676,"name":{"1440":{},"1767":{},"2327":{}},"parent":{}}],["muting_notifications",{"_index":677,"name":{"1441":{},"1768":{},"2328":{}},"parent":{}}],["myreaction",{"_index":814,"name":{"1916":{}},"parent":{}}],["name",{"_index":418,"name":{"824":{},"843":{},"1241":{},"1281":{},"1301":{},"1348":{},"1353":{},"1575":{},"1615":{},"1676":{},"1681":{},"1846":{},"1852":{},"1859":{},"1869":{},"1920":{},"1987":{},"1993":{},"2117":{},"2158":{},"2178":{},"2236":{},"2241":{}},"parent":{}}],["no_redirect",{"_index":8,"name":{"8":{},"68":{},"956":{}},"parent":{}}],["noimplementederror",{"_index":329,"name":{"527":{}},"parent":{}}],["note",{"_index":350,"name":{"555":{},"578":{},"1209":{},"1222":{},"1543":{},"1556":{},"1774":{},"1891":{},"1958":{},"2016":{},"2085":{},"2098":{}},"parent":{}}],["noteid",{"_index":841,"name":{"1957":{}},"parent":{}}],["notescount",{"_index":828,"name":{"1939":{},"2045":{}},"parent":{}}],["notetoconversation",{"_index":363,"name":{"581":{}},"parent":{}}],["notification",{"_index":90,"name":{"101":{},"137":{},"556":{},"585":{},"808":{},"891":{},"928":{},"1410":{},"1738":{},"2009":{},"2298":{}},"parent":{"809":{}}}],["notification.default",{"_index":409,"name":{},"parent":{"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{}}}],["notifications",{"_index":49,"name":{"49":{},"1405":{},"1733":{},"2293":{}},"parent":{}}],["notificationtype",{"_index":658,"name":{"1418":{},"1524":{},"1745":{},"2018":{},"2306":{}},"parent":{}}],["notifying",{"_index":682,"name":{"1446":{},"1773":{}},"parent":{}}],["oauth",{"_index":412,"name":{"819":{},"1516":{}},"parent":{"820":{}}}],["oauth.default",{"_index":414,"name":{},"parent":{"821":{},"829":{},"837":{},"851":{}}}],["oauth.default.appdata",{"_index":434,"name":{},"parent":{"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"848":{},"849":{},"850":{}}}],["oauth.default.appdatafromserver",{"_index":415,"name":{},"parent":{"822":{}}}],["oauth.default.appdatafromserver.__type",{"_index":417,"name":{},"parent":{"823":{},"824":{},"825":{},"826":{},"827":{},"828":{}}}],["oauth.default.tokendata",{"_index":440,"name":{},"parent":{"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{}}}],["oauth.default.tokendatafromserver",{"_index":424,"name":{},"parent":{"830":{}}}],["oauth.default.tokendatafromserver.__type",{"_index":426,"name":{},"parent":{"831":{},"832":{},"833":{},"834":{},"835":{},"836":{}}}],["on",{"_index":321,"name":{"389":{},"396":{}},"parent":{}}],["once",{"_index":322,"name":{"390":{},"397":{}},"parent":{}}],["options",{"_index":581,"name":{"1295":{},"1629":{},"2172":{}},"parent":{}}],["originalnotescount",{"_index":889,"name":{"2046":{}},"parent":{}}],["originaluserscount",{"_index":890,"name":{"2048":{}},"parent":{}}],["params",{"_index":179,"name":{"225":{},"1019":{},"1463":{},"1791":{},"2350":{}},"parent":{}}],["parse",{"_index":190,"name":{"252":{},"674":{},"870":{},"1046":{}},"parent":{}}],["parser",{"_index":164,"name":{"206":{},"226":{},"250":{},"645":{},"672":{},"866":{},"867":{},"1020":{},"1044":{}},"parent":{"867":{}}}],["parser.parser",{"_index":445,"name":{},"parent":{"868":{},"869":{},"870":{}}}],["password",{"_index":503,"name":{"1187":{}},"parent":{}}],["patch",{"_index":60,"name":{"59":{},"77":{},"948":{},"965":{}},"parent":{}}],["permission",{"_index":777,"name":{"1848":{}},"parent":{}}],["phrase",{"_index":623,"name":{"1359":{},"1687":{},"2247":{}},"parent":{}}],["pinaccount",{"_index":218,"name":{"284":{},"426":{},"707":{},"1078":{}},"parent":{}}],["pinned",{"_index":603,"name":{"1331":{},"1659":{},"2208":{}},"parent":{}}],["pinnednoteids",{"_index":831,"name":{"1942":{}},"parent":{}}],["pinnednotes",{"_index":832,"name":{"1943":{}},"parent":{}}],["pinstatus",{"_index":259,"name":{"326":{},"468":{},"749":{},"1120":{}},"parent":{}}],["pleroma",{"_index":493,"name":{"1047":{},"1527":{},"2144":{},"2210":{}},"parent":{"1048":{}}}],["pleroma.default",{"_index":494,"name":{},"parent":{"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{},"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{},"1111":{},"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{},"1169":{},"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{},"1178":{}}}],["pleroma/api_client",{"_index":446,"name":{"871":{}},"parent":{"872":{}}}],["pleroma/api_client.default",{"_index":447,"name":{},"parent":{"873":{},"908":{},"945":{},"953":{}}}],["pleroma/api_client.default.client",{"_index":451,"name":{},"parent":{"954":{},"955":{},"956":{},"957":{},"958":{},"959":{},"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{},"968":{},"969":{}}}],["pleroma/api_client.default.converter",{"_index":449,"name":{},"parent":{"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{}}}],["pleroma/api_client.default.entity",{"_index":448,"name":{},"parent":{"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{}}}],["pleroma/api_client.default.interface",{"_index":450,"name":{},"parent":{"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{}}}],["pleroma/entities/account",{"_index":452,"name":{"970":{}},"parent":{"2073":{}}}],["pleroma/entities/account.pleromaentity",{"_index":893,"name":{},"parent":{"2074":{},"2080":{},"2087":{},"2109":{},"2115":{},"2120":{},"2130":{},"2145":{},"2151":{},"2156":{},"2161":{},"2165":{},"2174":{},"2180":{},"2223":{},"2227":{},"2233":{},"2239":{},"2244":{},"2252":{},"2253":{},"2260":{},"2263":{},"2268":{},"2282":{},"2286":{},"2298":{},"2306":{},"2307":{},"2314":{},"2320":{},"2334":{},"2341":{},"2346":{},"2352":{},"2362":{}}}],["pleroma/entities/account.pleromaentity.account",{"_index":898,"name":{},"parent":{"2088":{}}}],["pleroma/entities/account.pleromaentity.account.__type",{"_index":899,"name":{},"parent":{"2089":{},"2090":{},"2091":{},"2092":{},"2093":{},"2094":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{}}}],["pleroma/entities/account.pleromaentity.activity",{"_index":900,"name":{},"parent":{"2110":{}}}],["pleroma/entities/account.pleromaentity.activity.__type",{"_index":901,"name":{},"parent":{"2111":{},"2112":{},"2113":{},"2114":{}}}],["pleroma/entities/account.pleromaentity.application",{"_index":902,"name":{},"parent":{"2116":{}}}],["pleroma/entities/account.pleromaentity.application.__type",{"_index":903,"name":{},"parent":{"2117":{},"2118":{},"2119":{}}}],["pleroma/entities/account.pleromaentity.attachment",{"_index":904,"name":{},"parent":{"2121":{}}}],["pleroma/entities/account.pleromaentity.attachment.__type",{"_index":905,"name":{},"parent":{"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{}}}],["pleroma/entities/account.pleromaentity.card",{"_index":906,"name":{},"parent":{"2131":{}}}],["pleroma/entities/account.pleromaentity.card.__type",{"_index":907,"name":{},"parent":{"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{}}}],["pleroma/entities/account.pleromaentity.context",{"_index":929,"name":{},"parent":{"2224":{}}}],["pleroma/entities/account.pleromaentity.context.__type",{"_index":930,"name":{},"parent":{"2225":{},"2226":{}}}],["pleroma/entities/account.pleromaentity.conversation",{"_index":931,"name":{},"parent":{"2228":{}}}],["pleroma/entities/account.pleromaentity.conversation.__type",{"_index":932,"name":{},"parent":{"2229":{},"2230":{},"2231":{},"2232":{}}}],["pleroma/entities/account.pleromaentity.emoji",{"_index":894,"name":{},"parent":{"2075":{}}}],["pleroma/entities/account.pleromaentity.emoji.__type",{"_index":895,"name":{},"parent":{"2076":{},"2077":{},"2078":{},"2079":{}}}],["pleroma/entities/account.pleromaentity.featuredtag",{"_index":933,"name":{},"parent":{"2234":{}}}],["pleroma/entities/account.pleromaentity.featuredtag.__type",{"_index":934,"name":{},"parent":{"2235":{},"2236":{},"2237":{},"2238":{}}}],["pleroma/entities/account.pleromaentity.field",{"_index":935,"name":{},"parent":{"2240":{}}}],["pleroma/entities/account.pleromaentity.field.__type",{"_index":936,"name":{},"parent":{"2241":{},"2242":{},"2243":{}}}],["pleroma/entities/account.pleromaentity.filter",{"_index":937,"name":{},"parent":{"2245":{}}}],["pleroma/entities/account.pleromaentity.filter.__type",{"_index":938,"name":{},"parent":{"2246":{},"2247":{},"2248":{},"2249":{},"2250":{},"2251":{}}}],["pleroma/entities/account.pleromaentity.history",{"_index":910,"name":{},"parent":{"2152":{}}}],["pleroma/entities/account.pleromaentity.history.__type",{"_index":911,"name":{},"parent":{"2153":{},"2154":{},"2155":{}}}],["pleroma/entities/account.pleromaentity.identityproof",{"_index":939,"name":{},"parent":{"2254":{}}}],["pleroma/entities/account.pleromaentity.identityproof.__type",{"_index":940,"name":{},"parent":{"2255":{},"2256":{},"2257":{},"2258":{},"2259":{}}}],["pleroma/entities/account.pleromaentity.instance",{"_index":945,"name":{},"parent":{"2269":{}}}],["pleroma/entities/account.pleromaentity.instance.__type",{"_index":946,"name":{},"parent":{"2270":{},"2271":{},"2272":{},"2273":{},"2274":{},"2275":{},"2276":{},"2277":{},"2278":{},"2279":{},"2280":{},"2281":{}}}],["pleroma/entities/account.pleromaentity.list",{"_index":947,"name":{},"parent":{"2283":{}}}],["pleroma/entities/account.pleromaentity.list.__type",{"_index":948,"name":{},"parent":{"2284":{},"2285":{}}}],["pleroma/entities/account.pleromaentity.marker",{"_index":949,"name":{},"parent":{"2287":{}}}],["pleroma/entities/account.pleromaentity.marker.__type",{"_index":950,"name":{},"parent":{"2288":{},"2289":{},"2293":{},"2294":{}}}],["pleroma/entities/account.pleromaentity.marker.__type.__type",{"_index":951,"name":{},"parent":{"2290":{},"2291":{},"2292":{},"2295":{},"2296":{},"2297":{}}}],["pleroma/entities/account.pleromaentity.mention",{"_index":908,"name":{},"parent":{"2146":{}}}],["pleroma/entities/account.pleromaentity.mention.__type",{"_index":909,"name":{},"parent":{"2147":{},"2148":{},"2149":{},"2150":{}}}],["pleroma/entities/account.pleromaentity.notification",{"_index":952,"name":{},"parent":{"2299":{}}}],["pleroma/entities/account.pleromaentity.notification.__type",{"_index":953,"name":{},"parent":{"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{}}}],["pleroma/entities/account.pleromaentity.poll",{"_index":916,"name":{},"parent":{"2166":{}}}],["pleroma/entities/account.pleromaentity.poll.__type",{"_index":917,"name":{},"parent":{"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{}}}],["pleroma/entities/account.pleromaentity.polloption",{"_index":914,"name":{},"parent":{"2162":{}}}],["pleroma/entities/account.pleromaentity.polloption.__type",{"_index":915,"name":{},"parent":{"2163":{},"2164":{}}}],["pleroma/entities/account.pleromaentity.preferences",{"_index":954,"name":{},"parent":{"2308":{}}}],["pleroma/entities/account.pleromaentity.preferences.__type",{"_index":955,"name":{},"parent":{"2309":{},"2310":{},"2311":{},"2312":{},"2313":{}}}],["pleroma/entities/account.pleromaentity.pushsubscription",{"_index":956,"name":{},"parent":{"2315":{}}}],["pleroma/entities/account.pleromaentity.pushsubscription.__type",{"_index":957,"name":{},"parent":{"2316":{},"2317":{},"2318":{},"2319":{}}}],["pleroma/entities/account.pleromaentity.reaction",{"_index":918,"name":{},"parent":{"2175":{}}}],["pleroma/entities/account.pleromaentity.reaction.__type",{"_index":919,"name":{},"parent":{"2176":{},"2177":{},"2178":{},"2179":{}}}],["pleroma/entities/account.pleromaentity.relationship",{"_index":958,"name":{},"parent":{"2321":{}}}],["pleroma/entities/account.pleromaentity.relationship.__type",{"_index":959,"name":{},"parent":{"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{}}}],["pleroma/entities/account.pleromaentity.report",{"_index":961,"name":{},"parent":{"2335":{}}}],["pleroma/entities/account.pleromaentity.report.__type",{"_index":962,"name":{},"parent":{"2336":{},"2337":{},"2338":{},"2339":{},"2340":{}}}],["pleroma/entities/account.pleromaentity.results",{"_index":963,"name":{},"parent":{"2342":{}}}],["pleroma/entities/account.pleromaentity.results.__type",{"_index":964,"name":{},"parent":{"2343":{},"2344":{},"2345":{}}}],["pleroma/entities/account.pleromaentity.scheduledstatus",{"_index":965,"name":{},"parent":{"2347":{}}}],["pleroma/entities/account.pleromaentity.scheduledstatus.__type",{"_index":966,"name":{},"parent":{"2348":{},"2349":{},"2350":{},"2351":{}}}],["pleroma/entities/account.pleromaentity.source",{"_index":896,"name":{},"parent":{"2081":{}}}],["pleroma/entities/account.pleromaentity.source.__type",{"_index":897,"name":{},"parent":{"2082":{},"2083":{},"2084":{},"2085":{},"2086":{}}}],["pleroma/entities/account.pleromaentity.stats",{"_index":943,"name":{},"parent":{"2264":{}}}],["pleroma/entities/account.pleromaentity.stats.__type",{"_index":944,"name":{},"parent":{"2265":{},"2266":{},"2267":{}}}],["pleroma/entities/account.pleromaentity.status",{"_index":920,"name":{},"parent":{"2181":{}}}],["pleroma/entities/account.pleromaentity.status.__type",{"_index":921,"name":{},"parent":{"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2211":{}}}],["pleroma/entities/account.pleromaentity.status.__type.__type",{"_index":922,"name":{},"parent":{"2212":{},"2213":{},"2215":{},"2216":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{}}}],["pleroma/entities/account.pleromaentity.status.__type.__type.__type",{"_index":924,"name":{},"parent":{"2214":{},"2217":{}}}],["pleroma/entities/account.pleromaentity.statusparams",{"_index":967,"name":{},"parent":{"2353":{}}}],["pleroma/entities/account.pleromaentity.statusparams.__type",{"_index":968,"name":{},"parent":{"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{}}}],["pleroma/entities/account.pleromaentity.tag",{"_index":912,"name":{},"parent":{"2157":{}}}],["pleroma/entities/account.pleromaentity.tag.__type",{"_index":913,"name":{},"parent":{"2158":{},"2159":{},"2160":{}}}],["pleroma/entities/account.pleromaentity.token",{"_index":969,"name":{},"parent":{"2363":{}}}],["pleroma/entities/account.pleromaentity.token.__type",{"_index":970,"name":{},"parent":{"2364":{},"2365":{},"2366":{},"2367":{}}}],["pleroma/entities/account.pleromaentity.urls",{"_index":941,"name":{},"parent":{"2261":{}}}],["pleroma/entities/account.pleromaentity.urls.__type",{"_index":942,"name":{},"parent":{"2262":{}}}],["pleroma/entities/activity",{"_index":453,"name":{"971":{}},"parent":{"2368":{}}}],["pleroma/entities/application",{"_index":454,"name":{"972":{}},"parent":{"2369":{}}}],["pleroma/entities/attachment",{"_index":455,"name":{"973":{}},"parent":{"2370":{}}}],["pleroma/entities/card",{"_index":456,"name":{"974":{}},"parent":{"2371":{}}}],["pleroma/entities/context",{"_index":457,"name":{"975":{}},"parent":{"2372":{}}}],["pleroma/entities/conversation",{"_index":458,"name":{"976":{}},"parent":{"2373":{}}}],["pleroma/entities/emoji",{"_index":459,"name":{"977":{}},"parent":{"2374":{}}}],["pleroma/entities/featured_tag",{"_index":460,"name":{"978":{}},"parent":{"2375":{}}}],["pleroma/entities/field",{"_index":461,"name":{"979":{}},"parent":{"2376":{}}}],["pleroma/entities/filter",{"_index":462,"name":{"980":{}},"parent":{"2377":{}}}],["pleroma/entities/history",{"_index":463,"name":{"981":{}},"parent":{"2378":{}}}],["pleroma/entities/identity_proof",{"_index":464,"name":{"982":{}},"parent":{"2379":{}}}],["pleroma/entities/instance",{"_index":465,"name":{"983":{}},"parent":{"2380":{}}}],["pleroma/entities/list",{"_index":466,"name":{"984":{}},"parent":{"2381":{}}}],["pleroma/entities/marker",{"_index":467,"name":{"985":{}},"parent":{"2382":{}}}],["pleroma/entities/mention",{"_index":468,"name":{"986":{}},"parent":{"2383":{}}}],["pleroma/entities/notification",{"_index":469,"name":{"987":{}},"parent":{"2384":{}}}],["pleroma/entities/poll",{"_index":470,"name":{"988":{}},"parent":{"2385":{}}}],["pleroma/entities/poll_option",{"_index":471,"name":{"989":{}},"parent":{"2386":{}}}],["pleroma/entities/preferences",{"_index":472,"name":{"990":{}},"parent":{"2387":{}}}],["pleroma/entities/push_subscription",{"_index":473,"name":{"991":{}},"parent":{"2388":{}}}],["pleroma/entities/reaction",{"_index":474,"name":{"992":{}},"parent":{"2389":{}}}],["pleroma/entities/relationship",{"_index":475,"name":{"993":{}},"parent":{"2390":{}}}],["pleroma/entities/report",{"_index":476,"name":{"994":{}},"parent":{"2391":{}}}],["pleroma/entities/results",{"_index":477,"name":{"995":{}},"parent":{"2392":{}}}],["pleroma/entities/scheduled_status",{"_index":478,"name":{"996":{}},"parent":{"2393":{}}}],["pleroma/entities/source",{"_index":479,"name":{"997":{}},"parent":{"2394":{}}}],["pleroma/entities/stats",{"_index":480,"name":{"998":{}},"parent":{"2395":{}}}],["pleroma/entities/status",{"_index":481,"name":{"999":{}},"parent":{"2396":{}}}],["pleroma/entities/status_params",{"_index":482,"name":{"1000":{}},"parent":{"2397":{}}}],["pleroma/entities/tag",{"_index":483,"name":{"1001":{}},"parent":{"2398":{}}}],["pleroma/entities/token",{"_index":484,"name":{"1002":{}},"parent":{"2399":{}}}],["pleroma/entities/urls",{"_index":485,"name":{"1003":{}},"parent":{"2400":{}}}],["pleroma/entity",{"_index":486,"name":{"1004":{}},"parent":{"2401":{}}}],["pleroma/notification",{"_index":487,"name":{"1005":{}},"parent":{"1006":{}}}],["pleroma/notification.default",{"_index":488,"name":{},"parent":{"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{}}}],["pleroma/web_socket",{"_index":490,"name":{"1014":{}},"parent":{"1015":{},"1044":{}}}],["pleroma/web_socket.default",{"_index":491,"name":{},"parent":{"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{},"1026":{},"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{},"1035":{},"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{}}}],["pleroma/web_socket.parser",{"_index":492,"name":{},"parent":{"1045":{},"1046":{}}}],["pleromaemojireaction",{"_index":489,"name":{"1012":{}},"parent":{}}],["pleromaentity",{"_index":892,"name":{"2073":{},"2368":{},"2369":{},"2370":{},"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{}},"parent":{}}],["poll",{"_index":91,"name":{"102":{},"138":{},"193":{},"557":{},"577":{},"892":{},"929":{},"1011":{},"1288":{},"1328":{},"1622":{},"1656":{},"1886":{},"1914":{},"2165":{},"2205":{}},"parent":{}}],["poll_option",{"_index":112,"name":{"139":{}},"parent":{}}],["pollexpired",{"_index":411,"name":{"818":{}},"parent":{}}],["polloption",{"_index":92,"name":{"103":{},"893":{},"930":{},"1284":{},"1618":{},"2161":{}},"parent":{}}],["pollvote",{"_index":395,"name":{"636":{},"817":{}},"parent":{}}],["port",{"_index":499,"name":{"1183":{}},"parent":{}}],["post",{"_index":61,"name":{"60":{},"78":{},"591":{},"601":{},"949":{},"966":{}},"parent":{}}],["posting:default:language",{"_index":663,"name":{"1423":{},"1750":{},"2311":{}},"parent":{}}],["posting:default:sensitive",{"_index":662,"name":{"1422":{},"1749":{},"2310":{}},"parent":{}}],["posting:default:visibility",{"_index":660,"name":{"1421":{},"1748":{},"2309":{}},"parent":{}}],["poststatus",{"_index":245,"name":{"312":{},"454":{},"735":{},"1106":{}},"parent":{}}],["preferences",{"_index":93,"name":{"104":{},"140":{},"894":{},"931":{},"1419":{},"1746":{},"2307":{}},"parent":{}}],["preview_url",{"_index":550,"name":{"1250":{},"1584":{},"2126":{}},"parent":{}}],["privacy",{"_index":517,"name":{"1206":{},"1540":{},"2082":{}},"parent":{}}],["profile_url",{"_index":633,"name":{"1371":{},"1699":{},"2259":{}},"parent":{}}],["proof_url",{"_index":632,"name":{"1370":{},"1698":{},"2258":{}},"parent":{}}],["properties",{"_index":791,"name":{"1874":{}},"parent":{}}],["protocol",{"_index":504,"name":{"1188":{}},"parent":{}}],["provider",{"_index":628,"name":{"1367":{},"1695":{},"2255":{}},"parent":{}}],["provider_name",{"_index":559,"name":{"1263":{},"1597":{},"2139":{}},"parent":{}}],["provider_url",{"_index":560,"name":{"1264":{},"1598":{},"2140":{}},"parent":{}}],["provider_username",{"_index":630,"name":{"1368":{},"1696":{},"2256":{}},"parent":{}}],["proxy_config",{"_index":495,"name":{"1179":{}},"parent":{"1180":{},"1189":{}}}],["proxy_config.proxyconfig",{"_index":496,"name":{},"parent":{"1181":{}}}],["proxy_config.proxyconfig.__type",{"_index":498,"name":{},"parent":{"1182":{},"1183":{},"1184":{},"1185":{},"1188":{}}}],["proxy_config.proxyconfig.__type.__type",{"_index":502,"name":{},"parent":{"1186":{},"1187":{}}}],["proxyconfig",{"_index":72,"name":{"74":{},"207":{},"229":{},"600":{},"648":{},"680":{},"962":{},"1023":{},"1180":{},"1519":{}},"parent":{}}],["public",{"_index":50,"name":{"50":{}},"parent":{}}],["publicsocket",{"_index":313,"name":{"380":{},"522":{},"803":{},"1174":{}},"parent":{}}],["publicstream",{"_index":307,"name":{"374":{},"516":{},"797":{},"1168":{}},"parent":{}}],["push_subscription",{"_index":113,"name":{"141":{},"932":{}},"parent":{}}],["pushsubscription",{"_index":94,"name":{"105":{},"895":{},"1426":{},"1753":{},"2314":{}},"parent":{}}],["put",{"_index":59,"name":{"58":{},"76":{},"947":{},"964":{}},"parent":{}}],["quote",{"_index":394,"name":{"634":{},"1333":{},"1662":{}},"parent":{}}],["quote_id",{"_index":730,"name":{"1661":{}},"parent":{}}],["reaction",{"_index":351,"name":{"558":{},"635":{},"896":{},"933":{},"1297":{},"2017":{},"2019":{},"2174":{}},"parent":{}}],["reactions",{"_index":362,"name":{"580":{},"1902":{}},"parent":{}}],["readconversation",{"_index":276,"name":{"343":{},"485":{},"766":{},"1137":{}},"parent":{}}],["reading:expand:media",{"_index":664,"name":{"1424":{},"1751":{},"2312":{}},"parent":{}}],["reading:expand:spoilers",{"_index":665,"name":{"1425":{},"1752":{},"2313":{}},"parent":{}}],["reblog",{"_index":152,"name":{"190":{},"812":{},"1008":{},"1311":{},"1639":{},"2188":{}},"parent":{}}],["reblogged",{"_index":596,"name":{"1318":{},"1646":{},"2195":{}},"parent":{}}],["reblogs_count",{"_index":594,"name":{"1316":{},"1644":{},"2193":{}},"parent":{}}],["reblogstatus",{"_index":253,"name":{"320":{},"462":{},"743":{},"1114":{}},"parent":{}}],["receivefollowrequest",{"_index":396,"name":{"637":{}},"parent":{}}],["redirect_uri",{"_index":420,"name":{"826":{},"845":{}},"parent":{}}],["redirecturi",{"_index":436,"name":{"848":{}},"parent":{}}],["refresh_token",{"_index":431,"name":{"836":{},"859":{}},"parent":{}}],["refreshtoken",{"_index":198,"name":{"264":{},"406":{},"687":{},"865":{},"1058":{}},"parent":{}}],["registeraccount",{"_index":200,"name":{"266":{},"408":{},"689":{},"1060":{}},"parent":{}}],["registerapp",{"_index":193,"name":{"259":{},"402":{},"682":{},"1053":{}},"parent":{}}],["registrations",{"_index":542,"name":{"1238":{},"1393":{},"1572":{},"1721":{},"2114":{},"2281":{}},"parent":{}}],["rejectfollowrequest",{"_index":237,"name":{"304":{},"446":{},"727":{},"1098":{}},"parent":{}}],["relation",{"_index":352,"name":{"559":{},"575":{},"2025":{}},"parent":{}}],["relationship",{"_index":95,"name":{"106":{},"142":{},"897":{},"934":{},"1432":{},"1759":{},"2320":{}},"parent":{}}],["remote_url",{"_index":549,"name":{"1249":{},"1583":{},"2125":{}},"parent":{}}],["removealllisteners",{"_index":324,"name":{"392":{},"399":{}},"parent":{}}],["removelistener",{"_index":323,"name":{"391":{},"398":{}},"parent":{}}],["renote",{"_index":393,"name":{"633":{},"1911":{}},"parent":{}}],["renotecount",{"_index":807,"name":{"1900":{}},"parent":{}}],["renoteid",{"_index":812,"name":{"1908":{}},"parent":{}}],["replies_count",{"_index":593,"name":{"1315":{},"1643":{},"2192":{}},"parent":{}}],["repliescount",{"_index":808,"name":{"1901":{}},"parent":{}}],["reply",{"_index":392,"name":{"632":{},"1910":{}},"parent":{}}],["replyid",{"_index":811,"name":{"1907":{}},"parent":{}}],["report",{"_index":96,"name":{"107":{},"143":{},"301":{},"443":{},"724":{},"898":{},"935":{},"1095":{},"1447":{},"1775":{},"2334":{}},"parent":{}}],["requestcancelederror",{"_index":2,"name":{"2":{},"1517":{}},"parent":{}}],["requested",{"_index":678,"name":{"1442":{},"1769":{},"2329":{}},"parent":{}}],["response",{"_index":505,"name":{"1190":{},"1515":{}},"parent":{"1191":{}}}],["response.default",{"_index":506,"name":{},"parent":{"1192":{}}}],["response.default.__type",{"_index":508,"name":{},"parent":{"1193":{},"1194":{},"1195":{},"1196":{}}}],["results",{"_index":97,"name":{"108":{},"144":{},"899":{},"936":{},"1454":{},"1782":{},"2341":{}},"parent":{}}],["revoketoken",{"_index":199,"name":{"265":{},"407":{},"688":{},"1059":{}},"parent":{}}],["savemarkers",{"_index":286,"name":{"353":{},"495":{},"776":{},"1147":{}},"parent":{}}],["scheduled_at",{"_index":694,"name":{"1462":{},"1473":{},"1790":{},"1801":{},"2349":{},"2360":{}},"parent":{}}],["scheduled_status",{"_index":114,"name":{"145":{},"937":{}},"parent":{}}],["scheduledstatus",{"_index":98,"name":{"109":{},"900":{},"1459":{},"1787":{},"2346":{}},"parent":{}}],["schedulestatus",{"_index":267,"name":{"334":{},"476":{},"757":{},"1128":{}},"parent":{}}],["scope",{"_index":428,"name":{"833":{},"862":{},"1479":{},"1807":{},"2366":{}},"parent":{}}],["search",{"_index":295,"name":{"362":{},"504":{},"785":{},"1156":{}},"parent":{}}],["searchaccount",{"_index":222,"name":{"288":{},"430":{},"711":{},"1082":{}},"parent":{}}],["secret",{"_index":778,"name":{"1849":{}},"parent":{}}],["sensitive",{"_index":519,"name":{"1207":{},"1321":{},"1470":{},"1541":{},"1649":{},"1798":{},"2083":{},"2198":{},"2357":{}},"parent":{}}],["server_key",{"_index":669,"name":{"1430":{},"1757":{},"2318":{}},"parent":{}}],["session",{"_index":356,"name":{"563":{},"2039":{}},"parent":{}}],["session_token",{"_index":435,"name":{"841":{}},"parent":{}}],["shortcode",{"_index":512,"name":{"1200":{},"1534":{},"2076":{}},"parent":{}}],["showing_reblogs",{"_index":680,"name":{"1444":{},"1771":{},"2331":{}},"parent":{}}],["size",{"_index":789,"name":{"1872":{}},"parent":{}}],["socket",{"_index":64,"name":{"64":{},"82":{},"593":{},"603":{},"952":{},"969":{}},"parent":{}}],["source",{"_index":99,"name":{"110":{},"146":{},"901":{},"938":{},"1204":{},"1232":{},"1538":{},"1566":{},"2080":{},"2108":{}},"parent":{}}],["spoiler_text",{"_index":599,"name":{"1322":{},"1471":{},"1650":{},"1799":{},"2199":{},"2215":{},"2358":{}},"parent":{}}],["start",{"_index":170,"name":{"213":{},"239":{},"387":{},"394":{},"660":{},"1033":{}},"parent":{}}],["static_url",{"_index":514,"name":{"1201":{},"1535":{},"2077":{}},"parent":{}}],["stats",{"_index":100,"name":{"111":{},"147":{},"564":{},"586":{},"902":{},"939":{},"1375":{},"1389":{},"1703":{},"1717":{},"2043":{},"2263":{},"2277":{}},"parent":{}}],["status",{"_index":101,"name":{"112":{},"148":{},"195":{},"816":{},"903":{},"940":{},"1194":{},"1303":{},"1415":{},"1631":{},"1743":{},"2180":{},"2303":{}},"parent":{}}],["status_count",{"_index":640,"name":{"1378":{},"1706":{},"2266":{}},"parent":{}}],["status_ids",{"_index":688,"name":{"1453":{},"1781":{},"2340":{}},"parent":{}}],["status_params",{"_index":115,"name":{"149":{},"941":{}},"parent":{}}],["statuscode",{"_index":159,"name":{"200":{}},"parent":{}}],["statuses",{"_index":540,"name":{"1236":{},"1457":{},"1570":{},"1785":{},"2112":{},"2344":{}},"parent":{}}],["statuses_count",{"_index":529,"name":{"1221":{},"1349":{},"1555":{},"1677":{},"2097":{},"2237":{}},"parent":{}}],["statusparams",{"_index":102,"name":{"113":{},"904":{},"1465":{},"1793":{},"2352":{}},"parent":{}}],["statustext",{"_index":509,"name":{"1195":{}},"parent":{}}],["stop",{"_index":173,"name":{"216":{},"241":{},"388":{},"395":{},"662":{},"1035":{}},"parent":{}}],["stream",{"_index":63,"name":{"63":{},"81":{},"224":{},"1018":{}},"parent":{}}],["streaming_api",{"_index":635,"name":{"1374":{},"1702":{},"2262":{}},"parent":{}}],["streamlistenererror",{"_index":157,"name":{"197":{}},"parent":{}}],["streamlistenerinterface",{"_index":325,"name":{"393":{},"1523":{}},"parent":{}}],["subscribeaccount",{"_index":205,"name":{"271":{},"414":{},"695":{},"1065":{}},"parent":{}}],["subscribepushnotification",{"_index":291,"name":{"358":{},"500":{},"781":{},"1152":{}},"parent":{}}],["subscribing",{"_index":960,"name":{"2333":{}},"parent":{}}],["tag",{"_index":103,"name":{"114":{},"150":{},"905":{},"942":{},"1279":{},"1613":{},"1980":{},"2156":{}},"parent":{}}],["tags",{"_index":602,"name":{"1326":{},"1654":{},"1913":{},"2203":{}},"parent":{}}],["tagsocket",{"_index":315,"name":{"382":{},"524":{},"805":{},"1176":{}},"parent":{}}],["tagstream",{"_index":309,"name":{"376":{},"518":{},"799":{},"1170":{}},"parent":{}}],["text",{"_index":696,"name":{"1467":{},"1795":{},"1883":{},"1897":{},"2354":{}},"parent":{}}],["text/plain",{"_index":923,"name":{"2214":{},"2217":{}},"parent":{}}],["text_url",{"_index":551,"name":{"1251":{},"1585":{},"2127":{}},"parent":{}}],["thread",{"_index":51,"name":{"51":{}},"parent":{}}],["thread_muted",{"_index":928,"name":{"2222":{}},"parent":{}}],["thumbnail",{"_index":646,"name":{"1387":{},"1715":{},"2275":{}},"parent":{}}],["thumbnailurl",{"_index":794,"name":{"1880":{}},"parent":{}}],["title",{"_index":555,"name":{"1257":{},"1286":{},"1383":{},"1397":{},"1591":{},"1620":{},"1711":{},"1725":{},"2133":{},"2163":{},"2271":{},"2285":{}},"parent":{}}],["token",{"_index":104,"name":{"115":{},"151":{},"906":{},"943":{},"1475":{},"1803":{},"2041":{},"2362":{}},"parent":{}}],["token_type",{"_index":427,"name":{"832":{},"856":{},"1478":{},"1806":{},"2365":{}},"parent":{}}],["tokendata",{"_index":439,"name":{"851":{}},"parent":{}}],["tokendatafromserver",{"_index":423,"name":{"829":{}},"parent":{}}],["tokentype",{"_index":442,"name":{"861":{}},"parent":{}}],["type",{"_index":548,"name":{"1247":{},"1259":{},"1417":{},"1581":{},"1593":{},"1744":{},"1870":{},"2013":{},"2024":{},"2123":{},"2135":{},"2305":{}},"parent":{}}],["unblockaccount",{"_index":215,"name":{"281":{},"423":{},"704":{},"1075":{}},"parent":{}}],["unblockdomain",{"_index":229,"name":{"295":{},"437":{},"718":{},"1089":{}},"parent":{}}],["unbookmarkstatus",{"_index":256,"name":{"323":{},"465":{},"746":{},"1117":{}},"parent":{}}],["unexpectederror",{"_index":333,"name":{"533":{}},"parent":{}}],["unfavouritestatus",{"_index":252,"name":{"319":{},"461":{},"742":{},"1113":{}},"parent":{}}],["unfollowaccount",{"_index":213,"name":{"279":{},"421":{},"702":{},"1073":{}},"parent":{}}],["unmuteaccount",{"_index":217,"name":{"283":{},"425":{},"706":{},"1077":{}},"parent":{}}],["unmutestatus",{"_index":258,"name":{"325":{},"467":{},"748":{},"1119":{}},"parent":{}}],["unpinaccount",{"_index":219,"name":{"285":{},"427":{},"708":{},"1079":{}},"parent":{}}],["unpinstatus",{"_index":260,"name":{"327":{},"469":{},"750":{},"1121":{}},"parent":{}}],["unread",{"_index":613,"name":{"1344":{},"1672":{},"2232":{}},"parent":{}}],["unreblogstatus",{"_index":254,"name":{"321":{},"463":{},"744":{},"1115":{}},"parent":{}}],["unsubscribeaccount",{"_index":206,"name":{"272":{},"415":{},"696":{},"1066":{}},"parent":{}}],["updatecredentials",{"_index":202,"name":{"268":{},"410":{},"691":{},"1062":{}},"parent":{}}],["updated_at",{"_index":631,"name":{"1369":{},"1404":{},"1409":{},"1697":{},"1732":{},"1737":{},"2257":{},"2292":{},"2297":{}},"parent":{}}],["updatefilter",{"_index":233,"name":{"299":{},"441":{},"722":{},"1093":{}},"parent":{}}],["updatelist",{"_index":280,"name":{"347":{},"489":{},"770":{},"1141":{}},"parent":{}}],["updatemedia",{"_index":262,"name":{"329":{},"471":{},"752":{},"1123":{}},"parent":{}}],["updatepushsubscription",{"_index":293,"name":{"360":{},"502":{},"783":{},"1154":{}},"parent":{}}],["uploadmedia",{"_index":261,"name":{"328":{},"470":{},"751":{},"1122":{}},"parent":{}}],["uri",{"_index":589,"name":{"1306":{},"1382":{},"1634":{},"1710":{},"1909":{},"1995":{},"2183":{},"2270":{}},"parent":{}}],["url",{"_index":162,"name":{"204":{},"223":{},"643":{},"840":{},"1017":{},"1202":{},"1223":{},"1248":{},"1256":{},"1272":{},"1282":{},"1307":{},"1536":{},"1557":{},"1582":{},"1590":{},"1606":{},"1616":{},"1635":{},"1854":{},"1879":{},"2042":{},"2078":{},"2099":{},"2124":{},"2132":{},"2149":{},"2159":{},"2184":{}},"parent":{}}],["urls",{"_index":105,"name":{"116":{},"152":{},"907":{},"944":{},"1372":{},"1388":{},"1700":{},"1716":{},"2260":{},"2276":{}},"parent":{}}],["user",{"_index":353,"name":{"560":{},"567":{},"1856":{},"1896":{},"2015":{},"2023":{},"2038":{}},"parent":{}}],["user_count",{"_index":638,"name":{"1377":{},"1705":{},"2265":{}},"parent":{}}],["useragent",{"_index":70,"name":{"72":{},"598":{},"960":{}},"parent":{}}],["userdetail",{"_index":354,"name":{"561":{},"568":{},"1917":{}},"parent":{}}],["userid",{"_index":805,"name":{"1895":{},"2014":{}},"parent":{}}],["userids",{"_index":857,"name":{"1988":{}},"parent":{}}],["userkey",{"_index":355,"name":{"562":{},"2035":{}},"parent":{}}],["username",{"_index":501,"name":{"1186":{},"1214":{},"1271":{},"1548":{},"1605":{},"1860":{},"1921":{},"2090":{},"2148":{}},"parent":{}}],["userscount",{"_index":854,"name":{"1982":{},"2047":{}},"parent":{}}],["usersocket",{"_index":312,"name":{"379":{},"521":{},"802":{},"1173":{}},"parent":{}}],["userstream",{"_index":306,"name":{"373":{},"515":{},"796":{},"1167":{}},"parent":{}}],["uses",{"_index":569,"name":{"1277":{},"1611":{},"2154":{}},"parent":{}}],["value",{"_index":619,"name":{"1354":{},"1682":{},"2242":{}},"parent":{}}],["vapid_key",{"_index":545,"name":{"1243":{},"1577":{},"2119":{}},"parent":{}}],["verified_at",{"_index":620,"name":{"1355":{},"1683":{},"2243":{}},"parent":{}}],["verifyaccountcredentials",{"_index":201,"name":{"267":{},"409":{},"690":{},"1061":{}},"parent":{}}],["verifyappcredentials",{"_index":196,"name":{"262":{},"404":{},"685":{},"1056":{}},"parent":{}}],["version",{"_index":645,"name":{"1386":{},"1403":{},"1408":{},"1714":{},"1731":{},"1736":{},"1994":{},"2274":{},"2291":{},"2296":{}},"parent":{}}],["viamobile",{"_index":813,"name":{"1912":{}},"parent":{}}],["visibility",{"_index":358,"name":{"569":{},"1323":{},"1472":{},"1651":{},"1800":{},"1899":{},"2200":{},"2359":{}},"parent":{}}],["visible_in_picker",{"_index":515,"name":{"1203":{},"1537":{},"2079":{}},"parent":{}}],["voted",{"_index":582,"name":{"1296":{},"1630":{},"2173":{}},"parent":{}}],["votepoll",{"_index":264,"name":{"331":{},"473":{},"754":{},"1125":{}},"parent":{}}],["votes",{"_index":797,"name":{"1884":{}},"parent":{}}],["votes_count",{"_index":575,"name":{"1287":{},"1294":{},"1621":{},"1628":{},"2164":{},"2171":{}},"parent":{}}],["website",{"_index":419,"name":{"825":{},"844":{},"1242":{},"1576":{},"2118":{}},"parent":{}}],["websocketinterface",{"_index":319,"name":{"386":{},"1522":{}},"parent":{}}],["week",{"_index":538,"name":{"1235":{},"1569":{},"2111":{}},"parent":{}}],["whole_word",{"_index":625,"name":{"1363":{},"1691":{},"2251":{}},"parent":{}}],["width",{"_index":562,"name":{"1266":{},"1600":{},"1876":{},"2142":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/assets/main.js b/docs/assets/main.js new file mode 100644 index 0000000..21898f4 --- /dev/null +++ b/docs/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var $e=typeof require!="undefined"?require:t=>{throw new Error('Dynamic require of "'+t+'" is not supported')};var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch(e){return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/docs/assets/search.js b/docs/assets/search.js new file mode 100644 index 0000000..93f2182 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = {"kinds":{"4":"Namespace","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":4194304,"name":"Response","url":"modules.html#Response","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1,"kind":65536,"name":"__type","url":"modules.html#Response.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Response"},{"id":2,"kind":1024,"name":"data","url":"modules.html#Response.__type.data","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":3,"kind":1024,"name":"status","url":"modules.html#Response.__type.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":4,"kind":1024,"name":"statusText","url":"modules.html#Response.__type.statusText","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":5,"kind":1024,"name":"headers","url":"modules.html#Response.__type.headers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":6,"kind":4,"name":"OAuth","url":"modules/OAuth.html","classes":"tsd-kind-namespace"},{"id":7,"kind":4194304,"name":"AppDataFromServer","url":"modules/OAuth.html#AppDataFromServer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"OAuth"},{"id":8,"kind":65536,"name":"__type","url":"modules/OAuth.html#AppDataFromServer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"OAuth.AppDataFromServer"},{"id":9,"kind":1024,"name":"id","url":"modules/OAuth.html#AppDataFromServer.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":10,"kind":1024,"name":"name","url":"modules/OAuth.html#AppDataFromServer.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":11,"kind":1024,"name":"website","url":"modules/OAuth.html#AppDataFromServer.__type.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":12,"kind":1024,"name":"redirect_uri","url":"modules/OAuth.html#AppDataFromServer.__type.redirect_uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":13,"kind":1024,"name":"client_id","url":"modules/OAuth.html#AppDataFromServer.__type.client_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":14,"kind":1024,"name":"client_secret","url":"modules/OAuth.html#AppDataFromServer.__type.client_secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":15,"kind":4194304,"name":"TokenDataFromServer","url":"modules/OAuth.html#TokenDataFromServer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"OAuth"},{"id":16,"kind":65536,"name":"__type","url":"modules/OAuth.html#TokenDataFromServer.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"OAuth.TokenDataFromServer"},{"id":17,"kind":1024,"name":"access_token","url":"modules/OAuth.html#TokenDataFromServer.__type-1.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":18,"kind":1024,"name":"token_type","url":"modules/OAuth.html#TokenDataFromServer.__type-1.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":19,"kind":1024,"name":"scope","url":"modules/OAuth.html#TokenDataFromServer.__type-1.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":20,"kind":1024,"name":"created_at","url":"modules/OAuth.html#TokenDataFromServer.__type-1.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":21,"kind":1024,"name":"expires_in","url":"modules/OAuth.html#TokenDataFromServer.__type-1.expires_in","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":22,"kind":1024,"name":"refresh_token","url":"modules/OAuth.html#TokenDataFromServer.__type-1.refresh_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":23,"kind":128,"name":"AppData","url":"classes/OAuth.AppData.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"OAuth"},{"id":24,"kind":2048,"name":"from","url":"classes/OAuth.AppData.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"OAuth.AppData"},{"id":25,"kind":512,"name":"constructor","url":"classes/OAuth.AppData.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":26,"kind":1024,"name":"url","url":"classes/OAuth.AppData.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":27,"kind":1024,"name":"session_token","url":"classes/OAuth.AppData.html#session_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":28,"kind":1024,"name":"id","url":"classes/OAuth.AppData.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":29,"kind":1024,"name":"name","url":"classes/OAuth.AppData.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":30,"kind":1024,"name":"website","url":"classes/OAuth.AppData.html#website","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":31,"kind":1024,"name":"redirect_uri","url":"classes/OAuth.AppData.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":32,"kind":1024,"name":"client_id","url":"classes/OAuth.AppData.html#client_id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":33,"kind":1024,"name":"client_secret","url":"classes/OAuth.AppData.html#client_secret","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":34,"kind":262144,"name":"redirectUri","url":"classes/OAuth.AppData.html#redirectUri","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":35,"kind":262144,"name":"clientId","url":"classes/OAuth.AppData.html#clientId","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":36,"kind":262144,"name":"clientSecret","url":"classes/OAuth.AppData.html#clientSecret","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":37,"kind":128,"name":"TokenData","url":"classes/OAuth.TokenData.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"OAuth"},{"id":38,"kind":2048,"name":"from","url":"classes/OAuth.TokenData.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"OAuth.TokenData"},{"id":39,"kind":512,"name":"constructor","url":"classes/OAuth.TokenData.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":40,"kind":1024,"name":"_scope","url":"classes/OAuth.TokenData.html#_scope","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":41,"kind":1024,"name":"access_token","url":"classes/OAuth.TokenData.html#access_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":42,"kind":1024,"name":"token_type","url":"classes/OAuth.TokenData.html#token_type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":43,"kind":1024,"name":"created_at","url":"classes/OAuth.TokenData.html#created_at","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":44,"kind":1024,"name":"expires_in","url":"classes/OAuth.TokenData.html#expires_in","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":45,"kind":1024,"name":"refresh_token","url":"classes/OAuth.TokenData.html#refresh_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":46,"kind":262144,"name":"accessToken","url":"classes/OAuth.TokenData.html#accessToken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":47,"kind":262144,"name":"tokenType","url":"classes/OAuth.TokenData.html#tokenType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":48,"kind":262144,"name":"scope","url":"classes/OAuth.TokenData.html#scope","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":49,"kind":262144,"name":"createdAt","url":"classes/OAuth.TokenData.html#createdAt","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":50,"kind":262144,"name":"expiresIn","url":"classes/OAuth.TokenData.html#expiresIn","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":51,"kind":262144,"name":"refreshToken","url":"classes/OAuth.TokenData.html#refreshToken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":52,"kind":128,"name":"RequestCanceledError","url":"classes/RequestCanceledError.html","classes":"tsd-kind-class"},{"id":53,"kind":512,"name":"constructor","url":"classes/RequestCanceledError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RequestCanceledError"},{"id":54,"kind":1024,"name":"isCancel","url":"classes/RequestCanceledError.html#isCancel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RequestCanceledError"},{"id":55,"kind":64,"name":"isCancel","url":"modules.html#isCancel","classes":"tsd-kind-function"},{"id":56,"kind":4194304,"name":"ProxyConfig","url":"modules.html#ProxyConfig","classes":"tsd-kind-type-alias"},{"id":57,"kind":65536,"name":"__type","url":"modules.html#ProxyConfig.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"ProxyConfig"},{"id":58,"kind":1024,"name":"host","url":"modules.html#ProxyConfig.__type.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":59,"kind":1024,"name":"port","url":"modules.html#ProxyConfig.__type.port","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":60,"kind":1024,"name":"auth","url":"modules.html#ProxyConfig.__type.auth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":61,"kind":65536,"name":"__type","url":"modules.html#ProxyConfig.__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":62,"kind":1024,"name":"username","url":"modules.html#ProxyConfig.__type.__type-1.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ProxyConfig.__type.__type"},{"id":63,"kind":1024,"name":"password","url":"modules.html#ProxyConfig.__type.__type-1.password","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ProxyConfig.__type.__type"},{"id":64,"kind":1024,"name":"protocol","url":"modules.html#ProxyConfig.__type.protocol","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":65,"kind":64,"name":"detector","url":"modules.html#detector","classes":"tsd-kind-function"},{"id":66,"kind":256,"name":"MegalodonInterface","url":"interfaces/MegalodonInterface.html","classes":"tsd-kind-interface"},{"id":67,"kind":2048,"name":"cancel","url":"interfaces/MegalodonInterface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":68,"kind":2048,"name":"registerApp","url":"interfaces/MegalodonInterface.html#registerApp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":69,"kind":2048,"name":"createApp","url":"interfaces/MegalodonInterface.html#createApp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":70,"kind":2048,"name":"verifyAppCredentials","url":"interfaces/MegalodonInterface.html#verifyAppCredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":71,"kind":2048,"name":"fetchAccessToken","url":"interfaces/MegalodonInterface.html#fetchAccessToken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":72,"kind":2048,"name":"refreshToken","url":"interfaces/MegalodonInterface.html#refreshToken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":73,"kind":2048,"name":"revokeToken","url":"interfaces/MegalodonInterface.html#revokeToken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":74,"kind":2048,"name":"registerAccount","url":"interfaces/MegalodonInterface.html#registerAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":75,"kind":2048,"name":"verifyAccountCredentials","url":"interfaces/MegalodonInterface.html#verifyAccountCredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":76,"kind":2048,"name":"updateCredentials","url":"interfaces/MegalodonInterface.html#updateCredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":77,"kind":2048,"name":"getAccount","url":"interfaces/MegalodonInterface.html#getAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":78,"kind":2048,"name":"getAccountStatuses","url":"interfaces/MegalodonInterface.html#getAccountStatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":79,"kind":2048,"name":"getAccountFavourites","url":"interfaces/MegalodonInterface.html#getAccountFavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":80,"kind":2048,"name":"subscribeAccount","url":"interfaces/MegalodonInterface.html#subscribeAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":81,"kind":2048,"name":"unsubscribeAccount","url":"interfaces/MegalodonInterface.html#unsubscribeAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":82,"kind":2048,"name":"getAccountFollowers","url":"interfaces/MegalodonInterface.html#getAccountFollowers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":83,"kind":2048,"name":"getAccountFollowing","url":"interfaces/MegalodonInterface.html#getAccountFollowing","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":84,"kind":2048,"name":"getAccountLists","url":"interfaces/MegalodonInterface.html#getAccountLists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":85,"kind":2048,"name":"getIdentityProof","url":"interfaces/MegalodonInterface.html#getIdentityProof","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":86,"kind":2048,"name":"followAccount","url":"interfaces/MegalodonInterface.html#followAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":87,"kind":2048,"name":"unfollowAccount","url":"interfaces/MegalodonInterface.html#unfollowAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":88,"kind":2048,"name":"blockAccount","url":"interfaces/MegalodonInterface.html#blockAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":89,"kind":2048,"name":"unblockAccount","url":"interfaces/MegalodonInterface.html#unblockAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":90,"kind":2048,"name":"muteAccount","url":"interfaces/MegalodonInterface.html#muteAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":91,"kind":2048,"name":"unmuteAccount","url":"interfaces/MegalodonInterface.html#unmuteAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":92,"kind":2048,"name":"pinAccount","url":"interfaces/MegalodonInterface.html#pinAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":93,"kind":2048,"name":"unpinAccount","url":"interfaces/MegalodonInterface.html#unpinAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":94,"kind":2048,"name":"getRelationship","url":"interfaces/MegalodonInterface.html#getRelationship","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":95,"kind":2048,"name":"getRelationships","url":"interfaces/MegalodonInterface.html#getRelationships","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":96,"kind":2048,"name":"searchAccount","url":"interfaces/MegalodonInterface.html#searchAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":97,"kind":2048,"name":"getBookmarks","url":"interfaces/MegalodonInterface.html#getBookmarks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":98,"kind":2048,"name":"getFavourites","url":"interfaces/MegalodonInterface.html#getFavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":99,"kind":2048,"name":"getMutes","url":"interfaces/MegalodonInterface.html#getMutes","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":100,"kind":2048,"name":"getBlocks","url":"interfaces/MegalodonInterface.html#getBlocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":101,"kind":2048,"name":"getDomainBlocks","url":"interfaces/MegalodonInterface.html#getDomainBlocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":102,"kind":2048,"name":"blockDomain","url":"interfaces/MegalodonInterface.html#blockDomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":103,"kind":2048,"name":"unblockDomain","url":"interfaces/MegalodonInterface.html#unblockDomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":104,"kind":2048,"name":"getFilters","url":"interfaces/MegalodonInterface.html#getFilters","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":105,"kind":2048,"name":"getFilter","url":"interfaces/MegalodonInterface.html#getFilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":106,"kind":2048,"name":"createFilter","url":"interfaces/MegalodonInterface.html#createFilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":107,"kind":2048,"name":"updateFilter","url":"interfaces/MegalodonInterface.html#updateFilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":108,"kind":2048,"name":"deleteFilter","url":"interfaces/MegalodonInterface.html#deleteFilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":109,"kind":2048,"name":"report","url":"interfaces/MegalodonInterface.html#report","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":110,"kind":2048,"name":"getFollowRequests","url":"interfaces/MegalodonInterface.html#getFollowRequests","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":111,"kind":2048,"name":"acceptFollowRequest","url":"interfaces/MegalodonInterface.html#acceptFollowRequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":112,"kind":2048,"name":"rejectFollowRequest","url":"interfaces/MegalodonInterface.html#rejectFollowRequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":113,"kind":2048,"name":"getEndorsements","url":"interfaces/MegalodonInterface.html#getEndorsements","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":114,"kind":2048,"name":"getFeaturedTags","url":"interfaces/MegalodonInterface.html#getFeaturedTags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":115,"kind":2048,"name":"createFeaturedTag","url":"interfaces/MegalodonInterface.html#createFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":116,"kind":2048,"name":"deleteFeaturedTag","url":"interfaces/MegalodonInterface.html#deleteFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":117,"kind":2048,"name":"getSuggestedTags","url":"interfaces/MegalodonInterface.html#getSuggestedTags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":118,"kind":2048,"name":"getPreferences","url":"interfaces/MegalodonInterface.html#getPreferences","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":119,"kind":2048,"name":"getSuggestions","url":"interfaces/MegalodonInterface.html#getSuggestions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":120,"kind":2048,"name":"postStatus","url":"interfaces/MegalodonInterface.html#postStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":121,"kind":2048,"name":"getStatus","url":"interfaces/MegalodonInterface.html#getStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":122,"kind":2048,"name":"deleteStatus","url":"interfaces/MegalodonInterface.html#deleteStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":123,"kind":2048,"name":"getStatusContext","url":"interfaces/MegalodonInterface.html#getStatusContext","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":124,"kind":2048,"name":"getStatusRebloggedBy","url":"interfaces/MegalodonInterface.html#getStatusRebloggedBy","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":125,"kind":2048,"name":"getStatusFavouritedBy","url":"interfaces/MegalodonInterface.html#getStatusFavouritedBy","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":126,"kind":2048,"name":"favouriteStatus","url":"interfaces/MegalodonInterface.html#favouriteStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":127,"kind":2048,"name":"unfavouriteStatus","url":"interfaces/MegalodonInterface.html#unfavouriteStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":128,"kind":2048,"name":"reblogStatus","url":"interfaces/MegalodonInterface.html#reblogStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":129,"kind":2048,"name":"unreblogStatus","url":"interfaces/MegalodonInterface.html#unreblogStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":130,"kind":2048,"name":"bookmarkStatus","url":"interfaces/MegalodonInterface.html#bookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":131,"kind":2048,"name":"unbookmarkStatus","url":"interfaces/MegalodonInterface.html#unbookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":132,"kind":2048,"name":"muteStatus","url":"interfaces/MegalodonInterface.html#muteStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":133,"kind":2048,"name":"unmuteStatus","url":"interfaces/MegalodonInterface.html#unmuteStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":134,"kind":2048,"name":"pinStatus","url":"interfaces/MegalodonInterface.html#pinStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":135,"kind":2048,"name":"unpinStatus","url":"interfaces/MegalodonInterface.html#unpinStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":136,"kind":2048,"name":"uploadMedia","url":"interfaces/MegalodonInterface.html#uploadMedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":137,"kind":2048,"name":"updateMedia","url":"interfaces/MegalodonInterface.html#updateMedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":138,"kind":2048,"name":"getPoll","url":"interfaces/MegalodonInterface.html#getPoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":139,"kind":2048,"name":"votePoll","url":"interfaces/MegalodonInterface.html#votePoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":140,"kind":2048,"name":"getScheduledStatuses","url":"interfaces/MegalodonInterface.html#getScheduledStatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":141,"kind":2048,"name":"getScheduledStatus","url":"interfaces/MegalodonInterface.html#getScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":142,"kind":2048,"name":"scheduleStatus","url":"interfaces/MegalodonInterface.html#scheduleStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":143,"kind":2048,"name":"cancelScheduledStatus","url":"interfaces/MegalodonInterface.html#cancelScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":144,"kind":2048,"name":"getPublicTimeline","url":"interfaces/MegalodonInterface.html#getPublicTimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":145,"kind":2048,"name":"getLocalTimeline","url":"interfaces/MegalodonInterface.html#getLocalTimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":146,"kind":2048,"name":"getTagTimeline","url":"interfaces/MegalodonInterface.html#getTagTimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":147,"kind":2048,"name":"getHomeTimeline","url":"interfaces/MegalodonInterface.html#getHomeTimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":148,"kind":2048,"name":"getListTimeline","url":"interfaces/MegalodonInterface.html#getListTimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":149,"kind":2048,"name":"getConversationTimeline","url":"interfaces/MegalodonInterface.html#getConversationTimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":150,"kind":2048,"name":"deleteConversation","url":"interfaces/MegalodonInterface.html#deleteConversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":151,"kind":2048,"name":"readConversation","url":"interfaces/MegalodonInterface.html#readConversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":152,"kind":2048,"name":"getLists","url":"interfaces/MegalodonInterface.html#getLists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":153,"kind":2048,"name":"getList","url":"interfaces/MegalodonInterface.html#getList","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":154,"kind":2048,"name":"createList","url":"interfaces/MegalodonInterface.html#createList","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":155,"kind":2048,"name":"updateList","url":"interfaces/MegalodonInterface.html#updateList","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":156,"kind":2048,"name":"deleteList","url":"interfaces/MegalodonInterface.html#deleteList","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":157,"kind":2048,"name":"getAccountsInList","url":"interfaces/MegalodonInterface.html#getAccountsInList","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":158,"kind":2048,"name":"addAccountsToList","url":"interfaces/MegalodonInterface.html#addAccountsToList","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":159,"kind":2048,"name":"deleteAccountsFromList","url":"interfaces/MegalodonInterface.html#deleteAccountsFromList","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":160,"kind":2048,"name":"getMarkers","url":"interfaces/MegalodonInterface.html#getMarkers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":161,"kind":2048,"name":"saveMarkers","url":"interfaces/MegalodonInterface.html#saveMarkers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":162,"kind":2048,"name":"getNotifications","url":"interfaces/MegalodonInterface.html#getNotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":163,"kind":2048,"name":"getNotification","url":"interfaces/MegalodonInterface.html#getNotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":164,"kind":2048,"name":"dismissNotifications","url":"interfaces/MegalodonInterface.html#dismissNotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":165,"kind":2048,"name":"dismissNotification","url":"interfaces/MegalodonInterface.html#dismissNotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":166,"kind":2048,"name":"subscribePushNotification","url":"interfaces/MegalodonInterface.html#subscribePushNotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":167,"kind":2048,"name":"getPushSubscription","url":"interfaces/MegalodonInterface.html#getPushSubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":168,"kind":2048,"name":"updatePushSubscription","url":"interfaces/MegalodonInterface.html#updatePushSubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":169,"kind":2048,"name":"deletePushSubscription","url":"interfaces/MegalodonInterface.html#deletePushSubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":170,"kind":2048,"name":"search","url":"interfaces/MegalodonInterface.html#search","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":171,"kind":2048,"name":"getInstance","url":"interfaces/MegalodonInterface.html#getInstance","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":172,"kind":2048,"name":"getInstancePeers","url":"interfaces/MegalodonInterface.html#getInstancePeers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":173,"kind":2048,"name":"getInstanceActivity","url":"interfaces/MegalodonInterface.html#getInstanceActivity","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":174,"kind":2048,"name":"getInstanceTrends","url":"interfaces/MegalodonInterface.html#getInstanceTrends","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":175,"kind":2048,"name":"getInstanceDirectory","url":"interfaces/MegalodonInterface.html#getInstanceDirectory","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":176,"kind":2048,"name":"getInstanceCustomEmojis","url":"interfaces/MegalodonInterface.html#getInstanceCustomEmojis","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":177,"kind":2048,"name":"createEmojiReaction","url":"interfaces/MegalodonInterface.html#createEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":178,"kind":2048,"name":"deleteEmojiReaction","url":"interfaces/MegalodonInterface.html#deleteEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":179,"kind":2048,"name":"getEmojiReactions","url":"interfaces/MegalodonInterface.html#getEmojiReactions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":180,"kind":2048,"name":"getEmojiReaction","url":"interfaces/MegalodonInterface.html#getEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":181,"kind":2048,"name":"userStream","url":"interfaces/MegalodonInterface.html#userStream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":182,"kind":2048,"name":"publicStream","url":"interfaces/MegalodonInterface.html#publicStream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":183,"kind":2048,"name":"localStream","url":"interfaces/MegalodonInterface.html#localStream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":184,"kind":2048,"name":"tagStream","url":"interfaces/MegalodonInterface.html#tagStream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":185,"kind":2048,"name":"listStream","url":"interfaces/MegalodonInterface.html#listStream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":186,"kind":2048,"name":"directStream","url":"interfaces/MegalodonInterface.html#directStream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":187,"kind":2048,"name":"userSocket","url":"interfaces/MegalodonInterface.html#userSocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":188,"kind":2048,"name":"publicSocket","url":"interfaces/MegalodonInterface.html#publicSocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":189,"kind":2048,"name":"localSocket","url":"interfaces/MegalodonInterface.html#localSocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":190,"kind":2048,"name":"tagSocket","url":"interfaces/MegalodonInterface.html#tagSocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":191,"kind":2048,"name":"listSocket","url":"interfaces/MegalodonInterface.html#listSocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":192,"kind":2048,"name":"directSocket","url":"interfaces/MegalodonInterface.html#directSocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":193,"kind":256,"name":"WebSocketInterface","url":"interfaces/WebSocketInterface.html","classes":"tsd-kind-interface"},{"id":194,"kind":2048,"name":"start","url":"interfaces/WebSocketInterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":195,"kind":2048,"name":"stop","url":"interfaces/WebSocketInterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":196,"kind":2048,"name":"on","url":"interfaces/WebSocketInterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":197,"kind":2048,"name":"once","url":"interfaces/WebSocketInterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":198,"kind":2048,"name":"removeListener","url":"interfaces/WebSocketInterface.html#removeListener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":199,"kind":2048,"name":"removeAllListeners","url":"interfaces/WebSocketInterface.html#removeAllListeners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":200,"kind":256,"name":"StreamListenerInterface","url":"interfaces/StreamListenerInterface.html","classes":"tsd-kind-interface"},{"id":201,"kind":2048,"name":"start","url":"interfaces/StreamListenerInterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":202,"kind":2048,"name":"stop","url":"interfaces/StreamListenerInterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":203,"kind":2048,"name":"on","url":"interfaces/StreamListenerInterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":204,"kind":2048,"name":"once","url":"interfaces/StreamListenerInterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":205,"kind":2048,"name":"removeListener","url":"interfaces/StreamListenerInterface.html#removeListener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":206,"kind":2048,"name":"removeAllListeners","url":"interfaces/StreamListenerInterface.html#removeAllListeners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":207,"kind":4,"name":"NotificationType","url":"modules/NotificationType.html","classes":"tsd-kind-namespace"},{"id":208,"kind":32,"name":"Follow","url":"modules/NotificationType.html#Follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":209,"kind":32,"name":"Favourite","url":"modules/NotificationType.html#Favourite","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":210,"kind":32,"name":"Reblog","url":"modules/NotificationType.html#Reblog","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":211,"kind":32,"name":"Mention","url":"modules/NotificationType.html#Mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":212,"kind":32,"name":"EmojiReaction","url":"modules/NotificationType.html#EmojiReaction","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":213,"kind":32,"name":"FollowRequest","url":"modules/NotificationType.html#FollowRequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":214,"kind":32,"name":"Status","url":"modules/NotificationType.html#Status","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":215,"kind":32,"name":"PollVote","url":"modules/NotificationType.html#PollVote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":216,"kind":32,"name":"PollExpired","url":"modules/NotificationType.html#PollExpired","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"NotificationType"},{"id":217,"kind":4,"name":"FilterContext","url":"modules/FilterContext.html","classes":"tsd-kind-namespace"},{"id":218,"kind":32,"name":"Home","url":"modules/FilterContext.html#Home","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"FilterContext"},{"id":219,"kind":32,"name":"Notifications","url":"modules/FilterContext.html#Notifications","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"FilterContext"},{"id":220,"kind":32,"name":"Public","url":"modules/FilterContext.html#Public","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"FilterContext"},{"id":221,"kind":32,"name":"Thread","url":"modules/FilterContext.html#Thread","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"FilterContext"},{"id":222,"kind":32,"name":"Account","url":"modules/FilterContext.html#Account","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"FilterContext"},{"id":223,"kind":128,"name":"Mastodon","url":"classes/Mastodon.html","classes":"tsd-kind-class"},{"id":224,"kind":512,"name":"constructor","url":"classes/Mastodon.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Mastodon"},{"id":225,"kind":1024,"name":"client","url":"classes/Mastodon.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Mastodon"},{"id":226,"kind":1024,"name":"baseUrl","url":"classes/Mastodon.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Mastodon"},{"id":227,"kind":2048,"name":"cancel","url":"classes/Mastodon.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":228,"kind":2048,"name":"registerApp","url":"classes/Mastodon.html#registerApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":229,"kind":2048,"name":"createApp","url":"classes/Mastodon.html#createApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":230,"kind":2048,"name":"generateAuthUrl","url":"classes/Mastodon.html#generateAuthUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":231,"kind":2048,"name":"verifyAppCredentials","url":"classes/Mastodon.html#verifyAppCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":232,"kind":2048,"name":"fetchAccessToken","url":"classes/Mastodon.html#fetchAccessToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":233,"kind":2048,"name":"refreshToken","url":"classes/Mastodon.html#refreshToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":234,"kind":2048,"name":"revokeToken","url":"classes/Mastodon.html#revokeToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":235,"kind":2048,"name":"registerAccount","url":"classes/Mastodon.html#registerAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":236,"kind":2048,"name":"verifyAccountCredentials","url":"classes/Mastodon.html#verifyAccountCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":237,"kind":2048,"name":"updateCredentials","url":"classes/Mastodon.html#updateCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":238,"kind":2048,"name":"getAccount","url":"classes/Mastodon.html#getAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":239,"kind":2048,"name":"getAccountStatuses","url":"classes/Mastodon.html#getAccountStatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":240,"kind":2048,"name":"subscribeAccount","url":"classes/Mastodon.html#subscribeAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":241,"kind":2048,"name":"unsubscribeAccount","url":"classes/Mastodon.html#unsubscribeAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":242,"kind":2048,"name":"getAccountFavourites","url":"classes/Mastodon.html#getAccountFavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":243,"kind":2048,"name":"getAccountFollowers","url":"classes/Mastodon.html#getAccountFollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":244,"kind":2048,"name":"getAccountFollowing","url":"classes/Mastodon.html#getAccountFollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":245,"kind":2048,"name":"getAccountLists","url":"classes/Mastodon.html#getAccountLists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":246,"kind":2048,"name":"getIdentityProof","url":"classes/Mastodon.html#getIdentityProof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":247,"kind":2048,"name":"followAccount","url":"classes/Mastodon.html#followAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":248,"kind":2048,"name":"unfollowAccount","url":"classes/Mastodon.html#unfollowAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":249,"kind":2048,"name":"blockAccount","url":"classes/Mastodon.html#blockAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":250,"kind":2048,"name":"unblockAccount","url":"classes/Mastodon.html#unblockAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":251,"kind":2048,"name":"muteAccount","url":"classes/Mastodon.html#muteAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":252,"kind":2048,"name":"unmuteAccount","url":"classes/Mastodon.html#unmuteAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":253,"kind":2048,"name":"pinAccount","url":"classes/Mastodon.html#pinAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":254,"kind":2048,"name":"unpinAccount","url":"classes/Mastodon.html#unpinAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":255,"kind":2048,"name":"getRelationship","url":"classes/Mastodon.html#getRelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":256,"kind":2048,"name":"getRelationships","url":"classes/Mastodon.html#getRelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":257,"kind":2048,"name":"searchAccount","url":"classes/Mastodon.html#searchAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":258,"kind":2048,"name":"getBookmarks","url":"classes/Mastodon.html#getBookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":259,"kind":2048,"name":"getFavourites","url":"classes/Mastodon.html#getFavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":260,"kind":2048,"name":"getMutes","url":"classes/Mastodon.html#getMutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":261,"kind":2048,"name":"getBlocks","url":"classes/Mastodon.html#getBlocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":262,"kind":2048,"name":"getDomainBlocks","url":"classes/Mastodon.html#getDomainBlocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":263,"kind":2048,"name":"blockDomain","url":"classes/Mastodon.html#blockDomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":264,"kind":2048,"name":"unblockDomain","url":"classes/Mastodon.html#unblockDomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":265,"kind":2048,"name":"getFilters","url":"classes/Mastodon.html#getFilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":266,"kind":2048,"name":"getFilter","url":"classes/Mastodon.html#getFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":267,"kind":2048,"name":"createFilter","url":"classes/Mastodon.html#createFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":268,"kind":2048,"name":"updateFilter","url":"classes/Mastodon.html#updateFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":269,"kind":2048,"name":"deleteFilter","url":"classes/Mastodon.html#deleteFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":270,"kind":2048,"name":"report","url":"classes/Mastodon.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":271,"kind":2048,"name":"getFollowRequests","url":"classes/Mastodon.html#getFollowRequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":272,"kind":2048,"name":"acceptFollowRequest","url":"classes/Mastodon.html#acceptFollowRequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":273,"kind":2048,"name":"rejectFollowRequest","url":"classes/Mastodon.html#rejectFollowRequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":274,"kind":2048,"name":"getEndorsements","url":"classes/Mastodon.html#getEndorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":275,"kind":2048,"name":"getFeaturedTags","url":"classes/Mastodon.html#getFeaturedTags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":276,"kind":2048,"name":"createFeaturedTag","url":"classes/Mastodon.html#createFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":277,"kind":2048,"name":"deleteFeaturedTag","url":"classes/Mastodon.html#deleteFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":278,"kind":2048,"name":"getSuggestedTags","url":"classes/Mastodon.html#getSuggestedTags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":279,"kind":2048,"name":"getPreferences","url":"classes/Mastodon.html#getPreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":280,"kind":2048,"name":"getSuggestions","url":"classes/Mastodon.html#getSuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":281,"kind":2048,"name":"postStatus","url":"classes/Mastodon.html#postStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":282,"kind":2048,"name":"getStatus","url":"classes/Mastodon.html#getStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":283,"kind":2048,"name":"deleteStatus","url":"classes/Mastodon.html#deleteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":284,"kind":2048,"name":"getStatusContext","url":"classes/Mastodon.html#getStatusContext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":285,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/Mastodon.html#getStatusRebloggedBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":286,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/Mastodon.html#getStatusFavouritedBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":287,"kind":2048,"name":"favouriteStatus","url":"classes/Mastodon.html#favouriteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":288,"kind":2048,"name":"unfavouriteStatus","url":"classes/Mastodon.html#unfavouriteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":289,"kind":2048,"name":"reblogStatus","url":"classes/Mastodon.html#reblogStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":290,"kind":2048,"name":"unreblogStatus","url":"classes/Mastodon.html#unreblogStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":291,"kind":2048,"name":"bookmarkStatus","url":"classes/Mastodon.html#bookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":292,"kind":2048,"name":"unbookmarkStatus","url":"classes/Mastodon.html#unbookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":293,"kind":2048,"name":"muteStatus","url":"classes/Mastodon.html#muteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":294,"kind":2048,"name":"unmuteStatus","url":"classes/Mastodon.html#unmuteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":295,"kind":2048,"name":"pinStatus","url":"classes/Mastodon.html#pinStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":296,"kind":2048,"name":"unpinStatus","url":"classes/Mastodon.html#unpinStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":297,"kind":2048,"name":"uploadMedia","url":"classes/Mastodon.html#uploadMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":298,"kind":2048,"name":"updateMedia","url":"classes/Mastodon.html#updateMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":299,"kind":2048,"name":"getPoll","url":"classes/Mastodon.html#getPoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":300,"kind":2048,"name":"votePoll","url":"classes/Mastodon.html#votePoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":301,"kind":2048,"name":"getScheduledStatuses","url":"classes/Mastodon.html#getScheduledStatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":302,"kind":2048,"name":"getScheduledStatus","url":"classes/Mastodon.html#getScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":303,"kind":2048,"name":"scheduleStatus","url":"classes/Mastodon.html#scheduleStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":304,"kind":2048,"name":"cancelScheduledStatus","url":"classes/Mastodon.html#cancelScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":305,"kind":2048,"name":"getPublicTimeline","url":"classes/Mastodon.html#getPublicTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":306,"kind":2048,"name":"getLocalTimeline","url":"classes/Mastodon.html#getLocalTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":307,"kind":2048,"name":"getTagTimeline","url":"classes/Mastodon.html#getTagTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":308,"kind":2048,"name":"getHomeTimeline","url":"classes/Mastodon.html#getHomeTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":309,"kind":2048,"name":"getListTimeline","url":"classes/Mastodon.html#getListTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":310,"kind":2048,"name":"getConversationTimeline","url":"classes/Mastodon.html#getConversationTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":311,"kind":2048,"name":"deleteConversation","url":"classes/Mastodon.html#deleteConversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":312,"kind":2048,"name":"readConversation","url":"classes/Mastodon.html#readConversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":313,"kind":2048,"name":"getLists","url":"classes/Mastodon.html#getLists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":314,"kind":2048,"name":"getList","url":"classes/Mastodon.html#getList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":315,"kind":2048,"name":"createList","url":"classes/Mastodon.html#createList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":316,"kind":2048,"name":"updateList","url":"classes/Mastodon.html#updateList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":317,"kind":2048,"name":"deleteList","url":"classes/Mastodon.html#deleteList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":318,"kind":2048,"name":"getAccountsInList","url":"classes/Mastodon.html#getAccountsInList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":319,"kind":2048,"name":"addAccountsToList","url":"classes/Mastodon.html#addAccountsToList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":320,"kind":2048,"name":"deleteAccountsFromList","url":"classes/Mastodon.html#deleteAccountsFromList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":321,"kind":2048,"name":"getMarkers","url":"classes/Mastodon.html#getMarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":322,"kind":2048,"name":"saveMarkers","url":"classes/Mastodon.html#saveMarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":323,"kind":2048,"name":"getNotifications","url":"classes/Mastodon.html#getNotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":324,"kind":2048,"name":"getNotification","url":"classes/Mastodon.html#getNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":325,"kind":2048,"name":"dismissNotifications","url":"classes/Mastodon.html#dismissNotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":326,"kind":2048,"name":"dismissNotification","url":"classes/Mastodon.html#dismissNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":327,"kind":2048,"name":"subscribePushNotification","url":"classes/Mastodon.html#subscribePushNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":328,"kind":2048,"name":"getPushSubscription","url":"classes/Mastodon.html#getPushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":329,"kind":2048,"name":"updatePushSubscription","url":"classes/Mastodon.html#updatePushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":330,"kind":2048,"name":"deletePushSubscription","url":"classes/Mastodon.html#deletePushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":331,"kind":2048,"name":"search","url":"classes/Mastodon.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":332,"kind":2048,"name":"getInstance","url":"classes/Mastodon.html#getInstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":333,"kind":2048,"name":"getInstancePeers","url":"classes/Mastodon.html#getInstancePeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":334,"kind":2048,"name":"getInstanceActivity","url":"classes/Mastodon.html#getInstanceActivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":335,"kind":2048,"name":"getInstanceTrends","url":"classes/Mastodon.html#getInstanceTrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":336,"kind":2048,"name":"getInstanceDirectory","url":"classes/Mastodon.html#getInstanceDirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":337,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/Mastodon.html#getInstanceCustomEmojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":338,"kind":2048,"name":"createEmojiReaction","url":"classes/Mastodon.html#createEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":339,"kind":2048,"name":"deleteEmojiReaction","url":"classes/Mastodon.html#deleteEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":340,"kind":2048,"name":"getEmojiReactions","url":"classes/Mastodon.html#getEmojiReactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":341,"kind":2048,"name":"getEmojiReaction","url":"classes/Mastodon.html#getEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":342,"kind":2048,"name":"userStream","url":"classes/Mastodon.html#userStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":343,"kind":2048,"name":"publicStream","url":"classes/Mastodon.html#publicStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":344,"kind":2048,"name":"localStream","url":"classes/Mastodon.html#localStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":345,"kind":2048,"name":"tagStream","url":"classes/Mastodon.html#tagStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":346,"kind":2048,"name":"listStream","url":"classes/Mastodon.html#listStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":347,"kind":2048,"name":"directStream","url":"classes/Mastodon.html#directStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":348,"kind":2048,"name":"userSocket","url":"classes/Mastodon.html#userSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":349,"kind":2048,"name":"publicSocket","url":"classes/Mastodon.html#publicSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":350,"kind":2048,"name":"localSocket","url":"classes/Mastodon.html#localSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":351,"kind":2048,"name":"tagSocket","url":"classes/Mastodon.html#tagSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":352,"kind":2048,"name":"listSocket","url":"classes/Mastodon.html#listSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":353,"kind":2048,"name":"directSocket","url":"classes/Mastodon.html#directSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":354,"kind":128,"name":"Pleroma","url":"classes/Pleroma.html","classes":"tsd-kind-class"},{"id":355,"kind":512,"name":"constructor","url":"classes/Pleroma.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Pleroma"},{"id":356,"kind":1024,"name":"client","url":"classes/Pleroma.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Pleroma"},{"id":357,"kind":1024,"name":"baseUrl","url":"classes/Pleroma.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Pleroma"},{"id":358,"kind":2048,"name":"cancel","url":"classes/Pleroma.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":359,"kind":2048,"name":"registerApp","url":"classes/Pleroma.html#registerApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":360,"kind":2048,"name":"createApp","url":"classes/Pleroma.html#createApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":361,"kind":2048,"name":"generateAuthUrl","url":"classes/Pleroma.html#generateAuthUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":362,"kind":2048,"name":"verifyAppCredentials","url":"classes/Pleroma.html#verifyAppCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":363,"kind":2048,"name":"fetchAccessToken","url":"classes/Pleroma.html#fetchAccessToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":364,"kind":2048,"name":"refreshToken","url":"classes/Pleroma.html#refreshToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":365,"kind":2048,"name":"revokeToken","url":"classes/Pleroma.html#revokeToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":366,"kind":2048,"name":"registerAccount","url":"classes/Pleroma.html#registerAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":367,"kind":2048,"name":"verifyAccountCredentials","url":"classes/Pleroma.html#verifyAccountCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":368,"kind":2048,"name":"updateCredentials","url":"classes/Pleroma.html#updateCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":369,"kind":2048,"name":"getAccount","url":"classes/Pleroma.html#getAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":370,"kind":2048,"name":"getAccountStatuses","url":"classes/Pleroma.html#getAccountStatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":371,"kind":2048,"name":"subscribeAccount","url":"classes/Pleroma.html#subscribeAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":372,"kind":2048,"name":"unsubscribeAccount","url":"classes/Pleroma.html#unsubscribeAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":373,"kind":2048,"name":"getAccountFavourites","url":"classes/Pleroma.html#getAccountFavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":374,"kind":2048,"name":"getAccountFollowers","url":"classes/Pleroma.html#getAccountFollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":375,"kind":2048,"name":"getAccountFollowing","url":"classes/Pleroma.html#getAccountFollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":376,"kind":2048,"name":"getAccountLists","url":"classes/Pleroma.html#getAccountLists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":377,"kind":2048,"name":"getIdentityProof","url":"classes/Pleroma.html#getIdentityProof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":378,"kind":2048,"name":"followAccount","url":"classes/Pleroma.html#followAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":379,"kind":2048,"name":"unfollowAccount","url":"classes/Pleroma.html#unfollowAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":380,"kind":2048,"name":"blockAccount","url":"classes/Pleroma.html#blockAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":381,"kind":2048,"name":"unblockAccount","url":"classes/Pleroma.html#unblockAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":382,"kind":2048,"name":"muteAccount","url":"classes/Pleroma.html#muteAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":383,"kind":2048,"name":"unmuteAccount","url":"classes/Pleroma.html#unmuteAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":384,"kind":2048,"name":"pinAccount","url":"classes/Pleroma.html#pinAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":385,"kind":2048,"name":"unpinAccount","url":"classes/Pleroma.html#unpinAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":386,"kind":2048,"name":"getRelationship","url":"classes/Pleroma.html#getRelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":387,"kind":2048,"name":"getRelationships","url":"classes/Pleroma.html#getRelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":388,"kind":2048,"name":"searchAccount","url":"classes/Pleroma.html#searchAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":389,"kind":2048,"name":"getBookmarks","url":"classes/Pleroma.html#getBookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":390,"kind":2048,"name":"getFavourites","url":"classes/Pleroma.html#getFavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":391,"kind":2048,"name":"getMutes","url":"classes/Pleroma.html#getMutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":392,"kind":2048,"name":"getBlocks","url":"classes/Pleroma.html#getBlocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":393,"kind":2048,"name":"getDomainBlocks","url":"classes/Pleroma.html#getDomainBlocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":394,"kind":2048,"name":"blockDomain","url":"classes/Pleroma.html#blockDomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":395,"kind":2048,"name":"unblockDomain","url":"classes/Pleroma.html#unblockDomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":396,"kind":2048,"name":"getFilters","url":"classes/Pleroma.html#getFilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":397,"kind":2048,"name":"getFilter","url":"classes/Pleroma.html#getFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":398,"kind":2048,"name":"createFilter","url":"classes/Pleroma.html#createFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":399,"kind":2048,"name":"updateFilter","url":"classes/Pleroma.html#updateFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":400,"kind":2048,"name":"deleteFilter","url":"classes/Pleroma.html#deleteFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":401,"kind":2048,"name":"report","url":"classes/Pleroma.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":402,"kind":2048,"name":"getFollowRequests","url":"classes/Pleroma.html#getFollowRequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":403,"kind":2048,"name":"acceptFollowRequest","url":"classes/Pleroma.html#acceptFollowRequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":404,"kind":2048,"name":"rejectFollowRequest","url":"classes/Pleroma.html#rejectFollowRequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":405,"kind":2048,"name":"getEndorsements","url":"classes/Pleroma.html#getEndorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":406,"kind":2048,"name":"getFeaturedTags","url":"classes/Pleroma.html#getFeaturedTags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":407,"kind":2048,"name":"createFeaturedTag","url":"classes/Pleroma.html#createFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":408,"kind":2048,"name":"deleteFeaturedTag","url":"classes/Pleroma.html#deleteFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":409,"kind":2048,"name":"getSuggestedTags","url":"classes/Pleroma.html#getSuggestedTags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":410,"kind":2048,"name":"getPreferences","url":"classes/Pleroma.html#getPreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":411,"kind":2048,"name":"getSuggestions","url":"classes/Pleroma.html#getSuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":412,"kind":2048,"name":"postStatus","url":"classes/Pleroma.html#postStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":413,"kind":2048,"name":"getStatus","url":"classes/Pleroma.html#getStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":414,"kind":2048,"name":"deleteStatus","url":"classes/Pleroma.html#deleteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":415,"kind":2048,"name":"getStatusContext","url":"classes/Pleroma.html#getStatusContext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":416,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/Pleroma.html#getStatusRebloggedBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":417,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/Pleroma.html#getStatusFavouritedBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":418,"kind":2048,"name":"favouriteStatus","url":"classes/Pleroma.html#favouriteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":419,"kind":2048,"name":"unfavouriteStatus","url":"classes/Pleroma.html#unfavouriteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":420,"kind":2048,"name":"reblogStatus","url":"classes/Pleroma.html#reblogStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":421,"kind":2048,"name":"unreblogStatus","url":"classes/Pleroma.html#unreblogStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":422,"kind":2048,"name":"bookmarkStatus","url":"classes/Pleroma.html#bookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":423,"kind":2048,"name":"unbookmarkStatus","url":"classes/Pleroma.html#unbookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":424,"kind":2048,"name":"muteStatus","url":"classes/Pleroma.html#muteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":425,"kind":2048,"name":"unmuteStatus","url":"classes/Pleroma.html#unmuteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":426,"kind":2048,"name":"pinStatus","url":"classes/Pleroma.html#pinStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":427,"kind":2048,"name":"unpinStatus","url":"classes/Pleroma.html#unpinStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":428,"kind":2048,"name":"uploadMedia","url":"classes/Pleroma.html#uploadMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":429,"kind":2048,"name":"updateMedia","url":"classes/Pleroma.html#updateMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":430,"kind":2048,"name":"getPoll","url":"classes/Pleroma.html#getPoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":431,"kind":2048,"name":"votePoll","url":"classes/Pleroma.html#votePoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":432,"kind":2048,"name":"getScheduledStatuses","url":"classes/Pleroma.html#getScheduledStatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":433,"kind":2048,"name":"getScheduledStatus","url":"classes/Pleroma.html#getScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":434,"kind":2048,"name":"scheduleStatus","url":"classes/Pleroma.html#scheduleStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":435,"kind":2048,"name":"cancelScheduledStatus","url":"classes/Pleroma.html#cancelScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":436,"kind":2048,"name":"getPublicTimeline","url":"classes/Pleroma.html#getPublicTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":437,"kind":2048,"name":"getLocalTimeline","url":"classes/Pleroma.html#getLocalTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":438,"kind":2048,"name":"getTagTimeline","url":"classes/Pleroma.html#getTagTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":439,"kind":2048,"name":"getHomeTimeline","url":"classes/Pleroma.html#getHomeTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":440,"kind":2048,"name":"getListTimeline","url":"classes/Pleroma.html#getListTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":441,"kind":2048,"name":"getConversationTimeline","url":"classes/Pleroma.html#getConversationTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":442,"kind":2048,"name":"deleteConversation","url":"classes/Pleroma.html#deleteConversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":443,"kind":2048,"name":"readConversation","url":"classes/Pleroma.html#readConversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":444,"kind":2048,"name":"getLists","url":"classes/Pleroma.html#getLists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":445,"kind":2048,"name":"getList","url":"classes/Pleroma.html#getList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":446,"kind":2048,"name":"createList","url":"classes/Pleroma.html#createList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":447,"kind":2048,"name":"updateList","url":"classes/Pleroma.html#updateList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":448,"kind":2048,"name":"deleteList","url":"classes/Pleroma.html#deleteList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":449,"kind":2048,"name":"getAccountsInList","url":"classes/Pleroma.html#getAccountsInList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":450,"kind":2048,"name":"addAccountsToList","url":"classes/Pleroma.html#addAccountsToList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":451,"kind":2048,"name":"deleteAccountsFromList","url":"classes/Pleroma.html#deleteAccountsFromList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":452,"kind":2048,"name":"getMarkers","url":"classes/Pleroma.html#getMarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":453,"kind":2048,"name":"saveMarkers","url":"classes/Pleroma.html#saveMarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":454,"kind":2048,"name":"getNotifications","url":"classes/Pleroma.html#getNotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":455,"kind":2048,"name":"getNotification","url":"classes/Pleroma.html#getNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":456,"kind":2048,"name":"dismissNotifications","url":"classes/Pleroma.html#dismissNotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":457,"kind":2048,"name":"dismissNotification","url":"classes/Pleroma.html#dismissNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":458,"kind":2048,"name":"subscribePushNotification","url":"classes/Pleroma.html#subscribePushNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":459,"kind":2048,"name":"getPushSubscription","url":"classes/Pleroma.html#getPushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":460,"kind":2048,"name":"updatePushSubscription","url":"classes/Pleroma.html#updatePushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":461,"kind":2048,"name":"deletePushSubscription","url":"classes/Pleroma.html#deletePushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":462,"kind":2048,"name":"search","url":"classes/Pleroma.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":463,"kind":2048,"name":"getInstance","url":"classes/Pleroma.html#getInstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":464,"kind":2048,"name":"getInstancePeers","url":"classes/Pleroma.html#getInstancePeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":465,"kind":2048,"name":"getInstanceActivity","url":"classes/Pleroma.html#getInstanceActivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":466,"kind":2048,"name":"getInstanceTrends","url":"classes/Pleroma.html#getInstanceTrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":467,"kind":2048,"name":"getInstanceDirectory","url":"classes/Pleroma.html#getInstanceDirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":468,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/Pleroma.html#getInstanceCustomEmojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":469,"kind":2048,"name":"createEmojiReaction","url":"classes/Pleroma.html#createEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":470,"kind":2048,"name":"deleteEmojiReaction","url":"classes/Pleroma.html#deleteEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":471,"kind":2048,"name":"getEmojiReactions","url":"classes/Pleroma.html#getEmojiReactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":472,"kind":2048,"name":"getEmojiReaction","url":"classes/Pleroma.html#getEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":473,"kind":2048,"name":"userStream","url":"classes/Pleroma.html#userStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":474,"kind":2048,"name":"publicStream","url":"classes/Pleroma.html#publicStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":475,"kind":2048,"name":"localStream","url":"classes/Pleroma.html#localStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":476,"kind":2048,"name":"tagStream","url":"classes/Pleroma.html#tagStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":477,"kind":2048,"name":"listStream","url":"classes/Pleroma.html#listStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":478,"kind":2048,"name":"directStream","url":"classes/Pleroma.html#directStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":479,"kind":2048,"name":"userSocket","url":"classes/Pleroma.html#userSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":480,"kind":2048,"name":"publicSocket","url":"classes/Pleroma.html#publicSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":481,"kind":2048,"name":"localSocket","url":"classes/Pleroma.html#localSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":482,"kind":2048,"name":"tagSocket","url":"classes/Pleroma.html#tagSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":483,"kind":2048,"name":"listSocket","url":"classes/Pleroma.html#listSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":484,"kind":2048,"name":"directSocket","url":"classes/Pleroma.html#directSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":485,"kind":128,"name":"Misskey","url":"classes/Misskey.html","classes":"tsd-kind-class"},{"id":486,"kind":512,"name":"constructor","url":"classes/Misskey.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Misskey"},{"id":487,"kind":1024,"name":"client","url":"classes/Misskey.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Misskey"},{"id":488,"kind":1024,"name":"baseUrl","url":"classes/Misskey.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Misskey"},{"id":489,"kind":1024,"name":"proxyConfig","url":"classes/Misskey.html#proxyConfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Misskey"},{"id":490,"kind":2048,"name":"cancel","url":"classes/Misskey.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":491,"kind":2048,"name":"registerApp","url":"classes/Misskey.html#registerApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":492,"kind":2048,"name":"createApp","url":"classes/Misskey.html#createApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":493,"kind":2048,"name":"generateAuthUrlAndToken","url":"classes/Misskey.html#generateAuthUrlAndToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":494,"kind":2048,"name":"verifyAppCredentials","url":"classes/Misskey.html#verifyAppCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":495,"kind":2048,"name":"fetchAccessToken","url":"classes/Misskey.html#fetchAccessToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":496,"kind":2048,"name":"refreshToken","url":"classes/Misskey.html#refreshToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":497,"kind":2048,"name":"revokeToken","url":"classes/Misskey.html#revokeToken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":498,"kind":2048,"name":"registerAccount","url":"classes/Misskey.html#registerAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":499,"kind":2048,"name":"verifyAccountCredentials","url":"classes/Misskey.html#verifyAccountCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":500,"kind":2048,"name":"updateCredentials","url":"classes/Misskey.html#updateCredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":501,"kind":2048,"name":"getAccount","url":"classes/Misskey.html#getAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":502,"kind":2048,"name":"getAccountStatuses","url":"classes/Misskey.html#getAccountStatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":503,"kind":2048,"name":"getAccountFavourites","url":"classes/Misskey.html#getAccountFavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":504,"kind":2048,"name":"subscribeAccount","url":"classes/Misskey.html#subscribeAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":505,"kind":2048,"name":"unsubscribeAccount","url":"classes/Misskey.html#unsubscribeAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":506,"kind":2048,"name":"getAccountFollowers","url":"classes/Misskey.html#getAccountFollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":507,"kind":2048,"name":"getAccountFollowing","url":"classes/Misskey.html#getAccountFollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":508,"kind":2048,"name":"getAccountLists","url":"classes/Misskey.html#getAccountLists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":509,"kind":2048,"name":"getIdentityProof","url":"classes/Misskey.html#getIdentityProof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":510,"kind":2048,"name":"followAccount","url":"classes/Misskey.html#followAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":511,"kind":2048,"name":"unfollowAccount","url":"classes/Misskey.html#unfollowAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":512,"kind":2048,"name":"blockAccount","url":"classes/Misskey.html#blockAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":513,"kind":2048,"name":"unblockAccount","url":"classes/Misskey.html#unblockAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":514,"kind":2048,"name":"muteAccount","url":"classes/Misskey.html#muteAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":515,"kind":2048,"name":"unmuteAccount","url":"classes/Misskey.html#unmuteAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":516,"kind":2048,"name":"pinAccount","url":"classes/Misskey.html#pinAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":517,"kind":2048,"name":"unpinAccount","url":"classes/Misskey.html#unpinAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":518,"kind":2048,"name":"getRelationship","url":"classes/Misskey.html#getRelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":519,"kind":2048,"name":"getRelationships","url":"classes/Misskey.html#getRelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":520,"kind":2048,"name":"searchAccount","url":"classes/Misskey.html#searchAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":521,"kind":2048,"name":"getBookmarks","url":"classes/Misskey.html#getBookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":522,"kind":2048,"name":"getFavourites","url":"classes/Misskey.html#getFavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":523,"kind":2048,"name":"getMutes","url":"classes/Misskey.html#getMutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":524,"kind":2048,"name":"getBlocks","url":"classes/Misskey.html#getBlocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":525,"kind":2048,"name":"getDomainBlocks","url":"classes/Misskey.html#getDomainBlocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":526,"kind":2048,"name":"blockDomain","url":"classes/Misskey.html#blockDomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":527,"kind":2048,"name":"unblockDomain","url":"classes/Misskey.html#unblockDomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":528,"kind":2048,"name":"getFilters","url":"classes/Misskey.html#getFilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":529,"kind":2048,"name":"getFilter","url":"classes/Misskey.html#getFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":530,"kind":2048,"name":"createFilter","url":"classes/Misskey.html#createFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":531,"kind":2048,"name":"updateFilter","url":"classes/Misskey.html#updateFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":532,"kind":2048,"name":"deleteFilter","url":"classes/Misskey.html#deleteFilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":533,"kind":2048,"name":"report","url":"classes/Misskey.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":534,"kind":2048,"name":"getFollowRequests","url":"classes/Misskey.html#getFollowRequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":535,"kind":2048,"name":"acceptFollowRequest","url":"classes/Misskey.html#acceptFollowRequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":536,"kind":2048,"name":"rejectFollowRequest","url":"classes/Misskey.html#rejectFollowRequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":537,"kind":2048,"name":"getEndorsements","url":"classes/Misskey.html#getEndorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":538,"kind":2048,"name":"getFeaturedTags","url":"classes/Misskey.html#getFeaturedTags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":539,"kind":2048,"name":"createFeaturedTag","url":"classes/Misskey.html#createFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":540,"kind":2048,"name":"deleteFeaturedTag","url":"classes/Misskey.html#deleteFeaturedTag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":541,"kind":2048,"name":"getSuggestedTags","url":"classes/Misskey.html#getSuggestedTags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":542,"kind":2048,"name":"getPreferences","url":"classes/Misskey.html#getPreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":543,"kind":2048,"name":"getSuggestions","url":"classes/Misskey.html#getSuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":544,"kind":2048,"name":"postStatus","url":"classes/Misskey.html#postStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":545,"kind":2048,"name":"getStatus","url":"classes/Misskey.html#getStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":546,"kind":2048,"name":"deleteStatus","url":"classes/Misskey.html#deleteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":547,"kind":2048,"name":"getStatusContext","url":"classes/Misskey.html#getStatusContext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":548,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/Misskey.html#getStatusRebloggedBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":549,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/Misskey.html#getStatusFavouritedBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":550,"kind":2048,"name":"favouriteStatus","url":"classes/Misskey.html#favouriteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":551,"kind":2048,"name":"unfavouriteStatus","url":"classes/Misskey.html#unfavouriteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":552,"kind":2048,"name":"reblogStatus","url":"classes/Misskey.html#reblogStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":553,"kind":2048,"name":"unreblogStatus","url":"classes/Misskey.html#unreblogStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":554,"kind":2048,"name":"bookmarkStatus","url":"classes/Misskey.html#bookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":555,"kind":2048,"name":"unbookmarkStatus","url":"classes/Misskey.html#unbookmarkStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":556,"kind":2048,"name":"muteStatus","url":"classes/Misskey.html#muteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":557,"kind":2048,"name":"unmuteStatus","url":"classes/Misskey.html#unmuteStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":558,"kind":2048,"name":"pinStatus","url":"classes/Misskey.html#pinStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":559,"kind":2048,"name":"unpinStatus","url":"classes/Misskey.html#unpinStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":560,"kind":2048,"name":"uploadMedia","url":"classes/Misskey.html#uploadMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":561,"kind":2048,"name":"updateMedia","url":"classes/Misskey.html#updateMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":562,"kind":2048,"name":"getPoll","url":"classes/Misskey.html#getPoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":563,"kind":2048,"name":"votePoll","url":"classes/Misskey.html#votePoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":564,"kind":2048,"name":"getScheduledStatuses","url":"classes/Misskey.html#getScheduledStatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":565,"kind":2048,"name":"getScheduledStatus","url":"classes/Misskey.html#getScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":566,"kind":2048,"name":"scheduleStatus","url":"classes/Misskey.html#scheduleStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":567,"kind":2048,"name":"cancelScheduledStatus","url":"classes/Misskey.html#cancelScheduledStatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":568,"kind":2048,"name":"getPublicTimeline","url":"classes/Misskey.html#getPublicTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":569,"kind":2048,"name":"getLocalTimeline","url":"classes/Misskey.html#getLocalTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":570,"kind":2048,"name":"getTagTimeline","url":"classes/Misskey.html#getTagTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":571,"kind":2048,"name":"getHomeTimeline","url":"classes/Misskey.html#getHomeTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":572,"kind":2048,"name":"getListTimeline","url":"classes/Misskey.html#getListTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":573,"kind":2048,"name":"getConversationTimeline","url":"classes/Misskey.html#getConversationTimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":574,"kind":2048,"name":"deleteConversation","url":"classes/Misskey.html#deleteConversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":575,"kind":2048,"name":"readConversation","url":"classes/Misskey.html#readConversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":576,"kind":2048,"name":"getLists","url":"classes/Misskey.html#getLists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":577,"kind":2048,"name":"getList","url":"classes/Misskey.html#getList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":578,"kind":2048,"name":"createList","url":"classes/Misskey.html#createList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":579,"kind":2048,"name":"updateList","url":"classes/Misskey.html#updateList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":580,"kind":2048,"name":"deleteList","url":"classes/Misskey.html#deleteList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":581,"kind":2048,"name":"getAccountsInList","url":"classes/Misskey.html#getAccountsInList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":582,"kind":2048,"name":"addAccountsToList","url":"classes/Misskey.html#addAccountsToList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":583,"kind":2048,"name":"deleteAccountsFromList","url":"classes/Misskey.html#deleteAccountsFromList","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":584,"kind":2048,"name":"getMarkers","url":"classes/Misskey.html#getMarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":585,"kind":2048,"name":"saveMarkers","url":"classes/Misskey.html#saveMarkers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":586,"kind":2048,"name":"getNotifications","url":"classes/Misskey.html#getNotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":587,"kind":2048,"name":"getNotification","url":"classes/Misskey.html#getNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":588,"kind":2048,"name":"dismissNotifications","url":"classes/Misskey.html#dismissNotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":589,"kind":2048,"name":"dismissNotification","url":"classes/Misskey.html#dismissNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":590,"kind":2048,"name":"subscribePushNotification","url":"classes/Misskey.html#subscribePushNotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":591,"kind":2048,"name":"getPushSubscription","url":"classes/Misskey.html#getPushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":592,"kind":2048,"name":"updatePushSubscription","url":"classes/Misskey.html#updatePushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":593,"kind":2048,"name":"deletePushSubscription","url":"classes/Misskey.html#deletePushSubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":594,"kind":2048,"name":"search","url":"classes/Misskey.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":595,"kind":2048,"name":"getInstance","url":"classes/Misskey.html#getInstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":596,"kind":2048,"name":"getInstancePeers","url":"classes/Misskey.html#getInstancePeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":597,"kind":2048,"name":"getInstanceActivity","url":"classes/Misskey.html#getInstanceActivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":598,"kind":2048,"name":"getInstanceTrends","url":"classes/Misskey.html#getInstanceTrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":599,"kind":2048,"name":"getInstanceDirectory","url":"classes/Misskey.html#getInstanceDirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":600,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/Misskey.html#getInstanceCustomEmojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":601,"kind":2048,"name":"createEmojiReaction","url":"classes/Misskey.html#createEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":602,"kind":2048,"name":"deleteEmojiReaction","url":"classes/Misskey.html#deleteEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":603,"kind":2048,"name":"getEmojiReactions","url":"classes/Misskey.html#getEmojiReactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":604,"kind":2048,"name":"getEmojiReaction","url":"classes/Misskey.html#getEmojiReaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":605,"kind":2048,"name":"userStream","url":"classes/Misskey.html#userStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":606,"kind":2048,"name":"publicStream","url":"classes/Misskey.html#publicStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":607,"kind":2048,"name":"localStream","url":"classes/Misskey.html#localStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":608,"kind":2048,"name":"tagStream","url":"classes/Misskey.html#tagStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":609,"kind":2048,"name":"listStream","url":"classes/Misskey.html#listStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":610,"kind":2048,"name":"directStream","url":"classes/Misskey.html#directStream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":611,"kind":2048,"name":"userSocket","url":"classes/Misskey.html#userSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":612,"kind":2048,"name":"publicSocket","url":"classes/Misskey.html#publicSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":613,"kind":2048,"name":"localSocket","url":"classes/Misskey.html#localSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":614,"kind":2048,"name":"tagSocket","url":"classes/Misskey.html#tagSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":615,"kind":2048,"name":"listSocket","url":"classes/Misskey.html#listSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":616,"kind":2048,"name":"directSocket","url":"classes/Misskey.html#directSocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":617,"kind":4,"name":"Entity","url":"modules/Entity.html","classes":"tsd-kind-namespace"},{"id":618,"kind":4194304,"name":"Emoji","url":"modules/Entity.html#Emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":619,"kind":65536,"name":"__type","url":"modules/Entity.html#Emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Emoji"},{"id":620,"kind":1024,"name":"shortcode","url":"modules/Entity.html#Emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":621,"kind":1024,"name":"static_url","url":"modules/Entity.html#Emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":622,"kind":1024,"name":"url","url":"modules/Entity.html#Emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":623,"kind":1024,"name":"visible_in_picker","url":"modules/Entity.html#Emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":624,"kind":4194304,"name":"Source","url":"modules/Entity.html#Source","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":625,"kind":65536,"name":"__type","url":"modules/Entity.html#Source.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Source"},{"id":626,"kind":1024,"name":"privacy","url":"modules/Entity.html#Source.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":627,"kind":1024,"name":"sensitive","url":"modules/Entity.html#Source.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":628,"kind":1024,"name":"language","url":"modules/Entity.html#Source.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":629,"kind":1024,"name":"note","url":"modules/Entity.html#Source.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":630,"kind":1024,"name":"fields","url":"modules/Entity.html#Source.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":631,"kind":4194304,"name":"Account","url":"modules/Entity.html#Account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":632,"kind":65536,"name":"__type","url":"modules/Entity.html#Account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Account"},{"id":633,"kind":1024,"name":"id","url":"modules/Entity.html#Account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":634,"kind":1024,"name":"username","url":"modules/Entity.html#Account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":635,"kind":1024,"name":"acct","url":"modules/Entity.html#Account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":636,"kind":1024,"name":"display_name","url":"modules/Entity.html#Account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":637,"kind":1024,"name":"locked","url":"modules/Entity.html#Account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":638,"kind":1024,"name":"created_at","url":"modules/Entity.html#Account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":639,"kind":1024,"name":"followers_count","url":"modules/Entity.html#Account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":640,"kind":1024,"name":"following_count","url":"modules/Entity.html#Account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":641,"kind":1024,"name":"statuses_count","url":"modules/Entity.html#Account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":642,"kind":1024,"name":"note","url":"modules/Entity.html#Account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":643,"kind":1024,"name":"url","url":"modules/Entity.html#Account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":644,"kind":1024,"name":"avatar","url":"modules/Entity.html#Account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":645,"kind":1024,"name":"avatar_static","url":"modules/Entity.html#Account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":646,"kind":1024,"name":"header","url":"modules/Entity.html#Account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":647,"kind":1024,"name":"header_static","url":"modules/Entity.html#Account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":648,"kind":1024,"name":"emojis","url":"modules/Entity.html#Account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":649,"kind":1024,"name":"moved","url":"modules/Entity.html#Account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":650,"kind":1024,"name":"fields","url":"modules/Entity.html#Account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":651,"kind":1024,"name":"bot","url":"modules/Entity.html#Account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":652,"kind":1024,"name":"source","url":"modules/Entity.html#Account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":653,"kind":4194304,"name":"Activity","url":"modules/Entity.html#Activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":654,"kind":65536,"name":"__type","url":"modules/Entity.html#Activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Activity"},{"id":655,"kind":1024,"name":"week","url":"modules/Entity.html#Activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":656,"kind":1024,"name":"statuses","url":"modules/Entity.html#Activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":657,"kind":1024,"name":"logins","url":"modules/Entity.html#Activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":658,"kind":1024,"name":"registrations","url":"modules/Entity.html#Activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":659,"kind":4194304,"name":"Application","url":"modules/Entity.html#Application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":660,"kind":65536,"name":"__type","url":"modules/Entity.html#Application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Application"},{"id":661,"kind":1024,"name":"name","url":"modules/Entity.html#Application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Application.__type"},{"id":662,"kind":1024,"name":"website","url":"modules/Entity.html#Application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Application.__type"},{"id":663,"kind":1024,"name":"vapid_key","url":"modules/Entity.html#Application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Application.__type"},{"id":664,"kind":4194304,"name":"Attachment","url":"modules/Entity.html#Attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":665,"kind":65536,"name":"__type","url":"modules/Entity.html#Attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Attachment"},{"id":666,"kind":1024,"name":"id","url":"modules/Entity.html#Attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":667,"kind":1024,"name":"type","url":"modules/Entity.html#Attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":668,"kind":1024,"name":"url","url":"modules/Entity.html#Attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":669,"kind":1024,"name":"remote_url","url":"modules/Entity.html#Attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":670,"kind":1024,"name":"preview_url","url":"modules/Entity.html#Attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":671,"kind":1024,"name":"text_url","url":"modules/Entity.html#Attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":672,"kind":1024,"name":"meta","url":"modules/Entity.html#Attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":673,"kind":1024,"name":"description","url":"modules/Entity.html#Attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":674,"kind":4194304,"name":"Card","url":"modules/Entity.html#Card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":675,"kind":65536,"name":"__type","url":"modules/Entity.html#Card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Card"},{"id":676,"kind":1024,"name":"url","url":"modules/Entity.html#Card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":677,"kind":1024,"name":"title","url":"modules/Entity.html#Card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":678,"kind":1024,"name":"description","url":"modules/Entity.html#Card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":679,"kind":1024,"name":"type","url":"modules/Entity.html#Card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":680,"kind":1024,"name":"image","url":"modules/Entity.html#Card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":681,"kind":1024,"name":"author_name","url":"modules/Entity.html#Card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":682,"kind":1024,"name":"author_url","url":"modules/Entity.html#Card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":683,"kind":1024,"name":"provider_name","url":"modules/Entity.html#Card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":684,"kind":1024,"name":"provider_url","url":"modules/Entity.html#Card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":685,"kind":1024,"name":"html","url":"modules/Entity.html#Card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":686,"kind":1024,"name":"width","url":"modules/Entity.html#Card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":687,"kind":1024,"name":"height","url":"modules/Entity.html#Card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":688,"kind":4194304,"name":"Mention","url":"modules/Entity.html#Mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":689,"kind":65536,"name":"__type","url":"modules/Entity.html#Mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Mention"},{"id":690,"kind":1024,"name":"id","url":"modules/Entity.html#Mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":691,"kind":1024,"name":"username","url":"modules/Entity.html#Mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":692,"kind":1024,"name":"url","url":"modules/Entity.html#Mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":693,"kind":1024,"name":"acct","url":"modules/Entity.html#Mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":694,"kind":4194304,"name":"History","url":"modules/Entity.html#History","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":695,"kind":65536,"name":"__type","url":"modules/Entity.html#History.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.History"},{"id":696,"kind":1024,"name":"day","url":"modules/Entity.html#History.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.History.__type"},{"id":697,"kind":1024,"name":"uses","url":"modules/Entity.html#History.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.History.__type"},{"id":698,"kind":1024,"name":"accounts","url":"modules/Entity.html#History.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.History.__type"},{"id":699,"kind":4194304,"name":"Tag","url":"modules/Entity.html#Tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":700,"kind":65536,"name":"__type","url":"modules/Entity.html#Tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Tag"},{"id":701,"kind":1024,"name":"name","url":"modules/Entity.html#Tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Tag.__type"},{"id":702,"kind":1024,"name":"url","url":"modules/Entity.html#Tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Tag.__type"},{"id":703,"kind":1024,"name":"history","url":"modules/Entity.html#Tag.__type-33.history","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Tag.__type"},{"id":704,"kind":4194304,"name":"PollOption","url":"modules/Entity.html#PollOption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":705,"kind":65536,"name":"__type","url":"modules/Entity.html#PollOption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.PollOption"},{"id":706,"kind":1024,"name":"title","url":"modules/Entity.html#PollOption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.PollOption.__type"},{"id":707,"kind":1024,"name":"votes_count","url":"modules/Entity.html#PollOption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.PollOption.__type"},{"id":708,"kind":4194304,"name":"Poll","url":"modules/Entity.html#Poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":709,"kind":65536,"name":"__type","url":"modules/Entity.html#Poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Poll"},{"id":710,"kind":1024,"name":"id","url":"modules/Entity.html#Poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":711,"kind":1024,"name":"expires_at","url":"modules/Entity.html#Poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":712,"kind":1024,"name":"expired","url":"modules/Entity.html#Poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":713,"kind":1024,"name":"multiple","url":"modules/Entity.html#Poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":714,"kind":1024,"name":"votes_count","url":"modules/Entity.html#Poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":715,"kind":1024,"name":"options","url":"modules/Entity.html#Poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":716,"kind":1024,"name":"voted","url":"modules/Entity.html#Poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":717,"kind":4194304,"name":"Reaction","url":"modules/Entity.html#Reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":718,"kind":65536,"name":"__type","url":"modules/Entity.html#Reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Reaction"},{"id":719,"kind":1024,"name":"count","url":"modules/Entity.html#Reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":720,"kind":1024,"name":"me","url":"modules/Entity.html#Reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":721,"kind":1024,"name":"name","url":"modules/Entity.html#Reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":722,"kind":1024,"name":"accounts","url":"modules/Entity.html#Reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":723,"kind":4194304,"name":"Status","url":"modules/Entity.html#Status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":724,"kind":65536,"name":"__type","url":"modules/Entity.html#Status.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Status"},{"id":725,"kind":1024,"name":"id","url":"modules/Entity.html#Status.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":726,"kind":1024,"name":"uri","url":"modules/Entity.html#Status.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":727,"kind":1024,"name":"url","url":"modules/Entity.html#Status.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":728,"kind":1024,"name":"account","url":"modules/Entity.html#Status.__type-31.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":729,"kind":1024,"name":"in_reply_to_id","url":"modules/Entity.html#Status.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":730,"kind":1024,"name":"in_reply_to_account_id","url":"modules/Entity.html#Status.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":731,"kind":1024,"name":"reblog","url":"modules/Entity.html#Status.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":732,"kind":1024,"name":"content","url":"modules/Entity.html#Status.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":733,"kind":1024,"name":"plain_content","url":"modules/Entity.html#Status.__type-31.plain_content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":734,"kind":1024,"name":"created_at","url":"modules/Entity.html#Status.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":735,"kind":1024,"name":"emojis","url":"modules/Entity.html#Status.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":736,"kind":1024,"name":"replies_count","url":"modules/Entity.html#Status.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":737,"kind":1024,"name":"reblogs_count","url":"modules/Entity.html#Status.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":738,"kind":1024,"name":"favourites_count","url":"modules/Entity.html#Status.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":739,"kind":1024,"name":"reblogged","url":"modules/Entity.html#Status.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":740,"kind":1024,"name":"favourited","url":"modules/Entity.html#Status.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":741,"kind":1024,"name":"muted","url":"modules/Entity.html#Status.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":742,"kind":1024,"name":"sensitive","url":"modules/Entity.html#Status.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":743,"kind":1024,"name":"spoiler_text","url":"modules/Entity.html#Status.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":744,"kind":1024,"name":"visibility","url":"modules/Entity.html#Status.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":745,"kind":1024,"name":"media_attachments","url":"modules/Entity.html#Status.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":746,"kind":1024,"name":"mentions","url":"modules/Entity.html#Status.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":747,"kind":1024,"name":"tags","url":"modules/Entity.html#Status.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":748,"kind":1024,"name":"card","url":"modules/Entity.html#Status.__type-31.card","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":749,"kind":1024,"name":"poll","url":"modules/Entity.html#Status.__type-31.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":750,"kind":1024,"name":"application","url":"modules/Entity.html#Status.__type-31.application","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":751,"kind":1024,"name":"language","url":"modules/Entity.html#Status.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":752,"kind":1024,"name":"pinned","url":"modules/Entity.html#Status.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":753,"kind":1024,"name":"emoji_reactions","url":"modules/Entity.html#Status.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":754,"kind":1024,"name":"quote","url":"modules/Entity.html#Status.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":755,"kind":1024,"name":"bookmarked","url":"modules/Entity.html#Status.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":756,"kind":4194304,"name":"Context","url":"modules/Entity.html#Context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":757,"kind":65536,"name":"__type","url":"modules/Entity.html#Context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Context"},{"id":758,"kind":1024,"name":"ancestors","url":"modules/Entity.html#Context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Context.__type"},{"id":759,"kind":1024,"name":"descendants","url":"modules/Entity.html#Context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Context.__type"},{"id":760,"kind":4194304,"name":"Conversation","url":"modules/Entity.html#Conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":761,"kind":65536,"name":"__type","url":"modules/Entity.html#Conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Conversation"},{"id":762,"kind":1024,"name":"id","url":"modules/Entity.html#Conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":763,"kind":1024,"name":"accounts","url":"modules/Entity.html#Conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":764,"kind":1024,"name":"last_status","url":"modules/Entity.html#Conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":765,"kind":1024,"name":"unread","url":"modules/Entity.html#Conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":766,"kind":4194304,"name":"FeaturedTag","url":"modules/Entity.html#FeaturedTag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":767,"kind":65536,"name":"__type","url":"modules/Entity.html#FeaturedTag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.FeaturedTag"},{"id":768,"kind":1024,"name":"id","url":"modules/Entity.html#FeaturedTag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":769,"kind":1024,"name":"name","url":"modules/Entity.html#FeaturedTag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":770,"kind":1024,"name":"statuses_count","url":"modules/Entity.html#FeaturedTag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":771,"kind":1024,"name":"last_status_at","url":"modules/Entity.html#FeaturedTag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":772,"kind":4194304,"name":"Field","url":"modules/Entity.html#Field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":773,"kind":65536,"name":"__type","url":"modules/Entity.html#Field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Field"},{"id":774,"kind":1024,"name":"name","url":"modules/Entity.html#Field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Field.__type"},{"id":775,"kind":1024,"name":"value","url":"modules/Entity.html#Field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Field.__type"},{"id":776,"kind":1024,"name":"verified_at","url":"modules/Entity.html#Field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Field.__type"},{"id":777,"kind":4194304,"name":"Filter","url":"modules/Entity.html#Filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":778,"kind":65536,"name":"__type","url":"modules/Entity.html#Filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Filter"},{"id":779,"kind":1024,"name":"id","url":"modules/Entity.html#Filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":780,"kind":1024,"name":"phrase","url":"modules/Entity.html#Filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":781,"kind":1024,"name":"context","url":"modules/Entity.html#Filter.__type-10.context","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":782,"kind":1024,"name":"expires_at","url":"modules/Entity.html#Filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":783,"kind":1024,"name":"irreversible","url":"modules/Entity.html#Filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":784,"kind":1024,"name":"whole_word","url":"modules/Entity.html#Filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":785,"kind":4194304,"name":"FilterContext","url":"modules/Entity.html#FilterContext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":786,"kind":4194304,"name":"IdentityProof","url":"modules/Entity.html#IdentityProof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":787,"kind":65536,"name":"__type","url":"modules/Entity.html#IdentityProof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.IdentityProof"},{"id":788,"kind":1024,"name":"provider","url":"modules/Entity.html#IdentityProof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":789,"kind":1024,"name":"provider_username","url":"modules/Entity.html#IdentityProof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":790,"kind":1024,"name":"updated_at","url":"modules/Entity.html#IdentityProof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":791,"kind":1024,"name":"proof_url","url":"modules/Entity.html#IdentityProof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":792,"kind":1024,"name":"profile_url","url":"modules/Entity.html#IdentityProof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":793,"kind":4194304,"name":"URLs","url":"modules/Entity.html#URLs","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":794,"kind":65536,"name":"__type","url":"modules/Entity.html#URLs.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.URLs"},{"id":795,"kind":1024,"name":"streaming_api","url":"modules/Entity.html#URLs.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.URLs.__type"},{"id":796,"kind":4194304,"name":"Stats","url":"modules/Entity.html#Stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":797,"kind":65536,"name":"__type","url":"modules/Entity.html#Stats.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Stats"},{"id":798,"kind":1024,"name":"user_count","url":"modules/Entity.html#Stats.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Stats.__type"},{"id":799,"kind":1024,"name":"status_count","url":"modules/Entity.html#Stats.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Stats.__type"},{"id":800,"kind":1024,"name":"domain_count","url":"modules/Entity.html#Stats.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Stats.__type"},{"id":801,"kind":4194304,"name":"Instance","url":"modules/Entity.html#Instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":802,"kind":65536,"name":"__type","url":"modules/Entity.html#Instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Instance"},{"id":803,"kind":1024,"name":"uri","url":"modules/Entity.html#Instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":804,"kind":1024,"name":"title","url":"modules/Entity.html#Instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":805,"kind":1024,"name":"description","url":"modules/Entity.html#Instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":806,"kind":1024,"name":"email","url":"modules/Entity.html#Instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":807,"kind":1024,"name":"version","url":"modules/Entity.html#Instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":808,"kind":1024,"name":"thumbnail","url":"modules/Entity.html#Instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":809,"kind":1024,"name":"urls","url":"modules/Entity.html#Instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":810,"kind":1024,"name":"stats","url":"modules/Entity.html#Instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":811,"kind":1024,"name":"languages","url":"modules/Entity.html#Instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":812,"kind":1024,"name":"contact_account","url":"modules/Entity.html#Instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":813,"kind":1024,"name":"max_toot_chars","url":"modules/Entity.html#Instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":814,"kind":1024,"name":"registrations","url":"modules/Entity.html#Instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":815,"kind":4194304,"name":"List","url":"modules/Entity.html#List","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":816,"kind":65536,"name":"__type","url":"modules/Entity.html#List.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.List"},{"id":817,"kind":1024,"name":"id","url":"modules/Entity.html#List.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.List.__type"},{"id":818,"kind":1024,"name":"title","url":"modules/Entity.html#List.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.List.__type"},{"id":819,"kind":4194304,"name":"Marker","url":"modules/Entity.html#Marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":820,"kind":65536,"name":"__type","url":"modules/Entity.html#Marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Marker"},{"id":821,"kind":1024,"name":"home","url":"modules/Entity.html#Marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type"},{"id":822,"kind":65536,"name":"__type","url":"modules/Entity.html#Marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Entity.Marker.__type"},{"id":823,"kind":1024,"name":"last_read_id","url":"modules/Entity.html#Marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.__type"},{"id":824,"kind":1024,"name":"version","url":"modules/Entity.html#Marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.__type"},{"id":825,"kind":1024,"name":"updated_at","url":"modules/Entity.html#Marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.__type"},{"id":826,"kind":1024,"name":"notifications","url":"modules/Entity.html#Marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type"},{"id":827,"kind":65536,"name":"__type","url":"modules/Entity.html#Marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Entity.Marker.__type"},{"id":828,"kind":1024,"name":"last_read_id","url":"modules/Entity.html#Marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.__type"},{"id":829,"kind":1024,"name":"version","url":"modules/Entity.html#Marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.__type"},{"id":830,"kind":1024,"name":"updated_at","url":"modules/Entity.html#Marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.__type"},{"id":831,"kind":4194304,"name":"Notification","url":"modules/Entity.html#Notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":832,"kind":65536,"name":"__type","url":"modules/Entity.html#Notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Notification"},{"id":833,"kind":1024,"name":"account","url":"modules/Entity.html#Notification.__type-19.account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":834,"kind":1024,"name":"created_at","url":"modules/Entity.html#Notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":835,"kind":1024,"name":"id","url":"modules/Entity.html#Notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":836,"kind":1024,"name":"status","url":"modules/Entity.html#Notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":837,"kind":1024,"name":"emoji","url":"modules/Entity.html#Notification.__type-19.emoji","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":838,"kind":1024,"name":"type","url":"modules/Entity.html#Notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":839,"kind":4194304,"name":"NotificationType","url":"modules/Entity.html#NotificationType","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":840,"kind":4194304,"name":"Preferences","url":"modules/Entity.html#Preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":841,"kind":65536,"name":"__type","url":"modules/Entity.html#Preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Preferences"},{"id":842,"kind":1024,"name":"posting:default:visibility","url":"modules/Entity.html#Preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":843,"kind":1024,"name":"posting:default:sensitive","url":"modules/Entity.html#Preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":844,"kind":1024,"name":"posting:default:language","url":"modules/Entity.html#Preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":845,"kind":1024,"name":"reading:expand:media","url":"modules/Entity.html#Preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":846,"kind":1024,"name":"reading:expand:spoilers","url":"modules/Entity.html#Preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":847,"kind":4194304,"name":"PushSubscription","url":"modules/Entity.html#PushSubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":848,"kind":65536,"name":"__type","url":"modules/Entity.html#PushSubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.PushSubscription"},{"id":849,"kind":1024,"name":"id","url":"modules/Entity.html#PushSubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":850,"kind":1024,"name":"endpoint","url":"modules/Entity.html#PushSubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":851,"kind":1024,"name":"server_key","url":"modules/Entity.html#PushSubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":852,"kind":1024,"name":"alerts","url":"modules/Entity.html#PushSubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":853,"kind":4194304,"name":"Relationship","url":"modules/Entity.html#Relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":854,"kind":65536,"name":"__type","url":"modules/Entity.html#Relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Relationship"},{"id":855,"kind":1024,"name":"id","url":"modules/Entity.html#Relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":856,"kind":1024,"name":"following","url":"modules/Entity.html#Relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":857,"kind":1024,"name":"followed_by","url":"modules/Entity.html#Relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":858,"kind":1024,"name":"delivery_following","url":"modules/Entity.html#Relationship.__type-25.delivery_following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":859,"kind":1024,"name":"blocking","url":"modules/Entity.html#Relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":860,"kind":1024,"name":"blocked_by","url":"modules/Entity.html#Relationship.__type-25.blocked_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":861,"kind":1024,"name":"muting","url":"modules/Entity.html#Relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":862,"kind":1024,"name":"muting_notifications","url":"modules/Entity.html#Relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":863,"kind":1024,"name":"requested","url":"modules/Entity.html#Relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":864,"kind":1024,"name":"domain_blocking","url":"modules/Entity.html#Relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":865,"kind":1024,"name":"showing_reblogs","url":"modules/Entity.html#Relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":866,"kind":1024,"name":"endorsed","url":"modules/Entity.html#Relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":867,"kind":1024,"name":"notifying","url":"modules/Entity.html#Relationship.__type-25.notifying","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":868,"kind":4194304,"name":"Report","url":"modules/Entity.html#Report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":869,"kind":65536,"name":"__type","url":"modules/Entity.html#Report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Report"},{"id":870,"kind":1024,"name":"id","url":"modules/Entity.html#Report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":871,"kind":1024,"name":"action_taken","url":"modules/Entity.html#Report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":872,"kind":1024,"name":"comment","url":"modules/Entity.html#Report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":873,"kind":1024,"name":"account_id","url":"modules/Entity.html#Report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":874,"kind":1024,"name":"status_ids","url":"modules/Entity.html#Report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":875,"kind":4194304,"name":"Results","url":"modules/Entity.html#Results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":876,"kind":65536,"name":"__type","url":"modules/Entity.html#Results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Results"},{"id":877,"kind":1024,"name":"accounts","url":"modules/Entity.html#Results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Results.__type"},{"id":878,"kind":1024,"name":"statuses","url":"modules/Entity.html#Results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Results.__type"},{"id":879,"kind":1024,"name":"hashtags","url":"modules/Entity.html#Results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Results.__type"},{"id":880,"kind":4194304,"name":"ScheduledStatus","url":"modules/Entity.html#ScheduledStatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":881,"kind":65536,"name":"__type","url":"modules/Entity.html#ScheduledStatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.ScheduledStatus"},{"id":882,"kind":1024,"name":"id","url":"modules/Entity.html#ScheduledStatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":883,"kind":1024,"name":"scheduled_at","url":"modules/Entity.html#ScheduledStatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":884,"kind":1024,"name":"params","url":"modules/Entity.html#ScheduledStatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":885,"kind":1024,"name":"media_attachments","url":"modules/Entity.html#ScheduledStatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":886,"kind":4194304,"name":"StatusParams","url":"modules/Entity.html#StatusParams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":887,"kind":65536,"name":"__type","url":"modules/Entity.html#StatusParams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.StatusParams"},{"id":888,"kind":1024,"name":"text","url":"modules/Entity.html#StatusParams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":889,"kind":1024,"name":"in_reply_to_id","url":"modules/Entity.html#StatusParams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":890,"kind":1024,"name":"media_ids","url":"modules/Entity.html#StatusParams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":891,"kind":1024,"name":"sensitive","url":"modules/Entity.html#StatusParams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":892,"kind":1024,"name":"spoiler_text","url":"modules/Entity.html#StatusParams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":893,"kind":1024,"name":"visibility","url":"modules/Entity.html#StatusParams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":894,"kind":1024,"name":"scheduled_at","url":"modules/Entity.html#StatusParams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":895,"kind":1024,"name":"application_id","url":"modules/Entity.html#StatusParams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":896,"kind":4194304,"name":"Token","url":"modules/Entity.html#Token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"Entity"},{"id":897,"kind":65536,"name":"__type","url":"modules/Entity.html#Token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Token"},{"id":898,"kind":1024,"name":"access_token","url":"modules/Entity.html#Token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":899,"kind":1024,"name":"token_type","url":"modules/Entity.html#Token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":900,"kind":1024,"name":"scope","url":"modules/Entity.html#Token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":901,"kind":1024,"name":"created_at","url":"modules/Entity.html#Token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":902,"kind":64,"name":"default","url":"modules.html#default","classes":"tsd-kind-function"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,58.905]],["parent/0",[]],["name/1",[1,30.811]],["parent/1",[0,5.847]],["name/2",[2,64.014]],["parent/2",[3,5.264]],["name/3",[4,53.028]],["parent/3",[3,5.264]],["name/4",[5,64.014]],["parent/4",[3,5.264]],["name/5",[6,64.014]],["parent/5",[3,5.264]],["name/6",[7,51.021]],["parent/6",[]],["name/7",[8,64.014]],["parent/7",[7,5.065]],["name/8",[1,30.811]],["parent/8",[9,6.354]],["name/9",[10,40.035]],["parent/9",[11,4.899]],["name/10",[12,47.919]],["parent/10",[11,4.899]],["name/11",[13,55.541]],["parent/11",[11,4.899]],["name/12",[14,58.905]],["parent/12",[11,4.899]],["name/13",[15,58.905]],["parent/13",[11,4.899]],["name/14",[16,58.905]],["parent/14",[11,4.899]],["name/15",[17,64.014]],["parent/15",[7,5.065]],["name/16",[1,30.811]],["parent/16",[18,6.354]],["name/17",[19,55.541]],["parent/17",[20,4.899]],["name/18",[21,55.541]],["parent/18",[20,4.899]],["name/19",[22,55.541]],["parent/19",[20,4.899]],["name/20",[23,49.35]],["parent/20",[20,4.899]],["name/21",[24,58.905]],["parent/21",[20,4.899]],["name/22",[25,58.905]],["parent/22",[20,4.899]],["name/23",[26,64.014]],["parent/23",[7,5.065]],["name/24",[27,58.905]],["parent/24",[28,4.173]],["name/25",[29,49.35]],["parent/25",[28,4.173]],["name/26",[30,46.668]],["parent/26",[28,4.173]],["name/27",[31,64.014]],["parent/27",[28,4.173]],["name/28",[10,40.035]],["parent/28",[28,4.173]],["name/29",[12,47.919]],["parent/29",[28,4.173]],["name/30",[13,55.541]],["parent/30",[28,4.173]],["name/31",[14,58.905]],["parent/31",[28,4.173]],["name/32",[15,58.905]],["parent/32",[28,4.173]],["name/33",[16,58.905]],["parent/33",[28,4.173]],["name/34",[32,64.014]],["parent/34",[28,4.173]],["name/35",[33,64.014]],["parent/35",[28,4.173]],["name/36",[34,64.014]],["parent/36",[28,4.173]],["name/37",[35,64.014]],["parent/37",[7,5.065]],["name/38",[27,58.905]],["parent/38",[36,4.102]],["name/39",[29,49.35]],["parent/39",[36,4.102]],["name/40",[37,64.014]],["parent/40",[36,4.102]],["name/41",[19,55.541]],["parent/41",[36,4.102]],["name/42",[21,55.541]],["parent/42",[36,4.102]],["name/43",[23,49.35]],["parent/43",[36,4.102]],["name/44",[24,58.905]],["parent/44",[36,4.102]],["name/45",[25,58.905]],["parent/45",[36,4.102]],["name/46",[38,64.014]],["parent/46",[36,4.102]],["name/47",[39,64.014]],["parent/47",[36,4.102]],["name/48",[22,55.541]],["parent/48",[36,4.102]],["name/49",[40,64.014]],["parent/49",[36,4.102]],["name/50",[41,64.014]],["parent/50",[36,4.102]],["name/51",[42,51.021]],["parent/51",[36,4.102]],["name/52",[43,55.541]],["parent/52",[]],["name/53",[29,49.35]],["parent/53",[43,5.513]],["name/54",[44,58.905]],["parent/54",[43,5.513]],["name/55",[44,58.905]],["parent/55",[]],["name/56",[45,55.541]],["parent/56",[]],["name/57",[1,30.811]],["parent/57",[45,5.513]],["name/58",[46,64.014]],["parent/58",[47,5.065]],["name/59",[48,64.014]],["parent/59",[47,5.065]],["name/60",[49,64.014]],["parent/60",[47,5.065]],["name/61",[1,30.811]],["parent/61",[47,5.065]],["name/62",[50,55.541]],["parent/62",[51,5.847]],["name/63",[52,64.014]],["parent/63",[51,5.847]],["name/64",[53,64.014]],["parent/64",[47,5.065]],["name/65",[54,64.014]],["parent/65",[]],["name/66",[55,19.587]],["parent/66",[]],["name/67",[56,53.028]],["parent/67",[55,1.944]],["name/68",[57,53.028]],["parent/68",[55,1.944]],["name/69",[58,53.028]],["parent/69",[55,1.944]],["name/70",[59,53.028]],["parent/70",[55,1.944]],["name/71",[60,53.028]],["parent/71",[55,1.944]],["name/72",[42,51.021]],["parent/72",[55,1.944]],["name/73",[61,53.028]],["parent/73",[55,1.944]],["name/74",[62,53.028]],["parent/74",[55,1.944]],["name/75",[63,53.028]],["parent/75",[55,1.944]],["name/76",[64,53.028]],["parent/76",[55,1.944]],["name/77",[65,53.028]],["parent/77",[55,1.944]],["name/78",[66,53.028]],["parent/78",[55,1.944]],["name/79",[67,53.028]],["parent/79",[55,1.944]],["name/80",[68,53.028]],["parent/80",[55,1.944]],["name/81",[69,53.028]],["parent/81",[55,1.944]],["name/82",[70,53.028]],["parent/82",[55,1.944]],["name/83",[71,53.028]],["parent/83",[55,1.944]],["name/84",[72,53.028]],["parent/84",[55,1.944]],["name/85",[73,53.028]],["parent/85",[55,1.944]],["name/86",[74,53.028]],["parent/86",[55,1.944]],["name/87",[75,53.028]],["parent/87",[55,1.944]],["name/88",[76,53.028]],["parent/88",[55,1.944]],["name/89",[77,53.028]],["parent/89",[55,1.944]],["name/90",[78,53.028]],["parent/90",[55,1.944]],["name/91",[79,53.028]],["parent/91",[55,1.944]],["name/92",[80,53.028]],["parent/92",[55,1.944]],["name/93",[81,53.028]],["parent/93",[55,1.944]],["name/94",[82,53.028]],["parent/94",[55,1.944]],["name/95",[83,53.028]],["parent/95",[55,1.944]],["name/96",[84,53.028]],["parent/96",[55,1.944]],["name/97",[85,53.028]],["parent/97",[55,1.944]],["name/98",[86,53.028]],["parent/98",[55,1.944]],["name/99",[87,53.028]],["parent/99",[55,1.944]],["name/100",[88,53.028]],["parent/100",[55,1.944]],["name/101",[89,53.028]],["parent/101",[55,1.944]],["name/102",[90,53.028]],["parent/102",[55,1.944]],["name/103",[91,53.028]],["parent/103",[55,1.944]],["name/104",[92,53.028]],["parent/104",[55,1.944]],["name/105",[93,53.028]],["parent/105",[55,1.944]],["name/106",[94,53.028]],["parent/106",[55,1.944]],["name/107",[95,53.028]],["parent/107",[55,1.944]],["name/108",[96,53.028]],["parent/108",[55,1.944]],["name/109",[97,51.021]],["parent/109",[55,1.944]],["name/110",[98,53.028]],["parent/110",[55,1.944]],["name/111",[99,53.028]],["parent/111",[55,1.944]],["name/112",[100,53.028]],["parent/112",[55,1.944]],["name/113",[101,53.028]],["parent/113",[55,1.944]],["name/114",[102,53.028]],["parent/114",[55,1.944]],["name/115",[103,53.028]],["parent/115",[55,1.944]],["name/116",[104,53.028]],["parent/116",[55,1.944]],["name/117",[105,53.028]],["parent/117",[55,1.944]],["name/118",[106,53.028]],["parent/118",[55,1.944]],["name/119",[107,53.028]],["parent/119",[55,1.944]],["name/120",[108,53.028]],["parent/120",[55,1.944]],["name/121",[109,53.028]],["parent/121",[55,1.944]],["name/122",[110,53.028]],["parent/122",[55,1.944]],["name/123",[111,53.028]],["parent/123",[55,1.944]],["name/124",[112,53.028]],["parent/124",[55,1.944]],["name/125",[113,53.028]],["parent/125",[55,1.944]],["name/126",[114,53.028]],["parent/126",[55,1.944]],["name/127",[115,53.028]],["parent/127",[55,1.944]],["name/128",[116,53.028]],["parent/128",[55,1.944]],["name/129",[117,53.028]],["parent/129",[55,1.944]],["name/130",[118,53.028]],["parent/130",[55,1.944]],["name/131",[119,53.028]],["parent/131",[55,1.944]],["name/132",[120,53.028]],["parent/132",[55,1.944]],["name/133",[121,53.028]],["parent/133",[55,1.944]],["name/134",[122,53.028]],["parent/134",[55,1.944]],["name/135",[123,53.028]],["parent/135",[55,1.944]],["name/136",[124,53.028]],["parent/136",[55,1.944]],["name/137",[125,53.028]],["parent/137",[55,1.944]],["name/138",[126,53.028]],["parent/138",[55,1.944]],["name/139",[127,53.028]],["parent/139",[55,1.944]],["name/140",[128,53.028]],["parent/140",[55,1.944]],["name/141",[129,53.028]],["parent/141",[55,1.944]],["name/142",[130,53.028]],["parent/142",[55,1.944]],["name/143",[131,53.028]],["parent/143",[55,1.944]],["name/144",[132,53.028]],["parent/144",[55,1.944]],["name/145",[133,53.028]],["parent/145",[55,1.944]],["name/146",[134,53.028]],["parent/146",[55,1.944]],["name/147",[135,53.028]],["parent/147",[55,1.944]],["name/148",[136,53.028]],["parent/148",[55,1.944]],["name/149",[137,53.028]],["parent/149",[55,1.944]],["name/150",[138,53.028]],["parent/150",[55,1.944]],["name/151",[139,53.028]],["parent/151",[55,1.944]],["name/152",[140,53.028]],["parent/152",[55,1.944]],["name/153",[141,53.028]],["parent/153",[55,1.944]],["name/154",[142,53.028]],["parent/154",[55,1.944]],["name/155",[143,53.028]],["parent/155",[55,1.944]],["name/156",[144,53.028]],["parent/156",[55,1.944]],["name/157",[145,53.028]],["parent/157",[55,1.944]],["name/158",[146,53.028]],["parent/158",[55,1.944]],["name/159",[147,53.028]],["parent/159",[55,1.944]],["name/160",[148,53.028]],["parent/160",[55,1.944]],["name/161",[149,53.028]],["parent/161",[55,1.944]],["name/162",[150,53.028]],["parent/162",[55,1.944]],["name/163",[151,53.028]],["parent/163",[55,1.944]],["name/164",[152,53.028]],["parent/164",[55,1.944]],["name/165",[153,53.028]],["parent/165",[55,1.944]],["name/166",[154,53.028]],["parent/166",[55,1.944]],["name/167",[155,53.028]],["parent/167",[55,1.944]],["name/168",[156,53.028]],["parent/168",[55,1.944]],["name/169",[157,53.028]],["parent/169",[55,1.944]],["name/170",[158,53.028]],["parent/170",[55,1.944]],["name/171",[159,53.028]],["parent/171",[55,1.944]],["name/172",[160,53.028]],["parent/172",[55,1.944]],["name/173",[161,53.028]],["parent/173",[55,1.944]],["name/174",[162,53.028]],["parent/174",[55,1.944]],["name/175",[163,53.028]],["parent/175",[55,1.944]],["name/176",[164,53.028]],["parent/176",[55,1.944]],["name/177",[165,53.028]],["parent/177",[55,1.944]],["name/178",[166,53.028]],["parent/178",[55,1.944]],["name/179",[167,53.028]],["parent/179",[55,1.944]],["name/180",[168,53.028]],["parent/180",[55,1.944]],["name/181",[169,53.028]],["parent/181",[55,1.944]],["name/182",[170,53.028]],["parent/182",[55,1.944]],["name/183",[171,53.028]],["parent/183",[55,1.944]],["name/184",[172,53.028]],["parent/184",[55,1.944]],["name/185",[173,53.028]],["parent/185",[55,1.944]],["name/186",[174,53.028]],["parent/186",[55,1.944]],["name/187",[175,53.028]],["parent/187",[55,1.944]],["name/188",[176,53.028]],["parent/188",[55,1.944]],["name/189",[177,53.028]],["parent/189",[55,1.944]],["name/190",[178,53.028]],["parent/190",[55,1.944]],["name/191",[179,53.028]],["parent/191",[55,1.944]],["name/192",[180,53.028]],["parent/192",[55,1.944]],["name/193",[181,47.919]],["parent/193",[]],["name/194",[182,58.905]],["parent/194",[181,4.757]],["name/195",[183,58.905]],["parent/195",[181,4.757]],["name/196",[184,58.905]],["parent/196",[181,4.757]],["name/197",[185,58.905]],["parent/197",[181,4.757]],["name/198",[186,58.905]],["parent/198",[181,4.757]],["name/199",[187,58.905]],["parent/199",[181,4.757]],["name/200",[188,47.919]],["parent/200",[]],["name/201",[182,58.905]],["parent/201",[188,4.757]],["name/202",[183,58.905]],["parent/202",[188,4.757]],["name/203",[184,58.905]],["parent/203",[188,4.757]],["name/204",[185,58.905]],["parent/204",[188,4.757]],["name/205",[186,58.905]],["parent/205",[188,4.757]],["name/206",[187,58.905]],["parent/206",[188,4.757]],["name/207",[189,43.645]],["parent/207",[]],["name/208",[190,64.014]],["parent/208",[189,4.333]],["name/209",[191,64.014]],["parent/209",[189,4.333]],["name/210",[192,58.905]],["parent/210",[189,4.333]],["name/211",[193,58.905]],["parent/211",[189,4.333]],["name/212",[194,64.014]],["parent/212",[189,4.333]],["name/213",[195,64.014]],["parent/213",[189,4.333]],["name/214",[4,53.028]],["parent/214",[189,4.333]],["name/215",[196,64.014]],["parent/215",[189,4.333]],["name/216",[197,64.014]],["parent/216",[189,4.333]],["name/217",[198,47.919]],["parent/217",[]],["name/218",[199,58.905]],["parent/218",[198,4.757]],["name/219",[200,58.905]],["parent/219",[198,4.757]],["name/220",[201,64.014]],["parent/220",[198,4.757]],["name/221",[202,64.014]],["parent/221",[198,4.757]],["name/222",[203,53.028]],["parent/222",[198,4.757]],["name/223",[204,19.278]],["parent/223",[]],["name/224",[29,49.35]],["parent/224",[204,1.914]],["name/225",[205,55.541]],["parent/225",[204,1.914]],["name/226",[206,55.541]],["parent/226",[204,1.914]],["name/227",[56,53.028]],["parent/227",[204,1.914]],["name/228",[57,53.028]],["parent/228",[204,1.914]],["name/229",[58,53.028]],["parent/229",[204,1.914]],["name/230",[207,58.905]],["parent/230",[204,1.914]],["name/231",[59,53.028]],["parent/231",[204,1.914]],["name/232",[60,53.028]],["parent/232",[204,1.914]],["name/233",[42,51.021]],["parent/233",[204,1.914]],["name/234",[61,53.028]],["parent/234",[204,1.914]],["name/235",[62,53.028]],["parent/235",[204,1.914]],["name/236",[63,53.028]],["parent/236",[204,1.914]],["name/237",[64,53.028]],["parent/237",[204,1.914]],["name/238",[65,53.028]],["parent/238",[204,1.914]],["name/239",[66,53.028]],["parent/239",[204,1.914]],["name/240",[68,53.028]],["parent/240",[204,1.914]],["name/241",[69,53.028]],["parent/241",[204,1.914]],["name/242",[67,53.028]],["parent/242",[204,1.914]],["name/243",[70,53.028]],["parent/243",[204,1.914]],["name/244",[71,53.028]],["parent/244",[204,1.914]],["name/245",[72,53.028]],["parent/245",[204,1.914]],["name/246",[73,53.028]],["parent/246",[204,1.914]],["name/247",[74,53.028]],["parent/247",[204,1.914]],["name/248",[75,53.028]],["parent/248",[204,1.914]],["name/249",[76,53.028]],["parent/249",[204,1.914]],["name/250",[77,53.028]],["parent/250",[204,1.914]],["name/251",[78,53.028]],["parent/251",[204,1.914]],["name/252",[79,53.028]],["parent/252",[204,1.914]],["name/253",[80,53.028]],["parent/253",[204,1.914]],["name/254",[81,53.028]],["parent/254",[204,1.914]],["name/255",[82,53.028]],["parent/255",[204,1.914]],["name/256",[83,53.028]],["parent/256",[204,1.914]],["name/257",[84,53.028]],["parent/257",[204,1.914]],["name/258",[85,53.028]],["parent/258",[204,1.914]],["name/259",[86,53.028]],["parent/259",[204,1.914]],["name/260",[87,53.028]],["parent/260",[204,1.914]],["name/261",[88,53.028]],["parent/261",[204,1.914]],["name/262",[89,53.028]],["parent/262",[204,1.914]],["name/263",[90,53.028]],["parent/263",[204,1.914]],["name/264",[91,53.028]],["parent/264",[204,1.914]],["name/265",[92,53.028]],["parent/265",[204,1.914]],["name/266",[93,53.028]],["parent/266",[204,1.914]],["name/267",[94,53.028]],["parent/267",[204,1.914]],["name/268",[95,53.028]],["parent/268",[204,1.914]],["name/269",[96,53.028]],["parent/269",[204,1.914]],["name/270",[97,51.021]],["parent/270",[204,1.914]],["name/271",[98,53.028]],["parent/271",[204,1.914]],["name/272",[99,53.028]],["parent/272",[204,1.914]],["name/273",[100,53.028]],["parent/273",[204,1.914]],["name/274",[101,53.028]],["parent/274",[204,1.914]],["name/275",[102,53.028]],["parent/275",[204,1.914]],["name/276",[103,53.028]],["parent/276",[204,1.914]],["name/277",[104,53.028]],["parent/277",[204,1.914]],["name/278",[105,53.028]],["parent/278",[204,1.914]],["name/279",[106,53.028]],["parent/279",[204,1.914]],["name/280",[107,53.028]],["parent/280",[204,1.914]],["name/281",[108,53.028]],["parent/281",[204,1.914]],["name/282",[109,53.028]],["parent/282",[204,1.914]],["name/283",[110,53.028]],["parent/283",[204,1.914]],["name/284",[111,53.028]],["parent/284",[204,1.914]],["name/285",[112,53.028]],["parent/285",[204,1.914]],["name/286",[113,53.028]],["parent/286",[204,1.914]],["name/287",[114,53.028]],["parent/287",[204,1.914]],["name/288",[115,53.028]],["parent/288",[204,1.914]],["name/289",[116,53.028]],["parent/289",[204,1.914]],["name/290",[117,53.028]],["parent/290",[204,1.914]],["name/291",[118,53.028]],["parent/291",[204,1.914]],["name/292",[119,53.028]],["parent/292",[204,1.914]],["name/293",[120,53.028]],["parent/293",[204,1.914]],["name/294",[121,53.028]],["parent/294",[204,1.914]],["name/295",[122,53.028]],["parent/295",[204,1.914]],["name/296",[123,53.028]],["parent/296",[204,1.914]],["name/297",[124,53.028]],["parent/297",[204,1.914]],["name/298",[125,53.028]],["parent/298",[204,1.914]],["name/299",[126,53.028]],["parent/299",[204,1.914]],["name/300",[127,53.028]],["parent/300",[204,1.914]],["name/301",[128,53.028]],["parent/301",[204,1.914]],["name/302",[129,53.028]],["parent/302",[204,1.914]],["name/303",[130,53.028]],["parent/303",[204,1.914]],["name/304",[131,53.028]],["parent/304",[204,1.914]],["name/305",[132,53.028]],["parent/305",[204,1.914]],["name/306",[133,53.028]],["parent/306",[204,1.914]],["name/307",[134,53.028]],["parent/307",[204,1.914]],["name/308",[135,53.028]],["parent/308",[204,1.914]],["name/309",[136,53.028]],["parent/309",[204,1.914]],["name/310",[137,53.028]],["parent/310",[204,1.914]],["name/311",[138,53.028]],["parent/311",[204,1.914]],["name/312",[139,53.028]],["parent/312",[204,1.914]],["name/313",[140,53.028]],["parent/313",[204,1.914]],["name/314",[141,53.028]],["parent/314",[204,1.914]],["name/315",[142,53.028]],["parent/315",[204,1.914]],["name/316",[143,53.028]],["parent/316",[204,1.914]],["name/317",[144,53.028]],["parent/317",[204,1.914]],["name/318",[145,53.028]],["parent/318",[204,1.914]],["name/319",[146,53.028]],["parent/319",[204,1.914]],["name/320",[147,53.028]],["parent/320",[204,1.914]],["name/321",[148,53.028]],["parent/321",[204,1.914]],["name/322",[149,53.028]],["parent/322",[204,1.914]],["name/323",[150,53.028]],["parent/323",[204,1.914]],["name/324",[151,53.028]],["parent/324",[204,1.914]],["name/325",[152,53.028]],["parent/325",[204,1.914]],["name/326",[153,53.028]],["parent/326",[204,1.914]],["name/327",[154,53.028]],["parent/327",[204,1.914]],["name/328",[155,53.028]],["parent/328",[204,1.914]],["name/329",[156,53.028]],["parent/329",[204,1.914]],["name/330",[157,53.028]],["parent/330",[204,1.914]],["name/331",[158,53.028]],["parent/331",[204,1.914]],["name/332",[159,53.028]],["parent/332",[204,1.914]],["name/333",[160,53.028]],["parent/333",[204,1.914]],["name/334",[161,53.028]],["parent/334",[204,1.914]],["name/335",[162,53.028]],["parent/335",[204,1.914]],["name/336",[163,53.028]],["parent/336",[204,1.914]],["name/337",[164,53.028]],["parent/337",[204,1.914]],["name/338",[165,53.028]],["parent/338",[204,1.914]],["name/339",[166,53.028]],["parent/339",[204,1.914]],["name/340",[167,53.028]],["parent/340",[204,1.914]],["name/341",[168,53.028]],["parent/341",[204,1.914]],["name/342",[169,53.028]],["parent/342",[204,1.914]],["name/343",[170,53.028]],["parent/343",[204,1.914]],["name/344",[171,53.028]],["parent/344",[204,1.914]],["name/345",[172,53.028]],["parent/345",[204,1.914]],["name/346",[173,53.028]],["parent/346",[204,1.914]],["name/347",[174,53.028]],["parent/347",[204,1.914]],["name/348",[175,53.028]],["parent/348",[204,1.914]],["name/349",[176,53.028]],["parent/349",[204,1.914]],["name/350",[177,53.028]],["parent/350",[204,1.914]],["name/351",[178,53.028]],["parent/351",[204,1.914]],["name/352",[179,53.028]],["parent/352",[204,1.914]],["name/353",[180,53.028]],["parent/353",[204,1.914]],["name/354",[208,19.278]],["parent/354",[]],["name/355",[29,49.35]],["parent/355",[208,1.914]],["name/356",[205,55.541]],["parent/356",[208,1.914]],["name/357",[206,55.541]],["parent/357",[208,1.914]],["name/358",[56,53.028]],["parent/358",[208,1.914]],["name/359",[57,53.028]],["parent/359",[208,1.914]],["name/360",[58,53.028]],["parent/360",[208,1.914]],["name/361",[207,58.905]],["parent/361",[208,1.914]],["name/362",[59,53.028]],["parent/362",[208,1.914]],["name/363",[60,53.028]],["parent/363",[208,1.914]],["name/364",[42,51.021]],["parent/364",[208,1.914]],["name/365",[61,53.028]],["parent/365",[208,1.914]],["name/366",[62,53.028]],["parent/366",[208,1.914]],["name/367",[63,53.028]],["parent/367",[208,1.914]],["name/368",[64,53.028]],["parent/368",[208,1.914]],["name/369",[65,53.028]],["parent/369",[208,1.914]],["name/370",[66,53.028]],["parent/370",[208,1.914]],["name/371",[68,53.028]],["parent/371",[208,1.914]],["name/372",[69,53.028]],["parent/372",[208,1.914]],["name/373",[67,53.028]],["parent/373",[208,1.914]],["name/374",[70,53.028]],["parent/374",[208,1.914]],["name/375",[71,53.028]],["parent/375",[208,1.914]],["name/376",[72,53.028]],["parent/376",[208,1.914]],["name/377",[73,53.028]],["parent/377",[208,1.914]],["name/378",[74,53.028]],["parent/378",[208,1.914]],["name/379",[75,53.028]],["parent/379",[208,1.914]],["name/380",[76,53.028]],["parent/380",[208,1.914]],["name/381",[77,53.028]],["parent/381",[208,1.914]],["name/382",[78,53.028]],["parent/382",[208,1.914]],["name/383",[79,53.028]],["parent/383",[208,1.914]],["name/384",[80,53.028]],["parent/384",[208,1.914]],["name/385",[81,53.028]],["parent/385",[208,1.914]],["name/386",[82,53.028]],["parent/386",[208,1.914]],["name/387",[83,53.028]],["parent/387",[208,1.914]],["name/388",[84,53.028]],["parent/388",[208,1.914]],["name/389",[85,53.028]],["parent/389",[208,1.914]],["name/390",[86,53.028]],["parent/390",[208,1.914]],["name/391",[87,53.028]],["parent/391",[208,1.914]],["name/392",[88,53.028]],["parent/392",[208,1.914]],["name/393",[89,53.028]],["parent/393",[208,1.914]],["name/394",[90,53.028]],["parent/394",[208,1.914]],["name/395",[91,53.028]],["parent/395",[208,1.914]],["name/396",[92,53.028]],["parent/396",[208,1.914]],["name/397",[93,53.028]],["parent/397",[208,1.914]],["name/398",[94,53.028]],["parent/398",[208,1.914]],["name/399",[95,53.028]],["parent/399",[208,1.914]],["name/400",[96,53.028]],["parent/400",[208,1.914]],["name/401",[97,51.021]],["parent/401",[208,1.914]],["name/402",[98,53.028]],["parent/402",[208,1.914]],["name/403",[99,53.028]],["parent/403",[208,1.914]],["name/404",[100,53.028]],["parent/404",[208,1.914]],["name/405",[101,53.028]],["parent/405",[208,1.914]],["name/406",[102,53.028]],["parent/406",[208,1.914]],["name/407",[103,53.028]],["parent/407",[208,1.914]],["name/408",[104,53.028]],["parent/408",[208,1.914]],["name/409",[105,53.028]],["parent/409",[208,1.914]],["name/410",[106,53.028]],["parent/410",[208,1.914]],["name/411",[107,53.028]],["parent/411",[208,1.914]],["name/412",[108,53.028]],["parent/412",[208,1.914]],["name/413",[109,53.028]],["parent/413",[208,1.914]],["name/414",[110,53.028]],["parent/414",[208,1.914]],["name/415",[111,53.028]],["parent/415",[208,1.914]],["name/416",[112,53.028]],["parent/416",[208,1.914]],["name/417",[113,53.028]],["parent/417",[208,1.914]],["name/418",[114,53.028]],["parent/418",[208,1.914]],["name/419",[115,53.028]],["parent/419",[208,1.914]],["name/420",[116,53.028]],["parent/420",[208,1.914]],["name/421",[117,53.028]],["parent/421",[208,1.914]],["name/422",[118,53.028]],["parent/422",[208,1.914]],["name/423",[119,53.028]],["parent/423",[208,1.914]],["name/424",[120,53.028]],["parent/424",[208,1.914]],["name/425",[121,53.028]],["parent/425",[208,1.914]],["name/426",[122,53.028]],["parent/426",[208,1.914]],["name/427",[123,53.028]],["parent/427",[208,1.914]],["name/428",[124,53.028]],["parent/428",[208,1.914]],["name/429",[125,53.028]],["parent/429",[208,1.914]],["name/430",[126,53.028]],["parent/430",[208,1.914]],["name/431",[127,53.028]],["parent/431",[208,1.914]],["name/432",[128,53.028]],["parent/432",[208,1.914]],["name/433",[129,53.028]],["parent/433",[208,1.914]],["name/434",[130,53.028]],["parent/434",[208,1.914]],["name/435",[131,53.028]],["parent/435",[208,1.914]],["name/436",[132,53.028]],["parent/436",[208,1.914]],["name/437",[133,53.028]],["parent/437",[208,1.914]],["name/438",[134,53.028]],["parent/438",[208,1.914]],["name/439",[135,53.028]],["parent/439",[208,1.914]],["name/440",[136,53.028]],["parent/440",[208,1.914]],["name/441",[137,53.028]],["parent/441",[208,1.914]],["name/442",[138,53.028]],["parent/442",[208,1.914]],["name/443",[139,53.028]],["parent/443",[208,1.914]],["name/444",[140,53.028]],["parent/444",[208,1.914]],["name/445",[141,53.028]],["parent/445",[208,1.914]],["name/446",[142,53.028]],["parent/446",[208,1.914]],["name/447",[143,53.028]],["parent/447",[208,1.914]],["name/448",[144,53.028]],["parent/448",[208,1.914]],["name/449",[145,53.028]],["parent/449",[208,1.914]],["name/450",[146,53.028]],["parent/450",[208,1.914]],["name/451",[147,53.028]],["parent/451",[208,1.914]],["name/452",[148,53.028]],["parent/452",[208,1.914]],["name/453",[149,53.028]],["parent/453",[208,1.914]],["name/454",[150,53.028]],["parent/454",[208,1.914]],["name/455",[151,53.028]],["parent/455",[208,1.914]],["name/456",[152,53.028]],["parent/456",[208,1.914]],["name/457",[153,53.028]],["parent/457",[208,1.914]],["name/458",[154,53.028]],["parent/458",[208,1.914]],["name/459",[155,53.028]],["parent/459",[208,1.914]],["name/460",[156,53.028]],["parent/460",[208,1.914]],["name/461",[157,53.028]],["parent/461",[208,1.914]],["name/462",[158,53.028]],["parent/462",[208,1.914]],["name/463",[159,53.028]],["parent/463",[208,1.914]],["name/464",[160,53.028]],["parent/464",[208,1.914]],["name/465",[161,53.028]],["parent/465",[208,1.914]],["name/466",[162,53.028]],["parent/466",[208,1.914]],["name/467",[163,53.028]],["parent/467",[208,1.914]],["name/468",[164,53.028]],["parent/468",[208,1.914]],["name/469",[165,53.028]],["parent/469",[208,1.914]],["name/470",[166,53.028]],["parent/470",[208,1.914]],["name/471",[167,53.028]],["parent/471",[208,1.914]],["name/472",[168,53.028]],["parent/472",[208,1.914]],["name/473",[169,53.028]],["parent/473",[208,1.914]],["name/474",[170,53.028]],["parent/474",[208,1.914]],["name/475",[171,53.028]],["parent/475",[208,1.914]],["name/476",[172,53.028]],["parent/476",[208,1.914]],["name/477",[173,53.028]],["parent/477",[208,1.914]],["name/478",[174,53.028]],["parent/478",[208,1.914]],["name/479",[175,53.028]],["parent/479",[208,1.914]],["name/480",[176,53.028]],["parent/480",[208,1.914]],["name/481",[177,53.028]],["parent/481",[208,1.914]],["name/482",[178,53.028]],["parent/482",[208,1.914]],["name/483",[179,53.028]],["parent/483",[208,1.914]],["name/484",[180,53.028]],["parent/484",[208,1.914]],["name/485",[209,19.202]],["parent/485",[]],["name/486",[29,49.35]],["parent/486",[209,1.906]],["name/487",[205,55.541]],["parent/487",[209,1.906]],["name/488",[206,55.541]],["parent/488",[209,1.906]],["name/489",[45,55.541]],["parent/489",[209,1.906]],["name/490",[56,53.028]],["parent/490",[209,1.906]],["name/491",[57,53.028]],["parent/491",[209,1.906]],["name/492",[58,53.028]],["parent/492",[209,1.906]],["name/493",[210,64.014]],["parent/493",[209,1.906]],["name/494",[59,53.028]],["parent/494",[209,1.906]],["name/495",[60,53.028]],["parent/495",[209,1.906]],["name/496",[42,51.021]],["parent/496",[209,1.906]],["name/497",[61,53.028]],["parent/497",[209,1.906]],["name/498",[62,53.028]],["parent/498",[209,1.906]],["name/499",[63,53.028]],["parent/499",[209,1.906]],["name/500",[64,53.028]],["parent/500",[209,1.906]],["name/501",[65,53.028]],["parent/501",[209,1.906]],["name/502",[66,53.028]],["parent/502",[209,1.906]],["name/503",[67,53.028]],["parent/503",[209,1.906]],["name/504",[68,53.028]],["parent/504",[209,1.906]],["name/505",[69,53.028]],["parent/505",[209,1.906]],["name/506",[70,53.028]],["parent/506",[209,1.906]],["name/507",[71,53.028]],["parent/507",[209,1.906]],["name/508",[72,53.028]],["parent/508",[209,1.906]],["name/509",[73,53.028]],["parent/509",[209,1.906]],["name/510",[74,53.028]],["parent/510",[209,1.906]],["name/511",[75,53.028]],["parent/511",[209,1.906]],["name/512",[76,53.028]],["parent/512",[209,1.906]],["name/513",[77,53.028]],["parent/513",[209,1.906]],["name/514",[78,53.028]],["parent/514",[209,1.906]],["name/515",[79,53.028]],["parent/515",[209,1.906]],["name/516",[80,53.028]],["parent/516",[209,1.906]],["name/517",[81,53.028]],["parent/517",[209,1.906]],["name/518",[82,53.028]],["parent/518",[209,1.906]],["name/519",[83,53.028]],["parent/519",[209,1.906]],["name/520",[84,53.028]],["parent/520",[209,1.906]],["name/521",[85,53.028]],["parent/521",[209,1.906]],["name/522",[86,53.028]],["parent/522",[209,1.906]],["name/523",[87,53.028]],["parent/523",[209,1.906]],["name/524",[88,53.028]],["parent/524",[209,1.906]],["name/525",[89,53.028]],["parent/525",[209,1.906]],["name/526",[90,53.028]],["parent/526",[209,1.906]],["name/527",[91,53.028]],["parent/527",[209,1.906]],["name/528",[92,53.028]],["parent/528",[209,1.906]],["name/529",[93,53.028]],["parent/529",[209,1.906]],["name/530",[94,53.028]],["parent/530",[209,1.906]],["name/531",[95,53.028]],["parent/531",[209,1.906]],["name/532",[96,53.028]],["parent/532",[209,1.906]],["name/533",[97,51.021]],["parent/533",[209,1.906]],["name/534",[98,53.028]],["parent/534",[209,1.906]],["name/535",[99,53.028]],["parent/535",[209,1.906]],["name/536",[100,53.028]],["parent/536",[209,1.906]],["name/537",[101,53.028]],["parent/537",[209,1.906]],["name/538",[102,53.028]],["parent/538",[209,1.906]],["name/539",[103,53.028]],["parent/539",[209,1.906]],["name/540",[104,53.028]],["parent/540",[209,1.906]],["name/541",[105,53.028]],["parent/541",[209,1.906]],["name/542",[106,53.028]],["parent/542",[209,1.906]],["name/543",[107,53.028]],["parent/543",[209,1.906]],["name/544",[108,53.028]],["parent/544",[209,1.906]],["name/545",[109,53.028]],["parent/545",[209,1.906]],["name/546",[110,53.028]],["parent/546",[209,1.906]],["name/547",[111,53.028]],["parent/547",[209,1.906]],["name/548",[112,53.028]],["parent/548",[209,1.906]],["name/549",[113,53.028]],["parent/549",[209,1.906]],["name/550",[114,53.028]],["parent/550",[209,1.906]],["name/551",[115,53.028]],["parent/551",[209,1.906]],["name/552",[116,53.028]],["parent/552",[209,1.906]],["name/553",[117,53.028]],["parent/553",[209,1.906]],["name/554",[118,53.028]],["parent/554",[209,1.906]],["name/555",[119,53.028]],["parent/555",[209,1.906]],["name/556",[120,53.028]],["parent/556",[209,1.906]],["name/557",[121,53.028]],["parent/557",[209,1.906]],["name/558",[122,53.028]],["parent/558",[209,1.906]],["name/559",[123,53.028]],["parent/559",[209,1.906]],["name/560",[124,53.028]],["parent/560",[209,1.906]],["name/561",[125,53.028]],["parent/561",[209,1.906]],["name/562",[126,53.028]],["parent/562",[209,1.906]],["name/563",[127,53.028]],["parent/563",[209,1.906]],["name/564",[128,53.028]],["parent/564",[209,1.906]],["name/565",[129,53.028]],["parent/565",[209,1.906]],["name/566",[130,53.028]],["parent/566",[209,1.906]],["name/567",[131,53.028]],["parent/567",[209,1.906]],["name/568",[132,53.028]],["parent/568",[209,1.906]],["name/569",[133,53.028]],["parent/569",[209,1.906]],["name/570",[134,53.028]],["parent/570",[209,1.906]],["name/571",[135,53.028]],["parent/571",[209,1.906]],["name/572",[136,53.028]],["parent/572",[209,1.906]],["name/573",[137,53.028]],["parent/573",[209,1.906]],["name/574",[138,53.028]],["parent/574",[209,1.906]],["name/575",[139,53.028]],["parent/575",[209,1.906]],["name/576",[140,53.028]],["parent/576",[209,1.906]],["name/577",[141,53.028]],["parent/577",[209,1.906]],["name/578",[142,53.028]],["parent/578",[209,1.906]],["name/579",[143,53.028]],["parent/579",[209,1.906]],["name/580",[144,53.028]],["parent/580",[209,1.906]],["name/581",[145,53.028]],["parent/581",[209,1.906]],["name/582",[146,53.028]],["parent/582",[209,1.906]],["name/583",[147,53.028]],["parent/583",[209,1.906]],["name/584",[148,53.028]],["parent/584",[209,1.906]],["name/585",[149,53.028]],["parent/585",[209,1.906]],["name/586",[150,53.028]],["parent/586",[209,1.906]],["name/587",[151,53.028]],["parent/587",[209,1.906]],["name/588",[152,53.028]],["parent/588",[209,1.906]],["name/589",[153,53.028]],["parent/589",[209,1.906]],["name/590",[154,53.028]],["parent/590",[209,1.906]],["name/591",[155,53.028]],["parent/591",[209,1.906]],["name/592",[156,53.028]],["parent/592",[209,1.906]],["name/593",[157,53.028]],["parent/593",[209,1.906]],["name/594",[158,53.028]],["parent/594",[209,1.906]],["name/595",[159,53.028]],["parent/595",[209,1.906]],["name/596",[160,53.028]],["parent/596",[209,1.906]],["name/597",[161,53.028]],["parent/597",[209,1.906]],["name/598",[162,53.028]],["parent/598",[209,1.906]],["name/599",[163,53.028]],["parent/599",[209,1.906]],["name/600",[164,53.028]],["parent/600",[209,1.906]],["name/601",[165,53.028]],["parent/601",[209,1.906]],["name/602",[166,53.028]],["parent/602",[209,1.906]],["name/603",[167,53.028]],["parent/603",[209,1.906]],["name/604",[168,53.028]],["parent/604",[209,1.906]],["name/605",[169,53.028]],["parent/605",[209,1.906]],["name/606",[170,53.028]],["parent/606",[209,1.906]],["name/607",[171,53.028]],["parent/607",[209,1.906]],["name/608",[172,53.028]],["parent/608",[209,1.906]],["name/609",[173,53.028]],["parent/609",[209,1.906]],["name/610",[174,53.028]],["parent/610",[209,1.906]],["name/611",[175,53.028]],["parent/611",[209,1.906]],["name/612",[176,53.028]],["parent/612",[209,1.906]],["name/613",[177,53.028]],["parent/613",[209,1.906]],["name/614",[178,53.028]],["parent/614",[209,1.906]],["name/615",[179,53.028]],["parent/615",[209,1.906]],["name/616",[180,53.028]],["parent/616",[209,1.906]],["name/617",[211,31.825]],["parent/617",[]],["name/618",[212,58.905]],["parent/618",[211,3.159]],["name/619",[1,30.811]],["parent/619",[213,6.354]],["name/620",[214,64.014]],["parent/620",[215,5.264]],["name/621",[216,64.014]],["parent/621",[215,5.264]],["name/622",[30,46.668]],["parent/622",[215,5.264]],["name/623",[217,64.014]],["parent/623",[215,5.264]],["name/624",[218,58.905]],["parent/624",[211,3.159]],["name/625",[1,30.811]],["parent/625",[219,6.354]],["name/626",[220,64.014]],["parent/626",[221,5.065]],["name/627",[222,55.541]],["parent/627",[221,5.065]],["name/628",[223,58.905]],["parent/628",[221,5.065]],["name/629",[224,58.905]],["parent/629",[221,5.065]],["name/630",[225,58.905]],["parent/630",[221,5.065]],["name/631",[203,53.028]],["parent/631",[211,3.159]],["name/632",[1,30.811]],["parent/632",[226,6.354]],["name/633",[10,40.035]],["parent/633",[227,3.759]],["name/634",[50,55.541]],["parent/634",[227,3.759]],["name/635",[228,58.905]],["parent/635",[227,3.759]],["name/636",[229,64.014]],["parent/636",[227,3.759]],["name/637",[230,64.014]],["parent/637",[227,3.759]],["name/638",[23,49.35]],["parent/638",[227,3.759]],["name/639",[231,64.014]],["parent/639",[227,3.759]],["name/640",[232,64.014]],["parent/640",[227,3.759]],["name/641",[233,58.905]],["parent/641",[227,3.759]],["name/642",[224,58.905]],["parent/642",[227,3.759]],["name/643",[30,46.668]],["parent/643",[227,3.759]],["name/644",[234,64.014]],["parent/644",[227,3.759]],["name/645",[235,64.014]],["parent/645",[227,3.759]],["name/646",[236,64.014]],["parent/646",[227,3.759]],["name/647",[237,64.014]],["parent/647",[227,3.759]],["name/648",[238,58.905]],["parent/648",[227,3.759]],["name/649",[239,64.014]],["parent/649",[227,3.759]],["name/650",[225,58.905]],["parent/650",[227,3.759]],["name/651",[240,64.014]],["parent/651",[227,3.759]],["name/652",[218,58.905]],["parent/652",[227,3.759]],["name/653",[241,64.014]],["parent/653",[211,3.159]],["name/654",[1,30.811]],["parent/654",[242,6.354]],["name/655",[243,64.014]],["parent/655",[244,5.264]],["name/656",[245,58.905]],["parent/656",[244,5.264]],["name/657",[246,64.014]],["parent/657",[244,5.264]],["name/658",[247,58.905]],["parent/658",[244,5.264]],["name/659",[248,58.905]],["parent/659",[211,3.159]],["name/660",[1,30.811]],["parent/660",[249,6.354]],["name/661",[12,47.919]],["parent/661",[250,5.513]],["name/662",[13,55.541]],["parent/662",[250,5.513]],["name/663",[251,64.014]],["parent/663",[250,5.513]],["name/664",[252,64.014]],["parent/664",[211,3.159]],["name/665",[1,30.811]],["parent/665",[253,6.354]],["name/666",[10,40.035]],["parent/666",[254,4.633]],["name/667",[255,55.541]],["parent/667",[254,4.633]],["name/668",[30,46.668]],["parent/668",[254,4.633]],["name/669",[256,64.014]],["parent/669",[254,4.633]],["name/670",[257,64.014]],["parent/670",[254,4.633]],["name/671",[258,64.014]],["parent/671",[254,4.633]],["name/672",[259,64.014]],["parent/672",[254,4.633]],["name/673",[260,55.541]],["parent/673",[254,4.633]],["name/674",[261,58.905]],["parent/674",[211,3.159]],["name/675",[1,30.811]],["parent/675",[262,6.354]],["name/676",[30,46.668]],["parent/676",[263,4.25]],["name/677",[264,53.028]],["parent/677",[263,4.25]],["name/678",[260,55.541]],["parent/678",[263,4.25]],["name/679",[255,55.541]],["parent/679",[263,4.25]],["name/680",[265,64.014]],["parent/680",[263,4.25]],["name/681",[266,64.014]],["parent/681",[263,4.25]],["name/682",[267,64.014]],["parent/682",[263,4.25]],["name/683",[268,64.014]],["parent/683",[263,4.25]],["name/684",[269,64.014]],["parent/684",[263,4.25]],["name/685",[270,64.014]],["parent/685",[263,4.25]],["name/686",[271,64.014]],["parent/686",[263,4.25]],["name/687",[272,64.014]],["parent/687",[263,4.25]],["name/688",[193,58.905]],["parent/688",[211,3.159]],["name/689",[1,30.811]],["parent/689",[273,6.354]],["name/690",[10,40.035]],["parent/690",[274,5.264]],["name/691",[50,55.541]],["parent/691",[274,5.264]],["name/692",[30,46.668]],["parent/692",[274,5.264]],["name/693",[228,58.905]],["parent/693",[274,5.264]],["name/694",[275,58.905]],["parent/694",[211,3.159]],["name/695",[1,30.811]],["parent/695",[276,6.354]],["name/696",[277,64.014]],["parent/696",[278,5.513]],["name/697",[279,64.014]],["parent/697",[278,5.513]],["name/698",[280,53.028]],["parent/698",[278,5.513]],["name/699",[281,64.014]],["parent/699",[211,3.159]],["name/700",[1,30.811]],["parent/700",[282,6.354]],["name/701",[12,47.919]],["parent/701",[283,5.513]],["name/702",[30,46.668]],["parent/702",[283,5.513]],["name/703",[275,58.905]],["parent/703",[283,5.513]],["name/704",[284,64.014]],["parent/704",[211,3.159]],["name/705",[1,30.811]],["parent/705",[285,6.354]],["name/706",[264,53.028]],["parent/706",[286,5.847]],["name/707",[287,58.905]],["parent/707",[286,5.847]],["name/708",[288,58.905]],["parent/708",[211,3.159]],["name/709",[1,30.811]],["parent/709",[289,6.354]],["name/710",[10,40.035]],["parent/710",[290,4.757]],["name/711",[291,58.905]],["parent/711",[290,4.757]],["name/712",[292,64.014]],["parent/712",[290,4.757]],["name/713",[293,64.014]],["parent/713",[290,4.757]],["name/714",[287,58.905]],["parent/714",[290,4.757]],["name/715",[294,64.014]],["parent/715",[290,4.757]],["name/716",[295,64.014]],["parent/716",[290,4.757]],["name/717",[296,64.014]],["parent/717",[211,3.159]],["name/718",[1,30.811]],["parent/718",[297,6.354]],["name/719",[298,64.014]],["parent/719",[299,5.264]],["name/720",[300,64.014]],["parent/720",[299,5.264]],["name/721",[12,47.919]],["parent/721",[299,5.264]],["name/722",[280,53.028]],["parent/722",[299,5.264]],["name/723",[4,53.028]],["parent/723",[211,3.159]],["name/724",[1,30.811]],["parent/724",[301,6.354]],["name/725",[10,40.035]],["parent/725",[302,3.332]],["name/726",[303,58.905]],["parent/726",[302,3.332]],["name/727",[30,46.668]],["parent/727",[302,3.332]],["name/728",[203,53.028]],["parent/728",[302,3.332]],["name/729",[304,58.905]],["parent/729",[302,3.332]],["name/730",[305,64.014]],["parent/730",[302,3.332]],["name/731",[192,58.905]],["parent/731",[302,3.332]],["name/732",[306,64.014]],["parent/732",[302,3.332]],["name/733",[307,64.014]],["parent/733",[302,3.332]],["name/734",[23,49.35]],["parent/734",[302,3.332]],["name/735",[238,58.905]],["parent/735",[302,3.332]],["name/736",[308,64.014]],["parent/736",[302,3.332]],["name/737",[309,64.014]],["parent/737",[302,3.332]],["name/738",[310,64.014]],["parent/738",[302,3.332]],["name/739",[311,64.014]],["parent/739",[302,3.332]],["name/740",[312,64.014]],["parent/740",[302,3.332]],["name/741",[313,64.014]],["parent/741",[302,3.332]],["name/742",[222,55.541]],["parent/742",[302,3.332]],["name/743",[314,58.905]],["parent/743",[302,3.332]],["name/744",[315,58.905]],["parent/744",[302,3.332]],["name/745",[316,58.905]],["parent/745",[302,3.332]],["name/746",[317,64.014]],["parent/746",[302,3.332]],["name/747",[318,64.014]],["parent/747",[302,3.332]],["name/748",[261,58.905]],["parent/748",[302,3.332]],["name/749",[288,58.905]],["parent/749",[302,3.332]],["name/750",[248,58.905]],["parent/750",[302,3.332]],["name/751",[223,58.905]],["parent/751",[302,3.332]],["name/752",[319,64.014]],["parent/752",[302,3.332]],["name/753",[320,64.014]],["parent/753",[302,3.332]],["name/754",[321,64.014]],["parent/754",[302,3.332]],["name/755",[322,64.014]],["parent/755",[302,3.332]],["name/756",[323,58.905]],["parent/756",[211,3.159]],["name/757",[1,30.811]],["parent/757",[324,6.354]],["name/758",[325,64.014]],["parent/758",[326,5.847]],["name/759",[327,64.014]],["parent/759",[326,5.847]],["name/760",[328,64.014]],["parent/760",[211,3.159]],["name/761",[1,30.811]],["parent/761",[329,6.354]],["name/762",[10,40.035]],["parent/762",[330,5.264]],["name/763",[280,53.028]],["parent/763",[330,5.264]],["name/764",[331,64.014]],["parent/764",[330,5.264]],["name/765",[332,64.014]],["parent/765",[330,5.264]],["name/766",[333,64.014]],["parent/766",[211,3.159]],["name/767",[1,30.811]],["parent/767",[334,6.354]],["name/768",[10,40.035]],["parent/768",[335,5.264]],["name/769",[12,47.919]],["parent/769",[335,5.264]],["name/770",[233,58.905]],["parent/770",[335,5.264]],["name/771",[336,64.014]],["parent/771",[335,5.264]],["name/772",[337,64.014]],["parent/772",[211,3.159]],["name/773",[1,30.811]],["parent/773",[338,6.354]],["name/774",[12,47.919]],["parent/774",[339,5.513]],["name/775",[340,64.014]],["parent/775",[339,5.513]],["name/776",[341,64.014]],["parent/776",[339,5.513]],["name/777",[342,64.014]],["parent/777",[211,3.159]],["name/778",[1,30.811]],["parent/778",[343,6.354]],["name/779",[10,40.035]],["parent/779",[344,4.899]],["name/780",[345,64.014]],["parent/780",[344,4.899]],["name/781",[323,58.905]],["parent/781",[344,4.899]],["name/782",[291,58.905]],["parent/782",[344,4.899]],["name/783",[346,64.014]],["parent/783",[344,4.899]],["name/784",[347,64.014]],["parent/784",[344,4.899]],["name/785",[198,47.919]],["parent/785",[211,3.159]],["name/786",[348,64.014]],["parent/786",[211,3.159]],["name/787",[1,30.811]],["parent/787",[349,6.354]],["name/788",[350,64.014]],["parent/788",[351,5.065]],["name/789",[352,64.014]],["parent/789",[351,5.065]],["name/790",[353,55.541]],["parent/790",[351,5.065]],["name/791",[354,64.014]],["parent/791",[351,5.065]],["name/792",[355,64.014]],["parent/792",[351,5.065]],["name/793",[356,58.905]],["parent/793",[211,3.159]],["name/794",[1,30.811]],["parent/794",[357,6.354]],["name/795",[358,64.014]],["parent/795",[359,6.354]],["name/796",[360,58.905]],["parent/796",[211,3.159]],["name/797",[1,30.811]],["parent/797",[361,6.354]],["name/798",[362,64.014]],["parent/798",[363,5.513]],["name/799",[364,64.014]],["parent/799",[363,5.513]],["name/800",[365,64.014]],["parent/800",[363,5.513]],["name/801",[366,64.014]],["parent/801",[211,3.159]],["name/802",[1,30.811]],["parent/802",[367,6.354]],["name/803",[303,58.905]],["parent/803",[368,4.25]],["name/804",[264,53.028]],["parent/804",[368,4.25]],["name/805",[260,55.541]],["parent/805",[368,4.25]],["name/806",[369,64.014]],["parent/806",[368,4.25]],["name/807",[370,55.541]],["parent/807",[368,4.25]],["name/808",[371,64.014]],["parent/808",[368,4.25]],["name/809",[356,58.905]],["parent/809",[368,4.25]],["name/810",[360,58.905]],["parent/810",[368,4.25]],["name/811",[372,64.014]],["parent/811",[368,4.25]],["name/812",[373,64.014]],["parent/812",[368,4.25]],["name/813",[374,64.014]],["parent/813",[368,4.25]],["name/814",[247,58.905]],["parent/814",[368,4.25]],["name/815",[375,64.014]],["parent/815",[211,3.159]],["name/816",[1,30.811]],["parent/816",[376,6.354]],["name/817",[10,40.035]],["parent/817",[377,5.847]],["name/818",[264,53.028]],["parent/818",[377,5.847]],["name/819",[378,64.014]],["parent/819",[211,3.159]],["name/820",[1,30.811]],["parent/820",[379,6.354]],["name/821",[199,58.905]],["parent/821",[380,5.264]],["name/822",[1,30.811]],["parent/822",[380,5.264]],["name/823",[381,58.905]],["parent/823",[382,4.899]],["name/824",[370,55.541]],["parent/824",[382,4.899]],["name/825",[353,55.541]],["parent/825",[382,4.899]],["name/826",[200,58.905]],["parent/826",[380,5.264]],["name/827",[1,30.811]],["parent/827",[380,5.264]],["name/828",[381,58.905]],["parent/828",[382,4.899]],["name/829",[370,55.541]],["parent/829",[382,4.899]],["name/830",[353,55.541]],["parent/830",[382,4.899]],["name/831",[383,64.014]],["parent/831",[211,3.159]],["name/832",[1,30.811]],["parent/832",[384,6.354]],["name/833",[203,53.028]],["parent/833",[385,4.899]],["name/834",[23,49.35]],["parent/834",[385,4.899]],["name/835",[10,40.035]],["parent/835",[385,4.899]],["name/836",[4,53.028]],["parent/836",[385,4.899]],["name/837",[212,58.905]],["parent/837",[385,4.899]],["name/838",[255,55.541]],["parent/838",[385,4.899]],["name/839",[189,43.645]],["parent/839",[211,3.159]],["name/840",[386,64.014]],["parent/840",[211,3.159]],["name/841",[1,30.811]],["parent/841",[387,6.354]],["name/842",[388,64.014]],["parent/842",[389,5.065]],["name/843",[390,64.014]],["parent/843",[389,5.065]],["name/844",[391,64.014]],["parent/844",[389,5.065]],["name/845",[392,64.014]],["parent/845",[389,5.065]],["name/846",[393,64.014]],["parent/846",[389,5.065]],["name/847",[394,64.014]],["parent/847",[211,3.159]],["name/848",[1,30.811]],["parent/848",[395,6.354]],["name/849",[10,40.035]],["parent/849",[396,5.264]],["name/850",[397,64.014]],["parent/850",[396,5.264]],["name/851",[398,64.014]],["parent/851",[396,5.264]],["name/852",[399,64.014]],["parent/852",[396,5.264]],["name/853",[400,64.014]],["parent/853",[211,3.159]],["name/854",[1,30.811]],["parent/854",[401,6.354]],["name/855",[10,40.035]],["parent/855",[402,4.173]],["name/856",[403,64.014]],["parent/856",[402,4.173]],["name/857",[404,64.014]],["parent/857",[402,4.173]],["name/858",[405,64.014]],["parent/858",[402,4.173]],["name/859",[406,64.014]],["parent/859",[402,4.173]],["name/860",[407,64.014]],["parent/860",[402,4.173]],["name/861",[408,64.014]],["parent/861",[402,4.173]],["name/862",[409,64.014]],["parent/862",[402,4.173]],["name/863",[410,64.014]],["parent/863",[402,4.173]],["name/864",[411,64.014]],["parent/864",[402,4.173]],["name/865",[412,64.014]],["parent/865",[402,4.173]],["name/866",[413,64.014]],["parent/866",[402,4.173]],["name/867",[414,64.014]],["parent/867",[402,4.173]],["name/868",[97,51.021]],["parent/868",[211,3.159]],["name/869",[1,30.811]],["parent/869",[415,6.354]],["name/870",[10,40.035]],["parent/870",[416,5.065]],["name/871",[417,64.014]],["parent/871",[416,5.065]],["name/872",[418,64.014]],["parent/872",[416,5.065]],["name/873",[419,64.014]],["parent/873",[416,5.065]],["name/874",[420,64.014]],["parent/874",[416,5.065]],["name/875",[421,64.014]],["parent/875",[211,3.159]],["name/876",[1,30.811]],["parent/876",[422,6.354]],["name/877",[280,53.028]],["parent/877",[423,5.513]],["name/878",[245,58.905]],["parent/878",[423,5.513]],["name/879",[424,64.014]],["parent/879",[423,5.513]],["name/880",[425,64.014]],["parent/880",[211,3.159]],["name/881",[1,30.811]],["parent/881",[426,6.354]],["name/882",[10,40.035]],["parent/882",[427,5.264]],["name/883",[428,58.905]],["parent/883",[427,5.264]],["name/884",[429,64.014]],["parent/884",[427,5.264]],["name/885",[316,58.905]],["parent/885",[427,5.264]],["name/886",[430,64.014]],["parent/886",[211,3.159]],["name/887",[1,30.811]],["parent/887",[431,6.354]],["name/888",[432,64.014]],["parent/888",[433,4.633]],["name/889",[304,58.905]],["parent/889",[433,4.633]],["name/890",[434,64.014]],["parent/890",[433,4.633]],["name/891",[222,55.541]],["parent/891",[433,4.633]],["name/892",[314,58.905]],["parent/892",[433,4.633]],["name/893",[315,58.905]],["parent/893",[433,4.633]],["name/894",[428,58.905]],["parent/894",[433,4.633]],["name/895",[435,64.014]],["parent/895",[433,4.633]],["name/896",[436,64.014]],["parent/896",[211,3.159]],["name/897",[1,30.811]],["parent/897",[437,6.354]],["name/898",[19,55.541]],["parent/898",[438,5.264]],["name/899",[21,55.541]],["parent/899",[438,5.264]],["name/900",[22,55.541]],["parent/900",[438,5.264]],["name/901",[23,49.35]],["parent/901",[438,5.264]],["name/902",[439,64.014]],["parent/902",[]]],"invertedIndex":[["__type",{"_index":1,"name":{"1":{},"8":{},"16":{},"57":{},"61":{},"619":{},"625":{},"632":{},"654":{},"660":{},"665":{},"675":{},"689":{},"695":{},"700":{},"705":{},"709":{},"718":{},"724":{},"757":{},"761":{},"767":{},"773":{},"778":{},"787":{},"794":{},"797":{},"802":{},"816":{},"820":{},"822":{},"827":{},"832":{},"841":{},"848":{},"854":{},"869":{},"876":{},"881":{},"887":{},"897":{}},"parent":{}}],["_scope",{"_index":37,"name":{"40":{}},"parent":{}}],["acceptfollowrequest",{"_index":99,"name":{"111":{},"272":{},"403":{},"535":{}},"parent":{}}],["access_token",{"_index":19,"name":{"17":{},"41":{},"898":{}},"parent":{}}],["accesstoken",{"_index":38,"name":{"46":{}},"parent":{}}],["account",{"_index":203,"name":{"222":{},"631":{},"728":{},"833":{}},"parent":{}}],["account_id",{"_index":419,"name":{"873":{}},"parent":{}}],["accounts",{"_index":280,"name":{"698":{},"722":{},"763":{},"877":{}},"parent":{}}],["acct",{"_index":228,"name":{"635":{},"693":{}},"parent":{}}],["action_taken",{"_index":417,"name":{"871":{}},"parent":{}}],["activity",{"_index":241,"name":{"653":{}},"parent":{}}],["addaccountstolist",{"_index":146,"name":{"158":{},"319":{},"450":{},"582":{}},"parent":{}}],["alerts",{"_index":399,"name":{"852":{}},"parent":{}}],["ancestors",{"_index":325,"name":{"758":{}},"parent":{}}],["appdata",{"_index":26,"name":{"23":{}},"parent":{}}],["appdatafromserver",{"_index":8,"name":{"7":{}},"parent":{}}],["application",{"_index":248,"name":{"659":{},"750":{}},"parent":{}}],["application_id",{"_index":435,"name":{"895":{}},"parent":{}}],["attachment",{"_index":252,"name":{"664":{}},"parent":{}}],["auth",{"_index":49,"name":{"60":{}},"parent":{}}],["author_name",{"_index":266,"name":{"681":{}},"parent":{}}],["author_url",{"_index":267,"name":{"682":{}},"parent":{}}],["avatar",{"_index":234,"name":{"644":{}},"parent":{}}],["avatar_static",{"_index":235,"name":{"645":{}},"parent":{}}],["baseurl",{"_index":206,"name":{"226":{},"357":{},"488":{}},"parent":{}}],["blockaccount",{"_index":76,"name":{"88":{},"249":{},"380":{},"512":{}},"parent":{}}],["blockdomain",{"_index":90,"name":{"102":{},"263":{},"394":{},"526":{}},"parent":{}}],["blocked_by",{"_index":407,"name":{"860":{}},"parent":{}}],["blocking",{"_index":406,"name":{"859":{}},"parent":{}}],["bookmarked",{"_index":322,"name":{"755":{}},"parent":{}}],["bookmarkstatus",{"_index":118,"name":{"130":{},"291":{},"422":{},"554":{}},"parent":{}}],["bot",{"_index":240,"name":{"651":{}},"parent":{}}],["cancel",{"_index":56,"name":{"67":{},"227":{},"358":{},"490":{}},"parent":{}}],["cancelscheduledstatus",{"_index":131,"name":{"143":{},"304":{},"435":{},"567":{}},"parent":{}}],["card",{"_index":261,"name":{"674":{},"748":{}},"parent":{}}],["client",{"_index":205,"name":{"225":{},"356":{},"487":{}},"parent":{}}],["client_id",{"_index":15,"name":{"13":{},"32":{}},"parent":{}}],["client_secret",{"_index":16,"name":{"14":{},"33":{}},"parent":{}}],["clientid",{"_index":33,"name":{"35":{}},"parent":{}}],["clientsecret",{"_index":34,"name":{"36":{}},"parent":{}}],["comment",{"_index":418,"name":{"872":{}},"parent":{}}],["constructor",{"_index":29,"name":{"25":{},"39":{},"53":{},"224":{},"355":{},"486":{}},"parent":{}}],["contact_account",{"_index":373,"name":{"812":{}},"parent":{}}],["content",{"_index":306,"name":{"732":{}},"parent":{}}],["context",{"_index":323,"name":{"756":{},"781":{}},"parent":{}}],["conversation",{"_index":328,"name":{"760":{}},"parent":{}}],["count",{"_index":298,"name":{"719":{}},"parent":{}}],["createapp",{"_index":58,"name":{"69":{},"229":{},"360":{},"492":{}},"parent":{}}],["created_at",{"_index":23,"name":{"20":{},"43":{},"638":{},"734":{},"834":{},"901":{}},"parent":{}}],["createdat",{"_index":40,"name":{"49":{}},"parent":{}}],["createemojireaction",{"_index":165,"name":{"177":{},"338":{},"469":{},"601":{}},"parent":{}}],["createfeaturedtag",{"_index":103,"name":{"115":{},"276":{},"407":{},"539":{}},"parent":{}}],["createfilter",{"_index":94,"name":{"106":{},"267":{},"398":{},"530":{}},"parent":{}}],["createlist",{"_index":142,"name":{"154":{},"315":{},"446":{},"578":{}},"parent":{}}],["data",{"_index":2,"name":{"2":{}},"parent":{}}],["day",{"_index":277,"name":{"696":{}},"parent":{}}],["default",{"_index":439,"name":{"902":{}},"parent":{}}],["deleteaccountsfromlist",{"_index":147,"name":{"159":{},"320":{},"451":{},"583":{}},"parent":{}}],["deleteconversation",{"_index":138,"name":{"150":{},"311":{},"442":{},"574":{}},"parent":{}}],["deleteemojireaction",{"_index":166,"name":{"178":{},"339":{},"470":{},"602":{}},"parent":{}}],["deletefeaturedtag",{"_index":104,"name":{"116":{},"277":{},"408":{},"540":{}},"parent":{}}],["deletefilter",{"_index":96,"name":{"108":{},"269":{},"400":{},"532":{}},"parent":{}}],["deletelist",{"_index":144,"name":{"156":{},"317":{},"448":{},"580":{}},"parent":{}}],["deletepushsubscription",{"_index":157,"name":{"169":{},"330":{},"461":{},"593":{}},"parent":{}}],["deletestatus",{"_index":110,"name":{"122":{},"283":{},"414":{},"546":{}},"parent":{}}],["delivery_following",{"_index":405,"name":{"858":{}},"parent":{}}],["descendants",{"_index":327,"name":{"759":{}},"parent":{}}],["description",{"_index":260,"name":{"673":{},"678":{},"805":{}},"parent":{}}],["detector",{"_index":54,"name":{"65":{}},"parent":{}}],["directsocket",{"_index":180,"name":{"192":{},"353":{},"484":{},"616":{}},"parent":{}}],["directstream",{"_index":174,"name":{"186":{},"347":{},"478":{},"610":{}},"parent":{}}],["dismissnotification",{"_index":153,"name":{"165":{},"326":{},"457":{},"589":{}},"parent":{}}],["dismissnotifications",{"_index":152,"name":{"164":{},"325":{},"456":{},"588":{}},"parent":{}}],["display_name",{"_index":229,"name":{"636":{}},"parent":{}}],["domain_blocking",{"_index":411,"name":{"864":{}},"parent":{}}],["domain_count",{"_index":365,"name":{"800":{}},"parent":{}}],["email",{"_index":369,"name":{"806":{}},"parent":{}}],["emoji",{"_index":212,"name":{"618":{},"837":{}},"parent":{}}],["emoji_reactions",{"_index":320,"name":{"753":{}},"parent":{}}],["emojireaction",{"_index":194,"name":{"212":{}},"parent":{}}],["emojis",{"_index":238,"name":{"648":{},"735":{}},"parent":{}}],["endorsed",{"_index":413,"name":{"866":{}},"parent":{}}],["endpoint",{"_index":397,"name":{"850":{}},"parent":{}}],["entity",{"_index":211,"name":{"617":{}},"parent":{"618":{},"624":{},"631":{},"653":{},"659":{},"664":{},"674":{},"688":{},"694":{},"699":{},"704":{},"708":{},"717":{},"723":{},"756":{},"760":{},"766":{},"772":{},"777":{},"785":{},"786":{},"793":{},"796":{},"801":{},"815":{},"819":{},"831":{},"839":{},"840":{},"847":{},"853":{},"868":{},"875":{},"880":{},"886":{},"896":{}}}],["entity.account",{"_index":226,"name":{},"parent":{"632":{}}}],["entity.account.__type",{"_index":227,"name":{},"parent":{"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{}}}],["entity.activity",{"_index":242,"name":{},"parent":{"654":{}}}],["entity.activity.__type",{"_index":244,"name":{},"parent":{"655":{},"656":{},"657":{},"658":{}}}],["entity.application",{"_index":249,"name":{},"parent":{"660":{}}}],["entity.application.__type",{"_index":250,"name":{},"parent":{"661":{},"662":{},"663":{}}}],["entity.attachment",{"_index":253,"name":{},"parent":{"665":{}}}],["entity.attachment.__type",{"_index":254,"name":{},"parent":{"666":{},"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{}}}],["entity.card",{"_index":262,"name":{},"parent":{"675":{}}}],["entity.card.__type",{"_index":263,"name":{},"parent":{"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{}}}],["entity.context",{"_index":324,"name":{},"parent":{"757":{}}}],["entity.context.__type",{"_index":326,"name":{},"parent":{"758":{},"759":{}}}],["entity.conversation",{"_index":329,"name":{},"parent":{"761":{}}}],["entity.conversation.__type",{"_index":330,"name":{},"parent":{"762":{},"763":{},"764":{},"765":{}}}],["entity.emoji",{"_index":213,"name":{},"parent":{"619":{}}}],["entity.emoji.__type",{"_index":215,"name":{},"parent":{"620":{},"621":{},"622":{},"623":{}}}],["entity.featuredtag",{"_index":334,"name":{},"parent":{"767":{}}}],["entity.featuredtag.__type",{"_index":335,"name":{},"parent":{"768":{},"769":{},"770":{},"771":{}}}],["entity.field",{"_index":338,"name":{},"parent":{"773":{}}}],["entity.field.__type",{"_index":339,"name":{},"parent":{"774":{},"775":{},"776":{}}}],["entity.filter",{"_index":343,"name":{},"parent":{"778":{}}}],["entity.filter.__type",{"_index":344,"name":{},"parent":{"779":{},"780":{},"781":{},"782":{},"783":{},"784":{}}}],["entity.history",{"_index":276,"name":{},"parent":{"695":{}}}],["entity.history.__type",{"_index":278,"name":{},"parent":{"696":{},"697":{},"698":{}}}],["entity.identityproof",{"_index":349,"name":{},"parent":{"787":{}}}],["entity.identityproof.__type",{"_index":351,"name":{},"parent":{"788":{},"789":{},"790":{},"791":{},"792":{}}}],["entity.instance",{"_index":367,"name":{},"parent":{"802":{}}}],["entity.instance.__type",{"_index":368,"name":{},"parent":{"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{}}}],["entity.list",{"_index":376,"name":{},"parent":{"816":{}}}],["entity.list.__type",{"_index":377,"name":{},"parent":{"817":{},"818":{}}}],["entity.marker",{"_index":379,"name":{},"parent":{"820":{}}}],["entity.marker.__type",{"_index":380,"name":{},"parent":{"821":{},"822":{},"826":{},"827":{}}}],["entity.marker.__type.__type",{"_index":382,"name":{},"parent":{"823":{},"824":{},"825":{},"828":{},"829":{},"830":{}}}],["entity.mention",{"_index":273,"name":{},"parent":{"689":{}}}],["entity.mention.__type",{"_index":274,"name":{},"parent":{"690":{},"691":{},"692":{},"693":{}}}],["entity.notification",{"_index":384,"name":{},"parent":{"832":{}}}],["entity.notification.__type",{"_index":385,"name":{},"parent":{"833":{},"834":{},"835":{},"836":{},"837":{},"838":{}}}],["entity.poll",{"_index":289,"name":{},"parent":{"709":{}}}],["entity.poll.__type",{"_index":290,"name":{},"parent":{"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{}}}],["entity.polloption",{"_index":285,"name":{},"parent":{"705":{}}}],["entity.polloption.__type",{"_index":286,"name":{},"parent":{"706":{},"707":{}}}],["entity.preferences",{"_index":387,"name":{},"parent":{"841":{}}}],["entity.preferences.__type",{"_index":389,"name":{},"parent":{"842":{},"843":{},"844":{},"845":{},"846":{}}}],["entity.pushsubscription",{"_index":395,"name":{},"parent":{"848":{}}}],["entity.pushsubscription.__type",{"_index":396,"name":{},"parent":{"849":{},"850":{},"851":{},"852":{}}}],["entity.reaction",{"_index":297,"name":{},"parent":{"718":{}}}],["entity.reaction.__type",{"_index":299,"name":{},"parent":{"719":{},"720":{},"721":{},"722":{}}}],["entity.relationship",{"_index":401,"name":{},"parent":{"854":{}}}],["entity.relationship.__type",{"_index":402,"name":{},"parent":{"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{}}}],["entity.report",{"_index":415,"name":{},"parent":{"869":{}}}],["entity.report.__type",{"_index":416,"name":{},"parent":{"870":{},"871":{},"872":{},"873":{},"874":{}}}],["entity.results",{"_index":422,"name":{},"parent":{"876":{}}}],["entity.results.__type",{"_index":423,"name":{},"parent":{"877":{},"878":{},"879":{}}}],["entity.scheduledstatus",{"_index":426,"name":{},"parent":{"881":{}}}],["entity.scheduledstatus.__type",{"_index":427,"name":{},"parent":{"882":{},"883":{},"884":{},"885":{}}}],["entity.source",{"_index":219,"name":{},"parent":{"625":{}}}],["entity.source.__type",{"_index":221,"name":{},"parent":{"626":{},"627":{},"628":{},"629":{},"630":{}}}],["entity.stats",{"_index":361,"name":{},"parent":{"797":{}}}],["entity.stats.__type",{"_index":363,"name":{},"parent":{"798":{},"799":{},"800":{}}}],["entity.status",{"_index":301,"name":{},"parent":{"724":{}}}],["entity.status.__type",{"_index":302,"name":{},"parent":{"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{}}}],["entity.statusparams",{"_index":431,"name":{},"parent":{"887":{}}}],["entity.statusparams.__type",{"_index":433,"name":{},"parent":{"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{}}}],["entity.tag",{"_index":282,"name":{},"parent":{"700":{}}}],["entity.tag.__type",{"_index":283,"name":{},"parent":{"701":{},"702":{},"703":{}}}],["entity.token",{"_index":437,"name":{},"parent":{"897":{}}}],["entity.token.__type",{"_index":438,"name":{},"parent":{"898":{},"899":{},"900":{},"901":{}}}],["entity.urls",{"_index":357,"name":{},"parent":{"794":{}}}],["entity.urls.__type",{"_index":359,"name":{},"parent":{"795":{}}}],["expired",{"_index":292,"name":{"712":{}},"parent":{}}],["expires_at",{"_index":291,"name":{"711":{},"782":{}},"parent":{}}],["expires_in",{"_index":24,"name":{"21":{},"44":{}},"parent":{}}],["expiresin",{"_index":41,"name":{"50":{}},"parent":{}}],["favourite",{"_index":191,"name":{"209":{}},"parent":{}}],["favourited",{"_index":312,"name":{"740":{}},"parent":{}}],["favourites_count",{"_index":310,"name":{"738":{}},"parent":{}}],["favouritestatus",{"_index":114,"name":{"126":{},"287":{},"418":{},"550":{}},"parent":{}}],["featuredtag",{"_index":333,"name":{"766":{}},"parent":{}}],["fetchaccesstoken",{"_index":60,"name":{"71":{},"232":{},"363":{},"495":{}},"parent":{}}],["field",{"_index":337,"name":{"772":{}},"parent":{}}],["fields",{"_index":225,"name":{"630":{},"650":{}},"parent":{}}],["filter",{"_index":342,"name":{"777":{}},"parent":{}}],["filtercontext",{"_index":198,"name":{"217":{},"785":{}},"parent":{"218":{},"219":{},"220":{},"221":{},"222":{}}}],["follow",{"_index":190,"name":{"208":{}},"parent":{}}],["followaccount",{"_index":74,"name":{"86":{},"247":{},"378":{},"510":{}},"parent":{}}],["followed_by",{"_index":404,"name":{"857":{}},"parent":{}}],["followers_count",{"_index":231,"name":{"639":{}},"parent":{}}],["following",{"_index":403,"name":{"856":{}},"parent":{}}],["following_count",{"_index":232,"name":{"640":{}},"parent":{}}],["followrequest",{"_index":195,"name":{"213":{}},"parent":{}}],["from",{"_index":27,"name":{"24":{},"38":{}},"parent":{}}],["generateauthurl",{"_index":207,"name":{"230":{},"361":{}},"parent":{}}],["generateauthurlandtoken",{"_index":210,"name":{"493":{}},"parent":{}}],["getaccount",{"_index":65,"name":{"77":{},"238":{},"369":{},"501":{}},"parent":{}}],["getaccountfavourites",{"_index":67,"name":{"79":{},"242":{},"373":{},"503":{}},"parent":{}}],["getaccountfollowers",{"_index":70,"name":{"82":{},"243":{},"374":{},"506":{}},"parent":{}}],["getaccountfollowing",{"_index":71,"name":{"83":{},"244":{},"375":{},"507":{}},"parent":{}}],["getaccountlists",{"_index":72,"name":{"84":{},"245":{},"376":{},"508":{}},"parent":{}}],["getaccountsinlist",{"_index":145,"name":{"157":{},"318":{},"449":{},"581":{}},"parent":{}}],["getaccountstatuses",{"_index":66,"name":{"78":{},"239":{},"370":{},"502":{}},"parent":{}}],["getblocks",{"_index":88,"name":{"100":{},"261":{},"392":{},"524":{}},"parent":{}}],["getbookmarks",{"_index":85,"name":{"97":{},"258":{},"389":{},"521":{}},"parent":{}}],["getconversationtimeline",{"_index":137,"name":{"149":{},"310":{},"441":{},"573":{}},"parent":{}}],["getdomainblocks",{"_index":89,"name":{"101":{},"262":{},"393":{},"525":{}},"parent":{}}],["getemojireaction",{"_index":168,"name":{"180":{},"341":{},"472":{},"604":{}},"parent":{}}],["getemojireactions",{"_index":167,"name":{"179":{},"340":{},"471":{},"603":{}},"parent":{}}],["getendorsements",{"_index":101,"name":{"113":{},"274":{},"405":{},"537":{}},"parent":{}}],["getfavourites",{"_index":86,"name":{"98":{},"259":{},"390":{},"522":{}},"parent":{}}],["getfeaturedtags",{"_index":102,"name":{"114":{},"275":{},"406":{},"538":{}},"parent":{}}],["getfilter",{"_index":93,"name":{"105":{},"266":{},"397":{},"529":{}},"parent":{}}],["getfilters",{"_index":92,"name":{"104":{},"265":{},"396":{},"528":{}},"parent":{}}],["getfollowrequests",{"_index":98,"name":{"110":{},"271":{},"402":{},"534":{}},"parent":{}}],["gethometimeline",{"_index":135,"name":{"147":{},"308":{},"439":{},"571":{}},"parent":{}}],["getidentityproof",{"_index":73,"name":{"85":{},"246":{},"377":{},"509":{}},"parent":{}}],["getinstance",{"_index":159,"name":{"171":{},"332":{},"463":{},"595":{}},"parent":{}}],["getinstanceactivity",{"_index":161,"name":{"173":{},"334":{},"465":{},"597":{}},"parent":{}}],["getinstancecustomemojis",{"_index":164,"name":{"176":{},"337":{},"468":{},"600":{}},"parent":{}}],["getinstancedirectory",{"_index":163,"name":{"175":{},"336":{},"467":{},"599":{}},"parent":{}}],["getinstancepeers",{"_index":160,"name":{"172":{},"333":{},"464":{},"596":{}},"parent":{}}],["getinstancetrends",{"_index":162,"name":{"174":{},"335":{},"466":{},"598":{}},"parent":{}}],["getlist",{"_index":141,"name":{"153":{},"314":{},"445":{},"577":{}},"parent":{}}],["getlists",{"_index":140,"name":{"152":{},"313":{},"444":{},"576":{}},"parent":{}}],["getlisttimeline",{"_index":136,"name":{"148":{},"309":{},"440":{},"572":{}},"parent":{}}],["getlocaltimeline",{"_index":133,"name":{"145":{},"306":{},"437":{},"569":{}},"parent":{}}],["getmarkers",{"_index":148,"name":{"160":{},"321":{},"452":{},"584":{}},"parent":{}}],["getmutes",{"_index":87,"name":{"99":{},"260":{},"391":{},"523":{}},"parent":{}}],["getnotification",{"_index":151,"name":{"163":{},"324":{},"455":{},"587":{}},"parent":{}}],["getnotifications",{"_index":150,"name":{"162":{},"323":{},"454":{},"586":{}},"parent":{}}],["getpoll",{"_index":126,"name":{"138":{},"299":{},"430":{},"562":{}},"parent":{}}],["getpreferences",{"_index":106,"name":{"118":{},"279":{},"410":{},"542":{}},"parent":{}}],["getpublictimeline",{"_index":132,"name":{"144":{},"305":{},"436":{},"568":{}},"parent":{}}],["getpushsubscription",{"_index":155,"name":{"167":{},"328":{},"459":{},"591":{}},"parent":{}}],["getrelationship",{"_index":82,"name":{"94":{},"255":{},"386":{},"518":{}},"parent":{}}],["getrelationships",{"_index":83,"name":{"95":{},"256":{},"387":{},"519":{}},"parent":{}}],["getscheduledstatus",{"_index":129,"name":{"141":{},"302":{},"433":{},"565":{}},"parent":{}}],["getscheduledstatuses",{"_index":128,"name":{"140":{},"301":{},"432":{},"564":{}},"parent":{}}],["getstatus",{"_index":109,"name":{"121":{},"282":{},"413":{},"545":{}},"parent":{}}],["getstatuscontext",{"_index":111,"name":{"123":{},"284":{},"415":{},"547":{}},"parent":{}}],["getstatusfavouritedby",{"_index":113,"name":{"125":{},"286":{},"417":{},"549":{}},"parent":{}}],["getstatusrebloggedby",{"_index":112,"name":{"124":{},"285":{},"416":{},"548":{}},"parent":{}}],["getsuggestedtags",{"_index":105,"name":{"117":{},"278":{},"409":{},"541":{}},"parent":{}}],["getsuggestions",{"_index":107,"name":{"119":{},"280":{},"411":{},"543":{}},"parent":{}}],["gettagtimeline",{"_index":134,"name":{"146":{},"307":{},"438":{},"570":{}},"parent":{}}],["hashtags",{"_index":424,"name":{"879":{}},"parent":{}}],["header",{"_index":236,"name":{"646":{}},"parent":{}}],["header_static",{"_index":237,"name":{"647":{}},"parent":{}}],["headers",{"_index":6,"name":{"5":{}},"parent":{}}],["height",{"_index":272,"name":{"687":{}},"parent":{}}],["history",{"_index":275,"name":{"694":{},"703":{}},"parent":{}}],["home",{"_index":199,"name":{"218":{},"821":{}},"parent":{}}],["host",{"_index":46,"name":{"58":{}},"parent":{}}],["html",{"_index":270,"name":{"685":{}},"parent":{}}],["id",{"_index":10,"name":{"9":{},"28":{},"633":{},"666":{},"690":{},"710":{},"725":{},"762":{},"768":{},"779":{},"817":{},"835":{},"849":{},"855":{},"870":{},"882":{}},"parent":{}}],["identityproof",{"_index":348,"name":{"786":{}},"parent":{}}],["image",{"_index":265,"name":{"680":{}},"parent":{}}],["in_reply_to_account_id",{"_index":305,"name":{"730":{}},"parent":{}}],["in_reply_to_id",{"_index":304,"name":{"729":{},"889":{}},"parent":{}}],["instance",{"_index":366,"name":{"801":{}},"parent":{}}],["irreversible",{"_index":346,"name":{"783":{}},"parent":{}}],["iscancel",{"_index":44,"name":{"54":{},"55":{}},"parent":{}}],["language",{"_index":223,"name":{"628":{},"751":{}},"parent":{}}],["languages",{"_index":372,"name":{"811":{}},"parent":{}}],["last_read_id",{"_index":381,"name":{"823":{},"828":{}},"parent":{}}],["last_status",{"_index":331,"name":{"764":{}},"parent":{}}],["last_status_at",{"_index":336,"name":{"771":{}},"parent":{}}],["list",{"_index":375,"name":{"815":{}},"parent":{}}],["listsocket",{"_index":179,"name":{"191":{},"352":{},"483":{},"615":{}},"parent":{}}],["liststream",{"_index":173,"name":{"185":{},"346":{},"477":{},"609":{}},"parent":{}}],["localsocket",{"_index":177,"name":{"189":{},"350":{},"481":{},"613":{}},"parent":{}}],["localstream",{"_index":171,"name":{"183":{},"344":{},"475":{},"607":{}},"parent":{}}],["locked",{"_index":230,"name":{"637":{}},"parent":{}}],["logins",{"_index":246,"name":{"657":{}},"parent":{}}],["marker",{"_index":378,"name":{"819":{}},"parent":{}}],["mastodon",{"_index":204,"name":{"223":{}},"parent":{"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{}}}],["max_toot_chars",{"_index":374,"name":{"813":{}},"parent":{}}],["me",{"_index":300,"name":{"720":{}},"parent":{}}],["media_attachments",{"_index":316,"name":{"745":{},"885":{}},"parent":{}}],["media_ids",{"_index":434,"name":{"890":{}},"parent":{}}],["megalodoninterface",{"_index":55,"name":{"66":{}},"parent":{"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{}}}],["mention",{"_index":193,"name":{"211":{},"688":{}},"parent":{}}],["mentions",{"_index":317,"name":{"746":{}},"parent":{}}],["meta",{"_index":259,"name":{"672":{}},"parent":{}}],["misskey",{"_index":209,"name":{"485":{}},"parent":{"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{}}}],["moved",{"_index":239,"name":{"649":{}},"parent":{}}],["multiple",{"_index":293,"name":{"713":{}},"parent":{}}],["muteaccount",{"_index":78,"name":{"90":{},"251":{},"382":{},"514":{}},"parent":{}}],["muted",{"_index":313,"name":{"741":{}},"parent":{}}],["mutestatus",{"_index":120,"name":{"132":{},"293":{},"424":{},"556":{}},"parent":{}}],["muting",{"_index":408,"name":{"861":{}},"parent":{}}],["muting_notifications",{"_index":409,"name":{"862":{}},"parent":{}}],["name",{"_index":12,"name":{"10":{},"29":{},"661":{},"701":{},"721":{},"769":{},"774":{}},"parent":{}}],["note",{"_index":224,"name":{"629":{},"642":{}},"parent":{}}],["notification",{"_index":383,"name":{"831":{}},"parent":{}}],["notifications",{"_index":200,"name":{"219":{},"826":{}},"parent":{}}],["notificationtype",{"_index":189,"name":{"207":{},"839":{}},"parent":{"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{}}}],["notifying",{"_index":414,"name":{"867":{}},"parent":{}}],["oauth",{"_index":7,"name":{"6":{}},"parent":{"7":{},"15":{},"23":{},"37":{}}}],["oauth.appdata",{"_index":28,"name":{},"parent":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{}}}],["oauth.appdatafromserver",{"_index":9,"name":{},"parent":{"8":{}}}],["oauth.appdatafromserver.__type",{"_index":11,"name":{},"parent":{"9":{},"10":{},"11":{},"12":{},"13":{},"14":{}}}],["oauth.tokendata",{"_index":36,"name":{},"parent":{"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{}}}],["oauth.tokendatafromserver",{"_index":18,"name":{},"parent":{"16":{}}}],["oauth.tokendatafromserver.__type",{"_index":20,"name":{},"parent":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{}}}],["on",{"_index":184,"name":{"196":{},"203":{}},"parent":{}}],["once",{"_index":185,"name":{"197":{},"204":{}},"parent":{}}],["options",{"_index":294,"name":{"715":{}},"parent":{}}],["params",{"_index":429,"name":{"884":{}},"parent":{}}],["password",{"_index":52,"name":{"63":{}},"parent":{}}],["phrase",{"_index":345,"name":{"780":{}},"parent":{}}],["pinaccount",{"_index":80,"name":{"92":{},"253":{},"384":{},"516":{}},"parent":{}}],["pinned",{"_index":319,"name":{"752":{}},"parent":{}}],["pinstatus",{"_index":122,"name":{"134":{},"295":{},"426":{},"558":{}},"parent":{}}],["plain_content",{"_index":307,"name":{"733":{}},"parent":{}}],["pleroma",{"_index":208,"name":{"354":{}},"parent":{"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{}}}],["poll",{"_index":288,"name":{"708":{},"749":{}},"parent":{}}],["pollexpired",{"_index":197,"name":{"216":{}},"parent":{}}],["polloption",{"_index":284,"name":{"704":{}},"parent":{}}],["pollvote",{"_index":196,"name":{"215":{}},"parent":{}}],["port",{"_index":48,"name":{"59":{}},"parent":{}}],["posting:default:language",{"_index":391,"name":{"844":{}},"parent":{}}],["posting:default:sensitive",{"_index":390,"name":{"843":{}},"parent":{}}],["posting:default:visibility",{"_index":388,"name":{"842":{}},"parent":{}}],["poststatus",{"_index":108,"name":{"120":{},"281":{},"412":{},"544":{}},"parent":{}}],["preferences",{"_index":386,"name":{"840":{}},"parent":{}}],["preview_url",{"_index":257,"name":{"670":{}},"parent":{}}],["privacy",{"_index":220,"name":{"626":{}},"parent":{}}],["profile_url",{"_index":355,"name":{"792":{}},"parent":{}}],["proof_url",{"_index":354,"name":{"791":{}},"parent":{}}],["protocol",{"_index":53,"name":{"64":{}},"parent":{}}],["provider",{"_index":350,"name":{"788":{}},"parent":{}}],["provider_name",{"_index":268,"name":{"683":{}},"parent":{}}],["provider_url",{"_index":269,"name":{"684":{}},"parent":{}}],["provider_username",{"_index":352,"name":{"789":{}},"parent":{}}],["proxyconfig",{"_index":45,"name":{"56":{},"489":{}},"parent":{"57":{}}}],["proxyconfig.__type",{"_index":47,"name":{},"parent":{"58":{},"59":{},"60":{},"61":{},"64":{}}}],["proxyconfig.__type.__type",{"_index":51,"name":{},"parent":{"62":{},"63":{}}}],["public",{"_index":201,"name":{"220":{}},"parent":{}}],["publicsocket",{"_index":176,"name":{"188":{},"349":{},"480":{},"612":{}},"parent":{}}],["publicstream",{"_index":170,"name":{"182":{},"343":{},"474":{},"606":{}},"parent":{}}],["pushsubscription",{"_index":394,"name":{"847":{}},"parent":{}}],["quote",{"_index":321,"name":{"754":{}},"parent":{}}],["reaction",{"_index":296,"name":{"717":{}},"parent":{}}],["readconversation",{"_index":139,"name":{"151":{},"312":{},"443":{},"575":{}},"parent":{}}],["reading:expand:media",{"_index":392,"name":{"845":{}},"parent":{}}],["reading:expand:spoilers",{"_index":393,"name":{"846":{}},"parent":{}}],["reblog",{"_index":192,"name":{"210":{},"731":{}},"parent":{}}],["reblogged",{"_index":311,"name":{"739":{}},"parent":{}}],["reblogs_count",{"_index":309,"name":{"737":{}},"parent":{}}],["reblogstatus",{"_index":116,"name":{"128":{},"289":{},"420":{},"552":{}},"parent":{}}],["redirect_uri",{"_index":14,"name":{"12":{},"31":{}},"parent":{}}],["redirecturi",{"_index":32,"name":{"34":{}},"parent":{}}],["refresh_token",{"_index":25,"name":{"22":{},"45":{}},"parent":{}}],["refreshtoken",{"_index":42,"name":{"51":{},"72":{},"233":{},"364":{},"496":{}},"parent":{}}],["registeraccount",{"_index":62,"name":{"74":{},"235":{},"366":{},"498":{}},"parent":{}}],["registerapp",{"_index":57,"name":{"68":{},"228":{},"359":{},"491":{}},"parent":{}}],["registrations",{"_index":247,"name":{"658":{},"814":{}},"parent":{}}],["rejectfollowrequest",{"_index":100,"name":{"112":{},"273":{},"404":{},"536":{}},"parent":{}}],["relationship",{"_index":400,"name":{"853":{}},"parent":{}}],["remote_url",{"_index":256,"name":{"669":{}},"parent":{}}],["removealllisteners",{"_index":187,"name":{"199":{},"206":{}},"parent":{}}],["removelistener",{"_index":186,"name":{"198":{},"205":{}},"parent":{}}],["replies_count",{"_index":308,"name":{"736":{}},"parent":{}}],["report",{"_index":97,"name":{"109":{},"270":{},"401":{},"533":{},"868":{}},"parent":{}}],["requestcancelederror",{"_index":43,"name":{"52":{}},"parent":{"53":{},"54":{}}}],["requested",{"_index":410,"name":{"863":{}},"parent":{}}],["response",{"_index":0,"name":{"0":{}},"parent":{"1":{}}}],["response.__type",{"_index":3,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{}}}],["results",{"_index":421,"name":{"875":{}},"parent":{}}],["revoketoken",{"_index":61,"name":{"73":{},"234":{},"365":{},"497":{}},"parent":{}}],["savemarkers",{"_index":149,"name":{"161":{},"322":{},"453":{},"585":{}},"parent":{}}],["scheduled_at",{"_index":428,"name":{"883":{},"894":{}},"parent":{}}],["scheduledstatus",{"_index":425,"name":{"880":{}},"parent":{}}],["schedulestatus",{"_index":130,"name":{"142":{},"303":{},"434":{},"566":{}},"parent":{}}],["scope",{"_index":22,"name":{"19":{},"48":{},"900":{}},"parent":{}}],["search",{"_index":158,"name":{"170":{},"331":{},"462":{},"594":{}},"parent":{}}],["searchaccount",{"_index":84,"name":{"96":{},"257":{},"388":{},"520":{}},"parent":{}}],["sensitive",{"_index":222,"name":{"627":{},"742":{},"891":{}},"parent":{}}],["server_key",{"_index":398,"name":{"851":{}},"parent":{}}],["session_token",{"_index":31,"name":{"27":{}},"parent":{}}],["shortcode",{"_index":214,"name":{"620":{}},"parent":{}}],["showing_reblogs",{"_index":412,"name":{"865":{}},"parent":{}}],["source",{"_index":218,"name":{"624":{},"652":{}},"parent":{}}],["spoiler_text",{"_index":314,"name":{"743":{},"892":{}},"parent":{}}],["start",{"_index":182,"name":{"194":{},"201":{}},"parent":{}}],["static_url",{"_index":216,"name":{"621":{}},"parent":{}}],["stats",{"_index":360,"name":{"796":{},"810":{}},"parent":{}}],["status",{"_index":4,"name":{"3":{},"214":{},"723":{},"836":{}},"parent":{}}],["status_count",{"_index":364,"name":{"799":{}},"parent":{}}],["status_ids",{"_index":420,"name":{"874":{}},"parent":{}}],["statuses",{"_index":245,"name":{"656":{},"878":{}},"parent":{}}],["statuses_count",{"_index":233,"name":{"641":{},"770":{}},"parent":{}}],["statusparams",{"_index":430,"name":{"886":{}},"parent":{}}],["statustext",{"_index":5,"name":{"4":{}},"parent":{}}],["stop",{"_index":183,"name":{"195":{},"202":{}},"parent":{}}],["streaming_api",{"_index":358,"name":{"795":{}},"parent":{}}],["streamlistenerinterface",{"_index":188,"name":{"200":{}},"parent":{"201":{},"202":{},"203":{},"204":{},"205":{},"206":{}}}],["subscribeaccount",{"_index":68,"name":{"80":{},"240":{},"371":{},"504":{}},"parent":{}}],["subscribepushnotification",{"_index":154,"name":{"166":{},"327":{},"458":{},"590":{}},"parent":{}}],["tag",{"_index":281,"name":{"699":{}},"parent":{}}],["tags",{"_index":318,"name":{"747":{}},"parent":{}}],["tagsocket",{"_index":178,"name":{"190":{},"351":{},"482":{},"614":{}},"parent":{}}],["tagstream",{"_index":172,"name":{"184":{},"345":{},"476":{},"608":{}},"parent":{}}],["text",{"_index":432,"name":{"888":{}},"parent":{}}],["text_url",{"_index":258,"name":{"671":{}},"parent":{}}],["thread",{"_index":202,"name":{"221":{}},"parent":{}}],["thumbnail",{"_index":371,"name":{"808":{}},"parent":{}}],["title",{"_index":264,"name":{"677":{},"706":{},"804":{},"818":{}},"parent":{}}],["token",{"_index":436,"name":{"896":{}},"parent":{}}],["token_type",{"_index":21,"name":{"18":{},"42":{},"899":{}},"parent":{}}],["tokendata",{"_index":35,"name":{"37":{}},"parent":{}}],["tokendatafromserver",{"_index":17,"name":{"15":{}},"parent":{}}],["tokentype",{"_index":39,"name":{"47":{}},"parent":{}}],["type",{"_index":255,"name":{"667":{},"679":{},"838":{}},"parent":{}}],["unblockaccount",{"_index":77,"name":{"89":{},"250":{},"381":{},"513":{}},"parent":{}}],["unblockdomain",{"_index":91,"name":{"103":{},"264":{},"395":{},"527":{}},"parent":{}}],["unbookmarkstatus",{"_index":119,"name":{"131":{},"292":{},"423":{},"555":{}},"parent":{}}],["unfavouritestatus",{"_index":115,"name":{"127":{},"288":{},"419":{},"551":{}},"parent":{}}],["unfollowaccount",{"_index":75,"name":{"87":{},"248":{},"379":{},"511":{}},"parent":{}}],["unmuteaccount",{"_index":79,"name":{"91":{},"252":{},"383":{},"515":{}},"parent":{}}],["unmutestatus",{"_index":121,"name":{"133":{},"294":{},"425":{},"557":{}},"parent":{}}],["unpinaccount",{"_index":81,"name":{"93":{},"254":{},"385":{},"517":{}},"parent":{}}],["unpinstatus",{"_index":123,"name":{"135":{},"296":{},"427":{},"559":{}},"parent":{}}],["unread",{"_index":332,"name":{"765":{}},"parent":{}}],["unreblogstatus",{"_index":117,"name":{"129":{},"290":{},"421":{},"553":{}},"parent":{}}],["unsubscribeaccount",{"_index":69,"name":{"81":{},"241":{},"372":{},"505":{}},"parent":{}}],["updatecredentials",{"_index":64,"name":{"76":{},"237":{},"368":{},"500":{}},"parent":{}}],["updated_at",{"_index":353,"name":{"790":{},"825":{},"830":{}},"parent":{}}],["updatefilter",{"_index":95,"name":{"107":{},"268":{},"399":{},"531":{}},"parent":{}}],["updatelist",{"_index":143,"name":{"155":{},"316":{},"447":{},"579":{}},"parent":{}}],["updatemedia",{"_index":125,"name":{"137":{},"298":{},"429":{},"561":{}},"parent":{}}],["updatepushsubscription",{"_index":156,"name":{"168":{},"329":{},"460":{},"592":{}},"parent":{}}],["uploadmedia",{"_index":124,"name":{"136":{},"297":{},"428":{},"560":{}},"parent":{}}],["uri",{"_index":303,"name":{"726":{},"803":{}},"parent":{}}],["url",{"_index":30,"name":{"26":{},"622":{},"643":{},"668":{},"676":{},"692":{},"702":{},"727":{}},"parent":{}}],["urls",{"_index":356,"name":{"793":{},"809":{}},"parent":{}}],["user_count",{"_index":362,"name":{"798":{}},"parent":{}}],["username",{"_index":50,"name":{"62":{},"634":{},"691":{}},"parent":{}}],["usersocket",{"_index":175,"name":{"187":{},"348":{},"479":{},"611":{}},"parent":{}}],["userstream",{"_index":169,"name":{"181":{},"342":{},"473":{},"605":{}},"parent":{}}],["uses",{"_index":279,"name":{"697":{}},"parent":{}}],["value",{"_index":340,"name":{"775":{}},"parent":{}}],["vapid_key",{"_index":251,"name":{"663":{}},"parent":{}}],["verified_at",{"_index":341,"name":{"776":{}},"parent":{}}],["verifyaccountcredentials",{"_index":63,"name":{"75":{},"236":{},"367":{},"499":{}},"parent":{}}],["verifyappcredentials",{"_index":59,"name":{"70":{},"231":{},"362":{},"494":{}},"parent":{}}],["version",{"_index":370,"name":{"807":{},"824":{},"829":{}},"parent":{}}],["visibility",{"_index":315,"name":{"744":{},"893":{}},"parent":{}}],["visible_in_picker",{"_index":217,"name":{"623":{}},"parent":{}}],["voted",{"_index":295,"name":{"716":{}},"parent":{}}],["votepoll",{"_index":127,"name":{"139":{},"300":{},"431":{},"563":{}},"parent":{}}],["votes_count",{"_index":287,"name":{"707":{},"714":{}},"parent":{}}],["website",{"_index":13,"name":{"11":{},"30":{},"662":{}},"parent":{}}],["websocketinterface",{"_index":181,"name":{"193":{}},"parent":{"194":{},"195":{},"196":{},"197":{},"198":{},"199":{}}}],["week",{"_index":243,"name":{"655":{}},"parent":{}}],["whole_word",{"_index":347,"name":{"784":{}},"parent":{}}],["width",{"_index":271,"name":{"686":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 0000000..ff48819 --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,1384 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + 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: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags 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; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#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: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + 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-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} diff --git a/docs/assets/images/widgets.png b/docs/assets/widgets.png similarity index 100% rename from docs/assets/images/widgets.png rename to docs/assets/widgets.png diff --git a/docs/assets/images/widgets@2x.png b/docs/assets/widgets@2x.png similarity index 100% rename from docs/assets/images/widgets@2x.png rename to docs/assets/widgets@2x.png diff --git a/docs/classes/Mastodon.html b/docs/classes/Mastodon.html new file mode 100644 index 0000000..fe895cc --- /dev/null +++ b/docs/classes/Mastodon.html @@ -0,0 +1,342 @@ +Mastodon | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Mastodon

Hierarchy

  • Mastodon

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Mastodon(baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): Mastodon
  • Parameters

    • baseUrl: string
      +

      hostname or base URL

      +
    • accessToken: null | string = null
      +

      access token from OAuth2 authorization

      +
    • userAgent: null | string = ...
      +

      UserAgent is specified in header on request.

      +
    • proxyConfig: false | ProxyConfig = false
      +

      Proxy setting, or set false if don't use proxy.

      +

    Returns Mastodon

Properties

baseUrl

baseUrl: string

client

client: Interface

Methods

acceptFollowRequest

addAccountsToList

  • addAccountsToList(id: string, account_ids: string[]): Promise<Response<{}>>

blockAccount

blockDomain

  • blockDomain(domain: string): Promise<Response<{}>>

bookmarkStatus

cancel

  • cancel(): void

cancelScheduledStatus

  • cancelScheduledStatus(id: string): Promise<Response<{}>>

createApp

  • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    Call /api/v1/apps

    +

    Create an application.

    +

    Parameters

    • client_name: string
      +

      your application's name

      +
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      +

      Form Data

      +

    Returns Promise<AppData>

createEmojiReaction

  • createEmojiReaction(_id: string, _emoji: string): Promise<Response<Status>>

createFeaturedTag

createFilter

  • createFilter(phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    POST /api/v1/filters

    +

    Parameters

    • phrase: string
    • context: string[]
    • Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
      • Optional irreversible?: boolean
      • Optional whole_word?: boolean

    Returns Promise<Response<Filter>>

    Filter

    +

createList

deleteAccountsFromList

  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<Response<{}>>

deleteConversation

  • deleteConversation(id: string): Promise<Response<{}>>

deleteEmojiReaction

  • deleteEmojiReaction(_id: string, _emoji: string): Promise<Response<Status>>

deleteFeaturedTag

  • deleteFeaturedTag(id: string): Promise<Response<{}>>

deleteFilter

deleteList

  • deleteList(id: string): Promise<Response<{}>>

deletePushSubscription

  • deletePushSubscription(): Promise<Response<{}>>

deleteStatus

directSocket

  • directSocket(): default

directStream

dismissNotification

  • dismissNotification(id: string): Promise<Response<{}>>

dismissNotifications

  • dismissNotifications(): Promise<Response<{}>>

favouriteStatus

fetchAccessToken

  • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
  • +

    POST /oauth/token

    +

    Fetch OAuth access token. +Get an access token based client_id and client_secret and authorization code.

    +

    Parameters

    • client_id: null | string
    • client_secret: string
    • code: string
    • redirect_uri: string = ...

    Returns Promise<TokenData>

followAccount

generateAuthUrl

  • generateAuthUrl(clientId: string, clientSecret: string, options: Partial<{ redirect_uri: string; scope: string[] }>): Promise<string>
  • +

    Generate authorization url using OAuth2.

    +

    Parameters

    • clientId: string
      +

      your OAuth app's client ID

      +
    • clientSecret: string
      +

      your OAuth app's client Secret

      +
    • options: Partial<{ redirect_uri: string; scope: string[] }>
      +

      as property, redirect_uri and scope are available, and must be the same as when you register your app

      +

    Returns Promise<string>

getAccount

getAccountFavourites

  • getAccountFavourites(_id: string, _options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/pleroma/accounts/:id/favourites

    +

    Parameters

    • _id: string
    • Optional _options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getAccountFollowers

  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getAccountFollowing

  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getAccountLists

getAccountStatuses

  • getAccountStatuses(id: string, options?: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media: boolean; pinned?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/accounts/:id/statuses

    +

    Parameters

    • id: string
    • Optional options: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media: boolean; pinned?: boolean; since_id?: string }
      • Optional exclude_reblogs?: boolean
      • Optional exclude_replies?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • only_media: boolean
      • Optional pinned?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Account's statuses.

    +

getAccountsInList

  • getAccountsInList(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getBlocks

  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/blocks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getBookmarks

  • getBookmarks(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/bookmarks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getConversationTimeline

  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Conversation[]>>

getDomainBlocks

  • getDomainBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<string[]>>
  • +

    GET /api/v1/domain_blocks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string

    Returns Promise<Response<string[]>>

    Array of domain name.

    +

getEmojiReaction

getEmojiReactions

getEndorsements

  • getEndorsements(options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getFavourites

  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Status[]>>

getFeaturedTags

getFilter

getFilters

getFollowRequests

getHomeTimeline

  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/home

    +

    Parameters

    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getIdentityProof

getInstance

getInstanceActivity

getInstanceCustomEmojis

getInstanceDirectory

  • getInstanceDirectory(options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<Response<Account[]>>
  • +

    GET /api/v1/directory

    +

    Parameters

    • Optional options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional offset?: number
      • Optional order?: "active" | "new"

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getInstancePeers

  • getInstancePeers(): Promise<Response<string[]>>

getInstanceTrends

  • getInstanceTrends(limit?: null | number): Promise<Response<Tag[]>>

getList

getListTimeline

  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/list/:list_id

    +

    Parameters

    • list_id: string
    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getLists

getLocalTimeline

  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/public

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getMarkers

getMutes

  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/mutes

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getNotification

getNotifications

  • getNotifications(options?: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Notification[]>>
  • +

    GET /api/v1/notifications

    +

    Parameters

    • Optional options: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional account_id?: string
      • Optional exclude_types?: string[]
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Notification[]>>

    Array of notifications.

    +

getPoll

getPreferences

getPublicTimeline

  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/public

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getPushSubscription

getRelationship

getRelationships

getScheduledStatus

getScheduledStatuses

  • getScheduledStatuses(options?: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }): Promise<Response<ScheduledStatus[]>>
  • +

    GET /api/v1/scheduled_statuses

    +

    Parameters

    • Optional options: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }
      • Optional limit?: null | number
      • Optional max_id?: null | string
      • Optional min_id?: null | string
      • Optional since_id?: null | string

    Returns Promise<Response<ScheduledStatus[]>>

    Array of scheduled statuses.

    +

getStatus

getStatusContext

  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Context>>
  • +

    GET /api/v1/statuses/:id/context

    +

    Get parent and child statuses.

    +

    Parameters

    • id: string
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Context>>

    Context

    +

getStatusFavouritedBy

getStatusRebloggedBy

getSuggestedTags

getSuggestions

getTagTimeline

  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/tag/:hashtag

    +

    Parameters

    • hashtag: string
    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

listSocket

  • listSocket(list_id: string): default

listStream

localSocket

  • localSocket(): default

localStream

muteAccount

muteStatus

pinAccount

pinStatus

postStatus

  • postStatus(status: string, options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<Response<Status>>
  • +

    POST /api/v1/statuses

    +

    Parameters

    • status: string
    • options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      • Optional in_reply_to_id?: string
      • Optional language?: string
      • Optional media_ids?: string[]
      • Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        • expires_in: number
        • Optional hide_totals?: boolean
        • Optional multiple?: boolean
        • options: string[]
      • Optional quote_id?: string
      • Optional scheduled_at?: string
      • Optional sensitive?: boolean
      • Optional spoiler_text?: string
      • Optional visibility?: "public" | "unlisted" | "private" | "direct"

    Returns Promise<Response<Status>>

    Status

    +

publicSocket

  • publicSocket(): default

publicStream

readConversation

reblogStatus

refreshToken

  • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>

registerAccount

  • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<Response<Token>>

registerApp

  • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    First, call createApp to get client_id and client_secret. +Next, call generateAuthUrl to get authorization url.

    +

    Parameters

    • client_name: string
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>

    Returns Promise<AppData>

rejectFollowRequest

report

  • report(account_id: string, comment: string, options?: { forward?: boolean; status_ids?: string[] }): Promise<Response<Report>>
  • +

    POST /api/v1/reports

    +

    Parameters

    • account_id: string
    • comment: string
    • Optional options: { forward?: boolean; status_ids?: string[] }
      • Optional forward?: boolean
      • Optional status_ids?: string[]

    Returns Promise<Response<Report>>

    Report

    +

revokeToken

  • revokeToken(client_id: string, client_secret: string, token: string): Promise<Response<{}>>

saveMarkers

  • saveMarkers(options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<Response<Marker>>
  • +

    POST /api/v1/markers

    +

    Parameters

    • Optional options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      • Optional home?: { last_read_id: string }
        • last_read_id: string
      • Optional notifications?: { last_read_id: string }
        • last_read_id: string

    Returns Promise<Response<Marker>>

    Marker.

    +

scheduleStatus

search

  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<Response<Results>>
  • +

    GET /api/v2/search

    +

    Parameters

    • q: string
    • type: "accounts" | "hashtags" | "statuses"
    • Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      • Optional account_id?: string
      • Optional exclude_unreviewed?: boolean
      • Optional following?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional offset?: number
      • Optional resolve?: boolean

    Returns Promise<Response<Results>>

    Results.

    +

searchAccount

  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/accounts/search

    +

    Parameters

    • q: string
    • Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      • Optional following?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional resolve?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Account[]>>

    The array of accounts.

    +

subscribeAccount

subscribePushNotification

  • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>
  • +

    POST /api/v1/push/subscription

    +

    Parameters

    • subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      • endpoint: string
      • keys: { auth: string; p256dh: string }
        • auth: string
        • p256dh: string
    • Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }

    Returns Promise<Response<PushSubscription>>

    PushSubscription.

    +

tagSocket

  • tagSocket(tag: string): default

tagStream

unblockAccount

unblockDomain

  • unblockDomain(domain: string): Promise<Response<{}>>

unbookmarkStatus

unfavouriteStatus

unfollowAccount

unmuteAccount

unmuteStatus

unpinAccount

unpinStatus

unreblogStatus

unsubscribeAccount

updateCredentials

  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }): Promise<Response<Account>>
  • +

    PATCH /api/v1/accounts/update_credentials

    +

    Parameters

    • Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }
      • Optional avatar?: string
      • Optional bot?: boolean
      • Optional discoverable?: boolean
      • Optional display_name?: string
      • Optional fields_attributes?: { name: string; value: string }[]
      • Optional header?: string
      • Optional locked?: boolean
      • Optional note?: string
      • Optional source?: { language?: string; privacy?: string; sensitive?: boolean }
        • Optional language?: string
        • Optional privacy?: string
        • Optional sensitive?: boolean

    Returns Promise<Response<Account>>

    An account.

    +

updateFilter

  • updateFilter(id: string, phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    PUT /api/v1/filters/:id

    +

    Parameters

    • id: string
    • phrase: string
    • context: string[]
    • Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
      • Optional irreversible?: boolean
      • Optional whole_word?: boolean

    Returns Promise<Response<Filter>>

    Filter

    +

updateList

  • updateList(id: string, title: string): Promise<Response<List>>

updateMedia

  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string }): Promise<Response<Attachment>>

updatePushSubscription

  • updatePushSubscription(data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>

uploadMedia

  • uploadMedia(file: any, options?: { description?: string; focus?: string }): Promise<Response<Attachment>>

userSocket

  • userSocket(): default

userStream

verifyAccountCredentials

verifyAppCredentials

votePoll

  • votePoll(id: string, choices: number[]): Promise<Response<Poll>>

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/Misskey.html b/docs/classes/Misskey.html new file mode 100644 index 0000000..909c14f --- /dev/null +++ b/docs/classes/Misskey.html @@ -0,0 +1,301 @@ +Misskey | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Misskey

Hierarchy

  • Misskey

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Misskey(baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): Misskey
  • Parameters

    • baseUrl: string
      +

      hostname or base URL

      +
    • accessToken: null | string = null
      +

      access token from OAuth2 authorization

      +
    • userAgent: null | string = ...
      +

      UserAgent is specified in header on request.

      +
    • proxyConfig: false | ProxyConfig = false
      +

      Proxy setting, or set false if don't use proxy.

      +

    Returns Misskey

Properties

baseUrl

baseUrl: string

client

client: Interface

proxyConfig

proxyConfig: false | ProxyConfig

Methods

acceptFollowRequest

addAccountsToList

  • addAccountsToList(id: string, account_ids: string[]): Promise<Response<{}>>

blockAccount

blockDomain

  • blockDomain(_domain: string): Promise<Response<{}>>

bookmarkStatus

cancel

  • cancel(): void

cancelScheduledStatus

  • cancelScheduledStatus(_id: string): Promise<Response<{}>>

createApp

  • createApp(client_name: string, options?: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    POST /api/app/create

    +

    Create an application.

    +

    Parameters

    • client_name: string
      +

      Your application's name.

      +
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }> = ...
      +

      Form data.

      +

    Returns Promise<AppData>

createEmojiReaction

  • createEmojiReaction(id: string, emoji: string): Promise<Response<Status>>

createFeaturedTag

createFilter

  • createFilter(_phrase: string, _context: string[], _options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    POST /api/v1/filters

    +

    Parameters

    • _phrase: string
    • _context: string[]
    • Optional _options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
      • Optional irreversible?: boolean
      • Optional whole_word?: boolean

    Returns Promise<Response<Filter>>

    Filter

    +

createList

deleteAccountsFromList

  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<Response<{}>>

deleteConversation

  • deleteConversation(_id: string): Promise<Response<{}>>

deleteEmojiReaction

  • deleteEmojiReaction(id: string, _emoji: string): Promise<Response<Status>>

deleteFeaturedTag

  • deleteFeaturedTag(_id: string): Promise<Response<{}>>

deleteFilter

deleteList

  • deleteList(id: string): Promise<Response<{}>>

deletePushSubscription

  • deletePushSubscription(): Promise<Response<{}>>

deleteStatus

  • deleteStatus(id: string): Promise<Response<{}>>

directSocket

directStream

dismissNotification

  • dismissNotification(_id: string): Promise<Response<{}>>

dismissNotifications

  • dismissNotifications(): Promise<Response<{}>>

favouriteStatus

fetchAccessToken

  • fetchAccessToken(_client_id: null | string, client_secret: string, session_token: string, _redirect_uri?: string): Promise<TokenData>
  • +

    POST /api/auth/session/userkey

    +

    Parameters

    • _client_id: null | string
      +

      This parameter is not used in this method.

      +
    • client_secret: string
      +

      Application secret key which will be provided in createApp.

      +
    • session_token: string
      +

      Session token string which will be provided in generateAuthUrlAndToken.

      +
    • Optional _redirect_uri: string
      +

      This parameter is not used in this method.

      +

    Returns Promise<TokenData>

followAccount

generateAuthUrlAndToken

  • generateAuthUrlAndToken(clientSecret: string): Promise<Session>
  • +

    POST /api/auth/session/generate

    +

    Parameters

    • clientSecret: string

    Returns Promise<Session>

getAccount

getAccountFavourites

  • getAccountFavourites(_id: string, _options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/pleroma/accounts/:id/favourites

    +

    Parameters

    • _id: string
    • Optional _options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getAccountFollowers

  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getAccountFollowing

  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getAccountLists

getAccountStatuses

  • getAccountStatuses(id: string, options?: { exclude_reblogs: boolean; exclude_replies: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    POST /api/users/notes

    +

    Parameters

    • id: string
    • Optional options: { exclude_reblogs: boolean; exclude_replies: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }
      • exclude_reblogs: boolean
      • exclude_replies: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional only_media?: boolean
      • Optional pinned?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

getAccountsInList

  • getAccountsInList(id: string, _options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getBlocks

  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>

getBookmarks

  • getBookmarks(_options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/bookmarks

    +

    Parameters

    • Optional _options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getConversationTimeline

  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Conversation[]>>

getDomainBlocks

  • getDomainBlocks(_options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<string[]>>
  • +

    GET /api/v1/domain_blocks

    +

    Parameters

    • Optional _options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string

    Returns Promise<Response<string[]>>

    Array of domain name.

    +

getEmojiReaction

getEmojiReactions

getEndorsements

  • getEndorsements(_options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getFavourites

  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Status[]>>

getFeaturedTags

getFilter

getFilters

getFollowRequests

getHomeTimeline

  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    POST /api/notes/timeline

    +

    Parameters

    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

getIdentityProof

getInstance

getInstanceActivity

getInstanceCustomEmojis

getInstanceDirectory

  • getInstanceDirectory(_options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<Response<Account[]>>
  • +

    GET /api/v1/directory

    +

    Parameters

    • Optional _options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional offset?: number
      • Optional order?: "active" | "new"

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getInstancePeers

  • getInstancePeers(): Promise<Response<string[]>>

getInstanceTrends

  • getInstanceTrends(_limit?: null | number): Promise<Response<Tag[]>>

getList

getListTimeline

  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    POST /api/notes/user-list-timeline

    +

    Parameters

    • list_id: string
    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

getLists

getLocalTimeline

  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    POST /api/notes/local-timeline

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

getMarkers

getMutes

  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>

getNotification

getNotifications

  • getNotifications(options?: { account_id?: string; exclude_type?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Notification[]>>
  • +

    POST /api/i/notifications

    +

    Parameters

    • Optional options: { account_id?: string; exclude_type?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional account_id?: string
      • Optional exclude_type?: string[]
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Notification[]>>

getPoll

getPreferences

getPublicTimeline

  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    POST /api/notes/global-timeline

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

getPushSubscription

getRelationship

getRelationships

getScheduledStatus

getScheduledStatuses

  • getScheduledStatuses(_options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<ScheduledStatus[]>>

getStatus

getStatusContext

  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Context>>

getStatusFavouritedBy

getStatusRebloggedBy

getSuggestedTags

getSuggestions

getTagTimeline

  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    POST /api/notes/search-by-tag

    +

    Parameters

    • hashtag: string
    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

listSocket

listStream

localSocket

localStream

muteAccount

muteStatus

pinAccount

pinStatus

postStatus

  • postStatus(status: string, options?: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<Response<Status>>
  • +

    POST /api/v1/statuses

    +

    Parameters

    • status: string
    • Optional options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      • Optional in_reply_to_id?: string
      • Optional language?: string
      • Optional media_ids?: string[]
      • Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        • expires_in: number
        • Optional hide_totals?: boolean
        • Optional multiple?: boolean
        • options: string[]
      • Optional quote_id?: string
      • Optional scheduled_at?: string
      • Optional sensitive?: boolean
      • Optional spoiler_text?: string
      • Optional visibility?: "public" | "unlisted" | "private" | "direct"

    Returns Promise<Response<Status>>

    Status

    +

publicSocket

publicStream

readConversation

reblogStatus

refreshToken

  • refreshToken(_client_id: string, _client_secret: string, _refresh_token: string): Promise<TokenData>

registerAccount

  • registerAccount(_username: string, _email: string, _password: string, _agreement: boolean, _locale: string, _reason?: null | string): Promise<Response<Token>>

registerApp

  • registerApp(client_name: string, options?: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    First, call createApp to get client_id and client_secret. +Next, call generateAuthUrl to get authorization url.

    +

    Parameters

    • client_name: string
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }> = ...

    Returns Promise<AppData>

rejectFollowRequest

report

  • report(account_id: string, comment: string, _options?: { forward?: boolean; status_ids?: string[] }): Promise<Response<Report>>
  • +

    POST /api/users/report-abuse

    +

    Parameters

    • account_id: string
    • comment: string
    • Optional _options: { forward?: boolean; status_ids?: string[] }
      • Optional forward?: boolean
      • Optional status_ids?: string[]

    Returns Promise<Response<Report>>

revokeToken

  • revokeToken(_client_id: string, _client_secret: string, _token: string): Promise<Response<{}>>

saveMarkers

  • saveMarkers(_options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<Response<Marker>>
  • +

    POST /api/v1/markers

    +

    Parameters

    • Optional _options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      • Optional home?: { last_read_id: string }
        • last_read_id: string
      • Optional notifications?: { last_read_id: string }
        • last_read_id: string

    Returns Promise<Response<Marker>>

    Marker.

    +

scheduleStatus

search

  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<Response<Results>>
  • +

    GET /api/v2/search

    +

    Parameters

    • q: string
    • type: "accounts" | "hashtags" | "statuses"
    • Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      • Optional account_id?: string
      • Optional exclude_unreviewed?: boolean
      • Optional following?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional offset?: number
      • Optional resolve?: boolean

    Returns Promise<Response<Results>>

    Results.

    +

searchAccount

  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<Response<Account[]>>
  • +

    POST /api/users/search

    +

    Parameters

    • q: string
    • Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      • Optional following?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional resolve?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Account[]>>

subscribeAccount

subscribePushNotification

  • subscribePushNotification(_subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, _data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>
  • +

    POST /api/v1/push/subscription

    +

    Parameters

    • _subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      • endpoint: string
      • keys: { auth: string; p256dh: string }
        • auth: string
        • p256dh: string
    • Optional _data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }

    Returns Promise<Response<PushSubscription>>

    PushSubscription.

    +

tagSocket

tagStream

unblockAccount

unblockDomain

  • unblockDomain(_domain: string): Promise<Response<{}>>

unbookmarkStatus

unfavouriteStatus

unfollowAccount

unmuteAccount

unmuteStatus

unpinAccount

unpinStatus

unreblogStatus

unsubscribeAccount

updateCredentials

  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: null | { language?: string; privacy?: string; sensitive?: boolean } }): Promise<Response<Account>>
  • +

    POST /api/i/update

    +

    Parameters

    • Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: null | { language?: string; privacy?: string; sensitive?: boolean } }
      • Optional avatar?: string
      • Optional bot?: boolean
      • Optional discoverable?: boolean
      • Optional display_name?: string
      • Optional fields_attributes?: { name: string; value: string }[]
      • Optional header?: string
      • Optional locked?: boolean
      • Optional note?: string
      • Optional source?: null | { language?: string; privacy?: string; sensitive?: boolean }

    Returns Promise<Response<Account>>

updateFilter

  • updateFilter(_id: string, _phrase: string, _context: string[], _options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    PUT /api/v1/filters/:id

    +

    Parameters

    • _id: string
    • _phrase: string
    • _context: string[]
    • Optional _options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
      • Optional irreversible?: boolean
      • Optional whole_word?: boolean

    Returns Promise<Response<Filter>>

    Filter

    +

updateList

  • updateList(id: string, title: string): Promise<Response<List>>

updateMedia

  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }): Promise<Response<Attachment>>
  • +

    POST /api/drive/files/update

    +

    Parameters

    • id: string
    • Optional options: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }
      • Optional description?: string
      • Optional file?: any
      • Optional focus?: string
      • Optional is_sensitive?: boolean

    Returns Promise<Response<Attachment>>

updatePushSubscription

  • updatePushSubscription(_data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>

uploadMedia

  • uploadMedia(file: any, _options?: { description?: string; focus?: string }): Promise<Response<Attachment>>

userSocket

userStream

verifyAccountCredentials

verifyAppCredentials

votePoll

  • votePoll(_id: string, choices: number[], status_id?: null | string): Promise<Response<Poll>>

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OAuth.AppData.html b/docs/classes/OAuth.AppData.html new file mode 100644 index 0000000..74496b4 --- /dev/null +++ b/docs/classes/OAuth.AppData.html @@ -0,0 +1,5 @@ +AppData | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AppData

Index

Constructors

constructor

  • new AppData(id: string, name: string, website: null | string, redirect_uri: string, client_id: string, client_secret: string): AppData
  • Parameters

    • id: string
    • name: string
    • website: null | string
    • redirect_uri: string
    • client_id: string
    • client_secret: string

    Returns AppData

Properties

client_id

client_id: string

client_secret

client_secret: string

id

id: string

name

name: string

redirect_uri

redirect_uri: string

session_token

session_token: null | string

url

url: null | string

website

website: null | string

Accessors

clientId

  • get clientId(): string

clientSecret

  • get clientSecret(): string

redirectUri

  • get redirectUri(): string

Methods

Static from

Legend

  • Constructor
  • Property
  • Method
  • Method
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OAuth.TokenData.html b/docs/classes/OAuth.TokenData.html new file mode 100644 index 0000000..e8ac50e --- /dev/null +++ b/docs/classes/OAuth.TokenData.html @@ -0,0 +1,11 @@ +TokenData | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TokenData

Index

Constructors

constructor

  • new TokenData(access_token: string, token_type: string, scope: string, created_at: number, expires_in?: null | number, refresh_token?: null | string): TokenData
  • Parameters

    • access_token: string
    • token_type: string
    • scope: string
    • created_at: number
    • expires_in: null | number = null
    • refresh_token: null | string = null

    Returns TokenData

Properties

_scope

_scope: string

access_token

access_token: string

created_at

created_at: number

expires_in

expires_in: null | number = null

refresh_token

refresh_token: null | string = null

token_type

token_type: string

Accessors

accessToken

  • get accessToken(): string

createdAt

  • get createdAt(): number

expiresIn

  • get expiresIn(): null | number

refreshToken

  • get refreshToken(): null | string

scope

  • get scope(): string

tokenType

  • get tokenType(): string

Methods

Static from

Legend

  • Constructor
  • Property
  • Method
  • Method
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/Pleroma.html b/docs/classes/Pleroma.html new file mode 100644 index 0000000..63bf6a1 --- /dev/null +++ b/docs/classes/Pleroma.html @@ -0,0 +1,364 @@ +Pleroma | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Pleroma

Hierarchy

  • Pleroma

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Pleroma(baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): Pleroma
  • Parameters

    • baseUrl: string
      +

      hostname or base URL

      +
    • accessToken: null | string = null
      +

      access token from OAuth2 authorization

      +
    • userAgent: null | string = ...
      +

      UserAgent is specified in header on request.

      +
    • proxyConfig: false | ProxyConfig = false
      +

      Proxy setting, or set false if don't use proxy.

      +

    Returns Pleroma

Properties

baseUrl

baseUrl: string

client

client: Interface

Methods

acceptFollowRequest

addAccountsToList

  • addAccountsToList(id: string, account_ids: string[]): Promise<Response<{}>>

blockAccount

blockDomain

  • blockDomain(domain: string): Promise<Response<{}>>

bookmarkStatus

cancel

  • cancel(): void

cancelScheduledStatus

  • cancelScheduledStatus(id: string): Promise<Response<{}>>

createApp

  • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    Call /api/v1/apps

    +

    Create an application.

    +

    Parameters

    • client_name: string
      +

      your application's name

      +
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      +

      Form Data

      +

    Returns Promise<AppData>

createEmojiReaction

  • createEmojiReaction(id: string, emoji: string): Promise<Response<Status>>

createFeaturedTag

createFilter

  • createFilter(phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    POST /api/v1/filters

    +

    Parameters

    • phrase: string
    • context: string[]
    • Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
      • Optional irreversible?: boolean
      • Optional whole_word?: boolean

    Returns Promise<Response<Filter>>

    Filter

    +

createList

deleteAccountsFromList

  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<Response<{}>>

deleteConversation

  • deleteConversation(id: string): Promise<Response<{}>>

deleteEmojiReaction

  • deleteEmojiReaction(id: string, emoji: string): Promise<Response<Status>>

deleteFeaturedTag

  • deleteFeaturedTag(id: string): Promise<Response<{}>>

deleteFilter

deleteList

  • deleteList(id: string): Promise<Response<{}>>

deletePushSubscription

  • deletePushSubscription(): Promise<Response<{}>>

deleteStatus

directSocket

  • directSocket(): default

directStream

dismissNotification

  • dismissNotification(id: string): Promise<Response<{}>>

dismissNotifications

  • dismissNotifications(): Promise<Response<{}>>

favouriteStatus

fetchAccessToken

  • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
  • +

    POST /oauth/token

    +

    Fetch OAuth access token. +Get an access token based client_id and client_secret and authorization code.

    +

    Parameters

    • client_id: null | string
    • client_secret: string
    • code: string
    • redirect_uri: string = ...

    Returns Promise<TokenData>

followAccount

generateAuthUrl

  • generateAuthUrl(clientId: string, clientSecret: string, options: Partial<{ redirect_uri: string; scope: string[] }>): Promise<string>
  • +

    Generate authorization url using OAuth2.

    +

    Parameters

    • clientId: string
      +

      your OAuth app's client ID

      +
    • clientSecret: string
      +

      your OAuth app's client Secret

      +
    • options: Partial<{ redirect_uri: string; scope: string[] }>
      +

      as property, redirect_uri and scope are available, and must be the same as when you register your app

      +

    Returns Promise<string>

getAccount

getAccountFavourites

  • getAccountFavourites(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/pleroma/accounts/:id/favourites

    +

    Parameters

    • id: string
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getAccountFollowers

  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getAccountFollowing

  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getAccountLists

getAccountStatuses

  • getAccountStatuses(id: string, options?: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/accounts/:id/statuses

    +

    Parameters

    • id: string
    • Optional options: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }
      • Optional exclude_reblogs?: boolean
      • Optional exclude_replies?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional only_media?: boolean
      • Optional pinned?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Account's statuses.

    +

getAccountsInList

  • getAccountsInList(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getBlocks

  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/blocks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getBookmarks

  • getBookmarks(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/bookmarks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getConversationTimeline

  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Conversation[]>>

getDomainBlocks

  • getDomainBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<string[]>>
  • +

    GET /api/v1/domain_blocks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string

    Returns Promise<Response<string[]>>

    Array of domain name.

    +

getEmojiReaction

getEmojiReactions

getEndorsements

  • getEndorsements(options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>

getFavourites

  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Status[]>>

getFeaturedTags

getFilter

getFilters

getFollowRequests

getHomeTimeline

  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/home

    +

    Parameters

    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getIdentityProof

getInstance

getInstanceActivity

getInstanceCustomEmojis

getInstanceDirectory

  • getInstanceDirectory(options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<Response<Account[]>>
  • +

    GET /api/v1/directory

    +

    Parameters

    • Optional options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional offset?: number
      • Optional order?: "active" | "new"

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getInstancePeers

  • getInstancePeers(): Promise<Response<string[]>>

getInstanceTrends

  • getInstanceTrends(limit?: null | number): Promise<Response<Tag[]>>

getList

getListTimeline

  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/list/:list_id

    +

    Parameters

    • list_id: string
    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getLists

getLocalTimeline

  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/public

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getMarkers

getMutes

  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/mutes

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getNotification

getNotifications

  • getNotifications(options?: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Notification[]>>
  • +

    GET /api/v1/notifications

    +

    Parameters

    • Optional options: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional account_id?: string
      • Optional exclude_types?: string[]
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Notification[]>>

    Array of notifications.

    +

getPoll

getPreferences

getPublicTimeline

  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/public

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getPushSubscription

getRelationship

getRelationships

getScheduledStatus

getScheduledStatuses

  • getScheduledStatuses(options?: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }): Promise<Response<ScheduledStatus[]>>
  • +

    GET /api/v1/scheduled_statuses

    +

    Parameters

    • Optional options: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }
      • Optional limit?: null | number
      • Optional max_id?: null | string
      • Optional min_id?: null | string
      • Optional since_id?: null | string

    Returns Promise<Response<ScheduledStatus[]>>

    Array of scheduled statuses.

    +

getStatus

getStatusContext

  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Context>>
  • +

    GET /api/v1/statuses/:id/context

    +

    Get parent and child statuses.

    +

    Parameters

    • id: string
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Context>>

    Context

    +

getStatusFavouritedBy

getStatusRebloggedBy

getSuggestedTags

getSuggestions

getTagTimeline

  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/tag/:hashtag

    +

    Parameters

    • hashtag: string
    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
      • Optional local?: boolean
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional only_media?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

listSocket

  • listSocket(list_id: string): default

listStream

localSocket

  • localSocket(): default

localStream

muteAccount

muteStatus

pinAccount

pinStatus

postStatus

  • postStatus(status: string, options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<Response<Status>>
  • +

    POST /api/v1/statuses

    +

    Parameters

    • status: string
    • options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      • Optional in_reply_to_id?: string
      • Optional language?: string
      • Optional media_ids?: string[]
      • Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        • expires_in: number
        • Optional hide_totals?: boolean
        • Optional multiple?: boolean
        • options: string[]
      • Optional scheduled_at?: string
      • Optional sensitive?: boolean
      • Optional spoiler_text?: string
      • Optional visibility?: "public" | "unlisted" | "private" | "direct"

    Returns Promise<Response<Status>>

    Status

    +

publicSocket

  • publicSocket(): default

publicStream

readConversation

reblogStatus

refreshToken

  • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>

registerAccount

  • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<Response<Token>>

registerApp

  • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    First, call createApp to get client_id and client_secret. +Next, call generateAuthUrl to get authorization url.

    +

    Parameters

    • client_name: string
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>

    Returns Promise<AppData>

rejectFollowRequest

report

  • report(account_id: string, comment: string, options?: { forward?: boolean; status_ids?: string[] }): Promise<Response<Report>>
  • +

    POST /api/v1/reports

    +

    Parameters

    • account_id: string
    • comment: string
    • Optional options: { forward?: boolean; status_ids?: string[] }
      • Optional forward?: boolean
      • Optional status_ids?: string[]

    Returns Promise<Response<Report>>

    Report

    +

revokeToken

  • revokeToken(client_id: string, client_secret: string, token: string): Promise<Response<{}>>

saveMarkers

  • saveMarkers(options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<Response<Marker>>
  • +

    POST /api/v1/markers

    +

    Parameters

    • Optional options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      • Optional home?: { last_read_id: string }
        • last_read_id: string
      • Optional notifications?: { last_read_id: string }
        • last_read_id: string

    Returns Promise<Response<Marker>>

    Marker.

    +

scheduleStatus

search

  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<Response<Results>>
  • +

    GET /api/v2/search

    +

    Parameters

    • q: string
    • type: "accounts" | "hashtags" | "statuses"
    • Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      • Optional account_id?: string
      • Optional exclude_unreviewed?: boolean
      • Optional following?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional min_id?: string
      • Optional offset?: number
      • Optional resolve?: boolean

    Returns Promise<Response<Results>>

    Results.

    +

searchAccount

  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/accounts/search

    +

    Parameters

    • q: string
    • Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      • Optional following?: boolean
      • Optional limit?: number
      • Optional max_id?: string
      • Optional resolve?: boolean
      • Optional since_id?: string

    Returns Promise<Response<Account[]>>

    The array of accounts.

    +

subscribeAccount

subscribePushNotification

  • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>
  • +

    POST /api/v1/push/subscription

    +

    Parameters

    • subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      • endpoint: string
      • keys: { auth: string; p256dh: string }
        • auth: string
        • p256dh: string
    • Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }

    Returns Promise<Response<PushSubscription>>

    PushSubscription.

    +

tagSocket

  • tagSocket(tag: string): default

tagStream

unblockAccount

unblockDomain

  • unblockDomain(domain: string): Promise<Response<{}>>

unbookmarkStatus

unfavouriteStatus

unfollowAccount

unmuteAccount

unmuteStatus

unpinAccount

unpinStatus

unreblogStatus

unsubscribeAccount

updateCredentials

  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }): Promise<Response<Account>>
  • +

    PATCH /api/v1/accounts/update_credentials

    +

    Parameters

    • Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }
      • Optional avatar?: string
      • Optional bot?: boolean
      • Optional discoverable?: boolean
      • Optional display_name?: string
      • Optional fields_attributes?: { name: string; value: string }[]
      • Optional header?: string
      • Optional locked?: boolean
      • Optional note?: string
      • Optional source?: { language?: string; privacy?: string; sensitive?: boolean }
        • Optional language?: string
        • Optional privacy?: string
        • Optional sensitive?: boolean

    Returns Promise<Response<Account>>

    An account.

    +

updateFilter

  • updateFilter(id: string, phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    PUT /api/v1/filters/:id

    +

    Parameters

    • id: string
    • phrase: string
    • context: string[]
    • Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
      • Optional irreversible?: boolean
      • Optional whole_word?: boolean

    Returns Promise<Response<Filter>>

    Filter

    +

updateList

  • updateList(id: string, title: string): Promise<Response<List>>

updateMedia

  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string }): Promise<Response<Attachment>>

updatePushSubscription

  • updatePushSubscription(data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>

uploadMedia

  • uploadMedia(file: any, options?: { description?: string; focus?: string }): Promise<Response<Attachment>>

userSocket

  • userSocket(): default

userStream

verifyAccountCredentials

verifyAppCredentials

votePoll

  • votePoll(id: string, choices: number[]): Promise<Response<Poll>>

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/RequestCanceledError.html b/docs/classes/RequestCanceledError.html new file mode 100644 index 0000000..dc8e301 --- /dev/null +++ b/docs/classes/RequestCanceledError.html @@ -0,0 +1,6 @@ +RequestCanceledError | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestCanceledError

Hierarchy

  • Error
    • RequestCanceledError

Index

Constructors

constructor

Properties

isCancel

isCancel: boolean

message

message: string

name

name: string

Optional stack

stack?: string

Static stackTraceLimit

stackTraceLimit: number

Methods

Static captureStackTrace

  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • +

    Create .stack property on a target object

    +

    Parameters

    • targetObject: Object
    • Optional constructorOpt: Function

    Returns void

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/cancel.requestcancelederror.html b/docs/classes/cancel.requestcancelederror.html deleted file mode 100644 index cbe5c92..0000000 --- a/docs/classes/cancel.requestcancelederror.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - RequestCanceledError | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RequestCanceledError

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Error -
      -
    • - RequestCanceledError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

isCancel

-
isCancel: boolean
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
see
-

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

-
-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

-
    -
  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • -
-
    -
  • - -
    -
    -

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: Object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/mastodon.default.html b/docs/classes/mastodon.default.html deleted file mode 100644 index b913dbb..0000000 --- a/docs/classes/mastodon.default.html +++ /dev/null @@ -1,4899 +0,0 @@ - - - - - - default | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class default

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - default -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new default(baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      baseUrl: string
      -
      -

      hostname or base URL

      -
      -
    • -
    • -
      accessToken: null | string = null
      -
      -

      access token from OAuth2 authorization

      -
      -
    • -
    • -
      userAgent: null | string = ...
      -
      -

      UserAgent is specified in header on request.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns default

    -
  • -
-
-
-
-

Properties

-
- -

baseUrl

-
baseUrl: string
- -
-
- -

client

-
client: Interface
- -
-
-
-

Methods

-
- -

acceptFollowRequest

- - -
-
- -

addAccountsToList

-
    -
  • addAccountsToList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
- -
-
- -

blockAccount

- - -
-
- -

blockDomain

-
    -
  • blockDomain(domain: string): Promise<default<{}>>
  • -
- -
-
- -

bookmarkStatus

- - -
-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

cancelScheduledStatus

-
    -
  • cancelScheduledStatus(id: string): Promise<default<{}>>
  • -
- -
-
- -

createApp

-
    -
  • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    Call /api/v1/apps

    -
    -

    Create an application.

    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
      -

      your application's name

      -
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      -
      -

      Form Data

      -
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

createEmojiReaction

-
    -
  • createEmojiReaction(_id: string, _emoji: string): Promise<default<Status>>
  • -
- -
-
- -

createFeaturedTag

- - -
-
- -

createFilter

-
    -
  • createFilter(phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/filters

    -
    -
    -

    Parameters

    -
      -
    • -
      phrase: string
      -
    • -
    • -
      context: string[]
      -
    • -
    • -
      Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
      • -
      • -
        Optional irreversible?: boolean
        -
      • -
      • -
        Optional whole_word?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -
  • -
-
-
- -

createList

-
    -
  • createList(title: string): Promise<default<List>>
  • -
- -
-
- -

deleteAccountsFromList

-
    -
  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
- -
-
- -

deleteConversation

-
    -
  • deleteConversation(id: string): Promise<default<{}>>
  • -
- -
-
- -

deleteEmojiReaction

-
    -
  • deleteEmojiReaction(_id: string, _emoji: string): Promise<default<Status>>
  • -
- -
-
- -

deleteFeaturedTag

-
    -
  • deleteFeaturedTag(id: string): Promise<default<{}>>
  • -
- -
-
- -

deleteFilter

- - -
-
- -

deleteList

-
    -
  • deleteList(id: string): Promise<default<{}>>
  • -
- -
-
- -

deletePushSubscription

-
    -
  • deletePushSubscription(): Promise<default<{}>>
  • -
- -
-
- -

deleteStatus

- - -
-
- -

directSocket

- - -
-
- -

directStream

- - -
-
- -

dismissNotification

-
    -
  • dismissNotification(id: string): Promise<default<{}>>
  • -
- -
-
- -

dismissNotifications

-
    -
  • dismissNotifications(): Promise<default<{}>>
  • -
- -
-
- -

favouriteStatus

- - -
-
- -

fetchAccessToken

-
    -
  • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/token

    -
    -

    Fetch OAuth access token. - Get an access token based client_id and client_secret and authorization code.

    -
    -

    Parameters

    -
      -
    • -
      client_id: null | string
      -
    • -
    • -
      client_secret: string
      -
    • -
    • -
      code: string
      -
    • -
    • -
      redirect_uri: string = ...
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

followAccount

-
    -
  • followAccount(id: string, options?: { reblog?: boolean }): Promise<default<Relationship>>
  • -
- -
-
- -

generateAuthUrl

-
    -
  • generateAuthUrl(clientId: string, clientSecret: string, options: Partial<{ redirect_uri: string; scope: string[] }>): Promise<string>
  • -
-
    -
  • - -
    -
    -

    Generate authorization url using OAuth2.

    -
    -
    -

    Parameters

    -
      -
    • -
      clientId: string
      -
      -

      your OAuth app's client ID

      -
      -
    • -
    • -
      clientSecret: string
      -
      -

      your OAuth app's client Secret

      -
      -
    • -
    • -
      options: Partial<{ redirect_uri: string; scope: string[] }>
      -
      -

      as property, redirect_uri and scope are available, and must be the same as when you register your app

      -
      -
    • -
    -

    Returns Promise<string>

    -
  • -
-
-
- -

getAccount

- - -
-
- -

getAccountFavourites

-
    -
  • getAccountFavourites(_id: string, _options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/pleroma/accounts/:id/favourites

    -
    -
    -

    Parameters

    -
      -
    • -
      _id: string
      -
    • -
    • -
      Optional _options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getAccountFollowers

-
    -
  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/followers

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getAccountFollowing

-
    -
  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/following

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getAccountLists

-
    -
  • getAccountLists(id: string): Promise<default<List[]>>
  • -
- -
-
- -

getAccountStatuses

-
    -
  • getAccountStatuses(id: string, options?: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media: boolean; pinned?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media: boolean; pinned?: boolean; since_id?: string }
      -
        -
      • -
        Optional exclude_reblogs?: boolean
        -
      • -
      • -
        Optional exclude_replies?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        only_media: boolean
        -
      • -
      • -
        Optional pinned?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getAccountsInList

-
    -
  • getAccountsInList(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/lists/:id/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getBlocks

-
    -
  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getBookmarks

-
    -
  • getBookmarks(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/bookmarks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getConversationTimeline

-
    -
  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Conversation[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/conversations

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Conversation[]>>

    -
  • -
-
-
- -

getDomainBlocks

-
    -
  • getDomainBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<string[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/domain_blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<string[]>>

    -
  • -
-
-
- -

getEmojiReaction

-
    -
  • getEmojiReaction(_id: string, _emoji: string): Promise<default<Reaction>>
  • -
- -
-
- -

getEmojiReactions

- - -
-
- -

getEndorsements

-
    -
  • getEndorsements(options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/endorsements

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getFavourites

-
    -
  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/favourites

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getFeaturedTags

- - -
-
- -

getFilter

- - -
-
- -

getFilters

- - -
-
- -

getFollowRequests

- - -
-
- -

getHomeTimeline

-
    -
  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/home

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getIdentityProof

- - -
-
- -

getInstance

- - -
-
- -

getInstanceActivity

- - -
-
- -

getInstanceCustomEmojis

- - -
-
- -

getInstanceDirectory

-
    -
  • getInstanceDirectory(options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/directory

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional offset?: number
        -
      • -
      • -
        Optional order?: "active" | "new"
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getInstancePeers

-
    -
  • getInstancePeers(): Promise<default<string[]>>
  • -
- -
-
- -

getInstanceTrends

-
    -
  • getInstanceTrends(limit?: null | number): Promise<default<Tag[]>>
  • -
- -
-
- -

getList

- - -
-
- -

getListTimeline

-
    -
  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/list/:list_id

    -
    -
    -

    Parameters

    -
      -
    • -
      list_id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getLists

- - -
-
- -

getLocalTimeline

-
    -
  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/public

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getMarkers

-
    -
  • getMarkers(timeline: string[]): Promise<default<{} | Marker>>
  • -
- -
-
- -

getMutes

-
    -
  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/mutes

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getNotification

- - -
-
- -

getNotifications

-
    -
  • getNotifications(options?: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Notification[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/notifications

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional account_id?: string
        -
      • -
      • -
        Optional exclude_types?: string[]
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Notification[]>>

    -
  • -
-
-
- -

getPoll

- - -
-
- -

getPreferences

- - -
-
- -

getPublicTimeline

-
    -
  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/public

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getPushSubscription

- - -
-
- -

getRelationship

- - -
-
- -

getRelationships

- - -
-
- -

getScheduledStatus

- - -
-
- -

getScheduledStatuses

-
    -
  • getScheduledStatuses(options?: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }): Promise<default<ScheduledStatus[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/scheduled_statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }
      -
        -
      • -
        Optional limit?: null | number
        -
      • -
      • -
        Optional max_id?: null | string
        -
      • -
      • -
        Optional min_id?: null | string
        -
      • -
      • -
        Optional since_id?: null | string
        -
      • -
      -
    • -
    -

    Returns Promise<default<ScheduledStatus[]>>

    -
  • -
-
-
- -

getStatus

- - -
-
- -

getStatusContext

-
    -
  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Context>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/statuses/:id/context

    -
    -

    Get parent and child statuses.

    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Context>>

    -
  • -
-
-
- -

getStatusFavouritedBy

- - -
-
- -

getStatusRebloggedBy

- - -
-
- -

getSuggestedTags

- - -
-
- -

getSuggestions

- - -
-
- -

getTagTimeline

-
    -
  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/tag/:hashtag

    -
    -
    -

    Parameters

    -
      -
    • -
      hashtag: string
      -
    • -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

listSocket

-
    -
  • listSocket(list_id: string): default
  • -
- -
-
- -

listStream

- - -
-
- -

localSocket

- - -
-
- -

localStream

- - -
-
- -

muteAccount

- - -
-
- -

muteStatus

- - -
-
- -

pinAccount

- - -
-
- -

pinStatus

- - -
-
- -

postStatus

-
    -
  • postStatus(status: string, options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<default<Status>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      status: string
      -
    • -
    • -
      options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      -
        -
      • -
        Optional in_reply_to_id?: string
        -
      • -
      • -
        Optional language?: string
        -
      • -
      • -
        Optional media_ids?: string[]
        -
      • -
      • -
        Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        -
          -
        • -
          expires_in: number
          -
        • -
        • -
          Optional hide_totals?: boolean
          -
        • -
        • -
          Optional multiple?: boolean
          -
        • -
        • -
          options: string[]
          -
        • -
        -
      • -
      • -
        Optional quote_id?: string
        -
      • -
      • -
        Optional scheduled_at?: string
        -
      • -
      • -
        Optional sensitive?: boolean
        -
      • -
      • -
        Optional spoiler_text?: string
        -
      • -
      • -
        Optional visibility?: "public" | "unlisted" | "private" | "direct"
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status>>

    -
  • -
-
-
- -

publicSocket

- - -
-
- -

publicStream

- - -
-
- -

readConversation

- - -
-
- -

reblogStatus

- - -
-
- -

refreshToken

-
    -
  • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/token

    -
    -

    Refresh OAuth access token. - Send refresh token and get new access token.

    -
    -

    Parameters

    -
      -
    • -
      client_id: string
      -
    • -
    • -
      client_secret: string
      -
    • -
    • -
      refresh_token: string
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

registerAccount

-
    -
  • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<default<Token>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      username: string
      -
    • -
    • -
      email: string
      -
    • -
    • -
      password: string
      -
    • -
    • -
      agreement: boolean
      -
    • -
    • -
      locale: string
      -
    • -
    • -
      Optional reason: null | string
      -
    • -
    -

    Returns Promise<default<Token>>

    -
  • -
-
-
- -

registerApp

-
    -
  • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    First, call createApp to get client_id and client_secret. - Next, call generateAuthUrl to get authorization url.

    -
    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

rejectFollowRequest

- - -
-
- -

report

-
    -
  • report(account_id: string, comment: string, options?: { forward?: boolean; status_ids?: string[] }): Promise<default<Report>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/reports

    -
    -
    -

    Parameters

    -
      -
    • -
      account_id: string
      -
    • -
    • -
      comment: string
      -
    • -
    • -
      Optional options: { forward?: boolean; status_ids?: string[] }
      -
        -
      • -
        Optional forward?: boolean
        -
      • -
      • -
        Optional status_ids?: string[]
        -
      • -
      -
    • -
    -

    Returns Promise<default<Report>>

    -
  • -
-
-
- -

revokeToken

-
    -
  • revokeToken(client_id: string, client_secret: string, token: string): Promise<default<{}>>
  • -
- -
-
- -

saveMarkers

-
    -
  • saveMarkers(options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<default<Marker>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/markers

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      -
        -
      • -
        Optional home?: { last_read_id: string }
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      • -
        Optional notifications?: { last_read_id: string }
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Marker>>

    -
  • -
-
-
- -

scheduleStatus

- - -
-
- -

search

-
    -
  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<default<Results>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v2/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
    • -
    • -
      type: "accounts" | "hashtags" | "statuses"
      -
    • -
    • -
      Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      -
        -
      • -
        Optional account_id?: string
        -
      • -
      • -
        Optional exclude_unreviewed?: boolean
        -
      • -
      • -
        Optional following?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional offset?: number
        -
      • -
      • -
        Optional resolve?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Results>>

    -
  • -
-
-
- -

searchAccount

-
    -
  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
    • -
    • -
      Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      -
        -
      • -
        Optional following?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional resolve?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

subscribeAccount

- - -
-
- -

subscribePushNotification

-
    -
  • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/push/subscription

    -
    -
    -

    Parameters

    -
      -
    • -
      subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      -
        -
      • -
        endpoint: string
        -
      • -
      • -
        keys: { auth: string; p256dh: string }
        -
          -
        • -
          auth: string
          -
        • -
        • -
          p256dh: string
          -
        • -
        -
      • -
      -
    • -
    • -
      Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }
      -
    • -
    -

    Returns Promise<default<PushSubscription>>

    -
  • -
-
-
- -

tagSocket

-
    -
  • tagSocket(tag: string): default
  • -
- -
-
- -

tagStream

- - -
-
- -

unblockAccount

- - -
-
- -

unblockDomain

-
    -
  • unblockDomain(domain: string): Promise<default<{}>>
  • -
- -
-
- -

unbookmarkStatus

- - -
-
- -

unfavouriteStatus

- - -
-
- -

unfollowAccount

- - -
-
- -

unmuteAccount

- - -
-
- -

unmuteStatus

- - -
-
- -

unpinAccount

- - -
-
- -

unpinStatus

- - -
-
- -

unreblogStatus

- - -
-
- -

unsubscribeAccount

- - -
-
- -

updateCredentials

-
    -
  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }): Promise<default<Account>>
  • -
-
    -
  • - -
    -
    -

    PATCH /api/v1/accounts/update_credentials

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }
      -
        -
      • -
        Optional avatar?: string
        -
      • -
      • -
        Optional bot?: boolean
        -
      • -
      • -
        Optional discoverable?: boolean
        -
      • -
      • -
        Optional display_name?: string
        -
      • -
      • -
        Optional fields_attributes?: { name: string; value: string }[]
        -
      • -
      • -
        Optional header?: string
        -
      • -
      • -
        Optional locked?: boolean
        -
      • -
      • -
        Optional note?: string
        -
      • -
      • -
        Optional source?: { language?: string; privacy?: string; sensitive?: boolean }
        -
          -
        • -
          Optional language?: string
          -
        • -
        • -
          Optional privacy?: string
          -
        • -
        • -
          Optional sensitive?: boolean
          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account>>

    -
  • -
-
-
- -

updateFilter

-
    -
  • updateFilter(id: string, phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/filters/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      phrase: string
      -
    • -
    • -
      context: string[]
      -
    • -
    • -
      Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
      • -
      • -
        Optional irreversible?: boolean
        -
      • -
      • -
        Optional whole_word?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -
  • -
-
-
- -

updateList

-
    -
  • updateList(id: string, title: string): Promise<default<List>>
  • -
- -
-
- -

updateMedia

-
    -
  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/media/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { description?: string; file?: any; focus?: string }
      -
        -
      • -
        Optional description?: string
        -
      • -
      • -
        Optional file?: any
        -
      • -
      • -
        Optional focus?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -
  • -
-
-
- -

updatePushSubscription

-
    -
  • updatePushSubscription(data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
- -
-
- -

uploadMedia

-
    -
  • uploadMedia(file: any, options?: { description?: string; focus?: string }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/media

    -
    -
    -

    Parameters

    -
      -
    • -
      file: any
      -
    • -
    • -
      Optional options: { description?: string; focus?: string }
      -
        -
      • -
        Optional description?: string
        -
      • -
      • -
        Optional focus?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -
  • -
-
-
- -

userSocket

- - -
-
- -

userStream

- - -
-
- -

verifyAccountCredentials

- - -
-
- -

verifyAppCredentials

- - -
-
- -

votePoll

-
    -
  • votePoll(id: string, choices: number[]): Promise<default<Poll>>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/mastodon_api_client.default.client.html b/docs/classes/mastodon_api_client.default.client.html deleted file mode 100644 index 914e9b0..0000000 --- a/docs/classes/mastodon_api_client.default.client.html +++ /dev/null @@ -1,788 +0,0 @@ - - - - - - Client | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Client

-
-
-
-
-
-
-
-
-
-

Mastodon API client.

-
-

Using axios for request, you will handle promises.

-
-
-
-

Hierarchy

-
    -
  • - Client -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Client(baseUrl: string, accessToken?: null | string, userAgent?: string, proxyConfig?: false | ProxyConfig): Client
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      baseUrl: string
      -
      -

      hostname or base URL

      -
      -
    • -
    • -
      accessToken: null | string = null
      -
      -

      access token from OAuth2 authorization

      -
      -
    • -
    • -
      userAgent: string = ...
      -
      -

      UserAgent is specified in header on request.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns Client

    -
  • -
-
-
-
-

Properties

-
- -

Private accessToken

-
accessToken: null | string
- -
-
- -

Private baseUrl

-
baseUrl: string
- -
-
- -

Private cancelTokenSource

-
cancelTokenSource: CancelTokenSource
- -
-
- -

Private proxyConfig

-
proxyConfig: false | ProxyConfig = false
- -
-
- -

Private userAgent

-
userAgent: string
- -
-
- -

Static DEFAULT_SCOPE

-
DEFAULT_SCOPE: string[] = ...
- -
-
- -

Static DEFAULT_URL

-
DEFAULT_URL: string = 'https://mastodon.social'
- -
-
- -

Static NO_REDIRECT

-
NO_REDIRECT: string = ...
- -
-
-
-

Methods

-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

del

-
    -
  • del<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    DELETE request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

get

-
    -
  • get<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    GET request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Query parameters

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

patch

-
    -
  • patch<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    PATCH request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data. If you want to post file, please use FormData()

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

post

-
    -
  • post<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    POST request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

put

-
    -
  • put<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    PUT request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data. If you want to post file, please use FormData()

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

socket

-
    -
  • socket(path: string, stream: string, params?: string): default
  • -
- -
-
- -

stream

-
    -
  • stream(path: string, reconnectInterval?: number): default
  • -
-
    -
  • - -
    -
    -

    Receive Server-sent Events from Mastodon Streaming API. - Create streaming connection, and start streamin.

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      reconnectInterval: number = 1000
      -
      -

      interval of reconnect

      -
      -
    • -
    -

    Returns default

    -

    streamListener, which inherits from EventEmitter

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
    -
  • Private property
  • -
-
    -
  • Static property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/mastodon_stream_listener.default.html b/docs/classes/mastodon_stream_listener.default.html deleted file mode 100644 index 0fe876a..0000000 --- a/docs/classes/mastodon_stream_listener.default.html +++ /dev/null @@ -1,1167 +0,0 @@ - - - - - - default | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class default

-
-
-
-
-
-
-
-
-
-

EventStream - Listener of text/event-stream. It receives data, and parse when streaming.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - default -
    • -
    -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

-
    -
  • new default(url: string, headers: object, proxyConfig?: false | ProxyConfig, reconnectInterval: number): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      url: string
      -
      -

      Full url of streaming: e.g. https://mastodon.social/api/v1/streaming/user

      -
      -
    • -
    • -
      headers: object
      -
      -

      headers object of streaming request

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy

      -
      -
    • -
    • -
      reconnectInterval: number
      -
      -

      reconnection interval[ms] when the connection is unexpectedly closed

      -
      -
    • -
    -

    Returns default

    -
  • -
-
-
-
-

Properties

-
- -

Private _cancelSource

-
_cancelSource: CancelTokenSource
- -
-
- -

Private _connectionClosed

-
_connectionClosed: boolean = false
- -
-
- -

Private _reconnectCurrentAttempts

-
_reconnectCurrentAttempts: number = 0
- -
-
- -

Private _reconnectInterval

-
_reconnectInterval: number
- -
-
- -

Private _reconnectMaxAttempts

-
_reconnectMaxAttempts: number = ...
- -
-
- -

headers

-
headers: object
- -
-
- -

parser

-
parser: Parser
- -
-
- -

proxyConfig

-
proxyConfig: false | ProxyConfig = false
- -
-
- -

url

-
url: string
- -
-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

Private _connect

-
    -
  • _connect(): void
  • -
- -
-
- -

Private _reconnect

-
    -
  • _reconnect(): void
  • -
- -
-
- -

Private _resetConnection

-
    -
  • _resetConnection(): void
  • -
- -
-
- -

Private _resetRetryParams

-
    -
  • _resetRetryParams(): void
  • -
- -
-
- -

Private _setupParser

-
    -
  • _setupParser(): void
  • -
- -
-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

start

-
    -
  • start(): void
  • -
- -
-
- -

stop

-
    -
  • stop(): void
  • -
- -
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/mastodon_stream_listener.streamlistenererror.html b/docs/classes/mastodon_stream_listener.streamlistenererror.html deleted file mode 100644 index 799d6a1..0000000 --- a/docs/classes/mastodon_stream_listener.streamlistenererror.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - StreamListenerError | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class StreamListenerError

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Error -
      -
    • - StreamListenerError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
see
-

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

-
-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

-
    -
  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • -
-
    -
  • - -
    -
    -

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: Object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/mastodon_web_socket.default.html b/docs/classes/mastodon_web_socket.default.html deleted file mode 100644 index 483d6a9..0000000 --- a/docs/classes/mastodon_web_socket.default.html +++ /dev/null @@ -1,1425 +0,0 @@ - - - - - - default | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class default

-
-
-
-
-
-
-
-
-
-

WebSocket - Pleroma is not support streaming. It is support websocket instead of streaming. - So this class connect to Phoenix websocket for Pleroma.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - default -
    • -
    -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

-
    -
  • new default(url: string, stream: string, params: undefined | string, accessToken: string, userAgent: string, proxyConfig?: false | ProxyConfig): default
  • -
- -
-
-
-

Properties

-
- -

Private _accessToken

-
_accessToken: string
- -
-
- -

Private _client

-
_client: null | WebSocket
- -
-
- -

Private _connectionClosed

-
_connectionClosed: boolean
- -
-
- -

Private _heartbeatInterval

-
_heartbeatInterval: number = 60000
- -
-
- -

Private _pongReceivedTimestamp

-
_pongReceivedTimestamp: Dayjs
- -
-
- -

Private _pongWaiting

-
_pongWaiting: boolean = false
- -
-
- -

Private _reconnectCurrentAttempts

-
_reconnectCurrentAttempts: number
- -
-
- -

Private _reconnectInterval

-
_reconnectInterval: number
- -
-
- -

Private _reconnectMaxAttempts

-
_reconnectMaxAttempts: number
- -
-
- -

headers

-
headers: {}
- -
-

Type declaration

-
    -
  • -
    [key: string]: string
    -
  • -
-
-
-
- -

params

-
params: null | string
- -
-
- -

parser

-
parser: Parser
- -
-
- -

proxyConfig

-
proxyConfig: false | ProxyConfig = false
- -
-
- -

stream

-
stream: string
- -
-
- -

url

-
url: string
- -
-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

Private _bindSocket

-
    -
  • _bindSocket(client: WebSocket): void
  • -
-
    -
  • - -
    -
    -

    Bind event for web socket client.

    -
    -
    -

    Parameters

    -
      -
    • -
      client: WebSocket
      -
      -

      A WebSocket instance.

      -
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _checkAlive

-
    -
  • _checkAlive(timestamp: Dayjs): void
  • -
-
    -
  • - -
    -
    -

    Call ping and wait to pong.

    -
    -
    -

    Parameters

    -
      -
    • -
      timestamp: Dayjs
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _clearBinding

-
    -
  • _clearBinding(): void
  • -
- -
-
- -

Private _connect

-
    -
  • _connect(url: string, stream: string, params: null | string, accessToken: string, headers: {}, proxyConfig: false | ProxyConfig): WebSocket
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      url: string
      -
      -

      Base url of streaming endpoint.

      -
      -
    • -
    • -
      stream: string
      -
      -

      The specified stream name.

      -
      -
    • -
    • -
      params: null | string
      -
    • -
    • -
      accessToken: string
      -
      -

      Access token.

      -
      -
    • -
    • -
      headers: {}
      -
      -

      The specified headers.

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns WebSocket

    -

    A WebSocket instance.

    -
  • -
-
-
- -

Private _reconnect

-
    -
  • _reconnect(): void
  • -
- -
-
- -

Private _resetConnection

-
    -
  • _resetConnection(): void
  • -
- -
-
- -

Private _resetRetryParams

-
    -
  • _resetRetryParams(): void
  • -
- -
-
- -

Private _setupParser

-
    -
  • _setupParser(): void
  • -
- -
-
- -

Private _startWebSocketConnection

-
    -
  • _startWebSocketConnection(): void
  • -
- -
-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

start

-
    -
  • start(): void
  • -
- -
-
- -

stop

-
    -
  • stop(): void
  • -
- -
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/mastodon_web_socket.parser.html b/docs/classes/mastodon_web_socket.parser.html deleted file mode 100644 index 7ce286d..0000000 --- a/docs/classes/mastodon_web_socket.parser.html +++ /dev/null @@ -1,844 +0,0 @@ - - - - - - Parser | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Parser

-
-
-
-
-
-
-
-
-
-

Parser - This class provides parser for websocket message.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - Parser -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- -
    -
  • - -

    Returns Parser

    -
  • -
-
-
-
-

Properties

-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

parse

-
    -
  • parse(message: Data): void
  • -
- -
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
    -
  • Inherited constructor
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/megalodon.argumenterror.html b/docs/classes/megalodon.argumenterror.html deleted file mode 100644 index 0eee551..0000000 --- a/docs/classes/megalodon.argumenterror.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - ArgumentError | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ArgumentError

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Error -
      -
    • - ArgumentError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
see
-

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

-
-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

-
    -
  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • -
-
    -
  • - -
    -
    -

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: Object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/megalodon.noimplementederror.html b/docs/classes/megalodon.noimplementederror.html deleted file mode 100644 index 104e42a..0000000 --- a/docs/classes/megalodon.noimplementederror.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - NoImplementedError | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class NoImplementedError

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Error -
      -
    • - NoImplementedError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
see
-

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

-
-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

-
    -
  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • -
-
    -
  • - -
    -
    -

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: Object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/megalodon.unexpectederror.html b/docs/classes/megalodon.unexpectederror.html deleted file mode 100644 index 79c0a03..0000000 --- a/docs/classes/megalodon.unexpectederror.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - UnexpectedError | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class UnexpectedError

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Error -
      -
    • - UnexpectedError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
see
-

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

-
-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

-
    -
  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • -
-
    -
  • - -
    -
    -

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: Object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/misskey.default.html b/docs/classes/misskey.default.html deleted file mode 100644 index 17e1b70..0000000 --- a/docs/classes/misskey.default.html +++ /dev/null @@ -1,4961 +0,0 @@ - - - - - - default | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class default

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - default -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new default(baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      baseUrl: string
      -
      -

      hostname or base URL

      -
      -
    • -
    • -
      accessToken: null | string = null
      -
      -

      access token from OAuth2 authorization

      -
      -
    • -
    • -
      userAgent: null | string = ...
      -
      -

      UserAgent is specified in header on request.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns default

    -
  • -
-
-
-
-

Properties

-
- -

baseUrl

-
baseUrl: string
- -
-
- -

client

-
client: Interface
- -
-
- -

proxyConfig

-
proxyConfig: false | ProxyConfig
- -
-
-
-

Methods

-
- -

acceptFollowRequest

- - -
-
- -

addAccountsToList

-
    -
  • addAccountsToList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
- -
-
- -

blockAccount

- - -
-
- -

blockDomain

-
    -
  • blockDomain(_domain: string): Promise<default<{}>>
  • -
- -
-
- -

bookmarkStatus

- - -
-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

cancelScheduledStatus

-
    -
  • cancelScheduledStatus(_id: string): Promise<default<{}>>
  • -
- -
-
- -

createApp

-
    -
  • createApp(client_name: string, options?: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    POST /api/app/create

    -
    -

    Create an application.

    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
      -

      Your application's name.

      -
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }> = ...
      -
      -

      Form data.

      -
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

createEmojiReaction

-
    -
  • createEmojiReaction(id: string, emoji: string): Promise<default<Status>>
  • -
- -
-
- -

createFeaturedTag

- - -
-
- -

createFilter

-
    -
  • createFilter(_phrase: string, _context: string[], _options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/filters

    -
    -
    -

    Parameters

    -
      -
    • -
      _phrase: string
      -
    • -
    • -
      _context: string[]
      -
    • -
    • -
      Optional _options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
      • -
      • -
        Optional irreversible?: boolean
        -
      • -
      • -
        Optional whole_word?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Filter

    -
  • -
-
-
- -

createList

-
    -
  • createList(title: string): Promise<default<List>>
  • -
- -
-
- -

deleteAccountsFromList

-
    -
  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
- -
-
- -

deleteConversation

-
    -
  • deleteConversation(_id: string): Promise<default<{}>>
  • -
- -
-
- -

deleteEmojiReaction

-
    -
  • deleteEmojiReaction(id: string, _emoji: string): Promise<default<Status>>
  • -
- -
-
- -

deleteFeaturedTag

-
    -
  • deleteFeaturedTag(_id: string): Promise<default<{}>>
  • -
- -
-
- -

deleteFilter

- - -
-
- -

deleteList

-
    -
  • deleteList(id: string): Promise<default<{}>>
  • -
- -
-
- -

deletePushSubscription

-
    -
  • deletePushSubscription(): Promise<default<{}>>
  • -
- -
-
- -

deleteStatus

-
    -
  • deleteStatus(id: string): Promise<default<{}>>
  • -
- -
-
- -

directSocket

- - -
-
- -

directStream

- - -
-
- -

dismissNotification

-
    -
  • dismissNotification(_id: string): Promise<default<{}>>
  • -
- -
-
- -

dismissNotifications

-
    -
  • dismissNotifications(): Promise<default<{}>>
  • -
- -
-
- -

favouriteStatus

- - -
-
- -

fetchAccessToken

-
    -
  • fetchAccessToken(_client_id: null | string, client_secret: string, session_token: string, _redirect_uri?: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /api/auth/session/userkey

    -
    -
    -

    Parameters

    -
      -
    • -
      _client_id: null | string
      -
      -

      This parameter is not used in this method.

      -
      -
    • -
    • -
      client_secret: string
      -
      -

      Application secret key which will be provided in createApp.

      -
      -
    • -
    • -
      session_token: string
      -
      -

      Session token string which will be provided in generateAuthUrlAndToken.

      -
      -
    • -
    • -
      Optional _redirect_uri: string
      -
      -

      This parameter is not used in this method.

      -
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

followAccount

-
    -
  • followAccount(id: string, _options?: { reblog?: boolean }): Promise<default<Relationship>>
  • -
- -
-
- -

generateAuthUrlAndToken

-
    -
  • generateAuthUrlAndToken(clientSecret: string): Promise<Session>
  • -
-
    -
  • - -
    -
    -

    POST /api/auth/session/generate

    -
    -
    -

    Parameters

    -
      -
    • -
      clientSecret: string
      -
    • -
    -

    Returns Promise<Session>

    -
  • -
-
-
- -

getAccount

- - -
-
- -

getAccountFavourites

-
    -
  • getAccountFavourites(_id: string, _options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/pleroma/accounts/:id/favourites

    -
    -
    -

    Parameters

    -
      -
    • -
      _id: string
      -
    • -
    • -
      Optional _options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getAccountFollowers

-
    -
  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/users/followers

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getAccountFollowing

-
    -
  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/users/following

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getAccountLists

-
    -
  • getAccountLists(_id: string): Promise<default<List[]>>
  • -
- -
-
- -

getAccountStatuses

-
    -
  • getAccountStatuses(id: string, options?: { exclude_reblogs: boolean; exclude_replies: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/users/notes

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { exclude_reblogs: boolean; exclude_replies: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }
      -
        -
      • -
        exclude_reblogs: boolean
        -
      • -
      • -
        exclude_replies: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional pinned?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getAccountsInList

-
    -
  • getAccountsInList(id: string, _options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/users/lists/show

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional _options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getBlocks

-
    -
  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/blocking/list

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getBookmarks

-
    -
  • getBookmarks(_options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/bookmarks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional _options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getConversationTimeline

-
    -
  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Conversation[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/notes/mentions

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Conversation[]>>

    -
  • -
-
-
- -

getDomainBlocks

-
    -
  • getDomainBlocks(_options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<string[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/domain_blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional _options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<string[]>>

    -

    Array of domain name.

    -
  • -
-
-
- -

getEmojiReaction

-
    -
  • getEmojiReaction(_id: string, _emoji: string): Promise<default<Reaction>>
  • -
- -
-
- -

getEmojiReactions

- - -
-
- -

getEndorsements

-
    -
  • getEndorsements(_options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/endorsements

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional _options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getFavourites

-
    -
  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/i/favorites

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getFeaturedTags

- - -
-
- -

getFilter

- - -
-
- -

getFilters

- - -
-
- -

getFollowRequests

- - -
-
- -

getHomeTimeline

-
    -
  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/notes/timeline

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getIdentityProof

- - -
-
- -

getInstance

- - -
-
- -

getInstanceActivity

- - -
-
- -

getInstanceCustomEmojis

- - -
-
- -

getInstanceDirectory

-
    -
  • getInstanceDirectory(_options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/directory

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional _options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional offset?: number
        -
      • -
      • -
        Optional order?: "active" | "new"
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getInstancePeers

-
    -
  • getInstancePeers(): Promise<default<string[]>>
  • -
- -
-
- -

getInstanceTrends

-
    -
  • getInstanceTrends(_limit?: null | number): Promise<default<Tag[]>>
  • -
- -
-
- -

getList

- - -
-
- -

getListTimeline

-
    -
  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/notes/user-list-timeline

    -
    -
    -

    Parameters

    -
      -
    • -
      list_id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getLists

- - -
-
- -

getLocalTimeline

-
    -
  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/notes/local-timeline

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getMarkers

-
    -
  • getMarkers(_timeline: string[]): Promise<default<{} | Marker>>
  • -
- -
-
- -

getMutes

-
    -
  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/mute/list

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

getNotification

- - -
-
- -

getNotifications

-
    -
  • getNotifications(options?: { account_id?: string; exclude_type?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Notification[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/i/notifications

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { account_id?: string; exclude_type?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional account_id?: string
        -
      • -
      • -
        Optional exclude_type?: string[]
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Notification[]>>

    -
  • -
-
-
- -

getPoll

- - -
-
- -

getPreferences

- - -
-
- -

getPublicTimeline

-
    -
  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/notes/global-timeline

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

getPushSubscription

- - -
-
- -

getRelationship

- - -
-
- -

getRelationships

- - -
-
- -

getScheduledStatus

- - -
-
- -

getScheduledStatuses

-
    -
  • getScheduledStatuses(_options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<ScheduledStatus[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/scheduled_statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional _options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<ScheduledStatus[]>>

    -

    Array of scheduled statuses.

    -
  • -
-
-
- -

getStatus

- - -
-
- -

getStatusContext

-
    -
  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Context>>
  • -
-
    -
  • - -
    -
    -

    POST /api/notes/children

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Context>>

    -
  • -
-
-
- -

getStatusFavouritedBy

- - -
-
- -

getStatusRebloggedBy

- - -
-
- -

getSuggestedTags

- - -
-
- -

getSuggestions

- - -
-
- -

getTagTimeline

-
    -
  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/notes/search-by-tag

    -
    -
    -

    Parameters

    -
      -
    • -
      hashtag: string
      -
    • -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -
  • -
-
-
- -

listSocket

- - -
-
- -

listStream

- - -
-
- -

localSocket

- - -
-
- -

localStream

- - -
-
- -

muteAccount

- - -
-
- -

muteStatus

- - -
-
- -

pinAccount

- - -
-
- -

pinStatus

- - -
-
- -

postStatus

-
    -
  • postStatus(status: string, options?: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<default<Status>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      status: string
      -
    • -
    • -
      Optional options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      -
        -
      • -
        Optional in_reply_to_id?: string
        -
      • -
      • -
        Optional language?: string
        -
      • -
      • -
        Optional media_ids?: string[]
        -
      • -
      • -
        Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        -
          -
        • -
          expires_in: number
          -
        • -
        • -
          Optional hide_totals?: boolean
          -
        • -
        • -
          Optional multiple?: boolean
          -
        • -
        • -
          options: string[]
          -
        • -
        -
      • -
      • -
        Optional quote_id?: string
        -
      • -
      • -
        Optional scheduled_at?: string
        -
      • -
      • -
        Optional sensitive?: boolean
        -
      • -
      • -
        Optional spoiler_text?: string
        -
      • -
      • -
        Optional visibility?: "public" | "unlisted" | "private" | "direct"
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

publicSocket

- - -
-
- -

publicStream

- - -
-
- -

readConversation

- - -
-
- -

reblogStatus

- - -
-
- -

refreshToken

-
    -
  • refreshToken(_client_id: string, _client_secret: string, _refresh_token: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/token

    -
    -

    Refresh OAuth access token. - Send refresh token and get new access token.

    -
    -

    Parameters

    -
      -
    • -
      _client_id: string
      -
    • -
    • -
      _client_secret: string
      -
    • -
    • -
      _refresh_token: string
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

registerAccount

-
    -
  • registerAccount(_username: string, _email: string, _password: string, _agreement: boolean, _locale: string, _reason?: null | string): Promise<default<Token>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      _username: string
      -
    • -
    • -
      _email: string
      -
    • -
    • -
      _password: string
      -
    • -
    • -
      _agreement: boolean
      -
    • -
    • -
      _locale: string
      -
    • -
    • -
      Optional _reason: null | string
      -
    • -
    -

    Returns Promise<default<Token>>

    -

    An account token.

    -
  • -
-
-
- -

registerApp

-
    -
  • registerApp(client_name: string, options?: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    First, call createApp to get client_id and client_secret. - Next, call generateAuthUrl to get authorization url.

    -
    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }> = ...
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

rejectFollowRequest

- - -
-
- -

report

-
    -
  • report(account_id: string, comment: string, _options?: { forward?: boolean; status_ids?: string[] }): Promise<default<Report>>
  • -
-
    -
  • - -
    -
    -

    POST /api/users/report-abuse

    -
    -
    -

    Parameters

    -
      -
    • -
      account_id: string
      -
    • -
    • -
      comment: string
      -
    • -
    • -
      Optional _options: { forward?: boolean; status_ids?: string[] }
      -
        -
      • -
        Optional forward?: boolean
        -
      • -
      • -
        Optional status_ids?: string[]
        -
      • -
      -
    • -
    -

    Returns Promise<default<Report>>

    -
  • -
-
-
- -

revokeToken

-
    -
  • revokeToken(_client_id: string, _client_secret: string, _token: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/revoke

    -
    -

    Revoke an OAuth token.

    -
    -

    Parameters

    -
      -
    • -
      _client_id: string
      -
    • -
    • -
      _client_secret: string
      -
    • -
    • -
      _token: string
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

saveMarkers

-
    -
  • saveMarkers(_options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<default<Marker>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/markers

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional _options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      -
        -
      • -
        Optional home?: { last_read_id: string }
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      • -
        Optional notifications?: { last_read_id: string }
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Marker>>

    -

    Marker.

    -
  • -
-
-
- -

scheduleStatus

- - -
-
- -

search

-
    -
  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<default<Results>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v2/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
    • -
    • -
      type: "accounts" | "hashtags" | "statuses"
      -
    • -
    • -
      Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      -
        -
      • -
        Optional account_id?: string
        -
      • -
      • -
        Optional exclude_unreviewed?: boolean
        -
      • -
      • -
        Optional following?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional offset?: number
        -
      • -
      • -
        Optional resolve?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Results>>

    -

    Results.

    -
  • -
-
-
- -

searchAccount

-
    -
  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    POST /api/users/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
    • -
    • -
      Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      -
        -
      • -
        Optional following?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional resolve?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -
  • -
-
-
- -

subscribeAccount

- - -
-
- -

subscribePushNotification

-
    -
  • subscribePushNotification(_subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, _data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/push/subscription

    -
    -
    -

    Parameters

    -
      -
    • -
      _subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      -
        -
      • -
        endpoint: string
        -
      • -
      • -
        keys: { auth: string; p256dh: string }
        -
          -
        • -
          auth: string
          -
        • -
        • -
          p256dh: string
          -
        • -
        -
      • -
      -
    • -
    • -
      Optional _data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }
      -
    • -
    -

    Returns Promise<default<PushSubscription>>

    -

    PushSubscription.

    -
  • -
-
-
- -

tagSocket

- - -
-
- -

tagStream

- - -
-
- -

unblockAccount

- - -
-
- -

unblockDomain

-
    -
  • unblockDomain(_domain: string): Promise<default<{}>>
  • -
- -
-
- -

unbookmarkStatus

- - -
-
- -

unfavouriteStatus

- - -
-
- -

unfollowAccount

- - -
-
- -

unmuteAccount

- - -
-
- -

unmuteStatus

- - -
-
- -

unpinAccount

- - -
-
- -

unpinStatus

- - -
-
- -

unreblogStatus

- - -
-
- -

unsubscribeAccount

- - -
-
- -

updateCredentials

-
    -
  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: null | { language?: string; privacy?: string; sensitive?: boolean } }): Promise<default<Account>>
  • -
-
    -
  • - -
    -
    -

    POST /api/i/update

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: null | { language?: string; privacy?: string; sensitive?: boolean } }
      -
        -
      • -
        Optional avatar?: string
        -
      • -
      • -
        Optional bot?: boolean
        -
      • -
      • -
        Optional discoverable?: boolean
        -
      • -
      • -
        Optional display_name?: string
        -
      • -
      • -
        Optional fields_attributes?: { name: string; value: string }[]
        -
      • -
      • -
        Optional header?: string
        -
      • -
      • -
        Optional locked?: boolean
        -
      • -
      • -
        Optional note?: string
        -
      • -
      • -
        Optional source?: null | { language?: string; privacy?: string; sensitive?: boolean }
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account>>

    -
  • -
-
-
- -

updateFilter

-
    -
  • updateFilter(_id: string, _phrase: string, _context: string[], _options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/filters/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      _id: string
      -
    • -
    • -
      _phrase: string
      -
    • -
    • -
      _context: string[]
      -
    • -
    • -
      Optional _options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
      • -
      • -
        Optional irreversible?: boolean
        -
      • -
      • -
        Optional whole_word?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Filter

    -
  • -
-
-
- -

updateList

-
    -
  • updateList(id: string, title: string): Promise<default<List>>
  • -
- -
-
- -

updateMedia

-
    -
  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    POST /api/drive/files/update

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }
      -
        -
      • -
        Optional description?: string
        -
      • -
      • -
        Optional file?: any
        -
      • -
      • -
        Optional focus?: string
        -
      • -
      • -
        Optional is_sensitive?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -
  • -
-
-
- -

updatePushSubscription

-
    -
  • updatePushSubscription(_data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
- -
-
- -

uploadMedia

-
    -
  • uploadMedia(file: any, _options?: { description?: string; focus?: string }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    POST /api/drive/files/create

    -
    -
    -

    Parameters

    -
      -
    • -
      file: any
      -
    • -
    • -
      Optional _options: { description?: string; focus?: string }
      -
        -
      • -
        Optional description?: string
        -
      • -
      • -
        Optional focus?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -
  • -
-
-
- -

userSocket

- - -
-
- -

userStream

- - -
-
- -

verifyAccountCredentials

- - -
-
- -

verifyAppCredentials

- - -
-
- -

votePoll

-
    -
  • votePoll(_id: string, choices: number[], status_id?: null | string): Promise<default<Poll>>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/misskey_api_client.default.client.html b/docs/classes/misskey_api_client.default.client.html deleted file mode 100644 index 602f1f5..0000000 --- a/docs/classes/misskey_api_client.default.client.html +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - Client | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Client

-
-
-
-
-
-
-
-
-
-

Misskey API client.

-
-

Usign axios for request, you will handle promises.

-
-
-
-

Hierarchy

-
    -
  • - Client -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Client(baseUrl: string, accessToken: null | string, userAgent?: string, proxyConfig?: false | ProxyConfig): Client
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      baseUrl: string
      -
      -

      hostname or base URL

      -
      -
    • -
    • -
      accessToken: null | string
      -
      -

      access token from OAuth2 authorization

      -
      -
    • -
    • -
      userAgent: string = ...
      -
      -

      UserAgent is specified in header on request.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns Client

    -
  • -
-
-
-
-

Properties

-
- -

Private accessToken

-
accessToken: null | string
- -
-
- -

Private baseUrl

-
baseUrl: string
- -
-
- -

Private cancelTokenSource

-
cancelTokenSource: CancelTokenSource
- -
-
- -

Private proxyConfig

-
proxyConfig: false | ProxyConfig = false
- -
-
- -

Private userAgent

-
userAgent: string
- -
-
-
-

Methods

-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

post

-
    -
  • post<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    POST request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: any = {}
      -
      -

      Form data

      -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

socket

-
    -
  • socket(channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list", listId?: string): default
  • -
-
    -
  • - -
    -
    -

    Get connection and receive websocket connection for Misskey API.

    -
    -
    -

    Parameters

    -
      -
    • -
      channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
      -
      -

      Channel name is user, localTimeline, hybridTimeline, globalTimeline, conversation or list.

      -
      -
    • -
    • -
      Optional listId: string
      -
      -

      This parameter is required only list channel.

      -
      -
    • -
    -

    Returns default

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
    -
  • Private property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/misskey_web_socket.default.html b/docs/classes/misskey_web_socket.default.html deleted file mode 100644 index f2a6104..0000000 --- a/docs/classes/misskey_web_socket.default.html +++ /dev/null @@ -1,1425 +0,0 @@ - - - - - - default | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class default

-
-
-
-
-
-
-
-
-
-

WebSocket - Misskey is not support http streaming. It supports websocket instead of streaming. - So this class connect to Misskey server with WebSocket.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - default -
    • -
    -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

-
    -
  • new default(url: string, channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list", accessToken: string, listId: undefined | string, userAgent: string, proxyConfig?: false | ProxyConfig): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      url: string
      -
      -

      Full url of websocket: e.g. wss://misskey.io/streaming

      -
      -
    • -
    • -
      channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
      -
      -

      Channel name is user, localTimeline, hybridTimeline, globalTimeline, conversation or list.

      -
      -
    • -
    • -
      accessToken: string
      -
      -

      The access token.

      -
      -
    • -
    • -
      listId: undefined | string
      -
      -

      This parameter is required when you specify list as channel.

      -
      -
    • -
    • -
      userAgent: string
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
    • -
    -

    Returns default

    -
  • -
-
-
-
-

Properties

-
- -

Private _accessToken

-
_accessToken: string
- -
-
- -

Private _channelID

-
_channelID: string
- -
-
- -

Private _client

-
_client: null | WebSocket = null
- -
-
- -

Private _connectionClosed

-
_connectionClosed: boolean
- -
-
- -

Private _heartbeatInterval

-
_heartbeatInterval: number = 60000
- -
-
- -

Private _pongReceivedTimestamp

-
_pongReceivedTimestamp: Dayjs
- -
-
- -

Private _pongWaiting

-
_pongWaiting: boolean = false
- -
-
- -

Private _reconnectCurrentAttempts

-
_reconnectCurrentAttempts: number
- -
-
- -

Private _reconnectInterval

-
_reconnectInterval: number
- -
-
- -

Private _reconnectMaxAttempts

-
_reconnectMaxAttempts: number
- -
-
- -

channel

-
channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
- -
-
- -

headers

-
headers: {}
- -
-

Type declaration

-
    -
  • -
    [key: string]: string
    -
  • -
-
-
-
- -

listId

-
listId: null | string = null
- -
-
- -

parser

-
parser: Parser
- -
-
- -

proxyConfig

-
proxyConfig: false | ProxyConfig = false
- -
-
- -

url

-
url: string
- -
-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

Private _bindSocket

-
    -
  • _bindSocket(client: WebSocket): void
  • -
-
    -
  • - -
    -
    -

    Bind event for web socket client.

    -
    -
    -

    Parameters

    -
      -
    • -
      client: WebSocket
      -
      -

      A WebSocket instance.

      -
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _channel

-
    -
  • _channel(): void
  • -
- -
-
- -

Private _checkAlive

-
    -
  • _checkAlive(timestamp: Dayjs): void
  • -
-
    -
  • - -
    -
    -

    Call ping and wait to pong.

    -
    -
    -

    Parameters

    -
      -
    • -
      timestamp: Dayjs
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _clearBinding

-
    -
  • _clearBinding(): void
  • -
- -
-
- -

Private _connect

-
    -
  • _connect(): WebSocket
  • -
- -
-
- -

Private _reconnect

-
    -
  • _reconnect(): void
  • -
- -
-
- -

Private _resetConnection

-
    -
  • _resetConnection(): void
  • -
- -
-
- -

Private _resetRetryParams

-
    -
  • _resetRetryParams(): void
  • -
- -
-
- -

Private _setupParser

-
    -
  • _setupParser(): void
  • -
- -
-
- -

Private _startWebSocketConnection

-
    -
  • _startWebSocketConnection(): void
  • -
- -
-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

start

-
    -
  • start(): void
  • -
- -
-
- -

stop

-
    -
  • stop(): void
  • -
- -
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/misskey_web_socket.parser.html b/docs/classes/misskey_web_socket.parser.html deleted file mode 100644 index cb82602..0000000 --- a/docs/classes/misskey_web_socket.parser.html +++ /dev/null @@ -1,850 +0,0 @@ - - - - - - Parser | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Parser

-
-
-
-
-
-
-
-
-
-

Parser - This class provides parser for websocket message.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - Parser -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- -
    -
  • - -

    Returns Parser

    -
  • -
-
-
-
-

Properties

-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

parse

-
    -
  • parse(message: Data, channelID: string): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      message: Data
      -
      -

      Message body of websocket.

      -
      -
    • -
    • -
      channelID: string
      -
      -

      Parse only messages which has same channelID.

      -
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
    -
  • Inherited constructor
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/oauth.default.appdata.html b/docs/classes/oauth.default.appdata.html deleted file mode 100644 index 946f17c..0000000 --- a/docs/classes/oauth.default.appdata.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - AppData | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AppData

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - AppData -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new AppData(id: string, name: string, website: null | string, redirect_uri: string, client_id: string, client_secret: string): AppData
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      name: string
      -
    • -
    • -
      website: null | string
      -
    • -
    • -
      redirect_uri: string
      -
    • -
    • -
      client_id: string
      -
    • -
    • -
      client_secret: string
      -
    • -
    -

    Returns AppData

    -
  • -
-
-
-
-

Properties

-
- -

client_id

-
client_id: string
- -
-
- -

client_secret

-
client_secret: string
- -
-
- -

id

-
id: string
- -
-
- -

name

-
name: string
- -
-
- -

redirect_uri

-
redirect_uri: string
- -
-
- -

session_token

-
session_token: null | string
- -
-
- -

url

-
url: null | string
- -
-
- -

website

-
website: null | string
- -
-
-
-

Accessors

-
- -

clientId

-
    -
  • get clientId(): string
  • -
- -
-
- -

clientSecret

-
    -
  • get clientSecret(): string
  • -
- -
-
- -

redirectUri

-
    -
  • get redirectUri(): string
  • -
- -
-
-
-

Methods

-
- -

Static from

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
-
    -
  • Static method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/oauth.default.tokendata.html b/docs/classes/oauth.default.tokendata.html deleted file mode 100644 index 7773d62..0000000 --- a/docs/classes/oauth.default.tokendata.html +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - TokenData | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TokenData

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - TokenData -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new TokenData(access_token: string, token_type: string, scope: string, created_at: number, expires_in?: null | number, refresh_token?: null | string): TokenData
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      access_token: string
      -
    • -
    • -
      token_type: string
      -
    • -
    • -
      scope: string
      -
    • -
    • -
      created_at: number
      -
    • -
    • -
      expires_in: null | number = null
      -
    • -
    • -
      refresh_token: null | string = null
      -
    • -
    -

    Returns TokenData

    -
  • -
-
-
-
-

Properties

-
- -

_scope

-
_scope: string
- -
-
- -

access_token

-
access_token: string
- -
-
- -

created_at

-
created_at: number
- -
-
- -

expires_in

-
expires_in: null | number = null
- -
-
- -

refresh_token

-
refresh_token: null | string = null
- -
-
- -

token_type

-
token_type: string
- -
-
-
-

Accessors

-
- -

accessToken

-
    -
  • get accessToken(): string
  • -
-
    -
  • - -
    -
    -

    OAuth Aceess Token

    -
    -
    -

    Returns string

    -
  • -
-
-
- -

createdAt

-
    -
  • get createdAt(): number
  • -
-
    -
  • - -
    -
    -

    Application ID

    -
    -
    -

    Returns number

    -
  • -
-
-
- -

expiresIn

-
    -
  • get expiresIn(): null | number
  • -
- -
-
- -

refreshToken

-
    -
  • get refreshToken(): null | string
  • -
-
    -
  • - -
    -
    -

    OAuth Refresh Token

    -
    -
    -

    Returns null | string

    -
  • -
-
-
- -

scope

-
    -
  • get scope(): string
  • -
- -
-
- -

tokenType

-
    -
  • get tokenType(): string
  • -
- -
-
-
-

Methods

-
- -

Static from

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
-
    -
  • Static method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/parser.parser-1.html b/docs/classes/parser.parser-1.html deleted file mode 100644 index 38cd8da..0000000 --- a/docs/classes/parser.parser-1.html +++ /dev/null @@ -1,856 +0,0 @@ - - - - - - Parser | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Parser

-
-
-
-
-
-
-
-
-
-

Parser - Parse response data in streaming.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - Parser -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private message

-
message: string
- -
-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

parse

-
    -
  • parse(chunk: string): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      chunk: string
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
    -
  • Private property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/pleroma.default.html b/docs/classes/pleroma.default.html deleted file mode 100644 index aae5d26..0000000 --- a/docs/classes/pleroma.default.html +++ /dev/null @@ -1,5028 +0,0 @@ - - - - - - default | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class default

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - default -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new default(baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      baseUrl: string
      -
      -

      hostname or base URL

      -
      -
    • -
    • -
      accessToken: null | string = null
      -
      -

      access token from OAuth2 authorization

      -
      -
    • -
    • -
      userAgent: null | string = ...
      -
      -

      UserAgent is specified in header on request.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns default

    -
  • -
-
-
-
-

Properties

-
- -

baseUrl

-
baseUrl: string
- -
-
- -

client

-
client: Interface
- -
-
-
-

Methods

-
- -

acceptFollowRequest

- - -
-
- -

addAccountsToList

-
    -
  • addAccountsToList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
- -
-
- -

blockAccount

- - -
-
- -

blockDomain

-
    -
  • blockDomain(domain: string): Promise<default<{}>>
  • -
- -
-
- -

bookmarkStatus

- - -
-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

cancelScheduledStatus

-
    -
  • cancelScheduledStatus(id: string): Promise<default<{}>>
  • -
- -
-
- -

createApp

-
    -
  • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    Call /api/v1/apps

    -
    -

    Create an application.

    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
      -

      your application's name

      -
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      -
      -

      Form Data

      -
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

createEmojiReaction

-
    -
  • createEmojiReaction(id: string, emoji: string): Promise<default<Status>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/pleroma/statuses/:status_id/reactions/:emoji

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target status ID.

      -
      -
    • -
    • -
      emoji: string
      -
      -

      Reaction emoji string. This string is raw unicode emoji.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -
  • -
-
-
- -

createFeaturedTag

- - -
-
- -

createFilter

-
    -
  • createFilter(phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/filters

    -
    -
    -

    Parameters

    -
      -
    • -
      phrase: string
      -
    • -
    • -
      context: string[]
      -
    • -
    • -
      Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
      • -
      • -
        Optional irreversible?: boolean
        -
      • -
      • -
        Optional whole_word?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Filter

    -
  • -
-
-
- -

createList

-
    -
  • createList(title: string): Promise<default<List>>
  • -
- -
-
- -

deleteAccountsFromList

-
    -
  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
- -
-
- -

deleteConversation

-
    -
  • deleteConversation(id: string): Promise<default<{}>>
  • -
- -
-
- -

deleteEmojiReaction

-
    -
  • deleteEmojiReaction(id: string, emoji: string): Promise<default<Status>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/pleroma/statuses/:status_id/reactions/:emoji

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target status ID.

      -
      -
    • -
    • -
      emoji: string
      -
      -

      Reaction emoji string. This string is raw unicode emoji.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -
  • -
-
-
- -

deleteFeaturedTag

-
    -
  • deleteFeaturedTag(id: string): Promise<default<{}>>
  • -
- -
-
- -

deleteFilter

- - -
-
- -

deleteList

-
    -
  • deleteList(id: string): Promise<default<{}>>
  • -
- -
-
- -

deletePushSubscription

-
    -
  • deletePushSubscription(): Promise<default<{}>>
  • -
- -
-
- -

deleteStatus

- - -
-
- -

directSocket

- - -
-
- -

directStream

- - -
-
- -

dismissNotification

-
    -
  • dismissNotification(id: string): Promise<default<{}>>
  • -
- -
-
- -

dismissNotifications

-
    -
  • dismissNotifications(): Promise<default<{}>>
  • -
- -
-
- -

favouriteStatus

- - -
-
- -

fetchAccessToken

-
    -
  • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/token

    -
    -

    Fetch OAuth access token. - Get an access token based client_id and client_secret and authorization code.

    -
    -

    Parameters

    -
      -
    • -
      client_id: null | string
      -
    • -
    • -
      client_secret: string
      -
    • -
    • -
      code: string
      -
    • -
    • -
      redirect_uri: string = ...
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

followAccount

-
    -
  • followAccount(id: string, options?: { reblog?: boolean }): Promise<default<Relationship>>
  • -
- -
-
- -

generateAuthUrl

-
    -
  • generateAuthUrl(clientId: string, clientSecret: string, options: Partial<{ redirect_uri: string; scope: string[] }>): Promise<string>
  • -
-
    -
  • - -
    -
    -

    Generate authorization url using OAuth2.

    -
    -
    -

    Parameters

    -
      -
    • -
      clientId: string
      -
      -

      your OAuth app's client ID

      -
      -
    • -
    • -
      clientSecret: string
      -
      -

      your OAuth app's client Secret

      -
      -
    • -
    • -
      options: Partial<{ redirect_uri: string; scope: string[] }>
      -
      -

      as property, redirect_uri and scope are available, and must be the same as when you register your app

      -
      -
    • -
    -

    Returns Promise<string>

    -
  • -
-
-
- -

getAccount

- - -
-
- -

getAccountFavourites

-
    -
  • getAccountFavourites(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/pleroma/accounts/:id/favourites

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getAccountFollowers

-
    -
  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/followers

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    The array of accounts.

    -
  • -
-
-
- -

getAccountFollowing

-
    -
  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/following

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    The array of accounts.

    -
  • -
-
-
- -

getAccountLists

-
    -
  • getAccountLists(id: string): Promise<default<List[]>>
  • -
- -
-
- -

getAccountStatuses

-
    -
  • getAccountStatuses(id: string, options?: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }
      -
        -
      • -
        Optional exclude_reblogs?: boolean
        -
      • -
      • -
        Optional exclude_replies?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional pinned?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Account's statuses.

    -
  • -
-
-
- -

getAccountsInList

-
    -
  • getAccountsInList(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/lists/:id/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getBlocks

-
    -
  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getBookmarks

-
    -
  • getBookmarks(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/bookmarks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getConversationTimeline

-
    -
  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Conversation[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/conversations

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Conversation[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getDomainBlocks

-
    -
  • getDomainBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<string[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/domain_blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<string[]>>

    -

    Array of domain name.

    -
  • -
-
-
- -

getEmojiReaction

-
    -
  • getEmojiReaction(id: string, emoji: string): Promise<default<Reaction>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/pleroma/statuses/:status_id/reactions/:emoji

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target status ID.

      -
      -
    • -
    • -
      emoji: string
      -
      -

      Reaction emoji string. This string is url encoded unicode emoji.

      -
      -
    • -
    -

    Returns Promise<default<Reaction>>

    -
  • -
-
-
- -

getEmojiReactions

- - -
-
- -

getEndorsements

-
    -
  • getEndorsements(options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/endorsements

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getFavourites

-
    -
  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/favourites

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getFeaturedTags

- - -
-
- -

getFilter

- - -
-
- -

getFilters

- - -
-
- -

getFollowRequests

- - -
-
- -

getHomeTimeline

-
    -
  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/home

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getIdentityProof

- - -
-
- -

getInstance

- - -
-
- -

getInstanceActivity

- - -
-
- -

getInstanceCustomEmojis

- - -
-
- -

getInstanceDirectory

-
    -
  • getInstanceDirectory(options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/directory

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional offset?: number
        -
      • -
      • -
        Optional order?: "active" | "new"
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getInstancePeers

-
    -
  • getInstancePeers(): Promise<default<string[]>>
  • -
- -
-
- -

getInstanceTrends

-
    -
  • getInstanceTrends(limit?: null | number): Promise<default<Tag[]>>
  • -
- -
-
- -

getList

- - -
-
- -

getListTimeline

-
    -
  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/list/:list_id

    -
    -
    -

    Parameters

    -
      -
    • -
      list_id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getLists

- - -
-
- -

getLocalTimeline

-
    -
  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/public

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getMarkers

-
    -
  • getMarkers(timeline: string[]): Promise<default<{} | Marker>>
  • -
- -
-
- -

getMutes

-
    -
  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/mutes

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getNotification

- - -
-
- -

getNotifications

-
    -
  • getNotifications(options?: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Notification[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/notifications

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional account_id?: string
        -
      • -
      • -
        Optional exclude_types?: string[]
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Notification[]>>

    -

    Array of notifications.

    -
  • -
-
-
- -

getPoll

- - -
-
- -

getPreferences

- - -
-
- -

getPublicTimeline

-
    -
  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/public

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getPushSubscription

- - -
-
- -

getRelationship

- - -
-
- -

getRelationships

- - -
-
- -

getScheduledStatus

- - -
-
- -

getScheduledStatuses

-
    -
  • getScheduledStatuses(options?: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }): Promise<default<ScheduledStatus[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/scheduled_statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: null | number; max_id?: null | string; min_id?: null | string; since_id?: null | string }
      -
        -
      • -
        Optional limit?: null | number
        -
      • -
      • -
        Optional max_id?: null | string
        -
      • -
      • -
        Optional min_id?: null | string
        -
      • -
      • -
        Optional since_id?: null | string
        -
      • -
      -
    • -
    -

    Returns Promise<default<ScheduledStatus[]>>

    -

    Array of scheduled statuses.

    -
  • -
-
-
- -

getStatus

- - -
-
- -

getStatusContext

-
    -
  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Context>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/statuses/:id/context

    -
    -

    Get parent and child statuses.

    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Context>>

    -

    Context

    -
  • -
-
-
- -

getStatusFavouritedBy

- - -
-
- -

getStatusRebloggedBy

- - -
-
- -

getSuggestedTags

- - -
-
- -

getSuggestions

- - -
-
- -

getTagTimeline

-
    -
  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/tag/:hashtag

    -
    -
    -

    Parameters

    -
      -
    • -
      hashtag: string
      -
    • -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional local?: boolean
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional only_media?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

listSocket

-
    -
  • listSocket(list_id: string): default
  • -
- -
-
- -

listStream

- - -
-
- -

localSocket

- - -
-
- -

localStream

- - -
-
- -

muteAccount

- - -
-
- -

muteStatus

- - -
-
- -

pinAccount

- - -
-
- -

pinStatus

- - -
-
- -

postStatus

-
    -
  • postStatus(status: string, options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<default<Status>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      status: string
      -
    • -
    • -
      options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      -
        -
      • -
        Optional in_reply_to_id?: string
        -
      • -
      • -
        Optional language?: string
        -
      • -
      • -
        Optional media_ids?: string[]
        -
      • -
      • -
        Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        -
          -
        • -
          expires_in: number
          -
        • -
        • -
          Optional hide_totals?: boolean
          -
        • -
        • -
          Optional multiple?: boolean
          -
        • -
        • -
          options: string[]
          -
        • -
        -
      • -
      • -
        Optional scheduled_at?: string
        -
      • -
      • -
        Optional sensitive?: boolean
        -
      • -
      • -
        Optional spoiler_text?: string
        -
      • -
      • -
        Optional visibility?: "public" | "unlisted" | "private" | "direct"
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

publicSocket

- - -
-
- -

publicStream

- - -
-
- -

readConversation

- - -
-
- -

reblogStatus

- - -
-
- -

refreshToken

-
    -
  • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/token

    -
    -

    Refresh OAuth access token. - Send refresh token and get new access token.

    -
    -

    Parameters

    -
      -
    • -
      client_id: string
      -
    • -
    • -
      client_secret: string
      -
    • -
    • -
      refresh_token: string
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

registerAccount

-
    -
  • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<default<Token>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      username: string
      -
    • -
    • -
      email: string
      -
    • -
    • -
      password: string
      -
    • -
    • -
      agreement: boolean
      -
    • -
    • -
      locale: string
      -
    • -
    • -
      Optional reason: null | string
      -
    • -
    -

    Returns Promise<default<Token>>

    -

    An account token.

    -
  • -
-
-
- -

registerApp

-
    -
  • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    First, call createApp to get client_id and client_secret. - Next, call generateAuthUrl to get authorization url.

    -
    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

rejectFollowRequest

- - -
-
- -

report

-
    -
  • report(account_id: string, comment: string, options?: { forward?: boolean; status_ids?: string[] }): Promise<default<Report>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/reports

    -
    -
    -

    Parameters

    -
      -
    • -
      account_id: string
      -
    • -
    • -
      comment: string
      -
    • -
    • -
      Optional options: { forward?: boolean; status_ids?: string[] }
      -
        -
      • -
        Optional forward?: boolean
        -
      • -
      • -
        Optional status_ids?: string[]
        -
      • -
      -
    • -
    -

    Returns Promise<default<Report>>

    -

    Report

    -
  • -
-
-
- -

revokeToken

-
    -
  • revokeToken(client_id: string, client_secret: string, token: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/revoke

    -
    -

    Revoke an OAuth token.

    -
    -

    Parameters

    -
      -
    • -
      client_id: string
      -
    • -
    • -
      client_secret: string
      -
    • -
    • -
      token: string
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

saveMarkers

-
    -
  • saveMarkers(options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<default<Marker>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/markers

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      -
        -
      • -
        Optional home?: { last_read_id: string }
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      • -
        Optional notifications?: { last_read_id: string }
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Marker>>

    -

    Marker.

    -
  • -
-
-
- -

scheduleStatus

- - -
-
- -

search

-
    -
  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<default<Results>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v2/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
    • -
    • -
      type: "accounts" | "hashtags" | "statuses"
      -
    • -
    • -
      Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      -
        -
      • -
        Optional account_id?: string
        -
      • -
      • -
        Optional exclude_unreviewed?: boolean
        -
      • -
      • -
        Optional following?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional min_id?: string
        -
      • -
      • -
        Optional offset?: number
        -
      • -
      • -
        Optional resolve?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Results>>

    -

    Results.

    -
  • -
-
-
- -

searchAccount

-
    -
  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
    • -
    • -
      Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      -
        -
      • -
        Optional following?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional resolve?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    The array of accounts.

    -
  • -
-
-
- -

subscribeAccount

- - -
-
- -

subscribePushNotification

-
    -
  • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/push/subscription

    -
    -
    -

    Parameters

    -
      -
    • -
      subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      -
        -
      • -
        endpoint: string
        -
      • -
      • -
        keys: { auth: string; p256dh: string }
        -
          -
        • -
          auth: string
          -
        • -
        • -
          p256dh: string
          -
        • -
        -
      • -
      -
    • -
    • -
      Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }
      -
    • -
    -

    Returns Promise<default<PushSubscription>>

    -

    PushSubscription.

    -
  • -
-
-
- -

tagSocket

-
    -
  • tagSocket(tag: string): default
  • -
- -
-
- -

tagStream

- - -
-
- -

unblockAccount

- - -
-
- -

unblockDomain

-
    -
  • unblockDomain(domain: string): Promise<default<{}>>
  • -
- -
-
- -

unbookmarkStatus

- - -
-
- -

unfavouriteStatus

- - -
-
- -

unfollowAccount

- - -
-
- -

unmuteAccount

- - -
-
- -

unmuteStatus

- - -
-
- -

unpinAccount

- - -
-
- -

unpinStatus

- - -
-
- -

unreblogStatus

- - -
-
- -

unsubscribeAccount

- - -
-
- -

updateCredentials

-
    -
  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }): Promise<default<Account>>
  • -
-
    -
  • - -
    -
    -

    PATCH /api/v1/accounts/update_credentials

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }
      -
        -
      • -
        Optional avatar?: string
        -
      • -
      • -
        Optional bot?: boolean
        -
      • -
      • -
        Optional discoverable?: boolean
        -
      • -
      • -
        Optional display_name?: string
        -
      • -
      • -
        Optional fields_attributes?: { name: string; value: string }[]
        -
      • -
      • -
        Optional header?: string
        -
      • -
      • -
        Optional locked?: boolean
        -
      • -
      • -
        Optional note?: string
        -
      • -
      • -
        Optional source?: { language?: string; privacy?: string; sensitive?: boolean }
        -
          -
        • -
          Optional language?: string
          -
        • -
        • -
          Optional privacy?: string
          -
        • -
        • -
          Optional sensitive?: boolean
          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account>>

    -

    An account.

    -
  • -
-
-
- -

updateFilter

-
    -
  • updateFilter(id: string, phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/filters/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      phrase: string
      -
    • -
    • -
      context: string[]
      -
    • -
    • -
      Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
      • -
      • -
        Optional irreversible?: boolean
        -
      • -
      • -
        Optional whole_word?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Filter

    -
  • -
-
-
- -

updateList

-
    -
  • updateList(id: string, title: string): Promise<default<List>>
  • -
- -
-
- -

updateMedia

-
    -
  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/media/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
    • -
    • -
      Optional options: { description?: string; file?: any; focus?: string }
      -
        -
      • -
        Optional description?: string
        -
      • -
      • -
        Optional file?: any
        -
      • -
      • -
        Optional focus?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -

    Attachment

    -
  • -
-
-
- -

updatePushSubscription

-
    -
  • updatePushSubscription(data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
- -
-
- -

uploadMedia

-
    -
  • uploadMedia(file: any, options?: { description?: string; focus?: string }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/media

    -
    -
    -

    Parameters

    -
      -
    • -
      file: any
      -
    • -
    • -
      Optional options: { description?: string; focus?: string }
      -
        -
      • -
        Optional description?: string
        -
      • -
      • -
        Optional focus?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -

    Attachment

    -
  • -
-
-
- -

userSocket

- - -
-
- -

userStream

- - -
-
- -

verifyAccountCredentials

- - -
-
- -

verifyAppCredentials

- - -
-
- -

votePoll

-
    -
  • votePoll(id: string, choices: number[]): Promise<default<Poll>>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/pleroma_api_client.default.client.html b/docs/classes/pleroma_api_client.default.client.html deleted file mode 100644 index 2b60306..0000000 --- a/docs/classes/pleroma_api_client.default.client.html +++ /dev/null @@ -1,744 +0,0 @@ - - - - - - Client | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Client

-
-
-
-
-
-
-
-
-
-

Mastodon API client.

-
-

Using axios for request, you will handle promises.

-
-
-
-

Hierarchy

-
    -
  • - Client -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Client(baseUrl: string, accessToken?: null | string, userAgent?: string, proxyConfig?: false | ProxyConfig): Client
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      baseUrl: string
      -
      -

      hostname or base URL

      -
      -
    • -
    • -
      accessToken: null | string = null
      -
      -

      access token from OAuth2 authorization

      -
      -
    • -
    • -
      userAgent: string = ...
      -
      -

      UserAgent is specified in header on request.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns Client

    -
  • -
-
-
-
-

Properties

-
- -

Private accessToken

-
accessToken: null | string
- -
-
- -

Private baseUrl

-
baseUrl: string
- -
-
- -

Private cancelTokenSource

-
cancelTokenSource: CancelTokenSource
- -
-
- -

Private proxyConfig

-
proxyConfig: false | ProxyConfig = false
- -
-
- -

Private userAgent

-
userAgent: string
- -
-
- -

Static DEFAULT_SCOPE

-
DEFAULT_SCOPE: string[] = ...
- -
-
- -

Static DEFAULT_URL

-
DEFAULT_URL: string = 'https://pleroma.io'
- -
-
- -

Static NO_REDIRECT

-
NO_REDIRECT: string = ...
- -
-
-
-

Methods

-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

del

-
    -
  • del<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    DELETE request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

get

-
    -
  • get<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    GET request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Query parameters

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

patch

-
    -
  • patch<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    PATCH request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data. If you want to post file, please use FormData()

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

post

-
    -
  • post<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    POST request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

put

-
    -
  • put<T>(path: string, params?: {}, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -
    -
    -

    PUT request to mastodon REST API.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      relative path from baseUrl

      -
      -
    • -
    • -
      params: {} = {}
      -
      -

      Form data. If you want to post file, please use FormData()

      -
      -
        -
      -
    • -
    • -
      headers: {} = {}
      -
      -

      Request header object

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

socket

-
    -
  • socket(path: string, stream: string, params?: string): default
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
    -
  • Private property
  • -
-
    -
  • Static property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/pleroma_web_socket.default.html b/docs/classes/pleroma_web_socket.default.html deleted file mode 100644 index 086d197..0000000 --- a/docs/classes/pleroma_web_socket.default.html +++ /dev/null @@ -1,1425 +0,0 @@ - - - - - - default | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class default

-
-
-
-
-
-
-
-
-
-

WebSocket - Pleroma is not support streaming. It is support websocket instead of streaming. - So this class connect to Phoenix websocket for Pleroma.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - default -
    • -
    -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

-
    -
  • new default(url: string, stream: string, params: undefined | string, accessToken: string, userAgent: string, proxyConfig?: false | ProxyConfig): default
  • -
- -
-
-
-

Properties

-
- -

Private _accessToken

-
_accessToken: string
- -
-
- -

Private _client

-
_client: null | WebSocket
- -
-
- -

Private _connectionClosed

-
_connectionClosed: boolean
- -
-
- -

Private _heartbeatInterval

-
_heartbeatInterval: number = 60000
- -
-
- -

Private _pongReceivedTimestamp

-
_pongReceivedTimestamp: Dayjs
- -
-
- -

Private _pongWaiting

-
_pongWaiting: boolean = false
- -
-
- -

Private _reconnectCurrentAttempts

-
_reconnectCurrentAttempts: number
- -
-
- -

Private _reconnectInterval

-
_reconnectInterval: number
- -
-
- -

Private _reconnectMaxAttempts

-
_reconnectMaxAttempts: number
- -
-
- -

headers

-
headers: {}
- -
-

Type declaration

-
    -
  • -
    [key: string]: string
    -
  • -
-
-
-
- -

params

-
params: null | string
- -
-
- -

parser

-
parser: Parser
- -
-
- -

proxyConfig

-
proxyConfig: false | ProxyConfig = false
- -
-
- -

stream

-
stream: string
- -
-
- -

url

-
url: string
- -
-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

Private _bindSocket

-
    -
  • _bindSocket(client: WebSocket): void
  • -
-
    -
  • - -
    -
    -

    Bind event for web socket client.

    -
    -
    -

    Parameters

    -
      -
    • -
      client: WebSocket
      -
      -

      A WebSocket instance.

      -
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _checkAlive

-
    -
  • _checkAlive(timestamp: Dayjs): void
  • -
-
    -
  • - -
    -
    -

    Call ping and wait to pong.

    -
    -
    -

    Parameters

    -
      -
    • -
      timestamp: Dayjs
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _clearBinding

-
    -
  • _clearBinding(): void
  • -
- -
-
- -

Private _connect

-
    -
  • _connect(url: string, stream: string, params: null | string, accessToken: string, headers: {}, proxyConfig: false | ProxyConfig): WebSocket
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      url: string
      -
      -

      Base url of streaming endpoint.

      -
      -
    • -
    • -
      stream: string
      -
      -

      The specified stream name.

      -
      -
    • -
    • -
      params: null | string
      -
    • -
    • -
      accessToken: string
      -
      -

      Access token.

      -
      -
    • -
    • -
      headers: {}
      -
      -

      The specified headers.

      -
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns WebSocket

    -

    A WebSocket instance.

    -
  • -
-
-
- -

Private _reconnect

-
    -
  • _reconnect(): void
  • -
- -
-
- -

Private _resetConnection

-
    -
  • _resetConnection(): void
  • -
- -
-
- -

Private _resetRetryParams

-
    -
  • _resetRetryParams(): void
  • -
- -
-
- -

Private _setupParser

-
    -
  • _setupParser(): void
  • -
- -
-
- -

Private _startWebSocketConnection

-
    -
  • _startWebSocketConnection(): void
  • -
- -
-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns default

    -
  • -
-
-
- -

start

-
    -
  • start(): void
  • -
- -
-
- -

stop

-
    -
  • stop(): void
  • -
- -
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Interface
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/classes/pleroma_web_socket.parser.html b/docs/classes/pleroma_web_socket.parser.html deleted file mode 100644 index 69b79bd..0000000 --- a/docs/classes/pleroma_web_socket.parser.html +++ /dev/null @@ -1,844 +0,0 @@ - - - - - - Parser | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Parser

-
-
-
-
-
-
-
-
-
-

Parser - This class provides parser for websocket message.

-
-
-
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - Parser -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- -
    -
  • - -

    Returns Parser

    -
  • -
-
-
-
-

Properties

-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
-
-

Methods

-
- -

addListener

-
    -
  • addListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

emit

-
    -
  • emit(event: string | symbol, ...args: any[]): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      Rest ...args: any[]
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

eventNames

-
    -
  • eventNames(): (string | symbol)[]
  • -
-
    -
  • - -

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

listenerCount

-
    -
  • listenerCount(type: string | symbol): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

-
    -
  • listeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

off

-
    -
  • off(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

on

-
    -
  • on(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

parse

-
    -
  • parse(message: Data): void
  • -
- -
-
- -

prependListener

-
    -
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

prependOnceListener

-
    -
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

rawListeners

-
    -
  • rawListeners(event: string | symbol): Function[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

-
    -
  • removeAllListeners(event?: string | symbol): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

setMaxListeners

-
    -
  • setMaxListeners(n: number): Parser
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns Parser

    -
  • -
-
-
- -

Static listenerCount

-
    -
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • -
-
    -
  • - -
    -
    -
    deprecated
    -

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Method
  • -
-
    -
  • Interface
  • -
-
    -
  • Inherited constructor
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 3f1abcc..0126854 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,792 +1,121 @@ - - - - - - megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
-

megalodon

-
-
-
-
-
-
-
- -

Megalodon

-
-

Test - NPM Version - GitHub release - npm - NPM

-

A Mastodon, Pleroma and Misskey API Client library for node.js and browser. It provides REST API and streaming methods. - By using this library, you can take Mastodon, Pleroma and Misskey with the same interface.

- -

!!Migrate v2.x to v3.0.0

-
-

There are some breaking changes, so you can not update megalodon out of the box. - Please refer migration guide before you update megalodon version.

- -

Features

-
-
    -
  • REST API
  • -
  • Streaming with Server-Sent Event
  • -
  • Streaming with WebSocket
  • -
  • Promisified methods
  • -
  • Proxy support
  • -
  • Support node.js and browser
  • -
  • Written in typescript
  • -
- -

Install

-
-
$ npm install -S megalodon
+megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

megalodon

+ +

Megalodon

+
+

Test +NPM Version +GitHub release +npm +NPM

+

A Mastodon, Pleroma and Misskey API Client library for node.js and browser. It provides REST API and streaming methods. +By using this library, you can take Mastodon, Pleroma and Misskey with the same interface.

+ + +

!!Migrate v2.x to v3.0.0

+
+

There are some breaking changes, so you can not update megalodon out of the box. +Please refer migration guide before you update megalodon version.

+ + +

Features

+
+
    +
  • REST API
  • +
  • Streaming with Server-Sent Event
  • +
  • Streaming with WebSocket
  • +
  • Promisified methods
  • +
  • Proxy support
  • +
  • Support node.js and browser
  • +
  • Written in typescript
  • +
+ + +

Install

+
+
$ npm install -S megalodon
 
-

or

-
$ yarn add megalodon
+

or

+
$ yarn add megalodon
 
- -

Build for browser

-
-

Important: In browser, you can not use proxy.

-

If you want to build for browser, please use Webpack and set empty value for these libraries.

-
    -
  • net
  • -
  • tls
  • -
  • dns
  • -
-
  node: {
-    net: 'empty',
-    tls: 'empty',
-    dns: 'empty'
-  }
+
+
+  

Build for browser

+
+

Important: In browser, you can not use proxy.

+

If you want to build for browser, please use Webpack and set empty value for these libraries.

+
    +
  • net
  • +
  • tls
  • +
  • dns
  • +
+
  node: {
net: 'empty',
tls: 'empty',
dns: 'empty'
}
-

These libraries are for node.js, so can not use in browser.

-

Here is example Webpack configuration.

- -

Usage

-
-

I prepared examples, and please refer documents about each methods.

-

I explain some typical methods. - At first, please get your access token for a fediverse server. - If you don't have access token, or you want to register applications and get access token programmably, please refer Authorization section.

- -

Home timeline

-
-
import generator, { Entity, Response } from 'megalodon'
+

These libraries are for node.js, so can not use in browser.

+

Here is example Webpack configuration.

-const BASE_URL: string = 'https://mastodon.social' -const access_token: string = '...' + +

Usage

+
+

I prepared examples, and please refer documents about each methods.

+

I explain some typical methods. +At first, please get your access token for a fediverse server. +If you don't have access token, or you want to register applications and get access token programmably, please refer Authorization section.

-const client = generator('mastodon', BASE_URL, access_token) -client.getHomeTimeline() - .then((res: Response<Array<Entity.Status>>) => { - console.log(res.data) - }) + +

Home timeline

+
+
import generator, { Entity, Response } from 'megalodon'

const BASE_URL: string = 'https://mastodon.social'
const access_token: string = '...'

const client = generator('mastodon', BASE_URL, access_token)
client.getHomeTimeline()
.then((res: Response<Array<Entity.Status>>) => {
console.log(res.data)
})
- -

Post toot

-
-
import generator, { Entity, Response } from 'megalodon'
 
-const BASE_URL: string = 'https://mastodon.social'
-const access_token: string = '...'
-const toot: string = 'test toot'
-
-const client = generator('mastodon', BASE_URL, access_token)
-client.postStatus(toot)
-  .then((res: Response<Entity.Status>) => {
-    console.log(res.data)
-  })
+
+  

Post toot

+
+
import generator, { Entity, Response } from 'megalodon'

const BASE_URL: string = 'https://mastodon.social'
const access_token: string = '...'
const toot: string = 'test toot'

const client = generator('mastodon', BASE_URL, access_token)
client.postStatus(toot)
.then((res: Response<Entity.Status>) => {
console.log(res.data)
})
- -

Post medias

-
-

Please provide a file to the argument.

-
import generator, { Entity, Response } from 'megalodon'
-import fs from 'fs'
 
-const BASE_URL: string = 'https://mastodon.social'
-const access_token: string = '...'
-const image = fs.readFileSync("test.image")
-
-const client = generator('mastodon', BASE_URL, access_token)
-client.uploadMedia(image)
-  .then((res: Response<Entity.Attachment>) => {
-    console.log(res.data)
-  })
+
+  

Post medias

+
+

Please provide a file to the argument.

+
import generator, { Entity, Response } from 'megalodon'
import fs from 'fs'

const BASE_URL: string = 'https://mastodon.social'
const access_token: string = '...'
const image = fs.readFileSync("test.image")

const client = generator('mastodon', BASE_URL, access_token)
client.uploadMedia(image)
.then((res: Response<Entity.Attachment>) => {
console.log(res.data)
})
- -

WebSocket streaming

-
-

Mastodon, Pleroma and Misskey provide WebSocket for streaming.

-
import generator, { Entity, WebSocketInterface } from 'megalodon'
 
-const BASE_URL: string = 'wss://pleroma.io'
-const access_token: string = '...'
-
-const client = generator('pleroma', BASE_URL, access_token)
-const stream: WebSocketInterface = client.userSocket()
-
-stream.on('connect', () => {
-  console.log('connect')
-})
-
-stream.on('update', (status: Entity.Status) => {
-  console.log(status)
-})
-
-stream.on('notification', (notification: Entity.Notification) => {
-  console.log(notification)
-})
-
-stream.on('delete', (id: number) => {
-  console.log(id)
-})
-
-stream.on('error', (err: Error) => {
-  console.error(err)
-})
-
-stream.on('heartbeat', () => {
-  console.log('thump.')
-})
-
-stream.on('close', () => {
-  console.log('close')
-})
-
-stream.on('parser-error', (err: Error) => {
-  console.error(err)
-})
+
+  

WebSocket streaming

+
+

Mastodon, Pleroma and Misskey provide WebSocket for streaming.

+
import generator, { Entity, WebSocketInterface } from 'megalodon'

const BASE_URL: string = 'wss://pleroma.io'
const access_token: string = '...'

const client = generator('pleroma', BASE_URL, access_token)
const stream: WebSocketInterface = client.userSocket()

stream.on('connect', () => {
console.log('connect')
})

stream.on('update', (status: Entity.Status) => {
console.log(status)
})

stream.on('notification', (notification: Entity.Notification) => {
console.log(notification)
})

stream.on('delete', (id: number) => {
console.log(id)
})

stream.on('error', (err: Error) => {
console.error(err)
})

stream.on('heartbeat', () => {
console.log('thump.')
})

stream.on('close', () => {
console.log('close')
})

stream.on('parser-error', (err: Error) => {
console.error(err)
})
- -

HTTP Streaming

-
-

Mastodon provides HTTP streaming.

-
import generator, { Entity, StreamListenerInterface } from 'megalodon'
 
-const BASE_URL: string = 'https://mastodon.social'
-const access_token: string = '...'
-
-const client = generator('mastodon', BASE_URL, access_token)
-const stream: StreamListenerInterface
-
-stream.on('update', (status: Entity.Status) => {
-  console.log(status)
-})
-
-stream.on('notification', (notification: Entity.Notification) => {
-  console.log(notification)
-})
-
-stream.on('delete', (id: number) => {
-  console.log(id)
-})
-
-stream.on('error', (err: Error) => {
-  console.error(err)
-})
-
-stream.on('heartbeat', () => {
-  console.log('thump.')
-})
+
+  

HTTP Streaming

+
+

Mastodon provides HTTP streaming.

+
import generator, { Entity, StreamListenerInterface } from 'megalodon'

const BASE_URL: string = 'https://mastodon.social'
const access_token: string = '...'

const client = generator('mastodon', BASE_URL, access_token)
const stream: StreamListenerInterface

stream.on('update', (status: Entity.Status) => {
console.log(status)
})

stream.on('notification', (notification: Entity.Notification) => {
console.log(notification)
})

stream.on('delete', (id: number) => {
console.log(id)
})

stream.on('error', (err: Error) => {
console.error(err)
})

stream.on('heartbeat', () => {
console.log('thump.')
})
- -

Authorization

-
-

You can register applications, and get access tokens to use this method.

-
import generator, { OAuth } from 'megalodon'
 
-const BASE_URL: string = 'https://mastodon.social'
-
-let clientId: string
-let clientSecret: string
-
-const client = generator('mastodon', BASE_URL)
-
-client.registerApp('Test App')
-  .then(appData => {
-    clientId = appData.clientId
-    clientSecret = appData.clientSecret
-    console.log('Authorization URL is generated.')
-    console.log(appData.url)
-  })
+
+  

Authorization

+
+

You can register applications, and get access tokens to use this method.

+
import generator, { OAuth } from 'megalodon'

const BASE_URL: string = 'https://mastodon.social'

let clientId: string
let clientSecret: string

const client = generator('mastodon', BASE_URL)

client.registerApp('Test App')
.then(appData => {
clientId = appData.clientId
clientSecret = appData.clientSecret
console.log('Authorization URL is generated.')
console.log(appData.url)
})
-

Please open Autorhization URL in your browser, and authorize this app. - In this time, you can get authorization code.

-

After that, get an access token.

-
const code = '...' // Authorization code
-
-client.fetchAccessToken(clientId, clientSecret, code)
-})
-  .then((tokenData: OAuth.TokenData) => {
-    console.log(tokenData.accessToken)
-    console.log(tokenData.refreshToken)
-  })
-  .catch((err: Error) => console.error(err))
+

Please open Autorhization URL in your browser, and authorize this app. +In this time, you can get authorization code.

+

After that, get an access token.

+
const code = '...' // Authorization code

client.fetchAccessToken(clientId, clientSecret, code)
})
.then((tokenData: OAuth.TokenData) => {
console.log(tokenData.accessToken)
console.log(tokenData.refreshToken)
})
.catch((err: Error) => console.error(err))
- -

Detect each SNS

-
-

You have to provide SNS name mastodon, pleroma or misskey to generator function. - But when you only know the URL and not the SNS, detector function can detect the SNS.

-
import { detector } from 'megalodon'
 
-const URL = 'https://misskey.io'
-
-const sns = await detector(URL)
-console.log(sns)
+
+  

Detect each SNS

+
+

You have to provide SNS name mastodon, pleroma or misskey to generator function. +But when you only know the URL and not the SNS, detector function can detect the SNS.

+
import { detector } from 'megalodon'

const URL = 'https://misskey.io'

const sns = await detector(URL)
console.log(sns)
- -

License

-
-

The software is available as open source under the terms of the MIT License.

-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

License

+
+

The software is available as open source under the terms of the MIT License.

+

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/MegalodonInterface.html b/docs/interfaces/MegalodonInterface.html new file mode 100644 index 0000000..67cbc08 --- /dev/null +++ b/docs/interfaces/MegalodonInterface.html @@ -0,0 +1,756 @@ +MegalodonInterface | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MegalodonInterface

Hierarchy

  • MegalodonInterface

Implemented by

Index

Methods

Methods

acceptFollowRequest

addAccountsToList

  • addAccountsToList(id: string, account_ids: string[]): Promise<Response<{}>>
  • +

    POST /api/v1/lists/:id/accounts

    +

    Parameters

    • id: string
      +

      Target list ID.

      +
    • account_ids: string[]
      +

      Array of account IDs to add to the list.

      +

    Returns Promise<Response<{}>>

blockAccount

blockDomain

  • blockDomain(domain: string): Promise<Response<{}>>

bookmarkStatus

cancel

  • cancel(): void

cancelScheduledStatus

  • cancelScheduledStatus(id: string): Promise<Response<{}>>
  • +

    DELETE /api/v1/scheduled_statuses/:id

    +

    Parameters

    • id: string
      +

      Target scheduled status ID.

      +

    Returns Promise<Response<{}>>

createApp

  • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    Call /api/v1/apps

    +

    Create an application.

    +

    Parameters

    • client_name: string
      +

      your application's name

      +
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      +

      Form Data

      +

    Returns Promise<AppData>

createEmojiReaction

  • createEmojiReaction(id: string, emoji: string): Promise<Response<Status>>

createFeaturedTag

createFilter

  • createFilter(phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    POST /api/v1/filters

    +

    Parameters

    • phrase: string
      +

      Text to be filtered.

      +
    • context: string[]
      +

      Array of enumerable strings home, notifications, public, thread, account. At least one context must be specified.

      +
    • Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
        +

        ISO 8601 Datetime for when the filter expires.

        +
      • Optional irreversible?: boolean
        +

        Should the server irreversibly drop matching entities from home and notifications?

        +
      • Optional whole_word?: boolean
        +

        Consider word boundaries?

        +

    Returns Promise<Response<Filter>>

    Filter

    +

createList

deleteAccountsFromList

  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<Response<{}>>
  • +

    DELETE /api/v1/lists/:id/accounts

    +

    Parameters

    • id: string
      +

      Target list ID.

      +
    • account_ids: string[]
      +

      Array of account IDs to add to the list.

      +

    Returns Promise<Response<{}>>

deleteConversation

  • deleteConversation(id: string): Promise<Response<{}>>
  • +

    DELETE /api/v1/conversations/:id

    +

    Parameters

    • id: string
      +

      Target conversation ID.

      +

    Returns Promise<Response<{}>>

deleteEmojiReaction

  • deleteEmojiReaction(id: string, emoji: string): Promise<Response<Status>>

deleteFeaturedTag

  • deleteFeaturedTag(id: string): Promise<Response<{}>>
  • +

    DELETE /api/v1/featured_tags/:id

    +

    Parameters

    • id: string
      +

      Target featured tag id.

      +

    Returns Promise<Response<{}>>

    Empty

    +

deleteFilter

deleteList

  • deleteList(id: string): Promise<Response<{}>>

deletePushSubscription

  • deletePushSubscription(): Promise<Response<{}>>

deleteStatus

  • deleteStatus(id: string): Promise<Response<{}>>
  • +

    DELETE /api/v1/statuses/:id

    +

    Parameters

    • id: string
      +

      The target status id.

      +

    Returns Promise<Response<{}>>

    Status

    +

directSocket

directStream

dismissNotification

  • dismissNotification(id: string): Promise<Response<{}>>
  • +

    POST /api/v1/notifications/:id/dismiss

    +

    Parameters

    • id: string
      +

      Target notification ID.

      +

    Returns Promise<Response<{}>>

dismissNotifications

  • dismissNotifications(): Promise<Response<{}>>

favouriteStatus

fetchAccessToken

  • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
  • +

    POST /oauth/token

    +

    Fetch OAuth access token. +Get an access token based client_id and client_secret and authorization code.

    +

    Parameters

    • client_id: null | string
      +

      will be generated by #createApp or #registerApp

      +
    • client_secret: string
      +

      will be generated by #createApp or #registerApp

      +
    • code: string
      +

      will be generated by the link of #generateAuthUrl or #registerApp

      +
    • Optional redirect_uri: string
      +

      must be the same uri as the time when you register your OAuth application

      +

    Returns Promise<TokenData>

followAccount

  • +

    POST /api/v1/accounts/:id/follow

    +

    Parameters

    • id: string
      +

      The account ID.

      +
    • Optional options: { reblog?: boolean }
      • Optional reblog?: boolean

    Returns Promise<Response<Relationship>>

    Relationship

    +

getAccount

getAccountFavourites

  • getAccountFavourites(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/pleroma/accounts/:id/favourites

    +

    Parameters

    • id: string
      +

      Target account ID.

      +
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return.

        +
      • Optional max_id?: string
        +

        Return results order than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getAccountFollowers

  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/accounts/:id/followers

    +

    Parameters

    • id: string
      +

      The account ID.

      +
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Account[]>>

    The array of accounts.

    +

getAccountFollowing

  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/accounts/:id/following

    +

    Parameters

    • id: string
      +

      The account ID.

      +
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Account[]>>

    The array of accounts.

    +

getAccountLists

getAccountStatuses

  • getAccountStatuses(id: string, options?: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/accounts/:id/statuses

    +

    Parameters

    • id: string
      +

      The account ID.

      +
    • Optional options: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }
      • Optional exclude_reblogs?: boolean
        +

        Return statuses which exclude reblogs.

        +
      • Optional exclude_replies?: boolean
        +

        Return statuses which exclude replies.

        +
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional only_media?: boolean
        +

        Show only statuses with media attached? Defaults to false.

        +
      • Optional pinned?: boolean
        +

        Return statuses which include pinned statuses.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Account's statuses.

    +

getAccountsInList

  • getAccountsInList(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/lists/:id/accounts

    +

    Parameters

    • id: string
      +

      Target list ID.

      +
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getBlocks

  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/blocks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getBookmarks

  • getBookmarks(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/bookmarks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getConversationTimeline

  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Conversation[]>>
  • +

    GET /api/v1/conversations

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Conversation[]>>

    Array of statuses.

    +

getDomainBlocks

  • getDomainBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<string[]>>
  • +

    GET /api/v1/domain_blocks

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +

    Returns Promise<Response<string[]>>

    Array of domain name.

    +

getEmojiReaction

getEmojiReactions

getEndorsements

  • getEndorsements(options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/endorsements

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getFavourites

  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/favourites

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getFeaturedTags

getFilter

getFilters

getFollowRequests

  • +

    GET /api/v1/follow_requests

    +

    Parameters

    • Optional limit: number
      +

      Maximum number of results.

      +

    Returns Promise<Response<Account[]>>

    Array of account.

    +

getHomeTimeline

  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/home

    +

    Parameters

    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional local?: boolean
        +

        Show only local statuses? Defaults to false.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getIdentityProof

getInstance

getInstanceActivity

getInstanceCustomEmojis

getInstanceDirectory

  • getInstanceDirectory(options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<Response<Account[]>>
  • +

    GET /api/v1/directory

    +

    Parameters

    • Optional options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      • Optional limit?: number
        +

        How many accounts to load. Default 40.

        +
      • Optional local?: boolean
        +

        Only return local accounts.

        +
      • Optional offset?: number
        +

        How many accounts to skip before returning results. Default 0.

        +
      • Optional order?: "active" | "new"
        +

        Order of results.

        +

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getInstancePeers

  • getInstancePeers(): Promise<Response<string[]>>

getInstanceTrends

  • getInstanceTrends(limit?: null | number): Promise<Response<Tag[]>>
  • +

    GET /api/v1/trends

    +

    Parameters

    • Optional limit: null | number
      +

      Maximum number of results to return. Defaults to 10.

      +

    Returns Promise<Response<Tag[]>>

getList

getListTimeline

  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/list/:list_id

    +

    Parameters

    • list_id: string
      +

      Local ID of the list in the database.

      +
    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getLists

getLocalTimeline

  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/public

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional only_media?: boolean
        +

        Show only statuses with media attached? Defaults to false.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getMarkers

getMutes

  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/mutes

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getNotification

getNotifications

  • getNotifications(options?: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<Notification[]>>
  • +

    GET /api/v1/notifications

    +

    Parameters

    • Optional options: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional account_id?: string
        +

        Return only notifications received from this account.

        +
      • Optional exclude_types?: string[]
        +

        Array of types to exclude.

        +
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Notification[]>>

    Array of notifications.

    +

getPoll

getPreferences

getPublicTimeline

  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/public

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional only_media?: boolean
        +

        Show only statuses with media attached? Defaults to false.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

getPushSubscription

getRelationship

getRelationships

getScheduledStatus

getScheduledStatuses

  • getScheduledStatuses(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<Response<ScheduledStatus[]>>
  • +

    GET /api/v1/scheduled_statuses

    +

    Parameters

    • Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<ScheduledStatus[]>>

    Array of scheduled statuses.

    +

getStatus

getStatusContext

  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<Response<Context>>
  • +

    GET /api/v1/statuses/:id/context

    +

    Get parent and child statuses.

    +

    Parameters

    • id: string
      +

      The target status id.

      +
    • Optional options: { limit?: number; max_id?: string; since_id?: string }
      • Optional limit?: number
      • Optional max_id?: string
      • Optional since_id?: string

    Returns Promise<Response<Context>>

    Context

    +

getStatusFavouritedBy

getStatusRebloggedBy

getSuggestedTags

getSuggestions

  • +

    GET /api/v1/suggestions

    +

    Parameters

    • Optional limit: number
      +

      Maximum number of results.

      +

    Returns Promise<Response<Account[]>>

    Array of accounts.

    +

getTagTimeline

  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<Response<Status[]>>
  • +

    GET /api/v1/timelines/tag/:hashtag

    +

    Parameters

    • hashtag: string
      +

      Content of a #hashtag, not including # symbol.

      +
    • Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 20.

        +
      • Optional local?: boolean
        +

        Show only local statuses? Defaults to false.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than ID.

        +
      • Optional only_media?: boolean
        +

        Show only statuses with media attached? Defaults to false.

        +
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Status[]>>

    Array of statuses.

    +

listSocket

listStream

localSocket

localStream

muteAccount

  • +

    POST /api/v1/accounts/:id/mute

    +

    Parameters

    • id: string
      +

      The account ID.

      +
    • notifications: boolean
      +

      Mute notifications in addition to statuses.

      +

    Returns Promise<Response<Relationship>>

    Relationship

    +

muteStatus

pinAccount

pinStatus

postStatus

  • postStatus(status: string, options?: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<Response<Status>>
  • +

    POST /api/v1/statuses

    +

    Parameters

    • status: string
      +

      Text content of status.

      +
    • Optional options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      • Optional in_reply_to_id?: string
        +

        ID of the status being replied to, if status is a reply.

        +
      • Optional language?: string
        +

        ISO 639 language code for this status.

        +
      • Optional media_ids?: string[]
        +

        Array of Attachment ids.

        +
      • Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        +

        Poll object.

        +
        • expires_in: number
        • Optional hide_totals?: boolean
        • Optional multiple?: boolean
        • options: string[]
      • Optional quote_id?: string
        +

        ID of the status being quoted to, if status is a quote.

        +
      • Optional scheduled_at?: string
        +

        ISO 8601 Datetime at which to schedule a status.

        +
      • Optional sensitive?: boolean
        +

        Mark status and attached media as sensitive?

        +
      • Optional spoiler_text?: string
        +

        Text to be shown as a warning or subject before the actual content.

        +
      • Optional visibility?: "public" | "unlisted" | "private" | "direct"
        +

        Visibility of the posted status.

        +

    Returns Promise<Response<Status>>

    Status

    +

publicSocket

publicStream

readConversation

reblogStatus

refreshToken

  • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
  • +

    POST /oauth/token

    +

    Refresh OAuth access token. +Send refresh token and get new access token.

    +

    Parameters

    • client_id: string
      +

      will be generated by #createApp or #registerApp

      +
    • client_secret: string
      +

      will be generated by #createApp or #registerApp

      +
    • refresh_token: string
      +

      will be get #fetchAccessToken

      +

    Returns Promise<TokenData>

registerAccount

  • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<Response<Token>>
  • +

    POST /api/v1/accounts

    +

    Parameters

    • username: string
      +

      Username for the account.

      +
    • email: string
      +

      Email for the account.

      +
    • password: string
      +

      Password for the account.

      +
    • agreement: boolean
      +

      Whether the user agrees to the local rules, terms, and policies.

      +
    • locale: string
      +

      The language of the confirmation email that will be sent

      +
    • Optional reason: null | string
      +

      Text that will be reviewed by moderators if registrations require manual approval.

      +

    Returns Promise<Response<Token>>

    An account token.

    +

registerApp

  • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • +

    First, call createApp to get client_id and client_secret. +Next, call generateAuthUrl to get authorization url.

    +

    Parameters

    • client_name: string
      +

      Form Data, which is sent to /api/v1/apps

      +
    • options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      +

      Form Data, which is sent to /api/v1/apps. and properties should be snake_case

      +

    Returns Promise<AppData>

rejectFollowRequest

report

  • report(account_id: string, comment: string, options?: { forward?: boolean; status_ids?: string[] }): Promise<Response<Report>>
  • +

    POST /api/v1/reports

    +

    Parameters

    • account_id: string
      +

      Target account ID.

      +
    • comment: string
      +

      Reason of the report.

      +
    • Optional options: { forward?: boolean; status_ids?: string[] }
      • Optional forward?: boolean
        +

        If the account is remote, should the report be forwarded to the remote admin?

        +
      • Optional status_ids?: string[]
        +

        Array of Statuses ids to attach to the report.

        +

    Returns Promise<Response<Report>>

    Report

    +

revokeToken

  • revokeToken(client_id: string, client_secret: string, token: string): Promise<Response<{}>>
  • +

    POST /oauth/revoke

    +

    Revoke an OAuth token.

    +

    Parameters

    • client_id: string
      +

      will be generated by #createApp or #registerApp

      +
    • client_secret: string
      +

      will be generated by #createApp or #registerApp

      +
    • token: string
      +

      will be get #fetchAccessToken

      +

    Returns Promise<Response<{}>>

saveMarkers

  • saveMarkers(options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<Response<Marker>>
  • +

    POST /api/v1/markers

    +

    Parameters

    • Optional options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      • Optional home?: { last_read_id: string }
        +

        Marker position of the last read status ID in home timeline.

        +
        • last_read_id: string
      • Optional notifications?: { last_read_id: string }
        +

        Marker position of the last read notification ID in notifications.

        +
        • last_read_id: string

    Returns Promise<Response<Marker>>

    Marker.

    +

scheduleStatus

  • +

    PUT /api/v1/scheduled_statuses/:id

    +

    Parameters

    • id: string
      +

      Target scheduled status ID.

      +
    • Optional scheduled_at: null | string
      +

      ISO 8601 Datetime at which the status will be published.

      +

    Returns Promise<Response<ScheduledStatus>>

    ScheduledStatus.

    +

search

  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<Response<Results>>
  • +

    GET /api/v2/search

    +

    Parameters

    • q: string
      +

      The search query.

      +
    • type: "accounts" | "hashtags" | "statuses"
      +

      Enum of search target.

      +
    • Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      • Optional account_id?: string
        +

        If provided, statuses returned will be authored only by this account.

        +
      • Optional exclude_unreviewed?: boolean
        +

        Filter out unreviewed tags? Defaults to false.

        +
      • Optional following?: boolean
        +

        Only include accounts that the user is following. Defaults to false.

        +
      • Optional limit?: number
        +

        Maximum number of results to load, per type. Defaults to 20. Max 40.

        +
      • Optional max_id?: string
        +

        Return results older than this id.

        +
      • Optional min_id?: string
        +

        Return results immediately newer than this id.

        +
      • Optional offset?: number
      • Optional resolve?: boolean
        +

        Attempt WebFinger lookup. Defaults to false.

        +

    Returns Promise<Response<Results>>

    Results.

    +

searchAccount

  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<Response<Account[]>>
  • +

    GET /api/v1/accounts/search

    +

    Parameters

    • q: string
      +

      Search query.

      +
    • Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      • Optional following?: boolean
      • Optional limit?: number
        +

        Max number of results to return. Defaults to 40.

        +
      • Optional max_id?: string
        +

        Return results older than ID.

        +
      • Optional resolve?: boolean
      • Optional since_id?: string
        +

        Return results newer than ID.

        +

    Returns Promise<Response<Account[]>>

    The array of accounts.

    +

subscribeAccount

subscribePushNotification

  • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>
  • +

    POST /api/v1/push/subscription

    +

    Parameters

    • subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      • endpoint: string
      • keys: { auth: string; p256dh: string }
        • auth: string
        • p256dh: string
    • Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }

    Returns Promise<Response<PushSubscription>>

    PushSubscription.

    +

tagSocket

tagStream

unblockAccount

unblockDomain

  • unblockDomain(domain: string): Promise<Response<{}>>

unbookmarkStatus

unfavouriteStatus

unfollowAccount

unmuteAccount

unmuteStatus

unpinAccount

unpinStatus

unreblogStatus

unsubscribeAccount

updateCredentials

  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }): Promise<Response<Account>>
  • +

    PATCH /api/v1/accounts/update_credentials

    +

    Parameters

    • Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }
      • Optional avatar?: string
      • Optional bot?: boolean
      • Optional discoverable?: boolean
      • Optional display_name?: string
      • Optional fields_attributes?: { name: string; value: string }[]
      • Optional header?: string
      • Optional locked?: boolean
      • Optional note?: string
      • Optional source?: { language?: string; privacy?: string; sensitive?: boolean }
        • Optional language?: string
        • Optional privacy?: string
        • Optional sensitive?: boolean

    Returns Promise<Response<Account>>

    An account.

    +

updateFilter

  • updateFilter(id: string, phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<Response<Filter>>
  • +

    PUT /api/v1/filters/:id

    +

    Parameters

    • id: string
      +

      The filter ID.

      +
    • phrase: string
      +

      Text to be filtered.

      +
    • context: string[]
      +

      Array of enumerable strings home, notifications, public, thread, account. At least one context must be specified.

      +
    • Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      • Optional expires_in?: string
        +

        ISO 8601 Datetime for when the filter expires.

        +
      • Optional irreversible?: boolean
        +

        Should the server irreversibly drop matching entities from home and notifications?

        +
      • Optional whole_word?: boolean
        +

        Consider word boundaries?

        +

    Returns Promise<Response<Filter>>

    Filter

    +

updateList

  • updateList(id: string, title: string): Promise<Response<List>>
  • +

    PUT /api/v1/lists/:id

    +

    Parameters

    • id: string
      +

      Target list ID.

      +
    • title: string
      +

      New list name.

      +

    Returns Promise<Response<List>>

    List.

    +

updateMedia

  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }): Promise<Response<Attachment>>
  • +

    PUT /api/v1/media/:id

    +

    Parameters

    • id: string
      +

      Target media ID.

      +
    • Optional options: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }
      • Optional description?: string
        +

        A plain-text description of the media.

        +
      • Optional file?: any
        +

        The file to be attached, using multipart form data.

        +
      • Optional focus?: string
        +

        Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0.

        +
      • Optional is_sensitive?: boolean
        +

        Whether the media is sensitive.

        +

    Returns Promise<Response<Attachment>>

    Attachment

    +

updatePushSubscription

  • updatePushSubscription(data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<Response<PushSubscription>>
  • +

    PUT /api/v1/push/subscription

    +

    Parameters

    • Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }

    Returns Promise<Response<PushSubscription>>

    PushSubscription.

    +

uploadMedia

  • uploadMedia(file: any, options?: { description?: string; focus?: string }): Promise<Response<Attachment>>
  • +

    POST /api/v1/media

    +

    Parameters

    • file: any
      +

      The file to be attached, using multipart form data.

      +
    • Optional options: { description?: string; focus?: string }
      • Optional description?: string
        +

        A plain-text description of the media.

        +
      • Optional focus?: string
        +

        Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0.

        +

    Returns Promise<Response<Attachment>>

    Attachment

    +

userSocket

userStream

verifyAccountCredentials

verifyAppCredentials

votePoll

  • votePoll(id: string, choices: number[], status_id?: null | string): Promise<Response<Poll>>
  • +

    POST /api/v1/polls/:id/votes

    +

    Parameters

    • id: string
      +

      Target poll ID.

      +
    • choices: number[]
      +

      Array of own votes containing index for each option (starting from 0).

      +
    • Optional status_id: null | string

    Returns Promise<Response<Poll>>

    Poll

    +

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/StreamListenerInterface.html b/docs/interfaces/StreamListenerInterface.html new file mode 100644 index 0000000..fd8b3ed --- /dev/null +++ b/docs/interfaces/StreamListenerInterface.html @@ -0,0 +1 @@ +StreamListenerInterface | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StreamListenerInterface

Hierarchy

  • StreamListenerInterface

Index

Methods

on

once

removeAllListeners

removeListener

start

  • start(): void

stop

  • stop(): void

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WebSocketInterface.html b/docs/interfaces/WebSocketInterface.html new file mode 100644 index 0000000..e4b0b8f --- /dev/null +++ b/docs/interfaces/WebSocketInterface.html @@ -0,0 +1 @@ +WebSocketInterface | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebSocketInterface

Hierarchy

  • WebSocketInterface

Index

Methods

on

  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns WebSocketInterface

once

  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns WebSocketInterface

removeAllListeners

removeListener

  • removeListener(event: string | symbol, listener: (...args: any[]) => void): WebSocketInterface
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns WebSocketInterface

start

  • start(): void

stop

  • stop(): void

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/mastodon_api_client.default.interface.html b/docs/interfaces/mastodon_api_client.default.interface.html deleted file mode 100644 index fff3cae..0000000 --- a/docs/interfaces/mastodon_api_client.default.interface.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - Interface | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Interface

-
-
-
-
-
-
-
-
-
-

Interface

-
-
-
-
-

Hierarchy

-
    -
  • - Interface -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

del

-
    -
  • del<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

get

-
    -
  • get<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

patch

-
    -
  • patch<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

post

-
    -
  • post<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

put

-
    -
  • put<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

socket

-
    -
  • socket(path: string, stream: string, params?: string): default
  • -
- -
-
- -

stream

-
    -
  • stream(path: string, reconnectInterval?: number): default
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Method
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/megalodon.megalodoninterface.html b/docs/interfaces/megalodon.megalodoninterface.html deleted file mode 100644 index 59b2467..0000000 --- a/docs/interfaces/megalodon.megalodoninterface.html +++ /dev/null @@ -1,5397 +0,0 @@ - - - - - - MegalodonInterface | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface MegalodonInterface

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - MegalodonInterface -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

acceptFollowRequest

- -
    -
  • - -
    -
    -

    POST /api/v1/follow_requests/:id/authorize

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship.

    -
  • -
-
-
- -

addAccountsToList

-
    -
  • addAccountsToList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/lists/:id/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target list ID.

      -
      -
    • -
    • -
      account_ids: string[]
      -
      -

      Array of account IDs to add to the list.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

blockAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/block

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

blockDomain

-
    -
  • blockDomain(domain: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    POST/api/v1/domain_blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      domain: string
      -
      -

      Domain to block.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

bookmarkStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/bookmark

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status.

    -
  • -
-
-
- -

cancel

-
    -
  • cancel(): void
  • -
-
    -
  • - -
    -
    -

    Cancel all requests in this instance.

    -
    -
    -

    Returns void

    -

    void

    -
  • -
-
-
- -

cancelScheduledStatus

-
    -
  • cancelScheduledStatus(id: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/scheduled_statuses/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target scheduled status ID.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

createApp

-
    -
  • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    Call /api/v1/apps

    -
    -

    Create an application.

    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
      -

      your application's name

      -
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      -
      -

      Form Data

      -
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

createEmojiReaction

-
    -
  • createEmojiReaction(id: string, emoji: string): Promise<default<Status>>
  • -
- -
-
- -

createFeaturedTag

- -
    -
  • - -
    -
    -

    POST /api/v1/featured_tags

    -
    -
    -

    Parameters

    -
      -
    • -
      name: string
      -
      -

      Target hashtag name.

      -
      -
    • -
    -

    Returns Promise<default<FeaturedTag>>

    -

    FeaturedTag.

    -
  • -
-
-
- -

createFilter

-
    -
  • createFilter(phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/filters

    -
    -
    -

    Parameters

    -
      -
    • -
      phrase: string
      -
      -

      Text to be filtered.

      -
      -
    • -
    • -
      context: string[]
      -
      -

      Array of enumerable strings home, notifications, public, thread, account. At least one context must be specified.

      -
      -
    • -
    • -
      Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
        -

        ISO 8601 Datetime for when the filter expires.

        -
        -
      • -
      • -
        Optional irreversible?: boolean
        -
        -

        Should the server irreversibly drop matching entities from home and notifications?

        -
        -
      • -
      • -
        Optional whole_word?: boolean
        -
        -

        Consider word boundaries?

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Filter

    -
  • -
-
-
- -

createList

-
    -
  • createList(title: string): Promise<default<List>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/lists

    -
    -
    -

    Parameters

    -
      -
    • -
      title: string
      -
      -

      List name.

      -
      -
    • -
    -

    Returns Promise<default<List>>

    -

    List.

    -
  • -
-
-
- -

deleteAccountsFromList

-
    -
  • deleteAccountsFromList(id: string, account_ids: string[]): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/lists/:id/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target list ID.

      -
      -
    • -
    • -
      account_ids: string[]
      -
      -

      Array of account IDs to add to the list.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

deleteConversation

-
    -
  • deleteConversation(id: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/conversations/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target conversation ID.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

deleteEmojiReaction

-
    -
  • deleteEmojiReaction(id: string, emoji: string): Promise<default<Status>>
  • -
- -
-
- -

deleteFeaturedTag

-
    -
  • deleteFeaturedTag(id: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/featured_tags/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target featured tag id.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -

    Empty

    -
  • -
-
-
- -

deleteFilter

- -
    -
  • - -
    -
    -

    DELETE /api/v1/filters/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The filter ID.

      -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Removed filter.

    -
  • -
-
-
- -

deleteList

-
    -
  • deleteList(id: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/lists/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target list ID.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

deletePushSubscription

-
    -
  • deletePushSubscription(): Promise<default<{}>>
  • -
- -
-
- -

deleteStatus

-
    -
  • deleteStatus(id: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/statuses/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -

    Status

    -
  • -
-
-
- -

directSocket

- - -
-
- -

directStream

- - -
-
- -

dismissNotification

-
    -
  • dismissNotification(id: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/notifications/:id/dismiss

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target notification ID.

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

dismissNotifications

-
    -
  • dismissNotifications(): Promise<default<{}>>
  • -
- -
-
- -

favouriteStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/favourite

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status.

    -
  • -
-
-
- -

fetchAccessToken

-
    -
  • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/token

    -
    -

    Fetch OAuth access token. - Get an access token based client_id and client_secret and authorization code.

    -
    -

    Parameters

    -
      -
    • -
      client_id: null | string
      -
      -

      will be generated by #createApp or #registerApp

      -
      -
    • -
    • -
      client_secret: string
      -
      -

      will be generated by #createApp or #registerApp

      -
      -
    • -
    • -
      code: string
      -
      -

      will be generated by the link of #generateAuthUrl or #registerApp

      -
      -
    • -
    • -
      Optional redirect_uri: string
      -
      -

      must be the same uri as the time when you register your OAuth application

      -
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

followAccount

-
    -
  • followAccount(id: string, options?: { reblog?: boolean }): Promise<default<Relationship>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/follow

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    • -
      Optional options: { reblog?: boolean }
      -
        -
      • -
        Optional reblog?: boolean
        -
      • -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

getAccount

- -
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Account>>

    -

    An account.

    -
  • -
-
-
- -

getAccountFavourites

-
    -
  • getAccountFavourites(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/pleroma/accounts/:id/favourites

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target account ID.

      -
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results order than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getAccountFollowers

-
    -
  • getAccountFollowers(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/followers

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    The array of accounts.

    -
  • -
-
-
- -

getAccountFollowing

-
    -
  • getAccountFollowing(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/following

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    The array of accounts.

    -
  • -
-
-
- -

getAccountLists

-
    -
  • getAccountLists(id: string): Promise<default<List[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/lists

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<List[]>>

    -

    The array of lists.

    -
  • -
-
-
- -

getAccountStatuses

-
    -
  • getAccountStatuses(id: string, options?: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    • -
      Optional options: { exclude_reblogs?: boolean; exclude_replies?: boolean; limit?: number; max_id?: string; only_media?: boolean; pinned?: boolean; since_id?: string }
      -
        -
      • -
        Optional exclude_reblogs?: boolean
        -
        -

        Return statuses which exclude reblogs.

        -
        -
      • -
      • -
        Optional exclude_replies?: boolean
        -
        -

        Return statuses which exclude replies.

        -
        -
      • -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional only_media?: boolean
        -
        -

        Show only statuses with media attached? Defaults to false.

        -
        -
      • -
      • -
        Optional pinned?: boolean
        -
        -

        Return statuses which include pinned statuses.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Account's statuses.

    -
  • -
-
-
- -

getAccountsInList

-
    -
  • getAccountsInList(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/lists/:id/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target list ID.

      -
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getBlocks

-
    -
  • getBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getBookmarks

-
    -
  • getBookmarks(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/bookmarks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getConversationTimeline

-
    -
  • getConversationTimeline(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Conversation[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/conversations

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Conversation[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getDomainBlocks

-
    -
  • getDomainBlocks(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<string[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/domain_blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<string[]>>

    -

    Array of domain name.

    -
  • -
-
-
- -

getEmojiReaction

-
    -
  • getEmojiReaction(id: string, emoji: string): Promise<default<Reaction>>
  • -
- -
-
- -

getEmojiReactions

- - -
-
- -

getEndorsements

-
    -
  • getEndorsements(options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/endorsements

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getFavourites

-
    -
  • getFavourites(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/favourites

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getFeaturedTags

- - -
-
- -

getFilter

- -
    -
  • - -
    -
    -

    GET /api/v1/filters/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The filter ID.

      -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Filter.

    -
  • -
-
-
- -

getFilters

- - -
-
- -

getFollowRequests

- -
    -
  • - -
    -
    -

    GET /api/v1/follow_requests

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional limit: number
      -
      -

      Maximum number of results.

      -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of account.

    -
  • -
-
-
- -

getHomeTimeline

-
    -
  • getHomeTimeline(options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/home

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional local?: boolean
        -
        -

        Show only local statuses? Defaults to false.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getIdentityProof

- -
    -
  • - -
    -
    -

    GET /api/v1/accounts/:id/identity_proofs

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<IdentityProof[]>>

    -

    Array of IdentityProof

    -
  • -
-
-
- -

getInstance

- - -
-
- -

getInstanceActivity

- - -
-
- -

getInstanceCustomEmojis

- - -
-
- -

getInstanceDirectory

-
    -
  • getInstanceDirectory(options?: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/directory

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; local?: boolean; offset?: number; order?: "active" | "new" }
      -
        -
      • -
        Optional limit?: number
        -
        -

        How many accounts to load. Default 40.

        -
        -
      • -
      • -
        Optional local?: boolean
        -
        -

        Only return local accounts.

        -
        -
      • -
      • -
        Optional offset?: number
        -
        -

        How many accounts to skip before returning results. Default 0.

        -
        -
      • -
      • -
        Optional order?: "active" | "new"
        -
        -

        Order of results.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getInstancePeers

-
    -
  • getInstancePeers(): Promise<default<string[]>>
  • -
- -
-
- -

getInstanceTrends

-
    -
  • getInstanceTrends(limit?: null | number): Promise<default<Tag[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/trends

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional limit: null | number
      -
      -

      Maximum number of results to return. Defaults to 10.

      -
      -
    • -
    -

    Returns Promise<default<Tag[]>>

    -
  • -
-
-
- -

getList

- -
    -
  • - -
    -
    -

    GET /api/v1/lists/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target list ID.

      -
      -
    • -
    -

    Returns Promise<default<List>>

    -

    List.

    -
  • -
-
-
- -

getListTimeline

-
    -
  • getListTimeline(list_id: string, options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/list/:list_id

    -
    -
    -

    Parameters

    -
      -
    • -
      list_id: string
      -
      -

      Local ID of the list in the database.

      -
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getLists

- - -
-
- -

getLocalTimeline

-
    -
  • getLocalTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/public

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional only_media?: boolean
        -
        -

        Show only statuses with media attached? Defaults to false.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getMarkers

-
    -
  • getMarkers(timeline: string[]): Promise<default<{} | Marker>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/markers

    -
    -
    -

    Parameters

    -
      -
    • -
      timeline: string[]
      -
    • -
    -

    Returns Promise<default<{} | Marker>>

    -

    Marker or empty object.

    -
  • -
-
-
- -

getMutes

-
    -
  • getMutes(options?: { limit?: number; max_id?: string; min_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/mutes

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getNotification

- -
    -
  • - -
    -
    -

    GET /api/v1/notifications/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target notification ID.

      -
      -
    • -
    -

    Returns Promise<default<Notification>>

    -

    Notification.

    -
  • -
-
-
- -

getNotifications

-
    -
  • getNotifications(options?: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<Notification[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/notifications

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { account_id?: string; exclude_types?: string[]; limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional account_id?: string
        -
        -

        Return only notifications received from this account.

        -
        -
      • -
      • -
        Optional exclude_types?: string[]
        -
        -

        Array of types to exclude.

        -
        -
      • -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Notification[]>>

    -

    Array of notifications.

    -
  • -
-
-
- -

getPoll

- -
    -
  • - -
    -
    -

    GET /api/v1/polls/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target poll ID.

      -
      -
    • -
    -

    Returns Promise<default<Poll>>

    -

    Poll

    -
  • -
-
-
- -

getPreferences

- - -
-
- -

getPublicTimeline

-
    -
  • getPublicTimeline(options?: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/public

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional only_media?: boolean
        -
        -

        Show only statuses with media attached? Defaults to false.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

getPushSubscription

- - -
-
- -

getRelationship

- -
    -
  • - -
    -
    -

    GET /api/v1/accounts/relationships

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

getRelationships

- -
    -
  • - -
    -
    -

    Get multiple relationships in one method

    -
    -
    -

    Parameters

    -
      -
    • -
      ids: string[]
      -
      -

      Array of account IDs.

      -
      -
    • -
    -

    Returns Promise<default<Relationship[]>>

    -

    Array of Relationship.

    -
  • -
-
-
- -

getScheduledStatus

- -
    -
  • - -
    -
    -

    GET /api/v1/scheduled_statuses/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target status ID.

      -
      -
    • -
    -

    Returns Promise<default<ScheduledStatus>>

    -

    ScheduledStatus.

    -
  • -
-
-
- -

getScheduledStatuses

-
    -
  • getScheduledStatuses(options?: { limit?: number; max_id?: string; min_id?: string; since_id?: string }): Promise<default<ScheduledStatus[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/scheduled_statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { limit?: number; max_id?: string; min_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<ScheduledStatus[]>>

    -

    Array of scheduled statuses.

    -
  • -
-
-
- -

getStatus

- -
    -
  • - -
    -
    -

    GET /api/v1/statuses/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

getStatusContext

-
    -
  • getStatusContext(id: string, options?: { limit?: number; max_id?: string; since_id?: string }): Promise<default<Context>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/statuses/:id/context

    -
    -

    Get parent and child statuses.

    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    • -
      Optional options: { limit?: number; max_id?: string; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
      • -
      • -
        Optional max_id?: string
        -
      • -
      • -
        Optional since_id?: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<Context>>

    -

    Context

    -
  • -
-
-
- -

getStatusFavouritedBy

- -
    -
  • - -
    -
    -

    GET /api/v1/statuses/:id/favourited_by

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getStatusRebloggedBy

- -
    -
  • - -
    -
    -

    GET /api/v1/statuses/:id/reblogged_by

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getSuggestedTags

- - -
-
- -

getSuggestions

- -
    -
  • - -
    -
    -

    GET /api/v1/suggestions

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional limit: number
      -
      -

      Maximum number of results.

      -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    Array of accounts.

    -
  • -
-
-
- -

getTagTimeline

-
    -
  • getTagTimeline(hashtag: string, options?: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }): Promise<default<Status[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/timelines/tag/:hashtag

    -
    -
    -

    Parameters

    -
      -
    • -
      hashtag: string
      -
      -

      Content of a #hashtag, not including # symbol.

      -
      -
    • -
    • -
      Optional options: { limit?: number; local?: boolean; max_id?: string; min_id?: string; only_media?: boolean; since_id?: string }
      -
        -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 20.

        -
        -
      • -
      • -
        Optional local?: boolean
        -
        -

        Show only local statuses? Defaults to false.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than ID.

        -
        -
      • -
      • -
        Optional only_media?: boolean
        -
        -

        Show only statuses with media attached? Defaults to false.

        -
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status[]>>

    -

    Array of statuses.

    -
  • -
-
-
- -

listSocket

- - -
-
- -

listStream

- - -
-
- -

localSocket

- - -
-
- -

localStream

- - -
-
- -

muteAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/mute

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    • -
      notifications: boolean
      -
      -

      Mute notifications in addition to statuses.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

muteStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/mute

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

pinAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/pin

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

pinStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/pin

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

postStatus

-
    -
  • postStatus(status: string, options?: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<default<Status>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/statuses

    -
    -
    -

    Parameters

    -
      -
    • -
      status: string
      -
      -

      Text content of status.

      -
      -
    • -
    • -
      Optional options: { in_reply_to_id?: string; language?: string; media_ids?: string[]; poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }; quote_id?: string; scheduled_at?: string; sensitive?: boolean; spoiler_text?: string; visibility?: "public" | "unlisted" | "private" | "direct" }
      -
        -
      • -
        Optional in_reply_to_id?: string
        -
        -

        ID of the status being replied to, if status is a reply.

        -
        -
      • -
      • -
        Optional language?: string
        -
        -

        ISO 639 language code for this status.

        -
        -
      • -
      • -
        Optional media_ids?: string[]
        -
        -

        Array of Attachment ids.

        -
        -
      • -
      • -
        Optional poll?: { expires_in: number; hide_totals?: boolean; multiple?: boolean; options: string[] }
        -
        -

        Poll object.

        -
        -
          -
        • -
          expires_in: number
          -
        • -
        • -
          Optional hide_totals?: boolean
          -
        • -
        • -
          Optional multiple?: boolean
          -
        • -
        • -
          options: string[]
          -
        • -
        -
      • -
      • -
        Optional quote_id?: string
        -
        -

        ID of the status being quoted to, if status is a quote.

        -
        -
      • -
      • -
        Optional scheduled_at?: string
        -
        -

        ISO 8601 Datetime at which to schedule a status.

        -
        -
      • -
      • -
        Optional sensitive?: boolean
        -
        -

        Mark status and attached media as sensitive?

        -
        -
      • -
      • -
        Optional spoiler_text?: string
        -
        -

        Text to be shown as a warning or subject before the actual content.

        -
        -
      • -
      • -
        Optional visibility?: "public" | "unlisted" | "private" | "direct"
        -
        -

        Visibility of the posted status.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

publicSocket

- - -
-
- -

publicStream

- - -
-
- -

readConversation

- -
    -
  • - -
    -
    -

    POST /api/v1/conversations/:id/read

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target conversation ID.

      -
      -
    • -
    -

    Returns Promise<default<Conversation>>

    -

    Conversation.

    -
  • -
-
-
- -

reblogStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/reblog

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status.

    -
  • -
-
-
- -

refreshToken

-
    -
  • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/token

    -
    -

    Refresh OAuth access token. - Send refresh token and get new access token.

    -
    -

    Parameters

    -
      -
    • -
      client_id: string
      -
      -

      will be generated by #createApp or #registerApp

      -
      -
    • -
    • -
      client_secret: string
      -
      -

      will be generated by #createApp or #registerApp

      -
      -
    • -
    • -
      refresh_token: string
      -
      -

      will be get #fetchAccessToken

      -
      -
    • -
    -

    Returns Promise<TokenData>

    -
  • -
-
-
- -

registerAccount

-
    -
  • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<default<Token>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/accounts

    -
    -
    -

    Parameters

    -
      -
    • -
      username: string
      -
      -

      Username for the account.

      -
      -
    • -
    • -
      email: string
      -
      -

      Email for the account.

      -
      -
    • -
    • -
      password: string
      -
      -

      Password for the account.

      -
      -
    • -
    • -
      agreement: boolean
      -
      -

      Whether the user agrees to the local rules, terms, and policies.

      -
      -
    • -
    • -
      locale: string
      -
      -

      The language of the confirmation email that will be sent

      -
      -
    • -
    • -
      Optional reason: null | string
      -
      -

      Text that will be reviewed by moderators if registrations require manual approval.

      -
      -
    • -
    -

    Returns Promise<default<Token>>

    -

    An account token.

    -
  • -
-
-
- -

registerApp

-
    -
  • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
  • -
-
    -
  • - -
    -
    -

    First, call createApp to get client_id and client_secret. - Next, call generateAuthUrl to get authorization url.

    -
    -
    -

    Parameters

    -
      -
    • -
      client_name: string
      -
      -

      Form Data, which is sent to /api/v1/apps

      -
      -
    • -
    • -
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
      -
      -

      Form Data, which is sent to /api/v1/apps. and properties should be snake_case

      -
      -
    • -
    -

    Returns Promise<AppData>

    -
  • -
-
-
- -

rejectFollowRequest

- -
    -
  • - -
    -
    -

    POST /api/v1/follow_requests/:id/reject

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship.

    -
  • -
-
-
- -

report

-
    -
  • report(account_id: string, comment: string, options?: { forward?: boolean; status_ids?: string[] }): Promise<default<Report>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/reports

    -
    -
    -

    Parameters

    -
      -
    • -
      account_id: string
      -
      -

      Target account ID.

      -
      -
    • -
    • -
      comment: string
      -
      -

      Reason of the report.

      -
      -
    • -
    • -
      Optional options: { forward?: boolean; status_ids?: string[] }
      -
        -
      • -
        Optional forward?: boolean
        -
        -

        If the account is remote, should the report be forwarded to the remote admin?

        -
        -
      • -
      • -
        Optional status_ids?: string[]
        -
        -

        Array of Statuses ids to attach to the report.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Report>>

    -

    Report

    -
  • -
-
-
- -

revokeToken

-
    -
  • revokeToken(client_id: string, client_secret: string, token: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    POST /oauth/revoke

    -
    -

    Revoke an OAuth token.

    -
    -

    Parameters

    -
      -
    • -
      client_id: string
      -
      -

      will be generated by #createApp or #registerApp

      -
      -
    • -
    • -
      client_secret: string
      -
      -

      will be generated by #createApp or #registerApp

      -
      -
    • -
    • -
      token: string
      -
      -

      will be get #fetchAccessToken

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

saveMarkers

-
    -
  • saveMarkers(options?: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }): Promise<default<Marker>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/markers

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { home?: { last_read_id: string }; notifications?: { last_read_id: string } }
      -
        -
      • -
        Optional home?: { last_read_id: string }
        -
        -

        Marker position of the last read status ID in home timeline.

        -
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      • -
        Optional notifications?: { last_read_id: string }
        -
        -

        Marker position of the last read notification ID in notifications.

        -
        -
          -
        • -
          last_read_id: string
          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Marker>>

    -

    Marker.

    -
  • -
-
-
- -

scheduleStatus

- -
    -
  • - -
    -
    -

    PUT /api/v1/scheduled_statuses/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target scheduled status ID.

      -
      -
    • -
    • -
      Optional scheduled_at: null | string
      -
      -

      ISO 8601 Datetime at which the status will be published.

      -
      -
    • -
    -

    Returns Promise<default<ScheduledStatus>>

    -

    ScheduledStatus.

    -
  • -
-
-
- -

search

-
    -
  • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }): Promise<default<Results>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v2/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
      -

      The search query.

      -
      -
    • -
    • -
      type: "accounts" | "hashtags" | "statuses"
      -
      -

      Enum of search target.

      -
      -
    • -
    • -
      Optional options: { account_id?: string; exclude_unreviewed?: boolean; following?: boolean; limit?: number; max_id?: string; min_id?: string; offset?: number; resolve?: boolean }
      -
        -
      • -
        Optional account_id?: string
        -
        -

        If provided, statuses returned will be authored only by this account.

        -
        -
      • -
      • -
        Optional exclude_unreviewed?: boolean
        -
        -

        Filter out unreviewed tags? Defaults to false.

        -
        -
      • -
      • -
        Optional following?: boolean
        -
        -

        Only include accounts that the user is following. Defaults to false.

        -
        -
      • -
      • -
        Optional limit?: number
        -
        -

        Maximum number of results to load, per type. Defaults to 20. Max 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than this id.

        -
        -
      • -
      • -
        Optional min_id?: string
        -
        -

        Return results immediately newer than this id.

        -
        -
      • -
      • -
        Optional offset?: number
        -
      • -
      • -
        Optional resolve?: boolean
        -
        -

        Attempt WebFinger lookup. Defaults to false.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Results>>

    -

    Results.

    -
  • -
-
-
- -

searchAccount

-
    -
  • searchAccount(q: string, options?: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }): Promise<default<Account[]>>
  • -
-
    -
  • - -
    -
    -

    GET /api/v1/accounts/search

    -
    -
    -

    Parameters

    -
      -
    • -
      q: string
      -
      -

      Search query.

      -
      -
    • -
    • -
      Optional options: { following?: boolean; limit?: number; max_id?: string; resolve?: boolean; since_id?: string }
      -
        -
      • -
        Optional following?: boolean
        -
      • -
      • -
        Optional limit?: number
        -
        -

        Max number of results to return. Defaults to 40.

        -
        -
      • -
      • -
        Optional max_id?: string
        -
        -

        Return results older than ID.

        -
        -
      • -
      • -
        Optional resolve?: boolean
        -
      • -
      • -
        Optional since_id?: string
        -
        -

        Return results newer than ID.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account[]>>

    -

    The array of accounts.

    -
  • -
-
-
- -

subscribeAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/pleroma/accounts/:id/subscribe

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship.

    -
  • -
-
-
- -

subscribePushNotification

-
    -
  • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/push/subscription

    -
    -
    -

    Parameters

    -
      -
    • -
      subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
      -
        -
      • -
        endpoint: string
        -
      • -
      • -
        keys: { auth: string; p256dh: string }
        -
          -
        • -
          auth: string
          -
        • -
        • -
          p256dh: string
          -
        • -
        -
      • -
      -
    • -
    • -
      Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }
      -
    • -
    -

    Returns Promise<default<PushSubscription>>

    -

    PushSubscription.

    -
  • -
-
-
- -

tagSocket

- - -
-
- -

tagStream

- - -
-
- -

unblockAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/unblock

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    RElationship

    -
  • -
-
-
- -

unblockDomain

-
    -
  • unblockDomain(domain: string): Promise<default<{}>>
  • -
-
    -
  • - -
    -
    -

    DELETE /api/v1/domain_blocks

    -
    -
    -

    Parameters

    -
      -
    • -
      domain: string
      -
      -

      Domain to unblock

      -
      -
    • -
    -

    Returns Promise<default<{}>>

    -
  • -
-
-
- -

unbookmarkStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/unbookmark

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status.

    -
  • -
-
-
- -

unfavouriteStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/unfavourite

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status.

    -
  • -
-
-
- -

unfollowAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/unfollow

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

unmuteAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/unmute

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

unmuteStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/unmute

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

unpinAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/accounts/:id/unpin

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship

    -
  • -
-
-
- -

unpinStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/unpin

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status

    -
  • -
-
-
- -

unreblogStatus

- -
    -
  • - -
    -
    -

    POST /api/v1/statuses/:id/unreblog

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The target status id.

      -
      -
    • -
    -

    Returns Promise<default<Status>>

    -

    Status.

    -
  • -
-
-
- -

unsubscribeAccount

- -
    -
  • - -
    -
    -

    POST /api/v1/pleroma/accounts/:id/unsubscribe

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target account ID.

      -
      -
    • -
    -

    Returns Promise<default<Relationship>>

    -

    Relationship.

    -
  • -
-
-
- -

updateCredentials

-
    -
  • updateCredentials(options?: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }): Promise<default<Account>>
  • -
-
    -
  • - -
    -
    -

    PATCH /api/v1/accounts/update_credentials

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: { avatar?: string; bot?: boolean; discoverable?: boolean; display_name?: string; fields_attributes?: { name: string; value: string }[]; header?: string; locked?: boolean; note?: string; source?: { language?: string; privacy?: string; sensitive?: boolean } }
      -
        -
      • -
        Optional avatar?: string
        -
      • -
      • -
        Optional bot?: boolean
        -
      • -
      • -
        Optional discoverable?: boolean
        -
      • -
      • -
        Optional display_name?: string
        -
      • -
      • -
        Optional fields_attributes?: { name: string; value: string }[]
        -
      • -
      • -
        Optional header?: string
        -
      • -
      • -
        Optional locked?: boolean
        -
      • -
      • -
        Optional note?: string
        -
      • -
      • -
        Optional source?: { language?: string; privacy?: string; sensitive?: boolean }
        -
          -
        • -
          Optional language?: string
          -
        • -
        • -
          Optional privacy?: string
          -
        • -
        • -
          Optional sensitive?: boolean
          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Account>>

    -

    An account.

    -
  • -
-
-
- -

updateFilter

-
    -
  • updateFilter(id: string, phrase: string, context: string[], options?: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }): Promise<default<Filter>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/filters/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      The filter ID.

      -
      -
    • -
    • -
      phrase: string
      -
      -

      Text to be filtered.

      -
      -
    • -
    • -
      context: string[]
      -
      -

      Array of enumerable strings home, notifications, public, thread, account. At least one context must be specified.

      -
      -
    • -
    • -
      Optional options: { expires_in?: string; irreversible?: boolean; whole_word?: boolean }
      -
        -
      • -
        Optional expires_in?: string
        -
        -

        ISO 8601 Datetime for when the filter expires.

        -
        -
      • -
      • -
        Optional irreversible?: boolean
        -
        -

        Should the server irreversibly drop matching entities from home and notifications?

        -
        -
      • -
      • -
        Optional whole_word?: boolean
        -
        -

        Consider word boundaries?

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Filter>>

    -

    Filter

    -
  • -
-
-
- -

updateList

-
    -
  • updateList(id: string, title: string): Promise<default<List>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/lists/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target list ID.

      -
      -
    • -
    • -
      title: string
      -
      -

      New list name.

      -
      -
    • -
    -

    Returns Promise<default<List>>

    -

    List.

    -
  • -
-
-
- -

updateMedia

-
    -
  • updateMedia(id: string, options?: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/media/:id

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target media ID.

      -
      -
    • -
    • -
      Optional options: { description?: string; file?: any; focus?: string; is_sensitive?: boolean }
      -
        -
      • -
        Optional description?: string
        -
        -

        A plain-text description of the media.

        -
        -
      • -
      • -
        Optional file?: any
        -
        -

        The file to be attached, using multipart form data.

        -
        -
      • -
      • -
        Optional focus?: string
        -
        -

        Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0.

        -
        -
      • -
      • -
        Optional is_sensitive?: boolean
        -
        -

        Whether the media is sensitive.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -

    Attachment

    -
  • -
-
-
- -

updatePushSubscription

-
    -
  • updatePushSubscription(data?: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }): Promise<default<PushSubscription>>
  • -
-
    -
  • - -
    -
    -

    PUT /api/v1/push/subscription

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional data: null | { alerts: { favourite?: boolean; follow?: boolean; mention?: boolean; poll?: boolean; reblog?: boolean } }
      -
    • -
    -

    Returns Promise<default<PushSubscription>>

    -

    PushSubscription.

    -
  • -
-
-
- -

uploadMedia

-
    -
  • uploadMedia(file: any, options?: { description?: string; focus?: string }): Promise<default<Attachment>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/media

    -
    -
    -

    Parameters

    -
      -
    • -
      file: any
      -
      -

      The file to be attached, using multipart form data.

      -
      -
    • -
    • -
      Optional options: { description?: string; focus?: string }
      -
        -
      • -
        Optional description?: string
        -
        -

        A plain-text description of the media.

        -
        -
      • -
      • -
        Optional focus?: string
        -
        -

        Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0.

        -
        -
      • -
      -
    • -
    -

    Returns Promise<default<Attachment>>

    -

    Attachment

    -
  • -
-
-
- -

userSocket

- - -
-
- -

userStream

- - -
-
- -

verifyAccountCredentials

- - -
-
- -

verifyAppCredentials

- - -
-
- -

votePoll

-
    -
  • votePoll(id: string, choices: number[], status_id?: null | string): Promise<default<Poll>>
  • -
-
    -
  • - -
    -
    -

    POST /api/v1/polls/:id/votes

    -
    -
    -

    Parameters

    -
      -
    • -
      id: string
      -
      -

      Target poll ID.

      -
      -
    • -
    • -
      choices: number[]
      -
      -

      Array of own votes containing index for each option (starting from 0).

      -
      -
    • -
    • -
      Optional status_id: null | string
      -
    • -
    -

    Returns Promise<default<Poll>>

    -

    Poll

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Method
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/megalodon.streamlistenerinterface.html b/docs/interfaces/megalodon.streamlistenerinterface.html deleted file mode 100644 index a968df9..0000000 --- a/docs/interfaces/megalodon.streamlistenerinterface.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - StreamListenerInterface | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface StreamListenerInterface

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - StreamListenerInterface -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

on

- -
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns StreamListenerInterface

    -
  • -
-
-
- -

once

- -
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns StreamListenerInterface

    -
  • -
-
-
- -

removeAllListeners

- - -
-
- -

removeListener

- -
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns StreamListenerInterface

    -
  • -
-
-
- -

start

-
    -
  • start(): void
  • -
- -
-
- -

stop

-
    -
  • stop(): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Method
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/megalodon.websocketinterface.html b/docs/interfaces/megalodon.websocketinterface.html deleted file mode 100644 index 9ac9849..0000000 --- a/docs/interfaces/megalodon.websocketinterface.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - WebSocketInterface | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface WebSocketInterface

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - WebSocketInterface -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

on

- -
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns WebSocketInterface

    -
  • -
-
-
- -

once

-
    -
  • once(event: string | symbol, listener: (...args: any[]) => void): WebSocketInterface
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns WebSocketInterface

    -
  • -
-
-
- -

removeAllListeners

- - -
-
- -

removeListener

-
    -
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): WebSocketInterface
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    • -
      listener: (...args: any[]) => void
      -
        -
      • -
          -
        • (...args: any[]): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            Rest ...args: any[]
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns WebSocketInterface

    -
  • -
-
-
- -

start

-
    -
  • start(): void
  • -
- -
-
- -

stop

-
    -
  • stop(): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Method
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/misskey_api_client.default.interface.html b/docs/interfaces/misskey_api_client.default.interface.html deleted file mode 100644 index ac0ee24..0000000 --- a/docs/interfaces/misskey_api_client.default.interface.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - Interface | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Interface

-
-
-
-
-
-
-
-
-
-

Interface

-
-
-
-
-

Hierarchy

-
    -
  • - Interface -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

post

-
    -
  • post<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

socket

-
    -
  • socket(channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list", listId?: string): default
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
      -
    • -
    • -
      Optional listId: string
      -
    • -
    -

    Returns default

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Method
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pleroma_api_client.default.interface.html b/docs/interfaces/pleroma_api_client.default.interface.html deleted file mode 100644 index 9402de0..0000000 --- a/docs/interfaces/pleroma_api_client.default.interface.html +++ /dev/null @@ -1,455 +0,0 @@ - - - - - - Interface | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Interface

-
-
-
-
-
-
-
-
-
-

Interface

-
-
-
-
-

Hierarchy

-
    -
  • - Interface -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

cancel

-
    -
  • cancel(): void
  • -
- -
-
- -

del

-
    -
  • del<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

get

-
    -
  • get<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

patch

-
    -
  • patch<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

post

-
    -
  • post<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

put

-
    -
  • put<T>(path: string, params?: any, headers?: {}): Promise<default<T>>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    • -
      Optional params: any
      -
    • -
    • -
      Optional headers: {}
      -
        -
      • -
        [key: string]: string
        -
      • -
      -
    • -
    -

    Returns Promise<default<T>>

    -
  • -
-
-
- -

socket

-
    -
  • socket(path: string, stream: string, params?: string): default
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Method
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index 37018ac..74fc2db 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1,722 +1,22 @@ - - - - - - megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
-

megalodon

-
-
-
-
-
-
-
-

Index

-
-
-
-

Modules

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

megalodon

Index

Type aliases

ProxyConfig

ProxyConfig: { auth?: { password: string; username: string }; host: string; port: number; protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks" }

Type declaration

  • Optional auth?: { password: string; username: string }
    • password: string
    • username: string
  • host: string
  • port: number
  • protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks"

Response

Response<T>: { data: T; headers: any; status: number; statusText: string }

Type parameters

  • T = any

Type declaration

  • data: T
  • headers: any
  • status: number
  • statusText: string

Functions

Const default

  • default(sns: "mastodon" | "pleroma" | "misskey", baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): MegalodonInterface
  • +

    Get client for each SNS according to megalodon interface.

    +

    Parameters

    • sns: "mastodon" | "pleroma" | "misskey"
      +

      Name of your SNS, mastodon or pleroma.

      +
    • baseUrl: string
      +

      hostname or base URL.

      +
    • accessToken: null | string = null
      +

      access token from OAuth2 authorization

      +
    • userAgent: null | string = null
      +

      UserAgent is specified in header on request.

      +
    • proxyConfig: false | ProxyConfig = false
      +

      Proxy setting, or set false if don't use proxy.

      +

    Returns MegalodonInterface

    Client instance for each SNS you specified.

    +

Const detector

  • detector(url: string, proxyConfig?: false | ProxyConfig): Promise<"mastodon" | "pleroma" | "misskey">
  • +

    Detect SNS type. +Now support Mastodon, Pleroma and Pixelfed.

    +

    Parameters

    • url: string
      +

      Base URL of SNS.

      +
    • proxyConfig: false | ProxyConfig = false
      +

      Proxy setting, or set false if don't use proxy.

      +

    Returns Promise<"mastodon" | "pleroma" | "misskey">

    SNS name.

    +

Const isCancel

  • isCancel(value: any): boolean

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

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

Namespace Entity

Index

Type aliases

Account

Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }

Type declaration

  • acct: string
  • avatar: string
  • avatar_static: string
  • bot: boolean | null
  • created_at: string
  • display_name: string
  • emojis: Emoji[]
  • fields: object | null
  • followers_count: number
  • following_count: number
  • header: string
  • header_static: string
  • id: string
  • locked: boolean
  • moved: Account | null
  • note: string
  • Optional source?: Source
  • statuses_count: number
  • url: string
  • username: string

Activity

Activity: { logins: string; registrations: string; statuses: string; week: string }

Type declaration

  • logins: string
  • registrations: string
  • statuses: string
  • week: string

Application

Application: { name: string; vapid_key?: string | null; website?: string | null }

Type declaration

  • name: string
  • Optional vapid_key?: string | null
  • Optional website?: string | null

Attachment

Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }

Type declaration

  • description: string | null
  • id: string
  • meta: object | null
  • preview_url: string
  • remote_url: string | null
  • text_url: string | null
  • type: "unknown" | "image" | "gifv" | "video"
  • url: string

Card

Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }

Type declaration

  • Optional author_name?: string
  • Optional author_url?: string
  • description: string
  • Optional height?: number
  • Optional html?: string
  • Optional image?: string
  • Optional provider_name?: string
  • Optional provider_url?: string
  • title: string
  • type: "link" | "photo" | "video" | "rich"
  • url: string
  • Optional width?: number

Context

Context: { ancestors: Status[]; descendants: Status[] }

Type declaration

Conversation

Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }

Type declaration

  • accounts: Account[]
  • id: string
  • last_status: Status | null
  • unread: boolean

Emoji

Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }

Type declaration

  • shortcode: string
  • static_url: string
  • url: string
  • visible_in_picker: boolean

FeaturedTag

FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }

Type declaration

  • id: string
  • last_status_at: string
  • name: string
  • statuses_count: number

Field

Field: { name: string; value: string; verified_at: string | null }

Type declaration

  • name: string
  • value: string
  • verified_at: string | null

Filter

Filter: { context: FilterContext[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }

Type declaration

  • context: FilterContext[]
  • expires_at: string | null
  • id: string
  • irreversible: boolean
  • phrase: string
  • whole_word: boolean

FilterContext

FilterContext: string

History

History: { accounts: number; day: string; uses: number }

Type declaration

  • accounts: number
  • day: string
  • uses: number

IdentityProof

IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }

Type declaration

  • profile_url: string
  • proof_url: string
  • provider: string
  • provider_username: string
  • updated_at: string

Instance

Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }

Type declaration

  • contact_account: Account | null
  • description: string
  • email: string
  • languages: string[]
  • Optional max_toot_chars?: number
  • Optional registrations?: boolean
  • stats: Stats
  • thumbnail: string | null
  • title: string
  • uri: string
  • urls: URLs
  • version: string

List

List: { id: string; title: string }

Type declaration

  • id: string
  • title: string

Marker

Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }

Type declaration

  • home: { last_read_id: string; updated_at: string; version: number }
    • last_read_id: string
    • updated_at: string
    • version: number
  • notifications: { last_read_id: string; updated_at: string; version: number }
    • last_read_id: string
    • updated_at: string
    • version: number

Mention

Mention: { acct: string; id: string; url: string; username: string }

Type declaration

  • acct: string
  • id: string
  • url: string
  • username: string

Notification

Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }

Type declaration

NotificationType

NotificationType: string

Poll

Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }

Type declaration

  • expired: boolean
  • expires_at: string | null
  • id: string
  • multiple: boolean
  • options: PollOption[]
  • voted: boolean
  • votes_count: number

PollOption

PollOption: { title: string; votes_count: number | null }

Type declaration

  • title: string
  • votes_count: number | null

Preferences

Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }

Type declaration

  • posting:default:language: string | null
  • posting:default:sensitive: boolean
  • posting:default:visibility: "public" | "unlisted" | "private" | "direct"
  • reading:expand:media: "default" | "show_all" | "hide_all"
  • reading:expand:spoilers: boolean

PushSubscription

PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }

Type declaration

  • alerts: object
  • endpoint: string
  • id: string
  • server_key: string

Reaction

Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }

Type declaration

  • Optional accounts?: Account[]
  • count: number
  • me: boolean
  • name: string

Relationship

Relationship: { blocked_by: boolean; blocking: boolean; delivery_following?: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; notifying: boolean; requested: boolean; showing_reblogs: boolean }

Type declaration

  • blocked_by: boolean
  • blocking: boolean
  • Optional delivery_following?: boolean
  • domain_blocking: boolean
  • endorsed: boolean
  • followed_by: boolean
  • following: boolean
  • id: string
  • muting: boolean
  • muting_notifications: boolean
  • notifying: boolean
  • requested: boolean
  • showing_reblogs: boolean

Report

Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }

Type declaration

  • account_id: string
  • action_taken: string
  • comment: string
  • id: string
  • status_ids: string[]

Results

Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }

Type declaration

ScheduledStatus

ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }

Type declaration

  • id: string
  • media_attachments: Attachment[]
  • params: object
  • scheduled_at: string

Source

Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }

Type declaration

  • fields: object
  • language: string | null
  • note: string
  • privacy: string | null
  • sensitive: boolean | null

Stats

Stats: { domain_count: number; status_count: number; user_count: number }

Type declaration

  • domain_count: number
  • status_count: number
  • user_count: number

Status

Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; plain_content: string | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }

Type declaration

  • account: Account
  • application: Application | null
  • bookmarked: boolean
  • card: Card | null
  • content: string
  • created_at: string
  • emoji_reactions: Reaction[]
  • emojis: Emoji[]
  • favourited: boolean | null
  • favourites_count: number
  • id: string
  • in_reply_to_account_id: string | null
  • in_reply_to_id: string | null
  • language: string | null
  • media_attachments: Attachment[]
  • mentions: Mention[]
  • muted: boolean | null
  • pinned: boolean | null
  • plain_content: string | null
  • poll: Poll | null
  • quote: boolean
  • reblog: Status | null
  • reblogged: boolean | null
  • reblogs_count: number
  • replies_count: number
  • sensitive: boolean
  • spoiler_text: string
  • tags: Tag[]
  • uri: string
  • url: string
  • visibility: "public" | "unlisted" | "private" | "direct"

StatusParams

StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }

Type declaration

  • application_id: string
  • in_reply_to_id: string | null
  • media_ids: string[] | null
  • scheduled_at: string | null
  • sensitive: boolean | null
  • spoiler_text: string | null
  • text: string
  • visibility: "public" | "unlisted" | "private" | "direct"

Tag

Tag: { history: History[] | null; name: string; url: string }

Type declaration

  • history: History[] | null
  • name: string
  • url: string

Token

Token: { access_token: string; created_at: number; scope: string; token_type: string }

Type declaration

  • access_token: string
  • created_at: number
  • scope: string
  • token_type: string

URLs

URLs: { streaming_api: string }

Type declaration

  • streaming_api: string

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

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

Namespace FilterContext

Index

Variables

Account

Account: FilterContext = 'account'

Home

Home: FilterContext = 'home'

Notifications

Notifications: FilterContext = 'notifications'

Public

Public: FilterContext = 'public'

Thread

Thread: FilterContext = 'thread'

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/NotificationType.html b/docs/modules/NotificationType.html new file mode 100644 index 0000000..3faeae1 --- /dev/null +++ b/docs/modules/NotificationType.html @@ -0,0 +1 @@ +NotificationType | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace NotificationType

Index

Variables

EmojiReaction

EmojiReaction: NotificationType = 'emoji_reaction'

Favourite

Favourite: NotificationType = 'favourite'

Follow

Follow: NotificationType = 'follow'

FollowRequest

FollowRequest: NotificationType = 'follow_request'

Mention

Mention: NotificationType = 'mention'

PollExpired

PollExpired: NotificationType = 'poll_expired'

PollVote

PollVote: NotificationType = 'poll_vote'

Reblog

Reblog: NotificationType = 'reblog'

Status

Status: NotificationType = 'status'

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/OAuth.html b/docs/modules/OAuth.html new file mode 100644 index 0000000..fc7e8ae --- /dev/null +++ b/docs/modules/OAuth.html @@ -0,0 +1,4 @@ +OAuth | megalodon
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OAuth

+

OAuth +Response data when oauth request.

+

Index

Type aliases

AppDataFromServer

AppDataFromServer: { client_id: string; client_secret: string; id: string; name: string; redirect_uri: string; website: string | null }

Type declaration

  • client_id: string
  • client_secret: string
  • id: string
  • name: string
  • redirect_uri: string
  • website: string | null

TokenDataFromServer

TokenDataFromServer: { access_token: string; created_at: number; expires_in: number | null; refresh_token: string | null; scope: string; token_type: string }

Type declaration

  • access_token: string
  • created_at: number
  • expires_in: number | null
  • refresh_token: string | null
  • scope: string
  • token_type: string

Legend

  • Constructor
  • Property
  • Method
  • Method

Settings

Theme

Generated using TypeDoc

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

Module axios

-
-
-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module cancel

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

Const isCancel

-
    -
  • isCancel(value: any): boolean
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      value: any
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module default

-
-
-
-
-
-
-
-

Index

-
-
-
-

Variables

- -
-
-
-
-
-

Variables

-
- -

Const DEFAULT_SCOPE

-
DEFAULT_SCOPE: string[] = ...
- -
-
- -

Const DEFAULT_UA

-
DEFAULT_UA: "megalodon" = 'megalodon'
- -
-
- -

Const NO_REDIRECT

-
NO_REDIRECT: "urn:ietf:wg:oauth:2.0:oob" = 'urn:ietf:wg:oauth:2.0:oob'
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_account.entity.html b/docs/modules/entities_account.entity.html deleted file mode 100644 index 77dbb24..0000000 --- a/docs/modules/entities_account.entity.html +++ /dev/null @@ -1,1447 +0,0 @@ - - - - - - Entity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace Entity

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

Account

-
Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
- -
-

Type declaration

-
    -
  • -
    acct: string
    -
  • -
  • -
    avatar: string
    -
  • -
  • -
    avatar_static: string
    -
  • -
  • -
    bot: boolean | null
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    display_name: string
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    fields: object | null
    -
  • -
  • -
    followers_count: number
    -
  • -
  • -
    following_count: number
    -
  • -
  • -
    header: string
    -
  • -
  • -
    header_static: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    locked: boolean
    -
  • -
  • -
    moved: Account | null
    -
  • -
  • -
    note: string
    -
  • -
  • -
    Optional source?: Source
    -
  • -
  • -
    statuses_count: number
    -
  • -
  • -
    url: string
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

Activity

-
Activity: { logins: string; registrations: string; statuses: string; week: string }
- -
-

Type declaration

-
    -
  • -
    logins: string
    -
  • -
  • -
    registrations: string
    -
  • -
  • -
    statuses: string
    -
  • -
  • -
    week: string
    -
  • -
-
-
-
- -

Application

-
Application: { name: string; vapid_key?: string | null; website?: string | null }
- -
-

Type declaration

-
    -
  • -
    name: string
    -
  • -
  • -
    Optional vapid_key?: string | null
    -
  • -
  • -
    Optional website?: string | null
    -
  • -
-
-
-
- -

Attachment

-
Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
- -
-

Type declaration

-
    -
  • -
    description: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    meta: object | null
    -
  • -
  • -
    preview_url: string
    -
  • -
  • -
    remote_url: string | null
    -
  • -
  • -
    text_url: string | null
    -
  • -
  • -
    type: "unknown" | "image" | "gifv" | "video"
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Card

-
Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
- -
-

Type declaration

-
    -
  • -
    Optional author_name?: string
    -
  • -
  • -
    Optional author_url?: string
    -
  • -
  • -
    description: string
    -
  • -
  • -
    Optional height?: number
    -
  • -
  • -
    Optional html?: string
    -
  • -
  • -
    Optional image?: string
    -
  • -
  • -
    Optional provider_name?: string
    -
  • -
  • -
    Optional provider_url?: string
    -
  • -
  • -
    title: string
    -
  • -
  • -
    type: "link" | "photo" | "video" | "rich"
    -
  • -
  • -
    url: string
    -
  • -
  • -
    Optional width?: number
    -
  • -
-
-
-
- -

Context

-
Context: { ancestors: Status[]; descendants: Status[] }
- -
-

Type declaration

- -
-
-
- -

Conversation

-
Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
- -
-

Type declaration

-
    -
  • -
    accounts: Account[]
    -
  • -
  • -
    id: string
    -
  • -
  • -
    last_status: Status | null
    -
  • -
  • -
    unread: boolean
    -
  • -
-
-
-
- -

Emoji

-
Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
- -
-

Type declaration

-
    -
  • -
    shortcode: string
    -
  • -
  • -
    static_url: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    visible_in_picker: boolean
    -
  • -
-
-
-
- -

FeaturedTag

-
FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    last_status_at: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    statuses_count: number
    -
  • -
-
-
-
- -

Field

-
Field: { name: string; value: string; verified_at: string | null }
- -
-

Type declaration

-
    -
  • -
    name: string
    -
  • -
  • -
    value: string
    -
  • -
  • -
    verified_at: string | null
    -
  • -
-
-
-
- -

Filter

-
Filter: { context: FilterContext[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
- -
-

Type declaration

-
    -
  • -
    context: FilterContext[]
    -
  • -
  • -
    expires_at: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    irreversible: boolean
    -
  • -
  • -
    phrase: string
    -
  • -
  • -
    whole_word: boolean
    -
  • -
-
-
-
- -

FilterContext

-
FilterContext: string
- -
-
- -

History

-
History: { accounts: number; day: string; uses: number }
- -
-

Type declaration

-
    -
  • -
    accounts: number
    -
  • -
  • -
    day: string
    -
  • -
  • -
    uses: number
    -
  • -
-
-
-
- -

IdentityProof

-
IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
- -
-

Type declaration

-
    -
  • -
    profile_url: string
    -
  • -
  • -
    proof_url: string
    -
  • -
  • -
    provider: string
    -
  • -
  • -
    provider_username: string
    -
  • -
  • -
    updated_at: string
    -
  • -
-
-
-
- -

Instance

-
Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
- -
-

Type declaration

-
    -
  • -
    contact_account: Account | null
    -
  • -
  • -
    description: string
    -
  • -
  • -
    email: string
    -
  • -
  • -
    languages: string[]
    -
  • -
  • -
    Optional max_toot_chars?: number
    -
  • -
  • -
    Optional registrations?: boolean
    -
  • -
  • -
    stats: Stats
    -
  • -
  • -
    thumbnail: string | null
    -
  • -
  • -
    title: string
    -
  • -
  • -
    uri: string
    -
  • -
  • -
    urls: URLs
    -
  • -
  • -
    version: string
    -
  • -
-
-
-
- -

List

-
List: { id: string; title: string }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    title: string
    -
  • -
-
-
-
- -

Marker

-
Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
- -
-

Type declaration

-
    -
  • -
    home: { last_read_id: string; updated_at: string; version: number }
    -
      -
    • -
      last_read_id: string
      -
    • -
    • -
      updated_at: string
      -
    • -
    • -
      version: number
      -
    • -
    -
  • -
  • -
    notifications: { last_read_id: string; updated_at: string; version: number }
    -
      -
    • -
      last_read_id: string
      -
    • -
    • -
      updated_at: string
      -
    • -
    • -
      version: number
      -
    • -
    -
  • -
-
-
-
- -

Mention

-
Mention: { acct: string; id: string; url: string; username: string }
- -
-

Type declaration

-
    -
  • -
    acct: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

Notification

-
Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
- -
-

Type declaration

-
    -
  • -
    account: Account
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    Optional emoji?: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    Optional status?: Status
    -
  • -
  • -
    type: NotificationType
    -
  • -
-
-
-
- -

NotificationType

-
NotificationType: string
- -
-
- -

Poll

-
Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
- -
-

Type declaration

-
    -
  • -
    expired: boolean
    -
  • -
  • -
    expires_at: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    multiple: boolean
    -
  • -
  • -
    options: PollOption[]
    -
  • -
  • -
    voted: boolean
    -
  • -
  • -
    votes_count: number
    -
  • -
-
-
-
- -

PollOption

-
PollOption: { title: string; votes_count: number | null }
- -
-

Type declaration

-
    -
  • -
    title: string
    -
  • -
  • -
    votes_count: number | null
    -
  • -
-
-
-
- -

Preferences

-
Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
- -
-

Type declaration

-
    -
  • -
    posting:default:language: string | null
    -
  • -
  • -
    posting:default:sensitive: boolean
    -
  • -
  • -
    posting:default:visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
  • -
    reading:expand:media: "default" | "show_all" | "hide_all"
    -
  • -
  • -
    reading:expand:spoilers: boolean
    -
  • -
-
-
-
- -

PushSubscription

-
PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
- -
-

Type declaration

-
    -
  • -
    alerts: object
    -
  • -
  • -
    endpoint: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    server_key: string
    -
  • -
-
-
-
- -

Reaction

-
Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
- -
-

Type declaration

-
    -
  • -
    Optional accounts?: Account[]
    -
  • -
  • -
    count: number
    -
  • -
  • -
    me: boolean
    -
  • -
  • -
    name: string
    -
  • -
-
-
-
- -

Relationship

-
Relationship: { blocked_by: boolean; blocking: boolean; delivery_following?: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; notifying: boolean; requested: boolean; showing_reblogs: boolean }
- -
-

Type declaration

-
    -
  • -
    blocked_by: boolean
    -
  • -
  • -
    blocking: boolean
    -
  • -
  • -
    Optional delivery_following?: boolean
    -
  • -
  • -
    domain_blocking: boolean
    -
  • -
  • -
    endorsed: boolean
    -
  • -
  • -
    followed_by: boolean
    -
  • -
  • -
    following: boolean
    -
  • -
  • -
    id: string
    -
  • -
  • -
    muting: boolean
    -
  • -
  • -
    muting_notifications: boolean
    -
  • -
  • -
    notifying: boolean
    -
  • -
  • -
    requested: boolean
    -
  • -
  • -
    showing_reblogs: boolean
    -
  • -
-
-
-
- -

Report

-
Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
- -
-

Type declaration

-
    -
  • -
    account_id: string
    -
  • -
  • -
    action_taken: string
    -
  • -
  • -
    comment: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    status_ids: string[]
    -
  • -
-
-
-
- -

Results

-
Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
- -
-

Type declaration

- -
-
-
- -

ScheduledStatus

-
ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    media_attachments: Attachment[]
    -
  • -
  • -
    params: object
    -
  • -
  • -
    scheduled_at: string
    -
  • -
-
-
-
- -

Source

-
Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
- -
-

Type declaration

-
    -
  • -
    fields: object
    -
  • -
  • -
    language: string | null
    -
  • -
  • -
    note: string
    -
  • -
  • -
    privacy: string | null
    -
  • -
  • -
    sensitive: boolean | null
    -
  • -
-
-
-
- -

Stats

-
Stats: { domain_count: number; status_count: number; user_count: number }
- -
-

Type declaration

-
    -
  • -
    domain_count: number
    -
  • -
  • -
    status_count: number
    -
  • -
  • -
    user_count: number
    -
  • -
-
-
-
- -

Status

-
Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
- -
-

Type declaration

-
    -
  • -
    account: Account
    -
  • -
  • -
    application: Application | null
    -
  • -
  • -
    bookmarked: boolean
    -
  • -
  • -
    card: Card | null
    -
  • -
  • -
    content: string
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    emoji_reactions: Reaction[]
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    favourited: boolean | null
    -
  • -
  • -
    favourites_count: number
    -
  • -
  • -
    id: string
    -
  • -
  • -
    in_reply_to_account_id: string | null
    -
  • -
  • -
    in_reply_to_id: string | null
    -
  • -
  • -
    language: string | null
    -
  • -
  • -
    media_attachments: Attachment[]
    -
  • -
  • -
    mentions: Mention[]
    -
  • -
  • -
    muted: boolean | null
    -
  • -
  • -
    pinned: boolean | null
    -
  • -
  • -
    poll: Poll | null
    -
  • -
  • -
    quote: boolean
    -
  • -
  • -
    reblog: Status | null
    -
  • -
  • -
    reblogged: boolean | null
    -
  • -
  • -
    reblogs_count: number
    -
  • -
  • -
    replies_count: number
    -
  • -
  • -
    sensitive: boolean
    -
  • -
  • -
    spoiler_text: string
    -
  • -
  • -
    tags: Tag[]
    -
  • -
  • -
    uri: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
-
-
-
- -

StatusParams

-
StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
- -
-

Type declaration

-
    -
  • -
    application_id: string
    -
  • -
  • -
    in_reply_to_id: string | null
    -
  • -
  • -
    media_ids: string[] | null
    -
  • -
  • -
    scheduled_at: string | null
    -
  • -
  • -
    sensitive: boolean | null
    -
  • -
  • -
    spoiler_text: string | null
    -
  • -
  • -
    text: string
    -
  • -
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
-
-
-
- -

Tag

-
Tag: { history: History[] | null; name: string; url: string }
- -
-

Type declaration

-
    -
  • -
    history: History[] | null
    -
  • -
  • -
    name: string
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Token

-
Token: { access_token: string; created_at: number; scope: string; token_type: string }
- -
-

Type declaration

-
    -
  • -
    access_token: string
    -
  • -
  • -
    created_at: number
    -
  • -
  • -
    scope: string
    -
  • -
  • -
    token_type: string
    -
  • -
-
-
-
- -

URLs

-
URLs: { streaming_api: string }
- -
-

Type declaration

-
    -
  • -
    streaming_api: string
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_account.html b/docs/modules/entities_account.html deleted file mode 100644 index 108dceb..0000000 --- a/docs/modules/entities_account.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - entities/account | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/account

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_activity.html b/docs/modules/entities_activity.html deleted file mode 100644 index 6ebb8a3..0000000 --- a/docs/modules/entities_activity.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/activity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/activity

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/application

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_attachment.html b/docs/modules/entities_attachment.html deleted file mode 100644 index 8e19241..0000000 --- a/docs/modules/entities_attachment.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/attachment | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/attachment

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/card

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/context

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/conversation

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_emoji.html b/docs/modules/entities_emoji.html deleted file mode 100644 index 9f0a9d2..0000000 --- a/docs/modules/entities_emoji.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/emoji | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/emoji

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_featured_tag.html b/docs/modules/entities_featured_tag.html deleted file mode 100644 index 30c769d..0000000 --- a/docs/modules/entities_featured_tag.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/featured_tag | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/featured_tag

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/field

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/filter

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_history.html b/docs/modules/entities_history.html deleted file mode 100644 index 78ec406..0000000 --- a/docs/modules/entities_history.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/history | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/history

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_identity_proof.html b/docs/modules/entities_identity_proof.html deleted file mode 100644 index 57a361e..0000000 --- a/docs/modules/entities_identity_proof.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/identity_proof | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/identity_proof

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_instance.html b/docs/modules/entities_instance.html deleted file mode 100644 index 56edb86..0000000 --- a/docs/modules/entities_instance.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/instance | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/instance

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/list

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/marker

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_mention.html b/docs/modules/entities_mention.html deleted file mode 100644 index 954b7fc..0000000 --- a/docs/modules/entities_mention.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/mention | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/mention

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_poll.html b/docs/modules/entities_poll.html deleted file mode 100644 index 3b594af..0000000 --- a/docs/modules/entities_poll.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/poll | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/poll

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/poll_option

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_preferences.html b/docs/modules/entities_preferences.html deleted file mode 100644 index 8a0d651..0000000 --- a/docs/modules/entities_preferences.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/preferences | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/preferences

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_push_subscription.html b/docs/modules/entities_push_subscription.html deleted file mode 100644 index 5729f99..0000000 --- a/docs/modules/entities_push_subscription.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/push_subscription | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/push_subscription

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/reaction

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/relationship

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/report

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/results

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/scheduled_status

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_source.html b/docs/modules/entities_source.html deleted file mode 100644 index 5433c27..0000000 --- a/docs/modules/entities_source.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/source | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/source

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/stats

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/status

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/status_params

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_tag.html b/docs/modules/entities_tag.html deleted file mode 100644 index 8a2f5f1..0000000 --- a/docs/modules/entities_tag.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/tag | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/tag

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/entities_token.html b/docs/modules/entities_token.html deleted file mode 100644 index 8bbaaa0..0000000 --- a/docs/modules/entities_token.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - entities/token | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module entities/token

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entities/urls

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module entity

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

default

- Renames and exports Entity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
-
-
-

Variables

- -
-
-
-
-
-

Variables

-
- -

Const Account

-
Account: FilterContext = 'account'
- -
-
- -

Const Home

-
Home: FilterContext = 'home'
- -
-
- -

Const Notifications

-
Notifications: FilterContext = 'notifications'
- -
-
- -

Const Public

-
Public: FilterContext = 'public'
- -
-
- -

Const Thread

-
Thread: FilterContext = 'thread'
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module filter_context

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module index

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

References

-
- -

Entity

- Re-exports Entity -
-
- -

FilterContext

- Renames and exports default -
-
- -

Mastodon

- Renames and exports default -
-
- -

MegalodonInterface

- Re-exports MegalodonInterface -
-
- -

Misskey

- Renames and exports default -
-
- -

NotificationType

- Renames and exports default -
-
- -

OAuth

- Renames and exports default -
-
- -

Pleroma

- Renames and exports default -
-
- -

ProxyConfig

- Re-exports ProxyConfig -
-
- -

RequestCanceledError

- Re-exports RequestCanceledError -
-
- -

Response

- Renames and exports default -
-
- -

StreamListenerInterface

- Re-exports StreamListenerInterface -
-
- -

WebSocketInterface

- Re-exports WebSocketInterface -
-
- -

default

- Re-exports default -
-
- -

detector

- Re-exports detector -
-
- -

isCancel

- Re-exports isCancel -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module mastodon

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_api_client.default.converter.html b/docs/modules/mastodon_api_client.default.converter.html deleted file mode 100644 index 5bdea18..0000000 --- a/docs/modules/mastodon_api_client.default.converter.html +++ /dev/null @@ -1,1092 +0,0 @@ - - - - - - Converter | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace Converter

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Functions

-
- -

Const account

- - -
-
- -

Const activity

- - -
-
- -

Const application

- - -
-
- -

Const attachment

- - -
-
- -

Const card

- - -
-
- -

Const context

- - -
-
- -

Const conversation

- - -
-
- -

Const decodeNotificationType

-
    -
  • decodeNotificationType(t: string): string
  • -
- -
-
- -

Const emoji

- - -
-
- -

Const encodeNotificationType

-
    -
  • encodeNotificationType(t: string): string
  • -
- -
-
- -

Const featured_tag

- - -
-
- -

Const field

- - -
-
- -

Const filter

- - -
-
- -

Const history

- - -
-
- -

Const identity_proof

- - -
-
- -

Const instance

- - -
-
- -

Const list

- - -
-
- -

Const marker

- - -
-
- -

Const mention

- - -
-
- -

Const notification

- - -
-
- -

Const poll

- - -
-
- -

Const poll_option

- - -
-
- -

Const preferences

- - -
-
- -

Const push_subscription

- - -
-
- -

Const relationship

- - -
-
- -

Const report

- - -
-
- -

Const results

- - -
-
- -

Const scheduled_status

- - -
-
- -

Const source

- - -
-
- -

Const stats

- - -
-
- -

Const status

- - -
-
- -

Const status_params

- - -
-
- -

Const tag

- - -
-
- -

Const token

- - -
-
- -

Const urls

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_api_client.default.entity.html b/docs/modules/mastodon_api_client.default.entity.html deleted file mode 100644 index 2ace45a..0000000 --- a/docs/modules/mastodon_api_client.default.entity.html +++ /dev/null @@ -1,609 +0,0 @@ - - - - - - Entity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace Entity

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

Account

-
Account: Account
- -
-
- -

Activity

-
Activity: Activity
- -
-
- -

Application

-
Application: Application
- -
-
- -

Attachment

-
Attachment: Attachment
- -
-
- -

Card

-
Card: Card
- -
-
- -

Context

-
Context: Context
- -
-
- -

Conversation

-
Conversation: Conversation
- -
-
- -

Emoji

-
Emoji: Emoji
- -
-
- -

FeaturedTag

-
FeaturedTag: FeaturedTag
- -
-
- -

Field

-
Field: Field
- -
-
- -

Filter

-
Filter: Filter
- -
-
- -

History

-
History: History
- -
-
- -

IdentityProof

-
IdentityProof: IdentityProof
- -
-
- -

Instance

-
Instance: Instance
- -
-
- -

List

-
List: List
- -
-
- -

Marker

-
Marker: Marker
- -
-
- -

Mention

-
Mention: Mention
- -
-
- -

Notification

-
Notification: Notification
- -
-
- -

Poll

-
Poll: Poll
- -
-
- -

PollOption

-
PollOption: PollOption
- -
-
- -

Preferences

-
Preferences: Preferences
- -
-
- -

PushSubscription

-
PushSubscription: PushSubscription
- -
-
- -

Relationship

-
Relationship: Relationship
- -
-
- -

Report

-
Report: Report
- -
-
- -

Results

-
Results: Results
- -
-
- -

ScheduledStatus

-
ScheduledStatus: ScheduledStatus
- -
-
- -

Source

-
Source: Source
- -
-
- -

Stats

-
Stats: Stats
- -
-
- -

Status

-
Status: Status
- -
-
- -

StatusParams

-
StatusParams: StatusParams
- -
-
- -

Tag

-
Tag: Tag
- -
-
- -

Token

-
Token: Token
- -
-
- -

URLs

-
URLs: URLs
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module mastodon/api_client

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_account.html b/docs/modules/mastodon_entities_account.html deleted file mode 100644 index b64f362..0000000 --- a/docs/modules/mastodon_entities_account.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - mastodon/entities/account | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/account

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_account.mastodonentity.html b/docs/modules/mastodon_entities_account.mastodonentity.html deleted file mode 100644 index 446b945..0000000 --- a/docs/modules/mastodon_entities_account.mastodonentity.html +++ /dev/null @@ -1,1416 +0,0 @@ - - - - - - MastodonEntity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace MastodonEntity

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

Account

-
Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
- -
-

Type declaration

-
    -
  • -
    acct: string
    -
  • -
  • -
    avatar: string
    -
  • -
  • -
    avatar_static: string
    -
  • -
  • -
    bot: boolean | null
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    display_name: string
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    fields: object | null
    -
  • -
  • -
    followers_count: number
    -
  • -
  • -
    following_count: number
    -
  • -
  • -
    header: string
    -
  • -
  • -
    header_static: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    locked: boolean
    -
  • -
  • -
    moved: Account | null
    -
  • -
  • -
    note: string
    -
  • -
  • -
    Optional source?: Source
    -
  • -
  • -
    statuses_count: number
    -
  • -
  • -
    url: string
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

Activity

-
Activity: { logins: string; registrations: string; statuses: string; week: string }
- -
-

Type declaration

-
    -
  • -
    logins: string
    -
  • -
  • -
    registrations: string
    -
  • -
  • -
    statuses: string
    -
  • -
  • -
    week: string
    -
  • -
-
-
-
- -

Application

-
Application: { name: string; vapid_key?: string | null; website?: string | null }
- -
-

Type declaration

-
    -
  • -
    name: string
    -
  • -
  • -
    Optional vapid_key?: string | null
    -
  • -
  • -
    Optional website?: string | null
    -
  • -
-
-
-
- -

Attachment

-
Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
- -
-

Type declaration

-
    -
  • -
    description: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    meta: object | null
    -
  • -
  • -
    preview_url: string
    -
  • -
  • -
    remote_url: string | null
    -
  • -
  • -
    text_url: string | null
    -
  • -
  • -
    type: "unknown" | "image" | "gifv" | "video"
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Card

-
Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
- -
-

Type declaration

-
    -
  • -
    Optional author_name?: string
    -
  • -
  • -
    Optional author_url?: string
    -
  • -
  • -
    description: string
    -
  • -
  • -
    Optional height?: number
    -
  • -
  • -
    Optional html?: string
    -
  • -
  • -
    Optional image?: string
    -
  • -
  • -
    Optional provider_name?: string
    -
  • -
  • -
    Optional provider_url?: string
    -
  • -
  • -
    title: string
    -
  • -
  • -
    type: "link" | "photo" | "video" | "rich"
    -
  • -
  • -
    url: string
    -
  • -
  • -
    Optional width?: number
    -
  • -
-
-
-
- -

Context

-
Context: { ancestors: Status[]; descendants: Status[] }
- -
-

Type declaration

- -
-
-
- -

Conversation

-
Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
- -
-

Type declaration

-
    -
  • -
    accounts: Account[]
    -
  • -
  • -
    id: string
    -
  • -
  • -
    last_status: Status | null
    -
  • -
  • -
    unread: boolean
    -
  • -
-
-
-
- -

Emoji

-
Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
- -
-

Type declaration

-
    -
  • -
    shortcode: string
    -
  • -
  • -
    static_url: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    visible_in_picker: boolean
    -
  • -
-
-
-
- -

FeaturedTag

-
FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    last_status_at: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    statuses_count: number
    -
  • -
-
-
-
- -

Field

-
Field: { name: string; value: string; verified_at: string | null }
- -
-

Type declaration

-
    -
  • -
    name: string
    -
  • -
  • -
    value: string
    -
  • -
  • -
    verified_at: string | null
    -
  • -
-
-
-
- -

Filter

-
Filter: { context: FilterContext[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
- -
-

Type declaration

-
    -
  • -
    context: FilterContext[]
    -
  • -
  • -
    expires_at: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    irreversible: boolean
    -
  • -
  • -
    phrase: string
    -
  • -
  • -
    whole_word: boolean
    -
  • -
-
-
-
- -

FilterContext

-
FilterContext: string
- -
-
- -

History

-
History: { accounts: number; day: string; uses: number }
- -
-

Type declaration

-
    -
  • -
    accounts: number
    -
  • -
  • -
    day: string
    -
  • -
  • -
    uses: number
    -
  • -
-
-
-
- -

IdentityProof

-
IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
- -
-

Type declaration

-
    -
  • -
    profile_url: string
    -
  • -
  • -
    proof_url: string
    -
  • -
  • -
    provider: string
    -
  • -
  • -
    provider_username: string
    -
  • -
  • -
    updated_at: string
    -
  • -
-
-
-
- -

Instance

-
Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
- -
-

Type declaration

-
    -
  • -
    contact_account: Account | null
    -
  • -
  • -
    description: string
    -
  • -
  • -
    email: string
    -
  • -
  • -
    languages: string[]
    -
  • -
  • -
    Optional max_toot_chars?: number
    -
  • -
  • -
    Optional registrations?: boolean
    -
  • -
  • -
    stats: Stats
    -
  • -
  • -
    thumbnail: string | null
    -
  • -
  • -
    title: string
    -
  • -
  • -
    uri: string
    -
  • -
  • -
    urls: URLs
    -
  • -
  • -
    version: string
    -
  • -
-
-
-
- -

List

-
List: { id: string; title: string }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    title: string
    -
  • -
-
-
-
- -

Marker

-
Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
- -
-

Type declaration

-
    -
  • -
    home: { last_read_id: string; updated_at: string; version: number }
    -
      -
    • -
      last_read_id: string
      -
    • -
    • -
      updated_at: string
      -
    • -
    • -
      version: number
      -
    • -
    -
  • -
  • -
    notifications: { last_read_id: string; updated_at: string; version: number }
    -
      -
    • -
      last_read_id: string
      -
    • -
    • -
      updated_at: string
      -
    • -
    • -
      version: number
      -
    • -
    -
  • -
-
-
-
- -

Mention

-
Mention: { acct: string; id: string; url: string; username: string }
- -
-

Type declaration

-
    -
  • -
    acct: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

Notification

-
Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
- -
-

Type declaration

- -
-
-
- -

NotificationType

-
NotificationType: string
- -
-
- -

Poll

-
Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
- -
-

Type declaration

-
    -
  • -
    expired: boolean
    -
  • -
  • -
    expires_at: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    multiple: boolean
    -
  • -
  • -
    options: PollOption[]
    -
  • -
  • -
    voted: boolean
    -
  • -
  • -
    votes_count: number
    -
  • -
-
-
-
- -

PollOption

-
PollOption: { title: string; votes_count: number | null }
- -
-

Type declaration

-
    -
  • -
    title: string
    -
  • -
  • -
    votes_count: number | null
    -
  • -
-
-
-
- -

Preferences

-
Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
- -
-

Type declaration

-
    -
  • -
    posting:default:language: string | null
    -
  • -
  • -
    posting:default:sensitive: boolean
    -
  • -
  • -
    posting:default:visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
  • -
    reading:expand:media: "default" | "show_all" | "hide_all"
    -
  • -
  • -
    reading:expand:spoilers: boolean
    -
  • -
-
-
-
- -

PushSubscription

-
PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
- -
-

Type declaration

-
    -
  • -
    alerts: object
    -
  • -
  • -
    endpoint: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    server_key: string
    -
  • -
-
-
-
- -

Relationship

-
Relationship: { blocked_by: boolean; blocking: boolean; delivery_following: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; note: string; notifying: boolean; requested: boolean; showing_reblogs: boolean }
- -
-

Type declaration

-
    -
  • -
    blocked_by: boolean
    -
  • -
  • -
    blocking: boolean
    -
  • -
  • -
    delivery_following: boolean
    -
  • -
  • -
    domain_blocking: boolean
    -
  • -
  • -
    endorsed: boolean
    -
  • -
  • -
    followed_by: boolean
    -
  • -
  • -
    following: boolean
    -
  • -
  • -
    id: string
    -
  • -
  • -
    muting: boolean
    -
  • -
  • -
    muting_notifications: boolean
    -
  • -
  • -
    note: string
    -
  • -
  • -
    notifying: boolean
    -
  • -
  • -
    requested: boolean
    -
  • -
  • -
    showing_reblogs: boolean
    -
  • -
-
-
-
- -

Report

-
Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
- -
-

Type declaration

-
    -
  • -
    account_id: string
    -
  • -
  • -
    action_taken: string
    -
  • -
  • -
    comment: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    status_ids: string[]
    -
  • -
-
-
-
- -

Results

-
Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
- -
-

Type declaration

- -
-
-
- -

ScheduledStatus

-
ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    media_attachments: Attachment[]
    -
  • -
  • -
    params: object
    -
  • -
  • -
    scheduled_at: string
    -
  • -
-
-
-
- -

Source

-
Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
- -
-

Type declaration

-
    -
  • -
    fields: object
    -
  • -
  • -
    language: string | null
    -
  • -
  • -
    note: string
    -
  • -
  • -
    privacy: string | null
    -
  • -
  • -
    sensitive: boolean | null
    -
  • -
-
-
-
- -

Stats

-
Stats: { domain_count: number; status_count: number; user_count: number }
- -
-

Type declaration

-
    -
  • -
    domain_count: number
    -
  • -
  • -
    status_count: number
    -
  • -
  • -
    user_count: number
    -
  • -
-
-
-
- -

Status

-
Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
- -
-

Type declaration

-
    -
  • -
    account: Account
    -
  • -
  • -
    application: Application | null
    -
  • -
  • -
    bookmarked: boolean
    -
  • -
  • -
    card: Card | null
    -
  • -
  • -
    content: string
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    favourited: boolean | null
    -
  • -
  • -
    favourites_count: number
    -
  • -
  • -
    id: string
    -
  • -
  • -
    in_reply_to_account_id: string | null
    -
  • -
  • -
    in_reply_to_id: string | null
    -
  • -
  • -
    language: string | null
    -
  • -
  • -
    media_attachments: Attachment[]
    -
  • -
  • -
    mentions: Mention[]
    -
  • -
  • -
    muted: boolean | null
    -
  • -
  • -
    pinned: boolean | null
    -
  • -
  • -
    poll: Poll | null
    -
  • -
  • -
    Optional quote?: Status | null
    -
  • -
  • -
    Optional quote_id?: string
    -
  • -
  • -
    reblog: Status | null
    -
  • -
  • -
    reblogged: boolean | null
    -
  • -
  • -
    reblogs_count: number
    -
  • -
  • -
    replies_count: number
    -
  • -
  • -
    sensitive: boolean
    -
  • -
  • -
    spoiler_text: string
    -
  • -
  • -
    tags: Tag[]
    -
  • -
  • -
    uri: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
-
-
-
- -

StatusParams

-
StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
- -
-

Type declaration

-
    -
  • -
    application_id: string
    -
  • -
  • -
    in_reply_to_id: string | null
    -
  • -
  • -
    media_ids: string[] | null
    -
  • -
  • -
    scheduled_at: string | null
    -
  • -
  • -
    sensitive: boolean | null
    -
  • -
  • -
    spoiler_text: string | null
    -
  • -
  • -
    text: string
    -
  • -
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
-
-
-
- -

Tag

-
Tag: { history: History[] | null; name: string; url: string }
- -
-

Type declaration

-
    -
  • -
    history: History[] | null
    -
  • -
  • -
    name: string
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Token

-
Token: { access_token: string; created_at: number; scope: string; token_type: string }
- -
-

Type declaration

-
    -
  • -
    access_token: string
    -
  • -
  • -
    created_at: number
    -
  • -
  • -
    scope: string
    -
  • -
  • -
    token_type: string
    -
  • -
-
-
-
- -

URLs

-
URLs: { streaming_api: string }
- -
-

Type declaration

-
    -
  • -
    streaming_api: string
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_activity.html b/docs/modules/mastodon_entities_activity.html deleted file mode 100644 index 9b76eaa..0000000 --- a/docs/modules/mastodon_entities_activity.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/activity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/activity

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_application.html b/docs/modules/mastodon_entities_application.html deleted file mode 100644 index e954112..0000000 --- a/docs/modules/mastodon_entities_application.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/application | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/application

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_attachment.html b/docs/modules/mastodon_entities_attachment.html deleted file mode 100644 index 857de6c..0000000 --- a/docs/modules/mastodon_entities_attachment.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/attachment | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/attachment

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_card.html b/docs/modules/mastodon_entities_card.html deleted file mode 100644 index 8fb7dd5..0000000 --- a/docs/modules/mastodon_entities_card.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/card | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/card

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_context.html b/docs/modules/mastodon_entities_context.html deleted file mode 100644 index d7c262f..0000000 --- a/docs/modules/mastodon_entities_context.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/context | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/context

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_conversation.html b/docs/modules/mastodon_entities_conversation.html deleted file mode 100644 index 9c8ab21..0000000 --- a/docs/modules/mastodon_entities_conversation.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/conversation | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/conversation

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_emoji.html b/docs/modules/mastodon_entities_emoji.html deleted file mode 100644 index b18ef5d..0000000 --- a/docs/modules/mastodon_entities_emoji.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/emoji | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/emoji

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_featured_tag.html b/docs/modules/mastodon_entities_featured_tag.html deleted file mode 100644 index 5448d66..0000000 --- a/docs/modules/mastodon_entities_featured_tag.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/featured_tag | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/featured_tag

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_field.html b/docs/modules/mastodon_entities_field.html deleted file mode 100644 index 606bee6..0000000 --- a/docs/modules/mastodon_entities_field.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/field | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/field

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_filter.html b/docs/modules/mastodon_entities_filter.html deleted file mode 100644 index 84b8503..0000000 --- a/docs/modules/mastodon_entities_filter.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/filter | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/filter

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_history.html b/docs/modules/mastodon_entities_history.html deleted file mode 100644 index 4f1e82f..0000000 --- a/docs/modules/mastodon_entities_history.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/history | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/history

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_identity_proof.html b/docs/modules/mastodon_entities_identity_proof.html deleted file mode 100644 index 9f97ddb..0000000 --- a/docs/modules/mastodon_entities_identity_proof.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/identity_proof | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/identity_proof

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_instance.html b/docs/modules/mastodon_entities_instance.html deleted file mode 100644 index 5ee23da..0000000 --- a/docs/modules/mastodon_entities_instance.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/instance | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/instance

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_list.html b/docs/modules/mastodon_entities_list.html deleted file mode 100644 index a5e82d5..0000000 --- a/docs/modules/mastodon_entities_list.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/list | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/list

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_marker.html b/docs/modules/mastodon_entities_marker.html deleted file mode 100644 index 7f71294..0000000 --- a/docs/modules/mastodon_entities_marker.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/marker | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/marker

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_mention.html b/docs/modules/mastodon_entities_mention.html deleted file mode 100644 index cd9af2d..0000000 --- a/docs/modules/mastodon_entities_mention.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/mention | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/mention

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_notification.html b/docs/modules/mastodon_entities_notification.html deleted file mode 100644 index 65abb22..0000000 --- a/docs/modules/mastodon_entities_notification.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/notification | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_poll.html b/docs/modules/mastodon_entities_poll.html deleted file mode 100644 index 416b532..0000000 --- a/docs/modules/mastodon_entities_poll.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/poll | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/poll

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_poll_option.html b/docs/modules/mastodon_entities_poll_option.html deleted file mode 100644 index 37715b0..0000000 --- a/docs/modules/mastodon_entities_poll_option.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/poll_option | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/poll_option

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_preferences.html b/docs/modules/mastodon_entities_preferences.html deleted file mode 100644 index 6282a27..0000000 --- a/docs/modules/mastodon_entities_preferences.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/preferences | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/preferences

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_push_subscription.html b/docs/modules/mastodon_entities_push_subscription.html deleted file mode 100644 index ec6d05c..0000000 --- a/docs/modules/mastodon_entities_push_subscription.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/push_subscription | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/push_subscription

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_relationship.html b/docs/modules/mastodon_entities_relationship.html deleted file mode 100644 index 009aca7..0000000 --- a/docs/modules/mastodon_entities_relationship.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/relationship | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/relationship

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_report.html b/docs/modules/mastodon_entities_report.html deleted file mode 100644 index 54493fc..0000000 --- a/docs/modules/mastodon_entities_report.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/report | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/report

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_results.html b/docs/modules/mastodon_entities_results.html deleted file mode 100644 index b8192dd..0000000 --- a/docs/modules/mastodon_entities_results.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/results | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/results

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_scheduled_status.html b/docs/modules/mastodon_entities_scheduled_status.html deleted file mode 100644 index 486b8a6..0000000 --- a/docs/modules/mastodon_entities_scheduled_status.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/scheduled_status | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/scheduled_status

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_source.html b/docs/modules/mastodon_entities_source.html deleted file mode 100644 index 0942ff0..0000000 --- a/docs/modules/mastodon_entities_source.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/source | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/source

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_stats.html b/docs/modules/mastodon_entities_stats.html deleted file mode 100644 index f2506f5..0000000 --- a/docs/modules/mastodon_entities_stats.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/stats | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/stats

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_status.html b/docs/modules/mastodon_entities_status.html deleted file mode 100644 index 3f65fe8..0000000 --- a/docs/modules/mastodon_entities_status.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/status | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/status

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_status_params.html b/docs/modules/mastodon_entities_status_params.html deleted file mode 100644 index 8cc8e9c..0000000 --- a/docs/modules/mastodon_entities_status_params.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/status_params | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/status_params

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_tag.html b/docs/modules/mastodon_entities_tag.html deleted file mode 100644 index 67e5ba6..0000000 --- a/docs/modules/mastodon_entities_tag.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/tag | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/tag

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_token.html b/docs/modules/mastodon_entities_token.html deleted file mode 100644 index 54672e1..0000000 --- a/docs/modules/mastodon_entities_token.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/token | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/token

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_urls.html b/docs/modules/mastodon_entities_urls.html deleted file mode 100644 index a82f6f5..0000000 --- a/docs/modules/mastodon_entities_urls.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entities/urls | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entities/urls

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MastodonEntity

- Re-exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_entity.html b/docs/modules/mastodon_entity.html deleted file mode 100644 index 2827ea5..0000000 --- a/docs/modules/mastodon_entity.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - mastodon/entity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/entity

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

default

- Renames and exports MastodonEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
-
-
-

Variables

- -
-
-
-
-
-

Variables

-
- -

Const Favourite

-
Favourite: NotificationType = 'favourite'
- -
-
- -

Const Follow

-
Follow: NotificationType = 'follow'
- -
-
- -

Const FollowRequest

-
FollowRequest: NotificationType = 'follow_request'
- -
-
- -

Const Mention

-
Mention: NotificationType = 'mention'
- -
-
- -

Const Poll

-
Poll: NotificationType = 'poll'
- -
-
- -

Const Reblog

-
Reblog: NotificationType = 'reblog'
- -
-
- -

Const Status

-
Status: NotificationType = 'status'
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_notification.html b/docs/modules/mastodon_notification.html deleted file mode 100644 index 39e0b99..0000000 --- a/docs/modules/mastodon_notification.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - mastodon/notification | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module mastodon/stream_listener

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/mastodon_web_socket.html b/docs/modules/mastodon_web_socket.html deleted file mode 100644 index 609807f..0000000 --- a/docs/modules/mastodon_web_socket.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - mastodon/web_socket | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module mastodon/web_socket

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module megalodon

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

Const default

-
    -
  • default(sns: "mastodon" | "pleroma" | "misskey", baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): MegalodonInterface
  • -
-
    -
  • - -
    -
    -

    Get client for each SNS according to megalodon interface.

    -
    -
    -

    Parameters

    -
      -
    • -
      sns: "mastodon" | "pleroma" | "misskey"
      -
      -

      Name of your SNS, mastodon or pleroma.

      -
      -
    • -
    • -
      baseUrl: string
      -
      -

      hostname or base URL.

      -
      -
    • -
    • -
      accessToken: null | string = null
      -
      -

      access token from OAuth2 authorization

      -
      -
    • -
    • -
      userAgent: null | string = null
      -
      -

      UserAgent is specified in header on request.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns MegalodonInterface

    -

    Client instance for each SNS you specified.

    -
  • -
-
-
- -

Const detector

-
    -
  • detector(url: string, proxyConfig?: false | ProxyConfig): Promise<"mastodon" | "pleroma" | "misskey">
  • -
-
    -
  • - -
    -
    -

    Detect SNS type. - Now support Mastodon, Pleroma and Pixelfed.

    -
    -
    -

    Parameters

    -
      -
    • -
      url: string
      -
      -

      Base URL of SNS.

      -
      -
    • -
    • -
      proxyConfig: false | ProxyConfig = false
      -
      -

      Proxy setting, or set false if don't use proxy.

      -
      -
    • -
    -

    Returns Promise<"mastodon" | "pleroma" | "misskey">

    -

    SNS name.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module misskey

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_api_client.default.converter.html b/docs/modules/misskey_api_client.default.converter.html deleted file mode 100644 index 60757b5..0000000 --- a/docs/modules/misskey_api_client.default.converter.html +++ /dev/null @@ -1,779 +0,0 @@ - - - - - - Converter | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace Converter

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Functions

-
- -

Const choice

- - -
-
- -

Const decodeNotificationType

-
    -
  • decodeNotificationType(e: string): string
  • -
- -
-
- -

Const emoji

- - -
-
- -

Const encodeNotificationType

-
    -
  • encodeNotificationType(e: string): string
  • -
- -
-
- -

Const encodeVisibility

-
    -
  • encodeVisibility(v: "public" | "unlisted" | "private" | "direct"): "public" | "home" | "followers" | "specified"
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      v: "public" | "unlisted" | "private" | "direct"
      -
    • -
    -

    Returns "public" | "home" | "followers" | "specified"

    -
  • -
-
-
- -

Const file

- - -
-
- -

Const fileType

-
    -
  • fileType(s: string): "unknown" | "image" | "gifv" | "video"
  • -
- -
-
- -

Const follower

- - -
-
- -

Const following

- - -
-
- -

Const hashtag

- - -
-
- -

Const list

- - -
-
- -

Const mapReactions

-
    -
  • mapReactions(r: {}, myReaction?: string): Reaction[]
  • -
- -
-
- -

Const meta

- - -
-
- -

Const note

- - -
-
- -

Const noteToConversation

- - -
-
- -

Const notification

- - -
-
- -

Const poll

- - -
-
- -

Const reactions

- - -
-
- -

Const relation

- - -
-
- -

Const stats

- - -
-
- -

Const user

- - -
-
- -

Const userDetail

- - -
-
- -

Const visibility

-
    -
  • visibility(v: "public" | "home" | "followers" | "specified"): "public" | "unlisted" | "private" | "direct"
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      v: "public" | "home" | "followers" | "specified"
      -
    • -
    -

    Returns "public" | "unlisted" | "private" | "direct"

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_api_client.default.entity.html b/docs/modules/misskey_api_client.default.entity.html deleted file mode 100644 index 3f18fa6..0000000 --- a/docs/modules/misskey_api_client.default.entity.html +++ /dev/null @@ -1,483 +0,0 @@ - - - - - - Entity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace Entity

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

App

-
App: App
- -
-
- -

Blocking

-
Blocking: Blocking
- -
-
- -

Choice

-
Choice: Choice
- -
-
- -

CreatedNote

-
CreatedNote: CreatedNote
- -
-
- -

Emoji

-
Emoji: Emoji
- -
-
- -

Favorite

-
Favorite: Favorite
- -
-
- -

File

-
File: File
- -
-
- -

FollowRequest

-
FollowRequest: FollowRequest
- -
-
- -

Follower

-
Follower: Follower
- -
-
- -

Following

-
Following: Following
- -
-
- -

Hashtag

-
Hashtag: Hashtag
- -
-
- -

List

-
List: List
- -
-
- -

Meta

-
Meta: Meta
- -
-
- -

Mute

-
Mute: Mute
- -
-
- -

Note

-
Note: Note
- -
-
- -

Notification

-
Notification: Notification
- -
-
- -

Poll

-
Poll: Poll
- -
-
- -

Reaction

-
Reaction: Reaction
- -
-
- -

Relation

-
Relation: Relation
- -
-
- -

Session

-
Session: Session
- -
-
- -

Stats

-
Stats: Stats
- -
-
- -

User

-
User: User
- -
-
- -

UserDetail

-
UserDetail: UserDetail
- -
-
- -

UserKey

-
UserKey: UserKey
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-

Classes

- -
-
-

Interfaces

- -
-
-

Variables

- -
-
-
-
-
-

Variables

-
- -

Const DEFAULT_SCOPE

-
DEFAULT_SCOPE: string[] = ...
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module misskey/api_client

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_app.html b/docs/modules/misskey_entities_app.html deleted file mode 100644 index 627e8da..0000000 --- a/docs/modules/misskey_entities_app.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - misskey/entities/app | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/app

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace MisskeyEntity

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

App

-
App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
- -
-

Type declaration

-
    -
  • -
    callbackUrl: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    permission: string[]
    -
  • -
  • -
    secret: string
    -
  • -
-
-
-
- -

Blocking

-
Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
- -
-

Type declaration

-
    -
  • -
    blockee: UserDetail
    -
  • -
  • -
    blockeeId: string
    -
  • -
  • -
    createdAt: string
    -
  • -
  • -
    id: string
    -
  • -
-
-
-
- -

Choice

-
Choice: { isVoted: boolean; text: string; votes: number }
- -
-

Type declaration

-
    -
  • -
    isVoted: boolean
    -
  • -
  • -
    text: string
    -
  • -
  • -
    votes: number
    -
  • -
-
-
-
- -

CreatedNote

-
CreatedNote: { createdNote: Note }
- -
-

Type declaration

-
    -
  • -
    createdNote: Note
    -
  • -
-
-
-
- -

Emoji

-
Emoji: { aliases: string[]; host: string | null; name: string; url: string }
- -
-

Type declaration

-
    -
  • -
    aliases: string[]
    -
  • -
  • -
    host: string | null
    -
  • -
  • -
    name: string
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Favorite

-
Favorite: { createdAt: string; id: string; note: Note; noteId: string }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    note: Note
    -
  • -
  • -
    noteId: string
    -
  • -
-
-
-
- -

File

-
File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    isSensitive: boolean
    -
  • -
  • -
    md5: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    properties: { avgColor: string; height: number; width: number }
    -
      -
    • -
      avgColor: string
      -
    • -
    • -
      height: number
      -
    • -
    • -
      width: number
      -
    • -
    -
  • -
  • -
    size: number
    -
  • -
  • -
    thumbnailUrl: string
    -
  • -
  • -
    type: string
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

FollowRequest

-
FollowRequest: { followee: User; follower: User; id: string }
- -
-

Type declaration

-
    -
  • -
    followee: User
    -
  • -
  • -
    follower: User
    -
  • -
  • -
    id: string
    -
  • -
-
-
-
- -

Follower

-
Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    followeeId: string
    -
  • -
  • -
    follower: UserDetail
    -
  • -
  • -
    followerId: string
    -
  • -
  • -
    id: string
    -
  • -
-
-
-
- -

Following

-
Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    followee: UserDetail
    -
  • -
  • -
    followeeId: string
    -
  • -
  • -
    followerId: string
    -
  • -
  • -
    id: string
    -
  • -
-
-
-
- -

Hashtag

-
Hashtag: { chart: number[]; tag: string; usersCount: number }
- -
-

Type declaration

-
    -
  • -
    chart: number[]
    -
  • -
  • -
    tag: string
    -
  • -
  • -
    usersCount: number
    -
  • -
-
-
-
- -

List

-
List: { createdAt: string; id: string; name: string; userIds: string[] }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    userIds: string[]
    -
  • -
-
-
-
- -

Meta

-
Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
- -
-

Type declaration

-
    -
  • -
    bannerUrl: string
    -
  • -
  • -
    description: string
    -
  • -
  • -
    disableLocalTimeline: boolean
    -
  • -
  • -
    disableRegistration: boolean
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    langs: string[]
    -
  • -
  • -
    maintainerEmail: string
    -
  • -
  • -
    maintainerName: string
    -
  • -
  • -
    maxNoteTextLength: 300
    -
  • -
  • -
    name: string
    -
  • -
  • -
    uri: string
    -
  • -
  • -
    version: string
    -
  • -
-
-
-
- -

Mute

-
Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    mutee: UserDetail
    -
  • -
  • -
    muteeId: string
    -
  • -
-
-
-
- -

Note

-
Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    cw: string | null
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    fileIds: string[]
    -
  • -
  • -
    files: File[]
    -
  • -
  • -
    id: string
    -
  • -
  • -
    Optional mentions?: string[]
    -
  • -
  • -
    Optional myReaction?: string
    -
  • -
  • -
    Optional poll?: Poll
    -
  • -
  • -
    reactions: {}
    -
      -
    • -
      [key: string]: number
      -
    • -
    -
  • -
  • -
    Optional renote?: Note
    -
  • -
  • -
    renoteCount: number
    -
  • -
  • -
    renoteId: string | null
    -
  • -
  • -
    repliesCount: number
    -
  • -
  • -
    Optional reply?: Note
    -
  • -
  • -
    replyId: string | null
    -
  • -
  • -
    Optional tags?: string[]
    -
  • -
  • -
    text: string | null
    -
  • -
  • -
    Optional uri?: string
    -
  • -
  • -
    user: User
    -
  • -
  • -
    userId: string
    -
  • -
  • -
    Optional viaMobile?: boolean
    -
  • -
  • -
    visibility: "public" | "home" | "followers" | "specified"
    -
  • -
-
-
-
- -

Notification

-
Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    Optional note?: Note
    -
  • -
  • -
    Optional reaction?: string
    -
  • -
  • -
    type: NotificationType
    -
  • -
  • -
    user: User
    -
  • -
  • -
    userId: string
    -
  • -
-
-
-
- -

NotificationType

-
NotificationType: string
- -
-
- -

Poll

-
Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
- -
-

Type declaration

-
    -
  • -
    choices: Choice[]
    -
  • -
  • -
    expiresAt: string
    -
  • -
  • -
    multiple: boolean
    -
  • -
-
-
-
- -

Reaction

-
Reaction: { createdAt: string; id: string; type: string; user: User }
- -
-

Type declaration

-
    -
  • -
    createdAt: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    type: string
    -
  • -
  • -
    user: User
    -
  • -
-
-
-
- -

Relation

-
Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
- -
-

Type declaration

-
    -
  • -
    hasPendingFollowRequestFromYou: boolean
    -
  • -
  • -
    hasPendingFollowRequestToYou: boolean
    -
  • -
  • -
    id: string
    -
  • -
  • -
    isBlocked: boolean
    -
  • -
  • -
    isBlocking: boolean
    -
  • -
  • -
    isFollowed: boolean
    -
  • -
  • -
    isFollowing: boolean
    -
  • -
  • -
    isMuted: boolean
    -
  • -
-
-
-
- -

Session

-
Session: { token: string; url: string }
- -
-

Type declaration

-
    -
  • -
    token: string
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Stats

-
Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
- -
-

Type declaration

-
    -
  • -
    instances: number
    -
  • -
  • -
    notesCount: number
    -
  • -
  • -
    originalNotesCount: number
    -
  • -
  • -
    originalUsersCount: number
    -
  • -
  • -
    usersCount: number
    -
  • -
-
-
-
- -

User

-
User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
- -
-

Type declaration

-
    -
  • -
    avatarColor: string
    -
  • -
  • -
    avatarUrl: string
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    host: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

UserDetail

-
UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
- -
-

Type declaration

-
    -
  • -
    avatarColor: string
    -
  • -
  • -
    avatarId: string
    -
  • -
  • -
    avatarUrl: string
    -
  • -
  • -
    bannerColor: string
    -
  • -
  • -
    bannerId: string
    -
  • -
  • -
    bannerUrl: string
    -
  • -
  • -
    createdAt: string
    -
  • -
  • -
    description: string
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    followersCount: number
    -
  • -
  • -
    followingCount: number
    -
  • -
  • -
    host: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    isAdmin: boolean
    -
  • -
  • -
    isBot: boolean
    -
  • -
  • -
    isCat: boolean
    -
  • -
  • -
    isLocked: boolean
    -
  • -
  • -
    isModerator: boolean
    -
  • -
  • -
    isSilenced: boolean
    -
  • -
  • -
    isSuspended: boolean
    -
  • -
  • -
    name: string
    -
  • -
  • -
    notesCount: number
    -
  • -
  • -
    Optional pinnedNoteIds?: string[]
    -
  • -
  • -
    Optional pinnedNotes?: Note[]
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

UserKey

-
UserKey: { accessToken: string; user: User }
- -
-

Type declaration

-
    -
  • -
    accessToken: string
    -
  • -
  • -
    user: User
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_blocking.html b/docs/modules/misskey_entities_blocking.html deleted file mode 100644 index d9912f4..0000000 --- a/docs/modules/misskey_entities_blocking.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/blocking | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/blocking

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_creatednote.html b/docs/modules/misskey_entities_creatednote.html deleted file mode 100644 index 3f69cb0..0000000 --- a/docs/modules/misskey_entities_creatednote.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/createdNote | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/createdNote

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_emoji.html b/docs/modules/misskey_entities_emoji.html deleted file mode 100644 index 43b1cd0..0000000 --- a/docs/modules/misskey_entities_emoji.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/emoji | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/emoji

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_favorite.html b/docs/modules/misskey_entities_favorite.html deleted file mode 100644 index e05db9a..0000000 --- a/docs/modules/misskey_entities_favorite.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/favorite | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/favorite

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_file.html b/docs/modules/misskey_entities_file.html deleted file mode 100644 index 0655e68..0000000 --- a/docs/modules/misskey_entities_file.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/file | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/file

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_follower.html b/docs/modules/misskey_entities_follower.html deleted file mode 100644 index 297b05d..0000000 --- a/docs/modules/misskey_entities_follower.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/follower | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/follower

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_following.html b/docs/modules/misskey_entities_following.html deleted file mode 100644 index c2b0ed7..0000000 --- a/docs/modules/misskey_entities_following.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/following | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/following

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_followrequest.html b/docs/modules/misskey_entities_followrequest.html deleted file mode 100644 index de336b2..0000000 --- a/docs/modules/misskey_entities_followrequest.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/followRequest | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/followRequest

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_hashtag.html b/docs/modules/misskey_entities_hashtag.html deleted file mode 100644 index 6469b04..0000000 --- a/docs/modules/misskey_entities_hashtag.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/hashtag | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/hashtag

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_list.html b/docs/modules/misskey_entities_list.html deleted file mode 100644 index 9e694d3..0000000 --- a/docs/modules/misskey_entities_list.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/list | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/list

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_meta.html b/docs/modules/misskey_entities_meta.html deleted file mode 100644 index b210590..0000000 --- a/docs/modules/misskey_entities_meta.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/meta | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/meta

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_mute.html b/docs/modules/misskey_entities_mute.html deleted file mode 100644 index 0ba092d..0000000 --- a/docs/modules/misskey_entities_mute.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/mute | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/mute

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_note.html b/docs/modules/misskey_entities_note.html deleted file mode 100644 index c225650..0000000 --- a/docs/modules/misskey_entities_note.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/note | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/note

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_notification.html b/docs/modules/misskey_entities_notification.html deleted file mode 100644 index b893ac5..0000000 --- a/docs/modules/misskey_entities_notification.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/notification | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_poll.html b/docs/modules/misskey_entities_poll.html deleted file mode 100644 index 3c74ea3..0000000 --- a/docs/modules/misskey_entities_poll.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/poll | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/poll

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_reaction.html b/docs/modules/misskey_entities_reaction.html deleted file mode 100644 index 3fb30c5..0000000 --- a/docs/modules/misskey_entities_reaction.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/reaction | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/reaction

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_relation.html b/docs/modules/misskey_entities_relation.html deleted file mode 100644 index c6e8161..0000000 --- a/docs/modules/misskey_entities_relation.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/relation | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/relation

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_session.html b/docs/modules/misskey_entities_session.html deleted file mode 100644 index 96104e3..0000000 --- a/docs/modules/misskey_entities_session.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/session | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/session

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_stats.html b/docs/modules/misskey_entities_stats.html deleted file mode 100644 index b7b87e3..0000000 --- a/docs/modules/misskey_entities_stats.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/stats | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/stats

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_user.html b/docs/modules/misskey_entities_user.html deleted file mode 100644 index e9f3283..0000000 --- a/docs/modules/misskey_entities_user.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/user | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/user

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_userdetail.html b/docs/modules/misskey_entities_userdetail.html deleted file mode 100644 index 0816ac5..0000000 --- a/docs/modules/misskey_entities_userdetail.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/userDetail | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/userDetail

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_entities_userkey.html b/docs/modules/misskey_entities_userkey.html deleted file mode 100644 index 7b323b7..0000000 --- a/docs/modules/misskey_entities_userkey.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - misskey/entities/userkey | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/entities/userkey

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

MisskeyEntity

- Re-exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module misskey/entity

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

default

- Renames and exports MisskeyEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Variables

-
- -

Const Follow

-
Follow: NotificationType = 'follow'
- -
-
- -

Const FollowRequestAccepted

-
FollowRequestAccepted: NotificationType = 'followRequestAccepted'
- -
-
- -

Const GroupInvited

-
GroupInvited: NotificationType = 'groupInvited'
- -
-
- -

Const Mention

-
Mention: NotificationType = 'mention'
- -
-
- -

Const PollVote

-
PollVote: NotificationType = 'pollVote'
- -
-
- -

Const Quote

-
Quote: NotificationType = 'quote'
- -
-
- -

Const Reaction

-
Reaction: NotificationType = 'reaction'
- -
-
- -

Const ReceiveFollowRequest

-
ReceiveFollowRequest: NotificationType = 'receiveFollowRequest'
- -
-
- -

Const Renote

-
Renote: NotificationType = 'renote'
- -
-
- -

Const Reply

-
Reply: NotificationType = 'reply'
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_notification.html b/docs/modules/misskey_notification.html deleted file mode 100644 index 3f8bf05..0000000 --- a/docs/modules/misskey_notification.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - misskey/notification | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/misskey_web_socket.html b/docs/modules/misskey_web_socket.html deleted file mode 100644 index 55118e3..0000000 --- a/docs/modules/misskey_web_socket.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - misskey/web_socket | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module misskey/web_socket

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Variables

-
- -

Const EmojiReaction

-
EmojiReaction: NotificationType = 'emoji_reaction'
- -
-
- -

Const Favourite

-
Favourite: NotificationType = 'favourite'
- -
-
- -

Const Follow

-
Follow: NotificationType = 'follow'
- -
-
- -

Const FollowRequest

-
FollowRequest: NotificationType = 'follow_request'
- -
-
- -

Const Mention

-
Mention: NotificationType = 'mention'
- -
-
- -

Const PollExpired

-
PollExpired: NotificationType = 'poll_expired'
- -
-
- -

Const PollVote

-
PollVote: NotificationType = 'poll_vote'
- -
-
- -

Const Reblog

-
Reblog: NotificationType = 'reblog'
- -
-
- -

Const Status

-
Status: NotificationType = 'status'
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-
-
-

OAuth - Response data when oauth request.

-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

AppDataFromServer

-
AppDataFromServer: { client_id: string; client_secret: string; id: string; name: string; redirect_uri: string; website: string | null }
- -
-

Type declaration

-
    -
  • -
    client_id: string
    -
  • -
  • -
    client_secret: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    redirect_uri: string
    -
  • -
  • -
    website: string | null
    -
  • -
-
-
-
- -

TokenDataFromServer

-
TokenDataFromServer: { access_token: string; created_at: number; expires_in: number | null; refresh_token: string | null; scope: string; token_type: string }
- -
-

Type declaration

-
    -
  • -
    access_token: string
    -
  • -
  • -
    created_at: number
    -
  • -
  • -
    expires_in: number | null
    -
  • -
  • -
    refresh_token: string | null
    -
  • -
  • -
    scope: string
    -
  • -
  • -
    token_type: string
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module oauth

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module parser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module pleroma

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_api_client.default.converter.html b/docs/modules/pleroma_api_client.default.converter.html deleted file mode 100644 index c9b0e62..0000000 --- a/docs/modules/pleroma_api_client.default.converter.html +++ /dev/null @@ -1,1119 +0,0 @@ - - - - - - Converter | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace Converter

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Functions

-
- -

Const account

- - -
-
- -

Const activity

- - -
-
- -

Const application

- - -
-
- -

Const attachment

- - -
-
- -

Const card

- - -
-
- -

Const context

- - -
-
- -

Const conversation

- - -
-
- -

Const decodeNotificationType

-
    -
  • decodeNotificationType(t: string): string
  • -
- -
-
- -

Const emoji

- - -
-
- -

Const encodeNotificationType

-
    -
  • encodeNotificationType(t: string): string
  • -
- -
-
- -

Const featured_tag

- - -
-
- -

Const field

- - -
-
- -

Const filter

- - -
-
- -

Const history

- - -
-
- -

Const identity_proof

- - -
-
- -

Const instance

- - -
-
- -

Const list

- - -
-
- -

Const marker

- - -
-
- -

Const mention

- - -
-
- -

Const notification

- - -
-
- -

Const poll

- - -
-
- -

Const pollOption

- - -
-
- -

Const preferences

- - -
-
- -

Const push_subscription

- - -
-
- -

Const reaction

- - -
-
- -

Const relationship

- - -
-
- -

Const report

- - -
-
- -

Const results

- - -
-
- -

Const scheduled_status

- - -
-
- -

Const source

- - -
-
- -

Const stats

- - -
-
- -

Const status

- - -
-
- -

Const status_params

- - -
-
- -

Const tag

- - -
-
- -

Const token

- - -
-
- -

Const urls

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_api_client.default.entity.html b/docs/modules/pleroma_api_client.default.entity.html deleted file mode 100644 index 862e630..0000000 --- a/docs/modules/pleroma_api_client.default.entity.html +++ /dev/null @@ -1,623 +0,0 @@ - - - - - - Entity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace Entity

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

Account

-
Account: Account
- -
-
- -

Activity

-
Activity: Activity
- -
-
- -

Application

-
Application: Application
- -
-
- -

Attachment

-
Attachment: Attachment
- -
-
- -

Card

-
Card: Card
- -
-
- -

Context

-
Context: Context
- -
-
- -

Conversation

-
Conversation: Conversation
- -
-
- -

Emoji

-
Emoji: Emoji
- -
-
- -

FeaturedTag

-
FeaturedTag: FeaturedTag
- -
-
- -

Field

-
Field: Field
- -
-
- -

Filter

-
Filter: Filter
- -
-
- -

History

-
History: History
- -
-
- -

IdentityProof

-
IdentityProof: IdentityProof
- -
-
- -

Instance

-
Instance: Instance
- -
-
- -

List

-
List: List
- -
-
- -

Marker

-
Marker: Marker
- -
-
- -

Mention

-
Mention: Mention
- -
-
- -

Notification

-
Notification: Notification
- -
-
- -

Poll

-
Poll: Poll
- -
-
- -

PollOption

-
PollOption: PollOption
- -
-
- -

Preferences

-
Preferences: Preferences
- -
-
- -

PushSubscription

-
PushSubscription: PushSubscription
- -
-
- -

Reaction

-
Reaction: Reaction
- -
-
- -

Relationship

-
Relationship: Relationship
- -
-
- -

Report

-
Report: Report
- -
-
- -

Results

-
Results: Results
- -
-
- -

ScheduledStatus

-
ScheduledStatus: ScheduledStatus
- -
-
- -

Source

-
Source: Source
- -
-
- -

Stats

-
Stats: Stats
- -
-
- -

Status

-
Status: Status
- -
-
- -

StatusParams

-
StatusParams: StatusParams
- -
-
- -

Tag

-
Tag: Tag
- -
-
- -

Token

-
Token: Token
- -
-
- -

URLs

-
URLs: URLs
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module pleroma/api_client

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_account.html b/docs/modules/pleroma_entities_account.html deleted file mode 100644 index f7a1fb8..0000000 --- a/docs/modules/pleroma_entities_account.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - pleroma/entities/account | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/account

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_account.pleromaentity.html b/docs/modules/pleroma_entities_account.pleromaentity.html deleted file mode 100644 index 80bc0d6..0000000 --- a/docs/modules/pleroma_entities_account.pleromaentity.html +++ /dev/null @@ -1,1477 +0,0 @@ - - - - - - PleromaEntity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Namespace PleromaEntity

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

Account

-
Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
- -
-

Type declaration

-
    -
  • -
    acct: string
    -
  • -
  • -
    avatar: string
    -
  • -
  • -
    avatar_static: string
    -
  • -
  • -
    bot: boolean | null
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    display_name: string
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    fields: object | null
    -
  • -
  • -
    followers_count: number
    -
  • -
  • -
    following_count: number
    -
  • -
  • -
    header: string
    -
  • -
  • -
    header_static: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    locked: boolean
    -
  • -
  • -
    moved: Account | null
    -
  • -
  • -
    note: string
    -
  • -
  • -
    Optional source?: Source
    -
  • -
  • -
    statuses_count: number
    -
  • -
  • -
    url: string
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

Activity

-
Activity: { logins: string; registrations: string; statuses: string; week: string }
- -
-

Type declaration

-
    -
  • -
    logins: string
    -
  • -
  • -
    registrations: string
    -
  • -
  • -
    statuses: string
    -
  • -
  • -
    week: string
    -
  • -
-
-
-
- -

Application

-
Application: { name: string; vapid_key?: string | null; website?: string | null }
- -
-

Type declaration

-
    -
  • -
    name: string
    -
  • -
  • -
    Optional vapid_key?: string | null
    -
  • -
  • -
    Optional website?: string | null
    -
  • -
-
-
-
- -

Attachment

-
Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
- -
-

Type declaration

-
    -
  • -
    description: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    meta: object | null
    -
  • -
  • -
    preview_url: string
    -
  • -
  • -
    remote_url: string | null
    -
  • -
  • -
    text_url: string | null
    -
  • -
  • -
    type: "unknown" | "image" | "gifv" | "video"
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Card

-
Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
- -
-

Type declaration

-
    -
  • -
    Optional author_name?: string
    -
  • -
  • -
    Optional author_url?: string
    -
  • -
  • -
    description: string
    -
  • -
  • -
    Optional height?: number
    -
  • -
  • -
    Optional html?: string
    -
  • -
  • -
    Optional image?: string
    -
  • -
  • -
    Optional pleroma?: Object
    -
  • -
  • -
    Optional provider_name?: string
    -
  • -
  • -
    Optional provider_url?: string
    -
  • -
  • -
    title: string
    -
  • -
  • -
    type: "link" | "photo" | "video" | "rich"
    -
  • -
  • -
    url: string
    -
  • -
  • -
    Optional width?: number
    -
  • -
-
-
-
- -

Context

-
Context: { ancestors: Status[]; descendants: Status[] }
- -
-

Type declaration

- -
-
-
- -

Conversation

-
Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
- -
-

Type declaration

-
    -
  • -
    accounts: Account[]
    -
  • -
  • -
    id: string
    -
  • -
  • -
    last_status: Status | null
    -
  • -
  • -
    unread: boolean
    -
  • -
-
-
-
- -

Emoji

-
Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
- -
-

Type declaration

-
    -
  • -
    shortcode: string
    -
  • -
  • -
    static_url: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    visible_in_picker: boolean
    -
  • -
-
-
-
- -

FeaturedTag

-
FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    last_status_at: string
    -
  • -
  • -
    name: string
    -
  • -
  • -
    statuses_count: number
    -
  • -
-
-
-
- -

Field

-
Field: { name: string; value: string; verified_at: string | null }
- -
-

Type declaration

-
    -
  • -
    name: string
    -
  • -
  • -
    value: string
    -
  • -
  • -
    verified_at: string | null
    -
  • -
-
-
-
- -

Filter

-
Filter: { context: FilterContext[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
- -
-

Type declaration

-
    -
  • -
    context: FilterContext[]
    -
  • -
  • -
    expires_at: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    irreversible: boolean
    -
  • -
  • -
    phrase: string
    -
  • -
  • -
    whole_word: boolean
    -
  • -
-
-
-
- -

FilterContext

-
FilterContext: string
- -
-
- -

History

-
History: { accounts: number; day: string; uses: number }
- -
-

Type declaration

-
    -
  • -
    accounts: number
    -
  • -
  • -
    day: string
    -
  • -
  • -
    uses: number
    -
  • -
-
-
-
- -

IdentityProof

-
IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
- -
-

Type declaration

-
    -
  • -
    profile_url: string
    -
  • -
  • -
    proof_url: string
    -
  • -
  • -
    provider: string
    -
  • -
  • -
    provider_username: string
    -
  • -
  • -
    updated_at: string
    -
  • -
-
-
-
- -

Instance

-
Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
- -
-

Type declaration

-
    -
  • -
    contact_account: Account | null
    -
  • -
  • -
    description: string
    -
  • -
  • -
    email: string
    -
  • -
  • -
    languages: string[]
    -
  • -
  • -
    Optional max_toot_chars?: number
    -
  • -
  • -
    Optional registrations?: boolean
    -
  • -
  • -
    stats: Stats
    -
  • -
  • -
    thumbnail: string | null
    -
  • -
  • -
    title: string
    -
  • -
  • -
    uri: string
    -
  • -
  • -
    urls: URLs
    -
  • -
  • -
    version: string
    -
  • -
-
-
-
- -

List

-
List: { id: string; title: string }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    title: string
    -
  • -
-
-
-
- -

Marker

-
Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
- -
-

Type declaration

-
    -
  • -
    home: { last_read_id: string; updated_at: string; version: number }
    -
      -
    • -
      last_read_id: string
      -
    • -
    • -
      updated_at: string
      -
    • -
    • -
      version: number
      -
    • -
    -
  • -
  • -
    notifications: { last_read_id: string; updated_at: string; version: number }
    -
      -
    • -
      last_read_id: string
      -
    • -
    • -
      updated_at: string
      -
    • -
    • -
      version: number
      -
    • -
    -
  • -
-
-
-
- -

Mention

-
Mention: { acct: string; id: string; url: string; username: string }
- -
-

Type declaration

-
    -
  • -
    acct: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    username: string
    -
  • -
-
-
-
- -

Notification

-
Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
- -
-

Type declaration

-
    -
  • -
    account: Account
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    Optional emoji?: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    Optional status?: Status
    -
  • -
  • -
    type: NotificationType
    -
  • -
-
-
-
- -

NotificationType

-
NotificationType: string
- -
-
- -

Poll

-
Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
- -
-

Type declaration

-
    -
  • -
    expired: boolean
    -
  • -
  • -
    expires_at: string | null
    -
  • -
  • -
    id: string
    -
  • -
  • -
    multiple: boolean
    -
  • -
  • -
    options: PollOption[]
    -
  • -
  • -
    voted: boolean
    -
  • -
  • -
    votes_count: number
    -
  • -
-
-
-
- -

PollOption

-
PollOption: { title: string; votes_count: number | null }
- -
-

Type declaration

-
    -
  • -
    title: string
    -
  • -
  • -
    votes_count: number | null
    -
  • -
-
-
-
- -

Preferences

-
Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
- -
-

Type declaration

-
    -
  • -
    posting:default:language: string | null
    -
  • -
  • -
    posting:default:sensitive: boolean
    -
  • -
  • -
    posting:default:visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
  • -
    reading:expand:media: "default" | "show_all" | "hide_all"
    -
  • -
  • -
    reading:expand:spoilers: boolean
    -
  • -
-
-
-
- -

PushSubscription

-
PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
- -
-

Type declaration

-
    -
  • -
    alerts: object
    -
  • -
  • -
    endpoint: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    server_key: string
    -
  • -
-
-
-
- -

Reaction

-
Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
- -
-

Type declaration

-
    -
  • -
    Optional accounts?: Account[]
    -
  • -
  • -
    count: number
    -
  • -
  • -
    me: boolean
    -
  • -
  • -
    name: string
    -
  • -
-
-
-
- -

Relationship

-
Relationship: { blocked_by: boolean; blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean; subscribing: boolean }
- -
-

Type declaration

-
    -
  • -
    blocked_by: boolean
    -
  • -
  • -
    blocking: boolean
    -
  • -
  • -
    domain_blocking: boolean
    -
  • -
  • -
    endorsed: boolean
    -
  • -
  • -
    followed_by: boolean
    -
  • -
  • -
    following: boolean
    -
  • -
  • -
    id: string
    -
  • -
  • -
    muting: boolean
    -
  • -
  • -
    muting_notifications: boolean
    -
  • -
  • -
    requested: boolean
    -
  • -
  • -
    showing_reblogs: boolean
    -
  • -
  • -
    subscribing: boolean
    -
  • -
-
-
-
- -

Report

-
Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
- -
-

Type declaration

-
    -
  • -
    account_id: string
    -
  • -
  • -
    action_taken: string
    -
  • -
  • -
    comment: string
    -
  • -
  • -
    id: string
    -
  • -
  • -
    status_ids: string[]
    -
  • -
-
-
-
- -

Results

-
Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
- -
-

Type declaration

- -
-
-
- -

ScheduledStatus

-
ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
- -
-

Type declaration

-
    -
  • -
    id: string
    -
  • -
  • -
    media_attachments: Attachment[]
    -
  • -
  • -
    params: object
    -
  • -
  • -
    scheduled_at: string
    -
  • -
-
-
-
- -

Source

-
Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
- -
-

Type declaration

-
    -
  • -
    fields: object
    -
  • -
  • -
    language: string | null
    -
  • -
  • -
    note: string
    -
  • -
  • -
    privacy: string | null
    -
  • -
  • -
    sensitive: boolean | null
    -
  • -
-
-
-
- -

Stats

-
Stats: { domain_count: number; status_count: number; user_count: number }
- -
-

Type declaration

-
    -
  • -
    domain_count: number
    -
  • -
  • -
    status_count: number
    -
  • -
  • -
    user_count: number
    -
  • -
-
-
-
- -

Status

-
Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
- -
-

Type declaration

-
    -
  • -
    account: Account
    -
  • -
  • -
    application: Application | null
    -
  • -
  • -
    bookmarked: boolean
    -
  • -
  • -
    card: Card | null
    -
  • -
  • -
    content: string
    -
  • -
  • -
    created_at: string
    -
  • -
  • -
    emojis: Emoji[]
    -
  • -
  • -
    favourited: boolean | null
    -
  • -
  • -
    favourites_count: number
    -
  • -
  • -
    id: string
    -
  • -
  • -
    in_reply_to_account_id: string | null
    -
  • -
  • -
    in_reply_to_id: string | null
    -
  • -
  • -
    language: string | null
    -
  • -
  • -
    media_attachments: Attachment[]
    -
  • -
  • -
    mentions: Mention[]
    -
  • -
  • -
    muted: boolean | null
    -
  • -
  • -
    pinned: boolean | null
    -
  • -
  • -
    pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
    -
      -
    • -
      Optional context?: { text/plain: string }
      -
        -
      • -
        text/plain: string
        -
      • -
      -
    • -
    • -
      Optional conversation_id?: string
      -
    • -
    • -
      Optional direct_conversation_id?: string | null
      -
    • -
    • -
      Optional emoji_reactions?: Reaction[]
      -
    • -
    • -
      local: boolean
      -
    • -
    • -
      Optional spoiler_text?: { text/plain: string }
      -
        -
      • -
        text/plain: string
        -
      • -
      -
    • -
    • -
      Optional thread_muted?: boolean
      -
    • -
    -
  • -
  • -
    poll: Poll | null
    -
  • -
  • -
    reblog: Status | null
    -
  • -
  • -
    reblogged: boolean | null
    -
  • -
  • -
    reblogs_count: number
    -
  • -
  • -
    replies_count: number
    -
  • -
  • -
    sensitive: boolean
    -
  • -
  • -
    spoiler_text: string
    -
  • -
  • -
    tags: Tag[]
    -
  • -
  • -
    uri: string
    -
  • -
  • -
    url: string
    -
  • -
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
-
-
-
- -

StatusParams

-
StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
- -
-

Type declaration

-
    -
  • -
    application_id: string
    -
  • -
  • -
    in_reply_to_id: string | null
    -
  • -
  • -
    media_ids: string[] | null
    -
  • -
  • -
    scheduled_at: string | null
    -
  • -
  • -
    sensitive: boolean | null
    -
  • -
  • -
    spoiler_text: string | null
    -
  • -
  • -
    text: string
    -
  • -
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    -
  • -
-
-
-
- -

Tag

-
Tag: { history: History[] | null; name: string; url: string }
- -
-

Type declaration

-
    -
  • -
    history: History[] | null
    -
  • -
  • -
    name: string
    -
  • -
  • -
    url: string
    -
  • -
-
-
-
- -

Token

-
Token: { access_token: string; created_at: number; scope: string; token_type: string }
- -
-

Type declaration

-
    -
  • -
    access_token: string
    -
  • -
  • -
    created_at: number
    -
  • -
  • -
    scope: string
    -
  • -
  • -
    token_type: string
    -
  • -
-
-
-
- -

URLs

-
URLs: { streaming_api: string }
- -
-

Type declaration

-
    -
  • -
    streaming_api: string
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_activity.html b/docs/modules/pleroma_entities_activity.html deleted file mode 100644 index 34c5ebb..0000000 --- a/docs/modules/pleroma_entities_activity.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/activity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/activity

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_application.html b/docs/modules/pleroma_entities_application.html deleted file mode 100644 index 5272b81..0000000 --- a/docs/modules/pleroma_entities_application.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/application | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/application

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_attachment.html b/docs/modules/pleroma_entities_attachment.html deleted file mode 100644 index 9e2a212..0000000 --- a/docs/modules/pleroma_entities_attachment.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/attachment | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/attachment

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_card.html b/docs/modules/pleroma_entities_card.html deleted file mode 100644 index 3bd9108..0000000 --- a/docs/modules/pleroma_entities_card.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/card | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/card

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_context.html b/docs/modules/pleroma_entities_context.html deleted file mode 100644 index 2c125df..0000000 --- a/docs/modules/pleroma_entities_context.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/context | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/context

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_conversation.html b/docs/modules/pleroma_entities_conversation.html deleted file mode 100644 index f1b8e5a..0000000 --- a/docs/modules/pleroma_entities_conversation.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/conversation | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/conversation

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_emoji.html b/docs/modules/pleroma_entities_emoji.html deleted file mode 100644 index 13ec9ef..0000000 --- a/docs/modules/pleroma_entities_emoji.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/emoji | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/emoji

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_featured_tag.html b/docs/modules/pleroma_entities_featured_tag.html deleted file mode 100644 index 01c45dd..0000000 --- a/docs/modules/pleroma_entities_featured_tag.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/featured_tag | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/featured_tag

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_field.html b/docs/modules/pleroma_entities_field.html deleted file mode 100644 index 840bc4c..0000000 --- a/docs/modules/pleroma_entities_field.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/field | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/field

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_filter.html b/docs/modules/pleroma_entities_filter.html deleted file mode 100644 index dd64751..0000000 --- a/docs/modules/pleroma_entities_filter.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/filter | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/filter

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_history.html b/docs/modules/pleroma_entities_history.html deleted file mode 100644 index 07fa627..0000000 --- a/docs/modules/pleroma_entities_history.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/history | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/history

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_identity_proof.html b/docs/modules/pleroma_entities_identity_proof.html deleted file mode 100644 index b4ed85a..0000000 --- a/docs/modules/pleroma_entities_identity_proof.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/identity_proof | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/identity_proof

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_instance.html b/docs/modules/pleroma_entities_instance.html deleted file mode 100644 index 5501517..0000000 --- a/docs/modules/pleroma_entities_instance.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/instance | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/instance

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_list.html b/docs/modules/pleroma_entities_list.html deleted file mode 100644 index b099aef..0000000 --- a/docs/modules/pleroma_entities_list.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/list | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/list

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_marker.html b/docs/modules/pleroma_entities_marker.html deleted file mode 100644 index 33b73ba..0000000 --- a/docs/modules/pleroma_entities_marker.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/marker | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/marker

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_mention.html b/docs/modules/pleroma_entities_mention.html deleted file mode 100644 index 2c06db8..0000000 --- a/docs/modules/pleroma_entities_mention.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/mention | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/mention

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_notification.html b/docs/modules/pleroma_entities_notification.html deleted file mode 100644 index 290c384..0000000 --- a/docs/modules/pleroma_entities_notification.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/notification | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_poll.html b/docs/modules/pleroma_entities_poll.html deleted file mode 100644 index 8d2f783..0000000 --- a/docs/modules/pleroma_entities_poll.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/poll | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/poll

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_poll_option.html b/docs/modules/pleroma_entities_poll_option.html deleted file mode 100644 index 21d809f..0000000 --- a/docs/modules/pleroma_entities_poll_option.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/poll_option | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/poll_option

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_preferences.html b/docs/modules/pleroma_entities_preferences.html deleted file mode 100644 index 45d31c3..0000000 --- a/docs/modules/pleroma_entities_preferences.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/preferences | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/preferences

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_push_subscription.html b/docs/modules/pleroma_entities_push_subscription.html deleted file mode 100644 index af5b762..0000000 --- a/docs/modules/pleroma_entities_push_subscription.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/push_subscription | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/push_subscription

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_reaction.html b/docs/modules/pleroma_entities_reaction.html deleted file mode 100644 index 0362cc4..0000000 --- a/docs/modules/pleroma_entities_reaction.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/reaction | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/reaction

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_relationship.html b/docs/modules/pleroma_entities_relationship.html deleted file mode 100644 index 37416e4..0000000 --- a/docs/modules/pleroma_entities_relationship.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/relationship | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/relationship

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_report.html b/docs/modules/pleroma_entities_report.html deleted file mode 100644 index e6b8331..0000000 --- a/docs/modules/pleroma_entities_report.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/report | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/report

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_results.html b/docs/modules/pleroma_entities_results.html deleted file mode 100644 index 142983f..0000000 --- a/docs/modules/pleroma_entities_results.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/results | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/results

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_scheduled_status.html b/docs/modules/pleroma_entities_scheduled_status.html deleted file mode 100644 index ae98cdb..0000000 --- a/docs/modules/pleroma_entities_scheduled_status.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/scheduled_status | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/scheduled_status

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_source.html b/docs/modules/pleroma_entities_source.html deleted file mode 100644 index 9de8424..0000000 --- a/docs/modules/pleroma_entities_source.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/source | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/source

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_stats.html b/docs/modules/pleroma_entities_stats.html deleted file mode 100644 index 803b5ff..0000000 --- a/docs/modules/pleroma_entities_stats.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/stats | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/stats

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_status.html b/docs/modules/pleroma_entities_status.html deleted file mode 100644 index cd5a640..0000000 --- a/docs/modules/pleroma_entities_status.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/status | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/status

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_status_params.html b/docs/modules/pleroma_entities_status_params.html deleted file mode 100644 index 9a4b049..0000000 --- a/docs/modules/pleroma_entities_status_params.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/status_params | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/status_params

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_tag.html b/docs/modules/pleroma_entities_tag.html deleted file mode 100644 index 6cd3294..0000000 --- a/docs/modules/pleroma_entities_tag.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/tag | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/tag

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_token.html b/docs/modules/pleroma_entities_token.html deleted file mode 100644 index 48136fb..0000000 --- a/docs/modules/pleroma_entities_token.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/token | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/token

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_urls.html b/docs/modules/pleroma_entities_urls.html deleted file mode 100644 index b5d460b..0000000 --- a/docs/modules/pleroma_entities_urls.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entities/urls | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entities/urls

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

PleromaEntity

- Re-exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_entity.html b/docs/modules/pleroma_entity.html deleted file mode 100644 index 20d521a..0000000 --- a/docs/modules/pleroma_entity.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - pleroma/entity | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/entity

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

default

- Renames and exports PleromaEntity -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Namespace default

-
-
-
-
-
-
-
-

Index

-
-
-
-

Variables

- -
-
-
-
-
-

Variables

-
- -

Const Favourite

-
Favourite: NotificationType = 'favourite'
- -
-
- -

Const Follow

-
Follow: NotificationType = 'follow'
- -
-
- -

Const FollowRequest

-
FollowRequest: NotificationType = 'follow_request'
- -
-
- -

Const Mention

-
Mention: NotificationType = 'mention'
- -
-
- -

Const PleromaEmojiReaction

-
PleromaEmojiReaction: NotificationType = 'pleroma:emoji_reaction'
- -
-
- -

Const Poll

-
Poll: NotificationType = 'poll'
- -
-
- -

Const Reblog

-
Reblog: NotificationType = 'reblog'
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/docs/modules/pleroma_notification.html b/docs/modules/pleroma_notification.html deleted file mode 100644 index 969f49c..0000000 --- a/docs/modules/pleroma_notification.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - pleroma/notification | megalodon - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pleroma/notification

-
-
-
-
-
-
-
-

Index

-
-
-
-

Namespaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module pleroma/web_socket

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module proxy_config

-
-
-
-
-
-
-
-

Index

-
-
-
-

Type aliases

- -
-
-

Functions

- -
-
-
-
-
-

Type aliases

-
- -

ProxyConfig

-
ProxyConfig: { auth?: { password: string; username: string }; host: string; port: number; protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks" }
- -
-

Type declaration

-
    -
  • -
    Optional auth?: { password: string; username: string }
    -
      -
    • -
      password: string
      -
    • -
    • -
      username: string
      -
    • -
    -
  • -
  • -
    host: string
    -
  • -
  • -
    port: number
    -
  • -
  • -
    protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks"
    -
  • -
-
-
-
-
-

Functions

-
- -

Const default

-
    -
  • default(proxyConfig: ProxyConfig): default | default
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

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

Module response

-
-
-
-
-
-
-
-

Index

-
-
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

default

-
default<T>: { data: T; headers: any; status: number; statusText: string }
- -

Type parameters

-
    -
  • -

    T = any

    -
  • -
-
-

Type declaration

-
    -
  • -
    data: T
    -
  • -
  • -
    headers: any
    -
  • -
  • -
    status: number
    -
  • -
  • -
    statusText: string
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Namespace
  • -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file