@jwn-js/common 1.3.9 → 1.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/ApiError.html +4 -4
- package/docs/classes/Controller.html +62 -32
- package/docs/classes/Jwt.html +4 -4
- package/docs/classes/Memcached.html +4 -4
- package/docs/classes/Model.html +37 -16
- package/docs/classes/Server.html +4 -4
- package/docs/classes/Ssr.html +4 -4
- package/docs/classes/Web.html +15 -15
- package/docs/index.html +7 -4
- package/docs/interfaces/ApiErrorMessage.html +4 -4
- package/docs/interfaces/ContextSsr.html +4 -4
- package/docs/interfaces/ContextWeb.html +24 -16
- package/docs/interfaces/OptionsSsr.html +4 -4
- package/docs/interfaces/OptionsWeb.html +21 -7
- package/docs/interfaces/Route.html +7 -7
- package/docs/interfaces/Schema.html +180 -0
- package/docs/interfaces/ServerHandler.html +4 -4
- package/docs/interfaces/ServerOptions.html +4 -4
- package/docs/interfaces/ServerWebsocket.html +4 -4
- package/docs/modules.html +9 -5
- package/index.d.ts +124 -96
- package/index.js +276 -185
- package/package.json +1 -1
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Controller | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>Controller | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Controller.html">Controller</a>
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Controller.html#getSubaction" class="tsd-kind-icon">get<wbr>Subaction</a></li>
|
|
123
123
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Controller.html#getUrl" class="tsd-kind-icon">get<wbr>Url</a></li>
|
|
124
124
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Controller.html#setCookieHeader" class="tsd-kind-icon">set<wbr>Cookie<wbr>Header</a></li>
|
|
125
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Controller.html#setResponseHeader" class="tsd-kind-icon">set<wbr>Response<wbr>Header</a></li>
|
|
125
126
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Controller.html#success" class="tsd-kind-icon">success</a></li>
|
|
126
127
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Controller.html#successXml" class="tsd-kind-icon">success<wbr>Xml</a></li>
|
|
127
128
|
</ul>
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
<div class="tsd-signature tsd-kind-icon">$context<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ContextWebController</span></div>
|
|
155
156
|
<aside class="tsd-sources">
|
|
156
157
|
<ul>
|
|
157
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
158
|
+
<li>Defined in src/Lib/Controller.ts:27</li>
|
|
158
159
|
</ul>
|
|
159
160
|
</aside>
|
|
160
161
|
</section>
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
<li class="tsd-description">
|
|
172
173
|
<aside class="tsd-sources">
|
|
173
174
|
<ul>
|
|
174
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
175
|
+
<li>Defined in src/Lib/Controller.ts:162</li>
|
|
175
176
|
</ul>
|
|
176
177
|
</aside>
|
|
177
178
|
<div class="tsd-comment tsd-typography">
|
|
@@ -231,7 +232,7 @@
|
|
|
231
232
|
<li class="tsd-description">
|
|
232
233
|
<aside class="tsd-sources">
|
|
233
234
|
<ul>
|
|
234
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
235
|
+
<li>Defined in src/Lib/Controller.ts:199</li>
|
|
235
236
|
</ul>
|
|
236
237
|
</aside>
|
|
237
238
|
<div class="tsd-comment tsd-typography">
|
|
@@ -261,7 +262,7 @@
|
|
|
261
262
|
<li class="tsd-description">
|
|
262
263
|
<aside class="tsd-sources">
|
|
263
264
|
<ul>
|
|
264
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
265
|
+
<li>Defined in src/Lib/Controller.ts:67</li>
|
|
265
266
|
</ul>
|
|
266
267
|
</aside>
|
|
267
268
|
<div class="tsd-comment tsd-typography">
|
|
@@ -322,7 +323,7 @@
|
|
|
322
323
|
<li class="tsd-description">
|
|
323
324
|
<aside class="tsd-sources">
|
|
324
325
|
<ul>
|
|
325
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
326
|
+
<li>Defined in src/Lib/Controller.ts:137</li>
|
|
326
327
|
</ul>
|
|
327
328
|
</aside>
|
|
328
329
|
<div class="tsd-comment tsd-typography">
|
|
@@ -364,7 +365,7 @@
|
|
|
364
365
|
<li class="tsd-description">
|
|
365
366
|
<aside class="tsd-sources">
|
|
366
367
|
<ul>
|
|
367
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
368
|
+
<li>Defined in src/Lib/Controller.ts:268</li>
|
|
368
369
|
</ul>
|
|
369
370
|
</aside>
|
|
370
371
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>method<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">method</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
@@ -395,7 +396,7 @@
|
|
|
395
396
|
<li class="tsd-description">
|
|
396
397
|
<aside class="tsd-sources">
|
|
397
398
|
<ul>
|
|
398
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
399
|
+
<li>Defined in src/Lib/Controller.ts:213</li>
|
|
399
400
|
</ul>
|
|
400
401
|
</aside>
|
|
401
402
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Buffer</span></h4>
|
|
@@ -412,7 +413,7 @@
|
|
|
412
413
|
<li class="tsd-description">
|
|
413
414
|
<aside class="tsd-sources">
|
|
414
415
|
<ul>
|
|
415
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
416
|
+
<li>Defined in src/Lib/Controller.ts:223</li>
|
|
416
417
|
</ul>
|
|
417
418
|
</aside>
|
|
418
419
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -429,7 +430,7 @@
|
|
|
429
430
|
<li class="tsd-description">
|
|
430
431
|
<aside class="tsd-sources">
|
|
431
432
|
<ul>
|
|
432
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
433
|
+
<li>Defined in src/Lib/Controller.ts:203</li>
|
|
433
434
|
</ul>
|
|
434
435
|
</aside>
|
|
435
436
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ContextWebController</span></h4>
|
|
@@ -446,7 +447,7 @@
|
|
|
446
447
|
<li class="tsd-description">
|
|
447
448
|
<aside class="tsd-sources">
|
|
448
449
|
<ul>
|
|
449
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
450
|
+
<li>Defined in src/Lib/Controller.ts:263</li>
|
|
450
451
|
</ul>
|
|
451
452
|
</aside>
|
|
452
453
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isSitemap<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
@@ -477,7 +478,7 @@
|
|
|
477
478
|
<li class="tsd-description">
|
|
478
479
|
<aside class="tsd-sources">
|
|
479
480
|
<ul>
|
|
480
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
481
|
+
<li>Defined in src/Lib/Controller.ts:233</li>
|
|
481
482
|
</ul>
|
|
482
483
|
</aside>
|
|
483
484
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -494,7 +495,7 @@
|
|
|
494
495
|
<li class="tsd-description">
|
|
495
496
|
<aside class="tsd-sources">
|
|
496
497
|
<ul>
|
|
497
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
498
|
+
<li>Defined in src/Lib/Controller.ts:253</li>
|
|
498
499
|
</ul>
|
|
499
500
|
</aside>
|
|
500
501
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Query</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -511,7 +512,7 @@
|
|
|
511
512
|
<li class="tsd-description">
|
|
512
513
|
<aside class="tsd-sources">
|
|
513
514
|
<ul>
|
|
514
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
515
|
+
<li>Defined in src/Lib/Controller.ts:258</li>
|
|
515
516
|
</ul>
|
|
516
517
|
</aside>
|
|
517
518
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -528,7 +529,7 @@
|
|
|
528
529
|
<li class="tsd-description">
|
|
529
530
|
<aside class="tsd-sources">
|
|
530
531
|
<ul>
|
|
531
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
532
|
+
<li>Defined in src/Lib/Controller.ts:278</li>
|
|
532
533
|
</ul>
|
|
533
534
|
</aside>
|
|
534
535
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Query</span></h4>
|
|
@@ -545,7 +546,7 @@
|
|
|
545
546
|
<li class="tsd-description">
|
|
546
547
|
<aside class="tsd-sources">
|
|
547
548
|
<ul>
|
|
548
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
549
|
+
<li>Defined in src/Lib/Controller.ts:238</li>
|
|
549
550
|
</ul>
|
|
550
551
|
</aside>
|
|
551
552
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
@@ -562,7 +563,7 @@
|
|
|
562
563
|
<li class="tsd-description">
|
|
563
564
|
<aside class="tsd-sources">
|
|
564
565
|
<ul>
|
|
565
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
566
|
+
<li>Defined in src/Lib/Controller.ts:228</li>
|
|
566
567
|
</ul>
|
|
567
568
|
</aside>
|
|
568
569
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">method</span></h4>
|
|
@@ -579,7 +580,7 @@
|
|
|
579
580
|
<li class="tsd-description">
|
|
580
581
|
<aside class="tsd-sources">
|
|
581
582
|
<ul>
|
|
582
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
583
|
+
<li>Defined in src/Lib/Controller.ts:283</li>
|
|
583
584
|
</ul>
|
|
584
585
|
</aside>
|
|
585
586
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -602,7 +603,7 @@
|
|
|
602
603
|
<li class="tsd-description">
|
|
603
604
|
<aside class="tsd-sources">
|
|
604
605
|
<ul>
|
|
605
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
606
|
+
<li>Defined in src/Lib/Controller.ts:248</li>
|
|
606
607
|
</ul>
|
|
607
608
|
</aside>
|
|
608
609
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">"http"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"https"</span></h4>
|
|
@@ -619,7 +620,7 @@
|
|
|
619
620
|
<li class="tsd-description">
|
|
620
621
|
<aside class="tsd-sources">
|
|
621
622
|
<ul>
|
|
622
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
623
|
+
<li>Defined in src/Lib/Controller.ts:208</li>
|
|
623
624
|
</ul>
|
|
624
625
|
</aside>
|
|
625
626
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -636,7 +637,7 @@
|
|
|
636
637
|
<li class="tsd-description">
|
|
637
638
|
<aside class="tsd-sources">
|
|
638
639
|
<ul>
|
|
639
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
640
|
+
<li>Defined in src/Lib/Controller.ts:218</li>
|
|
640
641
|
</ul>
|
|
641
642
|
</aside>
|
|
642
643
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Stream</span></h4>
|
|
@@ -653,7 +654,7 @@
|
|
|
653
654
|
<li class="tsd-description">
|
|
654
655
|
<aside class="tsd-sources">
|
|
655
656
|
<ul>
|
|
656
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
657
|
+
<li>Defined in src/Lib/Controller.ts:273</li>
|
|
657
658
|
</ul>
|
|
658
659
|
</aside>
|
|
659
660
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isCheckMethod<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isLog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isPermission<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
@@ -690,7 +691,7 @@
|
|
|
690
691
|
<li class="tsd-description">
|
|
691
692
|
<aside class="tsd-sources">
|
|
692
693
|
<ul>
|
|
693
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
694
|
+
<li>Defined in src/Lib/Controller.ts:243</li>
|
|
694
695
|
</ul>
|
|
695
696
|
</aside>
|
|
696
697
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
@@ -707,7 +708,7 @@
|
|
|
707
708
|
<li class="tsd-description">
|
|
708
709
|
<aside class="tsd-sources">
|
|
709
710
|
<ul>
|
|
710
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
711
|
+
<li>Defined in src/Lib/Controller.ts:35</li>
|
|
711
712
|
</ul>
|
|
712
713
|
</aside>
|
|
713
714
|
<div class="tsd-comment tsd-typography">
|
|
@@ -733,6 +734,32 @@
|
|
|
733
734
|
</li>
|
|
734
735
|
</ul>
|
|
735
736
|
</section>
|
|
737
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
738
|
+
<a name="setResponseHeader" class="tsd-anchor"></a>
|
|
739
|
+
<h3>set<wbr>Response<wbr>Header</h3>
|
|
740
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
741
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Response<wbr>Header<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
742
|
+
</ul>
|
|
743
|
+
<ul class="tsd-descriptions">
|
|
744
|
+
<li class="tsd-description">
|
|
745
|
+
<aside class="tsd-sources">
|
|
746
|
+
<ul>
|
|
747
|
+
<li>Defined in src/Lib/Controller.ts:288</li>
|
|
748
|
+
</ul>
|
|
749
|
+
</aside>
|
|
750
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
751
|
+
<ul class="tsd-parameters">
|
|
752
|
+
<li>
|
|
753
|
+
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
754
|
+
</li>
|
|
755
|
+
<li>
|
|
756
|
+
<h5>value: <span class="tsd-signature-type">string</span></h5>
|
|
757
|
+
</li>
|
|
758
|
+
</ul>
|
|
759
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
760
|
+
</li>
|
|
761
|
+
</ul>
|
|
762
|
+
</section>
|
|
736
763
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
737
764
|
<a name="success" class="tsd-anchor"></a>
|
|
738
765
|
<h3>success</h3>
|
|
@@ -743,7 +770,7 @@
|
|
|
743
770
|
<li class="tsd-description">
|
|
744
771
|
<aside class="tsd-sources">
|
|
745
772
|
<ul>
|
|
746
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
773
|
+
<li>Defined in src/Lib/Controller.ts:50</li>
|
|
747
774
|
</ul>
|
|
748
775
|
</aside>
|
|
749
776
|
<div class="tsd-comment tsd-typography">
|
|
@@ -797,13 +824,13 @@
|
|
|
797
824
|
<a name="successXml" class="tsd-anchor"></a>
|
|
798
825
|
<h3>success<wbr>Xml</h3>
|
|
799
826
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
800
|
-
<li class="tsd-signature tsd-kind-icon">success<wbr>Xml<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{}</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ResponseOptions</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>memcache<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></li>
|
|
827
|
+
<li class="tsd-signature tsd-kind-icon">success<wbr>Xml<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{}</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ResponseOptions</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>content-type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>memcache<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></li>
|
|
801
828
|
</ul>
|
|
802
829
|
<ul class="tsd-descriptions">
|
|
803
830
|
<li class="tsd-description">
|
|
804
831
|
<aside class="tsd-sources">
|
|
805
832
|
<ul>
|
|
806
|
-
<li>Defined in src/Lib/Controller.ts:
|
|
833
|
+
<li>Defined in src/Lib/Controller.ts:115</li>
|
|
807
834
|
</ul>
|
|
808
835
|
</aside>
|
|
809
836
|
<div class="tsd-comment tsd-typography">
|
|
@@ -828,13 +855,13 @@
|
|
|
828
855
|
</div>
|
|
829
856
|
</li>
|
|
830
857
|
</ul>
|
|
831
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>memcache<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
858
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>content-type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>memcache<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
832
859
|
<ul class="tsd-parameters">
|
|
833
860
|
<li class="tsd-parameter">
|
|
834
861
|
<h5>body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
835
862
|
</li>
|
|
836
863
|
<li class="tsd-parameter">
|
|
837
|
-
<h5>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h5>
|
|
864
|
+
<h5>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>content-type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h5>
|
|
838
865
|
</li>
|
|
839
866
|
<li class="tsd-parameter">
|
|
840
867
|
<h5>memcache<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></h5>
|
|
@@ -932,6 +959,9 @@
|
|
|
932
959
|
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
933
960
|
<a href="Controller.html#setCookieHeader" class="tsd-kind-icon">set<wbr>Cookie<wbr>Header</a>
|
|
934
961
|
</li>
|
|
962
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
963
|
+
<a href="Controller.html#setResponseHeader" class="tsd-kind-icon">set<wbr>Response<wbr>Header</a>
|
|
964
|
+
</li>
|
|
935
965
|
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
936
966
|
<a href="Controller.html#success" class="tsd-kind-icon">success</a>
|
|
937
967
|
</li>
|
package/docs/classes/Jwt.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Jwt | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>Jwt | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Jwt.html">Jwt</a>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Memcached | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>Memcached | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Memcached.html">Memcached</a>
|
package/docs/classes/Model.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Model | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>Model | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Model.html">Model</a>
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Model.html#getConfig" class="tsd-kind-icon">get<wbr>Config</a></li>
|
|
107
107
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Model.html#getContext" class="tsd-kind-icon">get<wbr>Context</a></li>
|
|
108
108
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Model.html#getController" class="tsd-kind-icon">get<wbr>Controller</a></li>
|
|
109
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Model.html#getCookies" class="tsd-kind-icon">get<wbr>Cookies</a></li>
|
|
109
110
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Model.html#getDb" class="tsd-kind-icon">get<wbr>Db</a></li>
|
|
110
111
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Model.html#getHeaders" class="tsd-kind-icon">get<wbr>Headers</a></li>
|
|
111
112
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Model.html#getHome" class="tsd-kind-icon">get<wbr>Home</a></li>
|
|
@@ -220,7 +221,7 @@
|
|
|
220
221
|
<li class="tsd-description">
|
|
221
222
|
<aside class="tsd-sources">
|
|
222
223
|
<ul>
|
|
223
|
-
<li>Defined in src/Lib/Model.ts:
|
|
224
|
+
<li>Defined in src/Lib/Model.ts:55</li>
|
|
224
225
|
</ul>
|
|
225
226
|
</aside>
|
|
226
227
|
<div class="tsd-comment tsd-typography">
|
|
@@ -250,7 +251,7 @@
|
|
|
250
251
|
<li class="tsd-description">
|
|
251
252
|
<aside class="tsd-sources">
|
|
252
253
|
<ul>
|
|
253
|
-
<li>Defined in src/Lib/Model.ts:
|
|
254
|
+
<li>Defined in src/Lib/Model.ts:86</li>
|
|
254
255
|
</ul>
|
|
255
256
|
</aside>
|
|
256
257
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>method<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">method</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
@@ -281,7 +282,7 @@
|
|
|
281
282
|
<li class="tsd-description">
|
|
282
283
|
<aside class="tsd-sources">
|
|
283
284
|
<ul>
|
|
284
|
-
<li>Defined in src/Lib/Model.ts:
|
|
285
|
+
<li>Defined in src/Lib/Model.ts:66</li>
|
|
285
286
|
</ul>
|
|
286
287
|
</aside>
|
|
287
288
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -298,7 +299,7 @@
|
|
|
298
299
|
<li class="tsd-description">
|
|
299
300
|
<aside class="tsd-sources">
|
|
300
301
|
<ul>
|
|
301
|
-
<li>Defined in src/Lib/Model.ts:
|
|
302
|
+
<li>Defined in src/Lib/Model.ts:58</li>
|
|
302
303
|
</ul>
|
|
303
304
|
</aside>
|
|
304
305
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Context</span></h4>
|
|
@@ -315,7 +316,7 @@
|
|
|
315
316
|
<li class="tsd-description">
|
|
316
317
|
<aside class="tsd-sources">
|
|
317
318
|
<ul>
|
|
318
|
-
<li>Defined in src/Lib/Model.ts:
|
|
319
|
+
<li>Defined in src/Lib/Model.ts:82</li>
|
|
319
320
|
</ul>
|
|
320
321
|
</aside>
|
|
321
322
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isSitemap<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
@@ -336,6 +337,23 @@
|
|
|
336
337
|
</li>
|
|
337
338
|
</ul>
|
|
338
339
|
</section>
|
|
340
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
341
|
+
<a name="getCookies" class="tsd-anchor"></a>
|
|
342
|
+
<h3>get<wbr>Cookies</h3>
|
|
343
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
344
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Cookies<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
345
|
+
</ul>
|
|
346
|
+
<ul class="tsd-descriptions">
|
|
347
|
+
<li class="tsd-description">
|
|
348
|
+
<aside class="tsd-sources">
|
|
349
|
+
<ul>
|
|
350
|
+
<li>Defined in src/Lib/Model.ts:78</li>
|
|
351
|
+
</ul>
|
|
352
|
+
</aside>
|
|
353
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
354
|
+
</li>
|
|
355
|
+
</ul>
|
|
356
|
+
</section>
|
|
339
357
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
340
358
|
<a name="getDb" class="tsd-anchor"></a>
|
|
341
359
|
<h3>get<wbr>Db</h3>
|
|
@@ -346,7 +364,7 @@
|
|
|
346
364
|
<li class="tsd-description">
|
|
347
365
|
<aside class="tsd-sources">
|
|
348
366
|
<ul>
|
|
349
|
-
<li>Defined in src/Lib/Model.ts:
|
|
367
|
+
<li>Defined in src/Lib/Model.ts:94</li>
|
|
350
368
|
</ul>
|
|
351
369
|
</aside>
|
|
352
370
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Query</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -363,7 +381,7 @@
|
|
|
363
381
|
<li class="tsd-description">
|
|
364
382
|
<aside class="tsd-sources">
|
|
365
383
|
<ul>
|
|
366
|
-
<li>Defined in src/Lib/Model.ts:
|
|
384
|
+
<li>Defined in src/Lib/Model.ts:74</li>
|
|
367
385
|
</ul>
|
|
368
386
|
</aside>
|
|
369
387
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -380,7 +398,7 @@
|
|
|
380
398
|
<li class="tsd-description">
|
|
381
399
|
<aside class="tsd-sources">
|
|
382
400
|
<ul>
|
|
383
|
-
<li>Defined in src/Lib/Model.ts:
|
|
401
|
+
<li>Defined in src/Lib/Model.ts:98</li>
|
|
384
402
|
</ul>
|
|
385
403
|
</aside>
|
|
386
404
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Query</span></h4>
|
|
@@ -397,7 +415,7 @@
|
|
|
397
415
|
<li class="tsd-description">
|
|
398
416
|
<aside class="tsd-sources">
|
|
399
417
|
<ul>
|
|
400
|
-
<li>Defined in src/Lib/Model.ts:
|
|
418
|
+
<li>Defined in src/Lib/Model.ts:70</li>
|
|
401
419
|
</ul>
|
|
402
420
|
</aside>
|
|
403
421
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">method</span></h4>
|
|
@@ -414,7 +432,7 @@
|
|
|
414
432
|
<li class="tsd-description">
|
|
415
433
|
<aside class="tsd-sources">
|
|
416
434
|
<ul>
|
|
417
|
-
<li>Defined in src/Lib/Model.ts:
|
|
435
|
+
<li>Defined in src/Lib/Model.ts:102</li>
|
|
418
436
|
</ul>
|
|
419
437
|
</aside>
|
|
420
438
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -437,7 +455,7 @@
|
|
|
437
455
|
<li class="tsd-description">
|
|
438
456
|
<aside class="tsd-sources">
|
|
439
457
|
<ul>
|
|
440
|
-
<li>Defined in src/Lib/Model.ts:
|
|
458
|
+
<li>Defined in src/Lib/Model.ts:62</li>
|
|
441
459
|
</ul>
|
|
442
460
|
</aside>
|
|
443
461
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -454,7 +472,7 @@
|
|
|
454
472
|
<li class="tsd-description">
|
|
455
473
|
<aside class="tsd-sources">
|
|
456
474
|
<ul>
|
|
457
|
-
<li>Defined in src/Lib/Model.ts:
|
|
475
|
+
<li>Defined in src/Lib/Model.ts:90</li>
|
|
458
476
|
</ul>
|
|
459
477
|
</aside>
|
|
460
478
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isCheckMethod<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isLog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isPermission<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h4>
|
|
@@ -522,6 +540,9 @@
|
|
|
522
540
|
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
523
541
|
<a href="Model.html#getController" class="tsd-kind-icon">get<wbr>Controller</a>
|
|
524
542
|
</li>
|
|
543
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
544
|
+
<a href="Model.html#getCookies" class="tsd-kind-icon">get<wbr>Cookies</a>
|
|
545
|
+
</li>
|
|
525
546
|
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
526
547
|
<a href="Model.html#getDb" class="tsd-kind-icon">get<wbr>Db</a>
|
|
527
548
|
</li>
|
package/docs/classes/Server.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Server | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>Server | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Server.html">Server</a>
|