iceshrimp-legacy/packages/firefish-js/etc/firefish-js.api.json
ThatOneCalculator ff08ec77ee
we be renamin
2023-07-15 14:21:17 -07:00

9815 lines
256 KiB
JSON

{
"metadata": {
"toolPackage": "@microsoft/api-extractor",
"toolVersion": "7.36.0",
"schemaVersion": 1011,
"oldestForwardsCompatibleVersion": 1001,
"tsdocConfig": {
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"noStandardTags": true,
"tagDefinitions": [
{
"tagName": "@alpha",
"syntaxKind": "modifier"
},
{
"tagName": "@beta",
"syntaxKind": "modifier"
},
{
"tagName": "@defaultValue",
"syntaxKind": "block"
},
{
"tagName": "@decorator",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@deprecated",
"syntaxKind": "block"
},
{
"tagName": "@eventProperty",
"syntaxKind": "modifier"
},
{
"tagName": "@example",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@experimental",
"syntaxKind": "modifier"
},
{
"tagName": "@inheritDoc",
"syntaxKind": "inline"
},
{
"tagName": "@internal",
"syntaxKind": "modifier"
},
{
"tagName": "@label",
"syntaxKind": "inline"
},
{
"tagName": "@link",
"syntaxKind": "inline",
"allowMultiple": true
},
{
"tagName": "@override",
"syntaxKind": "modifier"
},
{
"tagName": "@packageDocumentation",
"syntaxKind": "modifier"
},
{
"tagName": "@param",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@privateRemarks",
"syntaxKind": "block"
},
{
"tagName": "@public",
"syntaxKind": "modifier"
},
{
"tagName": "@readonly",
"syntaxKind": "modifier"
},
{
"tagName": "@remarks",
"syntaxKind": "block"
},
{
"tagName": "@returns",
"syntaxKind": "block"
},
{
"tagName": "@sealed",
"syntaxKind": "modifier"
},
{
"tagName": "@see",
"syntaxKind": "block"
},
{
"tagName": "@throws",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@typeParam",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@virtual",
"syntaxKind": "modifier"
},
{
"tagName": "@betaDocumentation",
"syntaxKind": "modifier"
},
{
"tagName": "@internalRemarks",
"syntaxKind": "block"
},
{
"tagName": "@preapproved",
"syntaxKind": "modifier"
}
],
"supportForTags": {
"@alpha": true,
"@beta": true,
"@defaultValue": true,
"@decorator": true,
"@deprecated": true,
"@eventProperty": true,
"@example": true,
"@experimental": true,
"@inheritDoc": true,
"@internal": true,
"@label": true,
"@link": true,
"@override": true,
"@packageDocumentation": true,
"@param": true,
"@privateRemarks": true,
"@public": true,
"@readonly": true,
"@remarks": true,
"@returns": true,
"@sealed": true,
"@see": true,
"@throws": true,
"@typeParam": true,
"@virtual": true,
"@betaDocumentation": true,
"@internalRemarks": true,
"@preapproved": true
},
"reportUnsupportedHtmlElements": false
}
},
"kind": "Package",
"canonicalReference": "firefish-js!",
"docComment": "",
"name": "firefish-js",
"preserveMemberOrder": false,
"members": [
{
"kind": "EntryPoint",
"canonicalReference": "firefish-js!",
"name": "",
"preserveMemberOrder": false,
"members": [
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!Acct:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Acct = "
},
{
"kind": "Content",
"text": "{\n\tusername: string;\n\thost: string | null;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/acct.ts",
"releaseTag": "Public",
"name": "Acct",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "Namespace",
"canonicalReference": "firefish-js!api:namespace",
"docComment": "",
"excerptTokens": [],
"fileUrlPath": "src/index.ts",
"releaseTag": "None",
"name": "api",
"preserveMemberOrder": false,
"members": [
{
"kind": "Class",
"canonicalReference": "firefish-js!api.APIClient:class",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare class APIClient "
}
],
"fileUrlPath": "src/api.ts",
"releaseTag": "Public",
"isAbstract": false,
"name": "APIClient",
"preserveMemberOrder": false,
"members": [
{
"kind": "Constructor",
"canonicalReference": "firefish-js!api.APIClient:constructor(1)",
"docComment": "/**\n * Constructs a new instance of the `APIClient` class\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "constructor(opts: "
},
{
"kind": "Content",
"text": "{\n\t\torigin: "
},
{
"kind": "Reference",
"text": "APIClient",
"canonicalReference": "firefish-js!api.APIClient:class"
},
{
"kind": "Content",
"text": "[\"origin\"];\n\t\tcredential?: "
},
{
"kind": "Reference",
"text": "APIClient",
"canonicalReference": "firefish-js!api.APIClient:class"
},
{
"kind": "Content",
"text": "[\"credential\"];\n\t\tfetch?: "
},
{
"kind": "Reference",
"text": "APIClient",
"canonicalReference": "firefish-js!api.APIClient:class"
},
{
"kind": "Content",
"text": "[\"fetch\"] | null | undefined;\n\t}"
},
{
"kind": "Content",
"text": ");"
}
],
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "opts",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
},
"isOptional": false
}
]
},
{
"kind": "Property",
"canonicalReference": "firefish-js!api.APIClient#credential:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "credential: "
},
{
"kind": "Content",
"text": "string | null | undefined"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "credential",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Property",
"canonicalReference": "firefish-js!api.APIClient#fetch:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "fetch: "
},
{
"kind": "Reference",
"text": "FetchLike",
"canonicalReference": "firefish-js!api.FetchLike:type"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "fetch",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Property",
"canonicalReference": "firefish-js!api.APIClient#origin:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "origin: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "origin",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Method",
"canonicalReference": "firefish-js!api.APIClient#request:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "request<E extends "
},
{
"kind": "Content",
"text": "keyof "
},
{
"kind": "Reference",
"text": "Endpoints",
"canonicalReference": "firefish-js!Endpoints:type"
},
{
"kind": "Content",
"text": ", P extends "
},
{
"kind": "Reference",
"text": "Endpoints",
"canonicalReference": "firefish-js!Endpoints:type"
},
{
"kind": "Content",
"text": "[E][\"req\"]"
},
{
"kind": "Content",
"text": ">(\n\t\tendpoint: "
},
{
"kind": "Content",
"text": "E"
},
{
"kind": "Content",
"text": ",\n\t\tparams?: "
},
{
"kind": "Content",
"text": "P"
},
{
"kind": "Content",
"text": ",\n\t\tcredential?: "
},
{
"kind": "Content",
"text": "string | null | undefined"
},
{
"kind": "Content",
"text": ",\n\t): "
},
{
"kind": "Reference",
"text": "Promise",
"canonicalReference": "!Promise:interface"
},
{
"kind": "Content",
"text": "<\n\t\t"
},
{
"kind": "Reference",
"text": "Endpoints",
"canonicalReference": "firefish-js!Endpoints:type"
},
{
"kind": "Content",
"text": "[E][\"res\"] extends {\n\t\t\t$switch: {\n\t\t\t\t$cases: [any, any][];\n\t\t\t\t$default: any;\n\t\t\t};\n\t\t}\n\t\t\t? "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 0> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 0>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 1> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 1>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 2> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 2>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 3> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 3>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 4> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 4>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 5> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 5>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 6> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 6>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 7> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 7>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 8> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 8>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "IsCaseMatched",
"canonicalReference": "firefish-js!~IsCaseMatched:type"
},
{
"kind": "Content",
"text": "<E, P, 9> extends true\n\t\t\t\t? "
},
{
"kind": "Reference",
"text": "GetCaseResult",
"canonicalReference": "firefish-js!~GetCaseResult:type"
},
{
"kind": "Content",
"text": "<E, P, 9>\n\t\t\t\t: "
},
{
"kind": "Reference",
"text": "Endpoints",
"canonicalReference": "firefish-js!Endpoints:type"
},
{
"kind": "Content",
"text": "[E][\"res\"][\"$switch\"][\"$default\"]\n\t\t\t: "
},
{
"kind": "Reference",
"text": "Endpoints",
"canonicalReference": "firefish-js!Endpoints:type"
},
{
"kind": "Content",
"text": "[E][\"res\"]\n\t>"
},
{
"kind": "Content",
"text": ";"
}
],
"typeParameters": [
{
"typeParameterName": "E",
"constraintTokenRange": {
"startIndex": 1,
"endIndex": 3
},
"defaultTypeTokenRange": {
"startIndex": 0,
"endIndex": 0
}
},
{
"typeParameterName": "P",
"constraintTokenRange": {
"startIndex": 4,
"endIndex": 6
},
"defaultTypeTokenRange": {
"startIndex": 0,
"endIndex": 0
}
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 13,
"endIndex": 61
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "endpoint",
"parameterTypeTokenRange": {
"startIndex": 7,
"endIndex": 8
},
"isOptional": false
},
{
"parameterName": "params",
"parameterTypeTokenRange": {
"startIndex": 9,
"endIndex": 10
},
"isOptional": true
},
{
"parameterName": "credential",
"parameterTypeTokenRange": {
"startIndex": 11,
"endIndex": 12
},
"isOptional": true
}
],
"isOptional": false,
"isAbstract": false,
"name": "request"
}
],
"implementsTokenRanges": []
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!api.APIError:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type APIError = "
},
{
"kind": "Content",
"text": "{\n\tid: string;\n\tcode: string;\n\tmessage: string;\n\tkind: \"client\" | \"server\";\n\tinfo: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/api.ts",
"releaseTag": "Public",
"name": "APIError",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 4
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!api.FetchLike:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type FetchLike = "
},
{
"kind": "Content",
"text": "(\n\tinput: string,\n\tinit?: {\n\t\tmethod?: string;\n\t\tbody?: string;\n\t\tcredentials?: "
},
{
"kind": "Reference",
"text": "RequestCredentials",
"canonicalReference": "!RequestCredentials:type"
},
{
"kind": "Content",
"text": ";\n\t\tcache?: "
},
{
"kind": "Reference",
"text": "RequestCache",
"canonicalReference": "!RequestCache:type"
},
{
"kind": "Content",
"text": ";\n\t},\n) => "
},
{
"kind": "Reference",
"text": "Promise",
"canonicalReference": "!Promise:interface"
},
{
"kind": "Content",
"text": "<{\n\tstatus: number;\n\tjson(): "
},
{
"kind": "Reference",
"text": "Promise",
"canonicalReference": "!Promise:interface"
},
{
"kind": "Content",
"text": "<any>;\n}>"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/api.ts",
"releaseTag": "Public",
"name": "FetchLike",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 10
}
},
{
"kind": "Function",
"canonicalReference": "firefish-js!api.isAPIError:function(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare function isAPIError(reason: "
},
{
"kind": "Content",
"text": "any"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Reference",
"text": "reason",
"canonicalReference": "firefish-js!~reason"
},
{
"kind": "Content",
"text": " is "
},
{
"kind": "Reference",
"text": "APIError",
"canonicalReference": "firefish-js!api.APIError:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/api.ts",
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 6
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "reason",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"name": "isAPIError"
}
]
},
{
"kind": "Class",
"canonicalReference": "firefish-js!ChannelConnection:class",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare abstract class Connection<\n\tChannel extends "
},
{
"kind": "Reference",
"text": "AnyOf",
"canonicalReference": "firefish-js!~AnyOf:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "Channels",
"canonicalReference": "firefish-js!Channels:type"
},
{
"kind": "Content",
"text": ">"
},
{
"kind": "Content",
"text": " = "
},
{
"kind": "Content",
"text": "any"
},
{
"kind": "Content",
"text": ",\n> extends "
},
{
"kind": "Reference",
"text": "EventEmitter",
"canonicalReference": "eventemitter3!EventEmitter.EventEmitter"
},
{
"kind": "Content",
"text": "<Channel[\"events\"]>"
},
{
"kind": "Content",
"text": " "
}
],
"fileUrlPath": "src/streaming.ts",
"releaseTag": "Public",
"typeParameters": [
{
"typeParameterName": "Channel",
"constraintTokenRange": {
"startIndex": 1,
"endIndex": 5
},
"defaultTypeTokenRange": {
"startIndex": 6,
"endIndex": 7
}
}
],
"isAbstract": true,
"name": "ChannelConnection",
"preserveMemberOrder": false,
"members": [
{
"kind": "Constructor",
"canonicalReference": "firefish-js!ChannelConnection:constructor(1)",
"docComment": "/**\n * Constructs a new instance of the `Connection` class\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "constructor(stream: "
},
{
"kind": "Reference",
"text": "Stream",
"canonicalReference": "firefish-js!Stream:class"
},
{
"kind": "Content",
"text": ", channel: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ", name?: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ");"
}
],
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "stream",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
},
{
"parameterName": "channel",
"parameterTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"isOptional": false
},
{
"parameterName": "name",
"parameterTypeTokenRange": {
"startIndex": 5,
"endIndex": 6
},
"isOptional": true
}
]
},
{
"kind": "Property",
"canonicalReference": "firefish-js!ChannelConnection#channel:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "channel: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "channel",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Method",
"canonicalReference": "firefish-js!ChannelConnection#dispose:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "abstract dispose(): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [],
"isOptional": false,
"isAbstract": true,
"name": "dispose"
},
{
"kind": "Property",
"canonicalReference": "firefish-js!ChannelConnection#id:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "abstract id: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "id",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": true
},
{
"kind": "Property",
"canonicalReference": "firefish-js!ChannelConnection#inCount:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "inCount: "
},
{
"kind": "Content",
"text": "number"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "inCount",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Property",
"canonicalReference": "firefish-js!ChannelConnection#name:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "name?: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": true,
"releaseTag": "Public",
"name": "name",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Property",
"canonicalReference": "firefish-js!ChannelConnection#outCount:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "outCount: "
},
{
"kind": "Content",
"text": "number"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "outCount",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Method",
"canonicalReference": "firefish-js!ChannelConnection#send:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "send<T extends "
},
{
"kind": "Content",
"text": "keyof Channel[\"receives\"]"
},
{
"kind": "Content",
"text": ">(\n\t\ttype: "
},
{
"kind": "Content",
"text": "T"
},
{
"kind": "Content",
"text": ",\n\t\tbody: "
},
{
"kind": "Content",
"text": "Channel[\"receives\"][T]"
},
{
"kind": "Content",
"text": ",\n\t): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"typeParameters": [
{
"typeParameterName": "T",
"constraintTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"defaultTypeTokenRange": {
"startIndex": 0,
"endIndex": 0
}
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 7,
"endIndex": 8
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "type",
"parameterTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"isOptional": false
},
{
"parameterName": "body",
"parameterTypeTokenRange": {
"startIndex": 5,
"endIndex": 6
},
"isOptional": false
}
],
"isOptional": false,
"isAbstract": false,
"name": "send"
},
{
"kind": "Property",
"canonicalReference": "firefish-js!ChannelConnection#stream:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "protected stream: "
},
{
"kind": "Reference",
"text": "Stream",
"canonicalReference": "firefish-js!Stream:class"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "stream",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": true,
"isAbstract": false
}
],
"extendsTokenRange": {
"startIndex": 8,
"endIndex": 10
},
"implementsTokenRanges": []
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!Channels:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Channels = "
},
{
"kind": "Content",
"text": "{\n\tmain: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tnotification: (payload: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tmention: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\treply: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\trenote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tfollow: (payload: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tfollowed: (payload: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tunfollow: (payload: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tmeUpdated: (payload: "
},
{
"kind": "Reference",
"text": "MeDetailed",
"canonicalReference": "firefish-js!entities.MeDetailed:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tpageEvent: (payload: "
},
{
"kind": "Reference",
"text": "PageEvent",
"canonicalReference": "firefish-js!entities.PageEvent:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\turlUploadFinished: (payload: {\n\t\t\t\tmarker: string;\n\t\t\t\tfile: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": ";\n\t\t\t}) => void;\n\t\t\treadAllNotifications: () => void;\n\t\t\tunreadNotification: (payload: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tunreadMention: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"]) => void;\n\t\t\treadAllUnreadMentions: () => void;\n\t\t\tunreadSpecifiedNote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"]) => void;\n\t\t\treadAllUnreadSpecifiedNotes: () => void;\n\t\t\treadAllMessagingMessages: () => void;\n\t\t\tmessagingMessage: (payload: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tunreadMessagingMessage: (payload: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\treadAllAntennas: () => void;\n\t\t\tunreadAntenna: (payload: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\treadAllAnnouncements: () => void;\n\t\t\treadAllChannels: () => void;\n\t\t\tunreadChannel: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"]) => void;\n\t\t\tmyTokenRegenerated: () => void;\n\t\t\treversiNoInvites: () => void;\n\t\t\treversiInvited: (payload: "
},
{
"kind": "Reference",
"text": "FIXME",
"canonicalReference": "firefish-js!~FIXME:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tsignin: (payload: "
},
{
"kind": "Reference",
"text": "FIXME",
"canonicalReference": "firefish-js!~FIXME:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tregistryUpdated: (payload: {\n\t\t\t\tscope?: string[];\n\t\t\t\tkey: string;\n\t\t\t\tvalue: any | null;\n\t\t\t}) => void;\n\t\t\tdriveFileCreated: (payload: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\treadAntenna: (payload: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: null;\n\t};\n\thomeTimeline: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tnote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: null;\n\t};\n\tlocalTimeline: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tnote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: null;\n\t};\n\thybridTimeline: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tnote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: null;\n\t};\n\trecommendedTimeline: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tnote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: null;\n\t};\n\tglobalTimeline: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tnote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: null;\n\t};\n\tantenna: {\n\t\tparams: {\n\t\t\tantennaId: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tevents: {\n\t\t\tnote: (payload: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: null;\n\t};\n\tmessaging: {\n\t\tparams: {\n\t\t\totherparty?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t\tgroup?: "
},
{
"kind": "Reference",
"text": "UserGroup",
"canonicalReference": "firefish-js!entities.UserGroup:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t};\n\t\tevents: {\n\t\t\tmessage: (payload: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t\tdeleted: (payload: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[\"id\"]) => void;\n\t\t\tread: (payload: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[\"id\"][]) => void;\n\t\t\ttypers: (payload: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[]) => void;\n\t\t};\n\t\treceives: {\n\t\t\tread: {\n\t\t\t\tid: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\t};\n\t\t};\n\t};\n\tserverStats: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tstats: (payload: "
},
{
"kind": "Reference",
"text": "FIXME",
"canonicalReference": "firefish-js!~FIXME:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: {\n\t\t\trequestLog: {\n\t\t\t\tid: string | number;\n\t\t\t\tlength: number;\n\t\t\t};\n\t\t};\n\t};\n\tqueueStats: {\n\t\tparams: null;\n\t\tevents: {\n\t\t\tstats: (payload: "
},
{
"kind": "Reference",
"text": "FIXME",
"canonicalReference": "firefish-js!~FIXME:type"
},
{
"kind": "Content",
"text": ") => void;\n\t\t};\n\t\treceives: {\n\t\t\trequestLog: {\n\t\t\t\tid: string | number;\n\t\t\t\tlength: number;\n\t\t\t};\n\t\t};\n\t};\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/streaming.types.ts",
"releaseTag": "Public",
"name": "Channels",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 76
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!Endpoints:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Endpoints = "
},
{
"kind": "Content",
"text": "{\n\t\"admin/abuse-user-reports\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/delete-all-files-of-a-user\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"admin/delete-logs\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: null;\n\t};\n\t\"admin/get-index-stats\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/get-table-stats\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/invite\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/logs\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/meta\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/reset-password\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/resolve-abuse-user-report\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/resync-chart\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/send-email\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/server-info\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/show-moderation-logs\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/show-user\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/show-users\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/silence-user\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/suspend-user\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/unsilence-user\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/unsuspend-user\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/update-meta\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/vacuum\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/accounts/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/ad/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/ad/delete\": {\n\t\treq: {\n\t\t\tid: "
},
{
"kind": "Reference",
"text": "Ad",
"canonicalReference": "firefish-js!entities.Ad:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"admin/ad/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/ad/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/announcements/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/announcements/delete\": {\n\t\treq: {\n\t\t\tid: "
},
{
"kind": "Reference",
"text": "Announcement",
"canonicalReference": "firefish-js!entities.Announcement:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"admin/announcements/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/announcements/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/drive/clean-remote-files\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/drive/cleanup\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/drive/files\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/drive/show-file\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/emoji/add\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/emoji/copy\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/emoji/list-remote\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/emoji/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/emoji/remove\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/emoji/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/federation/delete-all-files\": {\n\t\treq: {\n\t\t\thost: string;\n\t\t};\n\t\tres: null;\n\t};\n\t\"admin/federation/refresh-remote-instance-metadata\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/federation/remove-all-following\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/federation/update-instance\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/moderators/add\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/moderators/remove\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/promo/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/queue/clear\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/queue/deliver-delayed\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/queue/inbox-delayed\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/queue/jobs\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/queue/stats\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/relays/add\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/relays/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"admin/relays/remove\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\tannouncements: {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\twithUnreads?: boolean;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Announcement",
"canonicalReference": "firefish-js!entities.Announcement:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Announcement",
"canonicalReference": "firefish-js!entities.Announcement:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Announcement",
"canonicalReference": "firefish-js!entities.Announcement:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"antennas/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"antennas/delete\": {\n\t\treq: {\n\t\t\tantennaId: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"antennas/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"antennas/notes\": {\n\t\treq: {\n\t\t\tantennaId: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"antennas/show\": {\n\t\treq: {\n\t\t\tantennaId: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"antennas/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"antennas/mark-read\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Antenna",
"canonicalReference": "firefish-js!entities.Antenna:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"ap/get\": {\n\t\treq: {\n\t\t\turi: string;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>;\n\t};\n\t\"ap/show\": {\n\t\treq: {\n\t\t\turi: string;\n\t\t};\n\t\tres:\n\t\t\t| {\n\t\t\t\t\ttype: \"Note\";\n\t\t\t\t\tobject: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t\t\t }\n\t\t\t| {\n\t\t\t\t\ttype: \"User\";\n\t\t\t\t\tobject: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t\t\t };\n\t};\n\t\"app/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "App",
"canonicalReference": "firefish-js!entities.App:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"app/show\": {\n\t\treq: {\n\t\t\tappId: "
},
{
"kind": "Reference",
"text": "App",
"canonicalReference": "firefish-js!entities.App:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "App",
"canonicalReference": "firefish-js!entities.App:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"auth/accept\": {\n\t\treq: {\n\t\t\ttoken: string;\n\t\t};\n\t\tres: null;\n\t};\n\t\"auth/session/generate\": {\n\t\treq: {\n\t\t\tappSecret: string;\n\t\t};\n\t\tres: {\n\t\t\ttoken: string;\n\t\t\turl: string;\n\t\t};\n\t};\n\t\"auth/session/show\": {\n\t\treq: {\n\t\t\ttoken: string;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "AuthSession",
"canonicalReference": "firefish-js!entities.AuthSession:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"auth/session/userkey\": {\n\t\treq: {\n\t\t\tappSecret: string;\n\t\t\ttoken: string;\n\t\t};\n\t\tres: {\n\t\t\taccessToken: string;\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t};\n\t};\n\t\"blocking/create\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"blocking/delete\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"blocking/list\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Blocking",
"canonicalReference": "firefish-js!entities.Blocking:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Blocking",
"canonicalReference": "firefish-js!entities.Blocking:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Blocking",
"canonicalReference": "firefish-js!entities.Blocking:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"channels/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/featured\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/follow\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/followed\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/owned\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/pin-note\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/show\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/timeline\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/unfollow\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"channels/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"charts/active-users\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t};\n\t\tres: {\n\t\t\tlocal: {\n\t\t\t\tusers: number[];\n\t\t\t};\n\t\t\tremote: {\n\t\t\t\tusers: number[];\n\t\t\t};\n\t\t};\n\t};\n\t\"charts/drive\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t};\n\t\tres: {\n\t\t\tlocal: {\n\t\t\t\tdecCount: number[];\n\t\t\t\tdecSize: number[];\n\t\t\t\tincCount: number[];\n\t\t\t\tincSize: number[];\n\t\t\t\ttotalCount: number[];\n\t\t\t\ttotalSize: number[];\n\t\t\t};\n\t\t\tremote: {\n\t\t\t\tdecCount: number[];\n\t\t\t\tdecSize: number[];\n\t\t\t\tincCount: number[];\n\t\t\t\tincSize: number[];\n\t\t\t\ttotalCount: number[];\n\t\t\t\ttotalSize: number[];\n\t\t\t};\n\t\t};\n\t};\n\t\"charts/federation\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t};\n\t\tres: {\n\t\t\tinstance: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t};\n\t\t};\n\t};\n\t\"charts/hashtag\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"charts/instance\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t\thost: string;\n\t\t};\n\t\tres: {\n\t\t\tdrive: {\n\t\t\t\tdecFiles: number[];\n\t\t\t\tdecUsage: number[];\n\t\t\t\tincFiles: number[];\n\t\t\t\tincUsage: number[];\n\t\t\t\ttotalFiles: number[];\n\t\t\t\ttotalUsage: number[];\n\t\t\t};\n\t\t\tfollowers: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t};\n\t\t\tfollowing: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t};\n\t\t\tnotes: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t\tdiffs: {\n\t\t\t\t\tnormal: number[];\n\t\t\t\t\trenote: number[];\n\t\t\t\t\treply: number[];\n\t\t\t\t};\n\t\t\t};\n\t\t\trequests: {\n\t\t\t\tfailed: number[];\n\t\t\t\treceived: number[];\n\t\t\t\tsucceeded: number[];\n\t\t\t};\n\t\t\tusers: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t};\n\t\t};\n\t};\n\t\"charts/network\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"charts/notes\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t};\n\t\tres: {\n\t\t\tlocal: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t\tdiffs: {\n\t\t\t\t\tnormal: number[];\n\t\t\t\t\trenote: number[];\n\t\t\t\t\treply: number[];\n\t\t\t\t};\n\t\t\t};\n\t\t\tremote: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t\tdiffs: {\n\t\t\t\t\tnormal: number[];\n\t\t\t\t\trenote: number[];\n\t\t\t\t\treply: number[];\n\t\t\t\t};\n\t\t\t};\n\t\t};\n\t};\n\t\"charts/user/drive\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: {\n\t\t\tdecCount: number[];\n\t\t\tdecSize: number[];\n\t\t\tincCount: number[];\n\t\t\tincSize: number[];\n\t\t\ttotalCount: number[];\n\t\t\ttotalSize: number[];\n\t\t};\n\t};\n\t\"charts/user/following\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"charts/user/notes\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: {\n\t\t\tdec: number[];\n\t\t\tinc: number[];\n\t\t\ttotal: number[];\n\t\t\tdiffs: {\n\t\t\t\tnormal: number[];\n\t\t\t\trenote: number[];\n\t\t\t\treply: number[];\n\t\t\t};\n\t\t};\n\t};\n\t\"charts/user/reactions\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"charts/users\": {\n\t\treq: {\n\t\t\tspan: \"day\" | \"hour\";\n\t\t\tlimit?: number;\n\t\t\toffset?: number | null;\n\t\t};\n\t\tres: {\n\t\t\tlocal: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t};\n\t\t\tremote: {\n\t\t\t\tdec: number[];\n\t\t\t\tinc: number[];\n\t\t\t\ttotal: number[];\n\t\t\t};\n\t\t};\n\t};\n\t\"clips/add-note\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"clips/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"clips/delete\": {\n\t\treq: {\n\t\t\tclipId: "
},
{
"kind": "Reference",
"text": "Clip",
"canonicalReference": "firefish-js!entities.Clip:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"clips/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"clips/notes\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"clips/show\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"clips/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\tdrive: {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: {\n\t\t\tcapacity: number;\n\t\t\tusage: number;\n\t\t};\n\t};\n\t\"drive/files\": {\n\t\treq: {\n\t\t\tfolderId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t\ttype?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"type\"] | null;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"drive/files/attached-notes\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/files/check-existence\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/files/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/files/delete\": {\n\t\treq: {\n\t\t\tfileId: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"drive/files/find-by-hash\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/files/find\": {\n\t\treq: {\n\t\t\tname: string;\n\t\t\tfolderId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"drive/files/show\": {\n\t\treq: {\n\t\t\tfileId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\turl?: string;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/files/update\": {\n\t\treq: {\n\t\t\tfileId: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tfolderId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t\tname?: string;\n\t\t\tisSensitive?: boolean;\n\t\t\tcomment?: string | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/files/upload-from-url\": {\n\t\treq: {\n\t\t\turl: string;\n\t\t\tfolderId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t\tisSensitive?: boolean;\n\t\t\tcomment?: string | null;\n\t\t\tmarker?: string | null;\n\t\t\tforce?: boolean;\n\t\t};\n\t\tres: null;\n\t};\n\t\"drive/folders\": {\n\t\treq: {\n\t\t\tfolderId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"drive/folders/create\": {\n\t\treq: {\n\t\t\tname?: string;\n\t\t\tparentId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/folders/delete\": {\n\t\treq: {\n\t\t\tfolderId: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"drive/folders/find\": {\n\t\treq: {\n\t\t\tname: string;\n\t\t\tparentId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"drive/folders/show\": {\n\t\treq: {\n\t\t\tfolderId: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/folders/update\": {\n\t\treq: {\n\t\t\tfolderId: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tname?: string;\n\t\t\tparentId?: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFolder",
"canonicalReference": "firefish-js!entities.DriveFolder:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"drive/stream\": {\n\t\treq: {\n\t\t\ttype?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"type\"] | null;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\tendpoint: {\n\t\treq: {\n\t\t\tendpoint: string;\n\t\t};\n\t\tres: {\n\t\t\tparams: {\n\t\t\t\tname: string;\n\t\t\t\ttype: string;\n\t\t\t}[];\n\t\t};\n\t};\n\tendpoints: {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: string[];\n\t};\n\t\"federation/dns\": {\n\t\treq: {\n\t\t\thost: string;\n\t\t};\n\t\tres: {\n\t\t\ta: string[];\n\t\t\taaaa: string[];\n\t\t\tcname: string[];\n\t\t\ttxt: string[];\n\t\t};\n\t};\n\t\"federation/followers\": {\n\t\treq: {\n\t\t\thost: string;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "FollowingFolloweePopulated",
"canonicalReference": "firefish-js!entities.FollowingFolloweePopulated:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"federation/following\": {\n\t\treq: {\n\t\t\thost: string;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "FollowingFolloweePopulated",
"canonicalReference": "firefish-js!entities.FollowingFolloweePopulated:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"federation/instances\": {\n\t\treq: {\n\t\t\thost?: string | null;\n\t\t\tblocked?: boolean | null;\n\t\t\tnotResponding?: boolean | null;\n\t\t\tsuspended?: boolean | null;\n\t\t\tfederating?: boolean | null;\n\t\t\tsubscribing?: boolean | null;\n\t\t\tpublishing?: boolean | null;\n\t\t\tlimit?: number;\n\t\t\toffset?: number;\n\t\t\tsort?:\n\t\t\t\t| \"+pubSub\"\n\t\t\t\t| \"-pubSub\"\n\t\t\t\t| \"+notes\"\n\t\t\t\t| \"-notes\"\n\t\t\t\t| \"+users\"\n\t\t\t\t| \"-users\"\n\t\t\t\t| \"+following\"\n\t\t\t\t| \"-following\"\n\t\t\t\t| \"+followers\"\n\t\t\t\t| \"-followers\"\n\t\t\t\t| \"+caughtAt\"\n\t\t\t\t| \"-caughtAt\"\n\t\t\t\t| \"+lastCommunicatedAt\"\n\t\t\t\t| \"-lastCommunicatedAt\"\n\t\t\t\t| \"+driveUsage\"\n\t\t\t\t| \"-driveUsage\"\n\t\t\t\t| \"+driveFiles\"\n\t\t\t\t| \"-driveFiles\";\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"federation/show-instance\": {\n\t\treq: {\n\t\t\thost: string;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"federation/update-remote-user\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"federation/users\": {\n\t\treq: {\n\t\t\thost: string;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"following/create\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"following/delete\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"following/requests/accept\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"following/requests/cancel\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"following/requests/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "FollowRequest",
"canonicalReference": "firefish-js!entities.FollowRequest:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"following/requests/reject\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"gallery/featured\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"gallery/popular\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"gallery/posts\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"gallery/posts/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"gallery/posts/delete\": {\n\t\treq: {\n\t\t\tpostId: "
},
{
"kind": "Reference",
"text": "GalleryPost",
"canonicalReference": "firefish-js!entities.GalleryPost:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"gallery/posts/like\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"gallery/posts/show\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"gallery/posts/unlike\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"gallery/posts/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"games/reversi/games\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"games/reversi/games/show\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"games/reversi/games/surrender\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"games/reversi/invitations\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"games/reversi/match\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"games/reversi/match/cancel\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"get-online-users-count\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: {\n\t\t\tcount: number;\n\t\t};\n\t};\n\t\"hashtags/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"hashtags/search\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"hashtags/show\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"hashtags/trend\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"hashtags/users\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\ti: {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/apps\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/authorized-apps\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/change-password\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/delete-account\": {\n\t\treq: {\n\t\t\tpassword: string;\n\t\t};\n\t\tres: null;\n\t};\n\t\"i/export-blocking\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/export-following\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/export-mute\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/export-notes\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/export-user-lists\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/favorites\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "NoteFavorite",
"canonicalReference": "firefish-js!entities.NoteFavorite:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "NoteFavorite",
"canonicalReference": "firefish-js!entities.NoteFavorite:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "NoteFavorite",
"canonicalReference": "firefish-js!entities.NoteFavorite:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"i/gallery/likes\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/gallery/posts\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/get-word-muted-notes-count\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/import-following\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/import-user-lists\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/move\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/known-as\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/notifications\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tfollowing?: boolean;\n\t\t\tmarkAsRead?: boolean;\n\t\t\tincludeTypes?: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": "[\"type\"][];\n\t\t\texcludeTypes?: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": "[\"type\"][];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"i/page-likes\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/pages\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/pin\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "MeDetailed",
"canonicalReference": "firefish-js!entities.MeDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/read-all-messaging-messages\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/read-all-unread-notes\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/read-announcement\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/regenerate-token\": {\n\t\treq: {\n\t\t\tpassword: string;\n\t\t};\n\t\tres: null;\n\t};\n\t\"i/registry/get-all\": {\n\t\treq: {\n\t\t\tscope?: string[];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>;\n\t};\n\t\"i/registry/get-detail\": {\n\t\treq: {\n\t\t\tkey: string;\n\t\t\tscope?: string[];\n\t\t};\n\t\tres: {\n\t\t\tupdatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tvalue: any;\n\t\t};\n\t};\n\t\"i/registry/get\": {\n\t\treq: {\n\t\t\tkey: string;\n\t\t\tscope?: string[];\n\t\t};\n\t\tres: any;\n\t};\n\t\"i/registry/keys-with-type\": {\n\t\treq: {\n\t\t\tscope?: string[];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<\n\t\t\tstring,\n\t\t\t\"null\" | \"array\" | \"number\" | \"string\" | \"boolean\" | \"object\"\n\t\t>;\n\t};\n\t\"i/registry/keys\": {\n\t\treq: {\n\t\t\tscope?: string[];\n\t\t};\n\t\tres: string[];\n\t};\n\t\"i/registry/remove\": {\n\t\treq: {\n\t\t\tkey: string;\n\t\t\tscope?: string[];\n\t\t};\n\t\tres: null;\n\t};\n\t\"i/registry/scopes\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: string[][];\n\t};\n\t\"i/registry/set\": {\n\t\treq: {\n\t\t\tkey: string;\n\t\t\tvalue: any;\n\t\t\tscope?: string[];\n\t\t};\n\t\tres: null;\n\t};\n\t\"i/revoke-token\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/signin-history\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Signin",
"canonicalReference": "firefish-js!entities.Signin:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Signin",
"canonicalReference": "firefish-js!entities.Signin:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Signin",
"canonicalReference": "firefish-js!entities.Signin:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"i/unpin\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "MeDetailed",
"canonicalReference": "firefish-js!entities.MeDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/update-email\": {\n\t\treq: {\n\t\t\tpassword: string;\n\t\t\temail?: string | null;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "MeDetailed",
"canonicalReference": "firefish-js!entities.MeDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/update\": {\n\t\treq: {\n\t\t\tname?: string | null;\n\t\t\tdescription?: string | null;\n\t\t\tlang?: string | null;\n\t\t\tlocation?: string | null;\n\t\t\tbirthday?: string | null;\n\t\t\tavatarId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t\tbannerId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\t\t\tfields?: {\n\t\t\t\tname: string;\n\t\t\t\tvalue: string;\n\t\t\t}[];\n\t\t\tisLocked?: boolean;\n\t\t\tisExplorable?: boolean;\n\t\t\thideOnlineStatus?: boolean;\n\t\t\tcarefulBot?: boolean;\n\t\t\tautoAcceptFollowed?: boolean;\n\t\t\tnoCrawle?: boolean;\n\t\t\tpreventAiLearning?: boolean;\n\t\t\tisBot?: boolean;\n\t\t\tisCat?: boolean;\n\t\t\tinjectFeaturedNote?: boolean;\n\t\t\treceiveAnnouncementEmail?: boolean;\n\t\t\talwaysMarkNsfw?: boolean;\n\t\t\tmutedWords?: string[][];\n\t\t\tmutingNotificationTypes?: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": "[\"type\"][];\n\t\t\temailNotificationTypes?: string[];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "MeDetailed",
"canonicalReference": "firefish-js!entities.MeDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/user-group-invites\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/done\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/key-done\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/password-less\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/register-key\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/register\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/update-key\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/remove-key\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"i/2fa/unregister\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"messaging/history\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tgroup?: boolean;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"messaging/messages\": {\n\t\treq: {\n\t\t\tuserId?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tgroupId?: "
},
{
"kind": "Reference",
"text": "UserGroup",
"canonicalReference": "firefish-js!entities.UserGroup:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tmarkAsRead?: boolean;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"messaging/messages/create\": {\n\t\treq: {\n\t\t\tuserId?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tgroupId?: "
},
{
"kind": "Reference",
"text": "UserGroup",
"canonicalReference": "firefish-js!entities.UserGroup:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\ttext?: string;\n\t\t\tfileId?: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"messaging/messages/delete\": {\n\t\treq: {\n\t\t\tmessageId: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"messaging/messages/read\": {\n\t\treq: {\n\t\t\tmessageId: "
},
{
"kind": "Reference",
"text": "MessagingMessage",
"canonicalReference": "firefish-js!entities.MessagingMessage:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\tmeta: {\n\t\treq: {\n\t\t\tdetail?: boolean;\n\t\t};\n\t\tres: {\n\t\t\t$switch: {\n\t\t\t\t$cases: [\n\t\t\t\t\t[\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tdetail: true;\n\t\t\t\t\t\t},\n\t\t\t\t\t\t"
},
{
"kind": "Reference",
"text": "DetailedInstanceMetadata",
"canonicalReference": "firefish-js!entities.DetailedInstanceMetadata:type"
},
{
"kind": "Content",
"text": ",\n\t\t\t\t\t],\n\t\t\t\t\t[\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tdetail: false;\n\t\t\t\t\t\t},\n\t\t\t\t\t\t"
},
{
"kind": "Reference",
"text": "LiteInstanceMetadata",
"canonicalReference": "firefish-js!entities.LiteInstanceMetadata:type"
},
{
"kind": "Content",
"text": ",\n\t\t\t\t\t],\n\t\t\t\t\t[\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tdetail: boolean;\n\t\t\t\t\t\t},\n\t\t\t\t\t\t"
},
{
"kind": "Reference",
"text": "LiteInstanceMetadata",
"canonicalReference": "firefish-js!entities.LiteInstanceMetadata:type"
},
{
"kind": "Content",
"text": " | "
},
{
"kind": "Reference",
"text": "DetailedInstanceMetadata",
"canonicalReference": "firefish-js!entities.DetailedInstanceMetadata:type"
},
{
"kind": "Content",
"text": ",\n\t\t\t\t\t],\n\t\t\t\t];\n\t\t\t\t$default: "
},
{
"kind": "Reference",
"text": "LiteInstanceMetadata",
"canonicalReference": "firefish-js!entities.LiteInstanceMetadata:type"
},
{
"kind": "Content",
"text": ";\n\t\t\t};\n\t\t};\n\t};\n\t\"miauth/gen-token\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"mute/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"mute/delete\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"mute/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"renote-mute/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"renote-mute/delete\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"renote-mute/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"my/apps\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\tnotes: {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/children\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/clips\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/conversation\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoteSubmitReq",
"canonicalReference": "firefish-js!~NoteSubmitReq:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: {\n\t\t\tcreatedNote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t\t};\n\t};\n\t\"notes/delete\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"notes/edit\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoteSubmitReq",
"canonicalReference": "firefish-js!~NoteSubmitReq:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: {\n\t\t\tcreatedNote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t\t};\n\t};\n\t\"notes/favorites/create\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"notes/favorites/delete\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"notes/featured\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/global-timeline\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tsinceDate?: number;\n\t\t\tuntilDate?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/recommended-timeline\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tsinceDate?: number;\n\t\t\tuntilDate?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/hybrid-timeline\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tsinceDate?: number;\n\t\t\tuntilDate?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/local-timeline\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tsinceDate?: number;\n\t\t\tuntilDate?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/mentions\": {\n\t\treq: {\n\t\t\tfollowing?: boolean;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/polls/recommendation\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/polls/vote\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tchoice: number;\n\t\t};\n\t\tres: null;\n\t};\n\t\"notes/reactions\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\ttype?: string | null;\n\t\t\tlimit?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "NoteReaction",
"canonicalReference": "firefish-js!entities.NoteReaction:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/reactions/create\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\treaction: string;\n\t\t};\n\t\tres: null;\n\t};\n\t\"notes/reactions/delete\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"notes/renotes\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/replies\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/search-by-tag\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/search\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/show\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/state\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/timeline\": {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tsinceDate?: number;\n\t\t\tuntilDate?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/unrenote\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"notes/user-list-timeline\": {\n\t\treq: {\n\t\t\tlistId: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tsinceDate?: number;\n\t\t\tuntilDate?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"notes/watching/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"notes/watching/delete\": {\n\t\treq: {\n\t\t\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"notifications/create\": {\n\t\treq: {\n\t\t\tbody: string;\n\t\t\theader?: string | null;\n\t\t\ticon?: string | null;\n\t\t};\n\t\tres: null;\n\t};\n\t\"notifications/mark-all-as-read\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: null;\n\t};\n\t\"notifications/read\": {\n\t\treq: {\n\t\t\tnotificationId: "
},
{
"kind": "Reference",
"text": "Notification",
"canonicalReference": "firefish-js!entities.Notification_2:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"page-push\": {\n\t\treq: {\n\t\t\tpageId: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tevent: string;\n\t\t\tvar?: any;\n\t\t};\n\t\tres: null;\n\t};\n\t\"pages/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"pages/delete\": {\n\t\treq: {\n\t\t\tpageId: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"pages/featured\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"pages/like\": {\n\t\treq: {\n\t\t\tpageId: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"pages/show\": {\n\t\treq: {\n\t\t\tpageId?: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tname?: string;\n\t\t\tusername?: string;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"pages/unlike\": {\n\t\treq: {\n\t\t\tpageId: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"pages/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: null;\n\t};\n\tping: {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: {\n\t\t\tpong: number;\n\t\t};\n\t};\n\t\"pinned-users\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"promo/read\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"request-reset-password\": {\n\t\treq: {\n\t\t\tusername: string;\n\t\t\temail: string;\n\t\t};\n\t\tres: null;\n\t};\n\t\"reset-password\": {\n\t\treq: {\n\t\t\ttoken: string;\n\t\t\tpassword: string;\n\t\t};\n\t\tres: null;\n\t};\n\t\"room/show\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"room/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\tstats: {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "Stats",
"canonicalReference": "firefish-js!entities.Stats:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"server-info\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "ServerInfo",
"canonicalReference": "firefish-js!entities.ServerInfo:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"latest-version\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"sw/register\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"username/available\": {\n\t\treq: {\n\t\t\tusername: string;\n\t\t};\n\t\tres: {\n\t\t\tavailable: boolean;\n\t\t};\n\t};\n\tusers: {\n\t\treq: {\n\t\t\tlimit?: number;\n\t\t\toffset?: number;\n\t\t\tsort?: "
},
{
"kind": "Reference",
"text": "UserSorting",
"canonicalReference": "firefish-js!entities.UserSorting:type"
},
{
"kind": "Content",
"text": ";\n\t\t\torigin?: "
},
{
"kind": "Reference",
"text": "OriginType",
"canonicalReference": "firefish-js!entities.OriginType:type"
},
{
"kind": "Content",
"text": ";\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"users/clips\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/followers\": {\n\t\treq: {\n\t\t\tuserId?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tusername?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"username\"];\n\t\t\thost?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"host\"] | null;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "FollowingFollowerPopulated",
"canonicalReference": "firefish-js!entities.FollowingFollowerPopulated:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"users/following\": {\n\t\treq: {\n\t\t\tuserId?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tusername?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"username\"];\n\t\t\thost?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"host\"] | null;\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "FollowingFolloweePopulated",
"canonicalReference": "firefish-js!entities.FollowingFolloweePopulated:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"users/gallery/posts\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/get-frequently-replied-users\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/create\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/delete\": {\n\t\treq: {\n\t\t\tgroupId: "
},
{
"kind": "Reference",
"text": "UserGroup",
"canonicalReference": "firefish-js!entities.UserGroup:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"users/groups/invitations/accept\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/invitations/reject\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/invite\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/joined\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/owned\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/pull\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/show\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/transfer\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/groups/update\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/lists/create\": {\n\t\treq: {\n\t\t\tname: string;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/lists/delete\": {\n\t\treq: {\n\t\t\tlistId: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"users/lists/list\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "NoParams",
"canonicalReference": "firefish-js!~NoParams:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"users/lists/pull\": {\n\t\treq: {\n\t\t\tlistId: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"users/lists/push\": {\n\t\treq: {\n\t\t\tlistId: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: null;\n\t};\n\t\"users/lists/show\": {\n\t\treq: {\n\t\t\tlistId: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/lists/update\": {\n\t\treq: {\n\t\t\tlistId: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tname: string;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "UserList",
"canonicalReference": "firefish-js!entities.UserList:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/notes\": {\n\t\treq: {\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tlimit?: number;\n\t\t\tsinceId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tuntilId?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tsinceDate?: number;\n\t\t\tuntilDate?: number;\n\t\t};\n\t\tres: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\t};\n\t\"users/pages\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/recommendation\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/relation\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/report-abuse\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/search-by-username-and-host\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/search\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n\t\"users/show\": {\n\t\treq:\n\t\t\t| "
},
{
"kind": "Reference",
"text": "ShowUserReq",
"canonicalReference": "firefish-js!~ShowUserReq:type"
},
{
"kind": "Content",
"text": "\n\t\t\t| {\n\t\t\t\t\tuserIds: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"][];\n\t\t\t };\n\t\tres: {\n\t\t\t$switch: {\n\t\t\t\t$cases: [\n\t\t\t\t\t[\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tuserIds: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"][];\n\t\t\t\t\t\t},\n\t\t\t\t\t\t"
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": "[],\n\t\t\t\t\t],\n\t\t\t\t];\n\t\t\t\t$default: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";\n\t\t\t};\n\t\t};\n\t};\n\t\"users/stats\": {\n\t\treq: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t\tres: "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO:type"
},
{
"kind": "Content",
"text": ";\n\t};\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/api.types.ts",
"releaseTag": "Public",
"name": "Endpoints",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 1158
}
},
{
"kind": "Namespace",
"canonicalReference": "firefish-js!entities:namespace",
"docComment": "",
"excerptTokens": [],
"fileUrlPath": "src/index.ts",
"releaseTag": "None",
"name": "entities",
"preserveMemberOrder": false,
"members": [
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Ad:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Ad = "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO_2:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Ad",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Announcement:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Announcement = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tupdatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": " | null;\n\ttext: string;\n\ttitle: string;\n\timageUrl: string | null;\n\tisRead?: boolean;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Announcement",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Antenna:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Antenna = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tname: string;\n\tkeywords: string[][];\n\texcludeKeywords: string[][];\n\tsrc: \"home\" | \"all\" | \"users\" | \"list\" | \"group\" | \"instances\";\n\tuserListId: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": " | null;\n\tuserGroupId: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": " | null;\n\tusers: string[];\n\tinstances: string[];\n\tcaseSensitive: boolean;\n\tnotify: boolean;\n\twithReplies: boolean;\n\twithFile: boolean;\n\thasUnreadNote: boolean;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Antenna",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 10
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.App:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type App = "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO_2:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "App",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.AuthSession:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type AuthSession = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tapp: "
},
{
"kind": "Reference",
"text": "App",
"canonicalReference": "firefish-js!entities.App:type"
},
{
"kind": "Content",
"text": ";\n\ttoken: string;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "AuthSession",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 6
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Blocking:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Blocking = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tblockeeId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tblockee: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Blocking",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 10
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Channel:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Channel = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Channel",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 4
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Clip:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Clip = "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO_2:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Clip",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.CustomEmoji:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type CustomEmoji = "
},
{
"kind": "Content",
"text": "{\n\tid: string;\n\tname: string;\n\turl: string;\n\tcategory: string;\n\taliases: string[];\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "CustomEmoji",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.DateString:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type DateString = "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "DateString",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.DetailedInstanceMetadata:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type DetailedInstanceMetadata = "
},
{
"kind": "Reference",
"text": "LiteInstanceMetadata",
"canonicalReference": "firefish-js!entities.LiteInstanceMetadata:type"
},
{
"kind": "Content",
"text": " & {\n\tfeatures: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "DetailedInstanceMetadata",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 5
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.DriveFile:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type DriveFile = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tisSensitive: boolean;\n\tname: string;\n\tthumbnailUrl: string;\n\turl: string;\n\ttype: string;\n\tsize: number;\n\tmd5: string;\n\tblurhash: string;\n\tcomment: string | null;\n\tproperties: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "DriveFile",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.DriveFolder:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type DriveFolder = "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO_2:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "DriveFolder",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Following:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Following = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tfollowerId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tfolloweeId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Following",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 10
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.FollowingFolloweePopulated:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type FollowingFolloweePopulated = "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": " & {\n\tfollowee: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "FollowingFolloweePopulated",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 5
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.FollowingFollowerPopulated:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type FollowingFollowerPopulated = "
},
{
"kind": "Reference",
"text": "Following",
"canonicalReference": "firefish-js!entities.Following:type"
},
{
"kind": "Content",
"text": " & {\n\tfollower: "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "FollowingFollowerPopulated",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 5
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.FollowRequest:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type FollowRequest = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tfollower: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\tfollowee: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "FollowRequest",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.GalleryPost:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type GalleryPost = "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO_2:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "GalleryPost",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.ID:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type ID = "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "ID",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Instance:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Instance = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcaughtAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\thost: string;\n\tusersCount: number;\n\tnotesCount: number;\n\tfollowingCount: number;\n\tfollowersCount: number;\n\tdriveUsage: number;\n\tdriveFiles: number;\n\tlatestRequestSentAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": " | null;\n\tlatestStatus: number | null;\n\tlatestRequestReceivedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": " | null;\n\tlastCommunicatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tisNotResponding: boolean;\n\tisSuspended: boolean;\n\tsoftwareName: string | null;\n\tsoftwareVersion: string | null;\n\topenRegistrations: boolean | null;\n\tname: string | null;\n\tdescription: string | null;\n\tmaintainerName: string | null;\n\tmaintainerEmail: string | null;\n\ticonUrl: string | null;\n\tfaviconUrl: string | null;\n\tthemeColor: string | null;\n\tinfoUpdatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": " | null;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Instance",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 14
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.InstanceMetadata:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type InstanceMetadata =\n\t"
},
{
"kind": "Content",
"text": "| "
},
{
"kind": "Reference",
"text": "LiteInstanceMetadata",
"canonicalReference": "firefish-js!entities.LiteInstanceMetadata:type"
},
{
"kind": "Content",
"text": "\n\t| "
},
{
"kind": "Reference",
"text": "DetailedInstanceMetadata",
"canonicalReference": "firefish-js!entities.DetailedInstanceMetadata:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "InstanceMetadata",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 5
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.LiteInstanceMetadata:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type LiteInstanceMetadata = "
},
{
"kind": "Content",
"text": "{\n\tmaintainerName: string | null;\n\tmaintainerEmail: string | null;\n\tversion: string;\n\tname: string | null;\n\turi: string;\n\tdescription: string | null;\n\ttosUrl: string | null;\n\tdisableRegistration: boolean;\n\tdisableLocalTimeline: boolean;\n\tdisableRecommendedTimeline: boolean;\n\tdisableGlobalTimeline: boolean;\n\tdriveCapacityPerLocalUserMb: number;\n\tdriveCapacityPerRemoteUserMb: number;\n\tenableHcaptcha: boolean;\n\thcaptchaSiteKey: string | null;\n\tenableRecaptcha: boolean;\n\trecaptchaSiteKey: string | null;\n\tswPublickey: string | null;\n\tmaxNoteTextLength: number;\n\tenableEmail: boolean;\n\tenableTwitterIntegration: boolean;\n\tenableGithubIntegration: boolean;\n\tenableDiscordIntegration: boolean;\n\tenableServiceWorker: boolean;\n\temojis: "
},
{
"kind": "Reference",
"text": "CustomEmoji",
"canonicalReference": "firefish-js!entities.CustomEmoji:type"
},
{
"kind": "Content",
"text": "[];\n\tads: {\n\t\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\t\tratio: number;\n\t\tplace: string;\n\t\turl: string;\n\t\timageUrl: string;\n\t}[];\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "LiteInstanceMetadata",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 6
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.MeDetailed:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type MeDetailed = "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": " & {\n\tavatarId: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tbannerId: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tautoAcceptFollowed: boolean;\n\talwaysMarkNsfw: boolean;\n\tcarefulBot: boolean;\n\temailNotificationTypes: string[];\n\thasPendingReceivedFollowRequest: boolean;\n\thasUnreadAnnouncement: boolean;\n\thasUnreadAntenna: boolean;\n\thasUnreadChannel: boolean;\n\thasUnreadMentions: boolean;\n\thasUnreadMessagingMessage: boolean;\n\thasUnreadNotification: boolean;\n\thasUnreadSpecifiedNotes: boolean;\n\thideOnlineStatus: boolean;\n\tinjectFeaturedNote: boolean;\n\tintegrations: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>;\n\tisDeleted: boolean;\n\tisExplorable: boolean;\n\tmutedWords: string[][];\n\tmutingNotificationTypes: string[];\n\tnoCrawle: boolean;\n\tpreventAiLearning: boolean;\n\treceiveAnnouncementEmail: boolean;\n\tusePasswordLessLogin: boolean;\n\t[other: string]: any;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "MeDetailed",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 9
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.MessagingMessage:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type MessagingMessage = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tfile: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": " | null;\n\tfileId: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\tisRead: boolean;\n\treads: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"][];\n\ttext: string | null;\n\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\trecipient?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": " | null;\n\trecipientId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\tgroup?: "
},
{
"kind": "Reference",
"text": "UserGroup",
"canonicalReference": "firefish-js!entities.UserGroup:type"
},
{
"kind": "Content",
"text": " | null;\n\tgroupId: "
},
{
"kind": "Reference",
"text": "UserGroup",
"canonicalReference": "firefish-js!entities.UserGroup:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "MessagingMessage",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 24
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Note:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Note = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\ttext: string | null;\n\tcw: string | null;\n\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\treply?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\treplyId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\trenote?: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\trenoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tfiles: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[];\n\tfileIds: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"][];\n\tvisibility: \"public\" | \"home\" | \"followers\" | \"specified\";\n\tvisibleUserIds?: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"][];\n\tlocalOnly?: boolean;\n\tchannel?: "
},
{
"kind": "Reference",
"text": "Channel",
"canonicalReference": "firefish-js!entities.Channel:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tmyReaction?: string;\n\treactions: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, number>;\n\trenoteCount: number;\n\trepliesCount: number;\n\tpoll?: {\n\t\texpiresAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": " | null;\n\t\tmultiple: boolean;\n\t\tchoices: {\n\t\t\tisVoted: boolean;\n\t\t\ttext: string;\n\t\t\tvotes: number;\n\t\t}[];\n\t};\n\temojis: {\n\t\tname: string;\n\t\turl: string;\n\t}[];\n\turi?: string;\n\turl?: string;\n\tupdatedAt?: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tisHidden?: boolean;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Note",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 32
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.NoteFavorite:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type NoteFavorite = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tnoteId: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tnote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "NoteFavorite",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 10
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.NoteReaction:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type NoteReaction = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tuser: "
},
{
"kind": "Reference",
"text": "UserLite",
"canonicalReference": "firefish-js!entities.UserLite:type"
},
{
"kind": "Content",
"text": ";\n\ttype: string;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "NoteReaction",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Notification:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Notification = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tisRead: boolean;\n} & (\n\t| {\n\t\t\ttype: \"reaction\";\n\t\t\treaction: string;\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t }\n\t| {\n\t\t\ttype: \"reply\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t }\n\t| {\n\t\t\ttype: \"renote\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t }\n\t| {\n\t\t\ttype: \"quote\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t }\n\t| {\n\t\t\ttype: \"mention\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t }\n\t| {\n\t\t\ttype: \"pollVote\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t\t\tnote: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": ";\n\t }\n\t| {\n\t\t\ttype: \"follow\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t }\n\t| {\n\t\t\ttype: \"followRequestAccepted\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t }\n\t| {\n\t\t\ttype: \"receiveFollowRequest\";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t }\n\t| {\n\t\t\ttype: \"groupInvited\";\n\t\t\tinvitation: "
},
{
"kind": "Reference",
"text": "UserGroup",
"canonicalReference": "firefish-js!entities.UserGroup:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\t\t\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\t }\n\t| {\n\t\t\ttype: \"app\";\n\t\t\theader?: string | null;\n\t\t\tbody: string;\n\t\t\ticon?: string | null;\n\t }\n)"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Notification",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 60
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.OriginType:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type OriginType = "
},
{
"kind": "Content",
"text": "\"combined\" | \"local\" | \"remote\""
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "OriginType",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Page:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Page = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tupdatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n\tcontent: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>[];\n\tvariables: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>[];\n\ttitle: string;\n\tname: string;\n\tsummary: string | null;\n\thideTitleWhenPinned: boolean;\n\talignCenter: boolean;\n\tfont: string;\n\tscript: string;\n\teyeCatchingImageId: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": "[\"id\"] | null;\n\teyeCatchingImage: "
},
{
"kind": "Reference",
"text": "DriveFile",
"canonicalReference": "firefish-js!entities.DriveFile:type"
},
{
"kind": "Content",
"text": " | null;\n\tattachedFiles: any;\n\tlikedCount: number;\n\tisLiked?: boolean;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Page",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 20
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.PageEvent:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type PageEvent = "
},
{
"kind": "Content",
"text": "{\n\tpageId: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tevent: string;\n\tvar: any;\n\tuserId: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"];\n\tuser: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": ";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "PageEvent",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.ServerInfo:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type ServerInfo = "
},
{
"kind": "Content",
"text": "{\n\tmachine: string;\n\tcpu: {\n\t\tmodel: string;\n\t\tcores: number;\n\t};\n\tmem: {\n\t\ttotal: number;\n\t};\n\tfs: {\n\t\ttotal: number;\n\t\tused: number;\n\t};\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "ServerInfo",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Signin:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Signin = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tip: string;\n\theaders: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, any>;\n\tsuccess: boolean;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Signin",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.Stats:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type Stats = "
},
{
"kind": "Content",
"text": "{\n\tnotesCount: number;\n\toriginalNotesCount: number;\n\tusersCount: number;\n\toriginalUsersCount: number;\n\tinstances: number;\n\tdriveUsageLocal: number;\n\tdriveUsageRemote: number;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "Stats",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.User:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type User = "
},
{
"kind": "Reference",
"text": "UserLite",
"canonicalReference": "firefish-js!entities.UserLite:type"
},
{
"kind": "Content",
"text": " | "
},
{
"kind": "Reference",
"text": "UserDetailed",
"canonicalReference": "firefish-js!entities.UserDetailed:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "User",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 4
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.UserDetailed:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type UserDetailed = "
},
{
"kind": "Reference",
"text": "UserLite",
"canonicalReference": "firefish-js!entities.UserLite:type"
},
{
"kind": "Content",
"text": " & {\n\tbannerBlurhash: string | null;\n\tbannerColor: string | null;\n\tbannerUrl: string | null;\n\tbirthday: string | null;\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tdescription: string | null;\n\tffVisibility: \"public\" | \"followers\" | \"private\";\n\tfields: {\n\t\tname: string;\n\t\tvalue: string;\n\t}[];\n\tfollowersCount: number;\n\tfollowingCount: number;\n\thasPendingFollowRequestFromYou: boolean;\n\thasPendingFollowRequestToYou: boolean;\n\tisAdmin: boolean;\n\tisBlocked: boolean;\n\tisBlocking: boolean;\n\tisBot: boolean;\n\tisCat: boolean;\n\tisFollowed: boolean;\n\tisFollowing: boolean;\n\tisLocked: boolean;\n\tisModerator: boolean;\n\tisMuted: boolean;\n\tisRenoteMuted: boolean;\n\tisSilenced: boolean;\n\tisSuspended: boolean;\n\tlang: string | null;\n\tlastFetchedAt?: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tlocation: string | null;\n\tnotesCount: number;\n\tpinnedNoteIds: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": "[];\n\tpinnedNotes: "
},
{
"kind": "Reference",
"text": "Note",
"canonicalReference": "firefish-js!entities.Note:type"
},
{
"kind": "Content",
"text": "[];\n\tpinnedPage: "
},
{
"kind": "Reference",
"text": "Page",
"canonicalReference": "firefish-js!entities.Page:type"
},
{
"kind": "Content",
"text": " | null;\n\tpinnedPageId: string | null;\n\tpublicReactions: boolean;\n\tsecurityKeys: boolean;\n\ttwoFactorEnabled: boolean;\n\tupdatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": " | null;\n\turi: string | null;\n\turl: string | null;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "UserDetailed",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 15
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.UserGroup:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type UserGroup = "
},
{
"kind": "Reference",
"text": "TODO",
"canonicalReference": "firefish-js!~TODO_2:type"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "UserGroup",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.UserList:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type UserList = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tcreatedAt: "
},
{
"kind": "Reference",
"text": "DateString",
"canonicalReference": "firefish-js!entities.DateString:type"
},
{
"kind": "Content",
"text": ";\n\tname: string;\n\tuserIds: "
},
{
"kind": "Reference",
"text": "User",
"canonicalReference": "firefish-js!entities.User:type"
},
{
"kind": "Content",
"text": "[\"id\"][];\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "UserList",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.UserLite:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type UserLite = "
},
{
"kind": "Content",
"text": "{\n\tid: "
},
{
"kind": "Reference",
"text": "ID",
"canonicalReference": "firefish-js!entities.ID:type"
},
{
"kind": "Content",
"text": ";\n\tusername: string;\n\thost: string | null;\n\tname: string;\n\tonlineStatus: \"online\" | \"active\" | \"offline\" | \"unknown\";\n\tavatarUrl: string;\n\tavatarBlurhash: string;\n\talsoKnownAs: string[];\n\tmovedToUri: any;\n\temojis: {\n\t\tname: string;\n\t\turl: string;\n\t}[];\n\tinstance?: {\n\t\tname: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": "[\"name\"];\n\t\tsoftwareName: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": "[\"softwareName\"];\n\t\tsoftwareVersion: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": "[\"softwareVersion\"];\n\t\ticonUrl: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": "[\"iconUrl\"];\n\t\tfaviconUrl: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": "[\"faviconUrl\"];\n\t\tthemeColor: "
},
{
"kind": "Reference",
"text": "Instance",
"canonicalReference": "firefish-js!entities.Instance:type"
},
{
"kind": "Content",
"text": "[\"themeColor\"];\n\t};\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "UserLite",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 16
}
},
{
"kind": "TypeAlias",
"canonicalReference": "firefish-js!entities.UserSorting:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type UserSorting =\n\t"
},
{
"kind": "Content",
"text": "| \"+follower\"\n\t| \"-follower\"\n\t| \"+createdAt\"\n\t| \"-createdAt\"\n\t| \"+updatedAt\"\n\t| \"-updatedAt\""
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/entities.ts",
"releaseTag": "Public",
"name": "UserSorting",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
}
]
},
{
"kind": "Variable",
"canonicalReference": "firefish-js!ffVisibility:var",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "ffVisibility: "
},
{
"kind": "Content",
"text": "readonly [\"public\", \"followers\", \"private\"]"
}
],
"fileUrlPath": "src/index.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "ffVisibility",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "Variable",
"canonicalReference": "firefish-js!mutedNoteReasons:var",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "mutedNoteReasons: "
},
{
"kind": "Content",
"text": "readonly [\n\t\"word\",\n\t\"manual\",\n\t\"spam\",\n\t\"other\",\n]"
}
],
"fileUrlPath": "src/index.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "mutedNoteReasons",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "Variable",
"canonicalReference": "firefish-js!noteVisibilities:var",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "noteVisibilities: "
},
{
"kind": "Content",
"text": "readonly [\n\t\"public\",\n\t\"home\",\n\t\"followers\",\n\t\"specified\",\n]"
}
],
"fileUrlPath": "src/index.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "noteVisibilities",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "Variable",
"canonicalReference": "firefish-js!notificationTypes:var",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "notificationTypes: "
},
{
"kind": "Content",
"text": "readonly [\n\t\"follow\",\n\t\"mention\",\n\t\"reply\",\n\t\"renote\",\n\t\"quote\",\n\t\"reaction\",\n\t\"pollVote\",\n\t\"pollEnded\",\n\t\"receiveFollowRequest\",\n\t\"followRequestAccepted\",\n\t\"groupInvited\",\n\t\"app\",\n]"
}
],
"fileUrlPath": "src/index.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "notificationTypes",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "Variable",
"canonicalReference": "firefish-js!permissions:var",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "permissions: "
},
{
"kind": "Content",
"text": "string[]"
}
],
"fileUrlPath": "src/index.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "permissions",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "Class",
"canonicalReference": "firefish-js!Stream:class",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export default class Stream extends "
},
{
"kind": "Reference",
"text": "EventEmitter",
"canonicalReference": "eventemitter3!EventEmitter.EventEmitter"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "StreamEvents",
"canonicalReference": "firefish-js!~StreamEvents:type"
},
{
"kind": "Content",
"text": ">"
},
{
"kind": "Content",
"text": " "
}
],
"fileUrlPath": "src/streaming.ts",
"releaseTag": "Public",
"isAbstract": false,
"name": "Stream",
"preserveMemberOrder": false,
"members": [
{
"kind": "Constructor",
"canonicalReference": "firefish-js!Stream:constructor(1)",
"docComment": "/**\n * Constructs a new instance of the `Stream` class\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "constructor(\n\t\torigin: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ",\n\t\tuser: "
},
{
"kind": "Content",
"text": "{\n\t\t\ttoken: string;\n\t\t} | null"
},
{
"kind": "Content",
"text": ",\n\t\toptions?: "
},
{
"kind": "Content",
"text": "{\n\t\t\tWebSocket?: any;\n\t\t}"
},
{
"kind": "Content",
"text": ",\n\t);"
}
],
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "origin",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
},
{
"parameterName": "user",
"parameterTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"isOptional": false
},
{
"parameterName": "options",
"parameterTypeTokenRange": {
"startIndex": 5,
"endIndex": 6
},
"isOptional": true
}
]
},
{
"kind": "Method",
"canonicalReference": "firefish-js!Stream#close:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "close(): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [],
"isOptional": false,
"isAbstract": false,
"name": "close"
},
{
"kind": "Method",
"canonicalReference": "firefish-js!Stream#disconnectToChannel:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "disconnectToChannel(connection: "
},
{
"kind": "Reference",
"text": "NonSharedConnection",
"canonicalReference": "firefish-js!~NonSharedConnection:class"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "connection",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"isOptional": false,
"isAbstract": false,
"name": "disconnectToChannel"
},
{
"kind": "Method",
"canonicalReference": "firefish-js!Stream#removeSharedConnection:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "removeSharedConnection(connection: "
},
{
"kind": "Reference",
"text": "SharedConnection",
"canonicalReference": "firefish-js!~SharedConnection:class"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "connection",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"isOptional": false,
"isAbstract": false,
"name": "removeSharedConnection"
},
{
"kind": "Method",
"canonicalReference": "firefish-js!Stream#removeSharedConnectionPool:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "removeSharedConnectionPool(pool: "
},
{
"kind": "Reference",
"text": "Pool",
"canonicalReference": "firefish-js!~Pool:class"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "pool",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"isOptional": false,
"isAbstract": false,
"name": "removeSharedConnectionPool"
},
{
"kind": "Method",
"canonicalReference": "firefish-js!Stream#send:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "send(typeOrPayload: "
},
{
"kind": "Content",
"text": "any"
},
{
"kind": "Content",
"text": ", payload?: "
},
{
"kind": "Content",
"text": "any"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 5,
"endIndex": 6
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "typeOrPayload",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
},
{
"parameterName": "payload",
"parameterTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"isOptional": true
}
],
"isOptional": false,
"isAbstract": false,
"name": "send"
},
{
"kind": "Property",
"canonicalReference": "firefish-js!Stream#state:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "state: "
},
{
"kind": "Content",
"text": "\"initializing\" | \"reconnecting\" | \"connected\""
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "state",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isStatic": false,
"isProtected": false,
"isAbstract": false
},
{
"kind": "Method",
"canonicalReference": "firefish-js!Stream#useChannel:member(1)",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "useChannel<C extends "
},
{
"kind": "Content",
"text": "keyof "
},
{
"kind": "Reference",
"text": "Channels",
"canonicalReference": "firefish-js!Channels:type"
},
{
"kind": "Content",
"text": ">(\n\t\tchannel: "
},
{
"kind": "Content",
"text": "C"
},
{
"kind": "Content",
"text": ",\n\t\tparams?: "
},
{
"kind": "Reference",
"text": "Channels",
"canonicalReference": "firefish-js!Channels:type"
},
{
"kind": "Content",
"text": "[C][\"params\"]"
},
{
"kind": "Content",
"text": ",\n\t\tname?: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ",\n\t): "
},
{
"kind": "Reference",
"text": "Connection",
"canonicalReference": "firefish-js!ChannelConnection:class"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "Channels",
"canonicalReference": "firefish-js!Channels:type"
},
{
"kind": "Content",
"text": "[C]>"
},
{
"kind": "Content",
"text": ";"
}
],
"typeParameters": [
{
"typeParameterName": "C",
"constraintTokenRange": {
"startIndex": 1,
"endIndex": 3
},
"defaultTypeTokenRange": {
"startIndex": 0,
"endIndex": 0
}
}
],
"isStatic": false,
"returnTypeTokenRange": {
"startIndex": 11,
"endIndex": 15
},
"releaseTag": "Public",
"isProtected": false,
"overloadIndex": 1,
"parameters": [
{
"parameterName": "channel",
"parameterTypeTokenRange": {
"startIndex": 4,
"endIndex": 5
},
"isOptional": false
},
{
"parameterName": "params",
"parameterTypeTokenRange": {
"startIndex": 6,
"endIndex": 8
},
"isOptional": true
},
{
"parameterName": "name",
"parameterTypeTokenRange": {
"startIndex": 9,
"endIndex": 10
},
"isOptional": true
}
],
"isOptional": false,
"isAbstract": false,
"name": "useChannel"
}
],
"extendsTokenRange": {
"startIndex": 1,
"endIndex": 5
},
"implementsTokenRanges": []
}
]
}
]
}