Skip to content

Commit 5063292

Browse files
committed
docs: rebuild docs
1 parent 6261eb2 commit 5063292

20 files changed

+415
-415
lines changed

docs/classes/core.blizzard.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>Blizzard | blizzard</title>
7-
<meta name="description" content="Documentation for blizzard">
6+
<title>Blizzard | blizzard.js</title>
7+
<meta name="description" content="Documentation for blizzard.js">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
2323
<li class="state loading">Preparing search index...</li>
2424
<li class="state failure">The search index is not available</li>
2525
</ul>
26-
<a href="../index.html" class="title">blizzard</a>
26+
<a href="../index.html" class="title">blizzard.js</a>
2727
</div>
2828
<div class="table-cell" id="tsd-widgets">
2929
<div id="tsd-filter">
@@ -52,7 +52,7 @@
5252
<div class="container">
5353
<ul class="tsd-breadcrumb">
5454
<li>
55-
<a href="../modules.html">blizzard</a>
55+
<a href="../modules.html">blizzard.js</a>
5656
</li>
5757
<li>
5858
<a href="../modules/core.html">core</a>
@@ -145,7 +145,7 @@ <h3>constructor</h3>
145145
<li class="tsd-description">
146146
<aside class="tsd-sources">
147147
<ul>
148-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L58">core/index.ts:58</a></li>
148+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L58">core/index.ts:58</a></li>
149149
</ul>
150150
</aside>
151151
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -167,7 +167,7 @@ <h3>axios</h3>
167167
<div class="tsd-signature tsd-kind-icon">axios<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">AxiosInstance</span><span class="tsd-signature-symbol"> = ...</span></div>
168168
<aside class="tsd-sources">
169169
<ul>
170-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L72">core/index.ts:72</a></li>
170+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L72">core/index.ts:72</a></li>
171171
</ul>
172172
</aside>
173173
</section>
@@ -177,7 +177,7 @@ <h3>defaults</h3>
177177
<div class="tsd-signature tsd-kind-icon">defaults<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>locale<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Locales</span><span class="tsd-signature-symbol">; </span>origin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Origins</span><span class="tsd-signature-symbol">; </span>secret<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>token<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
178178
<aside class="tsd-sources">
179179
<ul>
180-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L52">core/index.ts:52</a></li>
180+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L52">core/index.ts:52</a></li>
181181
</ul>
182182
</aside>
183183
<div class="tsd-type-declaration">
@@ -207,17 +207,17 @@ <h3>ua</h3>
207207
<div class="tsd-signature tsd-kind-icon">ua<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
208208
<aside class="tsd-sources">
209209
<ul>
210-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L50">core/index.ts:50</a></li>
210+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L50">core/index.ts:50</a></li>
211211
</ul>
212212
</aside>
213213
</section>
214214
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
215215
<a name="version" class="tsd-anchor"></a>
216216
<h3>version</h3>
217-
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#x27;4.0.0&#x27;</span></div>
217+
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#x27;4.0.1&#x27;</span></div>
218218
<aside class="tsd-sources">
219219
<ul>
220-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L48">core/index.ts:48</a></li>
220+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L48">core/index.ts:48</a></li>
221221
</ul>
222222
</aside>
223223
</section>
@@ -234,7 +234,7 @@ <h3>create<wbr>Client<wbr>Resource<wbr>Request</h3>
234234
<li class="tsd-description">
235235
<aside class="tsd-sources">
236236
<ul>
237-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L74">core/index.ts:74</a></li>
237+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L74">core/index.ts:74</a></li>
238238
</ul>
239239
</aside>
240240
<h4 class="tsd-type-parameters-title">Type parameters</h4>
@@ -281,7 +281,7 @@ <h3>get<wbr>Application<wbr>Token</h3>
281281
<li class="tsd-description">
282282
<aside class="tsd-sources">
283283
<ul>
284-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L114">core/index.ts:114</a></li>
284+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L114">core/index.ts:114</a></li>
285285
</ul>
286286
</aside>
287287
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -315,7 +315,7 @@ <h3>get<wbr>Client<wbr>Resource</h3>
315315
<li class="tsd-description">
316316
<aside class="tsd-sources">
317317
<ul>
318-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L106">core/index.ts:106</a></li>
318+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L106">core/index.ts:106</a></li>
319319
</ul>
320320
</aside>
321321
<h4 class="tsd-type-parameters-title">Type parameters</h4>
@@ -347,7 +347,7 @@ <h3>prepare<wbr>Resource<wbr>Request</h3>
347347
<li class="tsd-description">
348348
<aside class="tsd-sources">
349349
<ul>
350-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L83">core/index.ts:83</a></li>
350+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L83">core/index.ts:83</a></li>
351351
</ul>
352352
</aside>
353353
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -373,7 +373,7 @@ <h3>refresh<wbr>Application<wbr>Token</h3>
373373
<li class="tsd-description">
374374
<aside class="tsd-sources">
375375
<ul>
376-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L161">core/index.ts:161</a></li>
376+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L161">core/index.ts:161</a></li>
377377
</ul>
378378
</aside>
379379
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -408,7 +408,7 @@ <h3>set<wbr>Application<wbr>Token</h3>
408408
<aside class="tsd-sources">
409409
<p>Implementation of <a href="../interfaces/core.blizzardclient.html">BlizzardClient</a>.<a href="../interfaces/core.blizzardclient.html#setapplicationtoken">setApplicationToken</a></p>
410410
<ul>
411-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L110">core/index.ts:110</a></li>
411+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L110">core/index.ts:110</a></li>
412412
</ul>
413413
</aside>
414414
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -431,7 +431,7 @@ <h3>validate<wbr>Application<wbr>Token</h3>
431431
<li class="tsd-description">
432432
<aside class="tsd-sources">
433433
<ul>
434-
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/f258640/src/core/index.ts#L134">core/index.ts:134</a></li>
434+
<li>Defined in <a href="https://github.com/benweier/blizzard.js/blob/6261eb2/src/core/index.ts#L134">core/index.ts:134</a></li>
435435
</ul>
436436
</aside>
437437
<h4 class="tsd-parameters-title">Parameters</h4>

0 commit comments

Comments
 (0)