@jwn-js/common 1.3.2 → 1.3.3
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 -118
- package/docs/classes/Controller.html +4 -118
- package/docs/classes/Jwt.html +4 -118
- package/docs/classes/Memcached.html +4 -118
- package/docs/classes/Model.html +4 -118
- package/docs/classes/Server.html +4 -118
- package/docs/classes/Ssr.html +15 -129
- package/docs/classes/Web.html +5 -119
- package/docs/index.html +10 -4
- package/docs/interfaces/ApiErrorMessage.html +4 -118
- package/docs/interfaces/ContextSsr.html +184 -0
- package/docs/interfaces/ContextWeb.html +283 -0
- package/docs/interfaces/ServerHandler.html +4 -118
- package/docs/interfaces/ServerOptions.html +4 -118
- package/docs/interfaces/ServerWebsocket.html +4 -118
- package/docs/modules.html +13 -5
- package/index.d.ts +4 -3
- 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.3</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.3">
|
|
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.3</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.3</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Controller.html">Controller</a>
|
|
@@ -831,9 +831,6 @@
|
|
|
831
831
|
</nav>
|
|
832
832
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
833
833
|
<ul class="before-current">
|
|
834
|
-
<li class=" tsd-kind-class">
|
|
835
|
-
<a href="ApiError.html" class="tsd-kind-icon">Api<wbr>Error</a>
|
|
836
|
-
</li>
|
|
837
834
|
</ul>
|
|
838
835
|
<ul class="current">
|
|
839
836
|
<li class="current tsd-kind-class">
|
|
@@ -918,117 +915,6 @@
|
|
|
918
915
|
</li>
|
|
919
916
|
</ul>
|
|
920
917
|
<ul class="after-current">
|
|
921
|
-
<li class=" tsd-kind-class">
|
|
922
|
-
<a href="Jwt.html" class="tsd-kind-icon">Jwt</a>
|
|
923
|
-
</li>
|
|
924
|
-
<li class=" tsd-kind-class">
|
|
925
|
-
<a href="Memcached.html" class="tsd-kind-icon">Memcached</a>
|
|
926
|
-
</li>
|
|
927
|
-
<li class=" tsd-kind-class">
|
|
928
|
-
<a href="Model.html" class="tsd-kind-icon">Model</a>
|
|
929
|
-
</li>
|
|
930
|
-
<li class=" tsd-kind-class">
|
|
931
|
-
<a href="Server.html" class="tsd-kind-icon">Server</a>
|
|
932
|
-
</li>
|
|
933
|
-
<li class=" tsd-kind-class">
|
|
934
|
-
<a href="Ssr.html" class="tsd-kind-icon">Ssr</a>
|
|
935
|
-
</li>
|
|
936
|
-
<li class=" tsd-kind-class">
|
|
937
|
-
<a href="Web.html" class="tsd-kind-icon">Web</a>
|
|
938
|
-
</li>
|
|
939
|
-
<li class=" tsd-kind-interface">
|
|
940
|
-
<a href="../interfaces/ApiErrorMessage.html" class="tsd-kind-icon">Api<wbr>Error<wbr>Message</a>
|
|
941
|
-
</li>
|
|
942
|
-
<li class=" tsd-kind-interface">
|
|
943
|
-
<a href="../interfaces/ServerHandler.html" class="tsd-kind-icon">Server<wbr>Handler</a>
|
|
944
|
-
</li>
|
|
945
|
-
<li class=" tsd-kind-interface">
|
|
946
|
-
<a href="../interfaces/ServerOptions.html" class="tsd-kind-icon">Server<wbr>Options</a>
|
|
947
|
-
</li>
|
|
948
|
-
<li class=" tsd-kind-interface">
|
|
949
|
-
<a href="../interfaces/ServerWebsocket.html" class="tsd-kind-icon">Server<wbr>Websocket</a>
|
|
950
|
-
</li>
|
|
951
|
-
<li class=" tsd-kind-type-alias">
|
|
952
|
-
<a href="../modules.html#ServerRoutes" class="tsd-kind-icon">Server<wbr>Routes</a>
|
|
953
|
-
</li>
|
|
954
|
-
<li class=" tsd-kind-variable">
|
|
955
|
-
<a href="../modules.html#helpers" class="tsd-kind-icon">helpers</a>
|
|
956
|
-
</li>
|
|
957
|
-
<li class=" tsd-kind-function">
|
|
958
|
-
<a href="../modules.html#action" class="tsd-kind-icon">action</a>
|
|
959
|
-
</li>
|
|
960
|
-
<li class=" tsd-kind-function">
|
|
961
|
-
<a href="../modules.html#body" class="tsd-kind-icon">body</a>
|
|
962
|
-
</li>
|
|
963
|
-
<li class=" tsd-kind-function">
|
|
964
|
-
<a href="../modules.html#codeToStatus" class="tsd-kind-icon">code<wbr>ToStatus</a>
|
|
965
|
-
</li>
|
|
966
|
-
<li class=" tsd-kind-function">
|
|
967
|
-
<a href="../modules.html#config" class="tsd-kind-icon">config</a>
|
|
968
|
-
</li>
|
|
969
|
-
<li class=" tsd-kind-function">
|
|
970
|
-
<a href="../modules.html#connection" class="tsd-kind-icon">connection</a>
|
|
971
|
-
</li>
|
|
972
|
-
<li class=" tsd-kind-function">
|
|
973
|
-
<a href="../modules.html#context" class="tsd-kind-icon">context</a>
|
|
974
|
-
</li>
|
|
975
|
-
<li class=" tsd-kind-function">
|
|
976
|
-
<a href="../modules.html#controller" class="tsd-kind-icon">controller</a>
|
|
977
|
-
</li>
|
|
978
|
-
<li class=" tsd-kind-function">
|
|
979
|
-
<a href="../modules.html#cookies" class="tsd-kind-icon">cookies</a>
|
|
980
|
-
</li>
|
|
981
|
-
<li class=" tsd-kind-function">
|
|
982
|
-
<a href="../modules.html#db" class="tsd-kind-icon">db</a>
|
|
983
|
-
</li>
|
|
984
|
-
<li class=" tsd-kind-function">
|
|
985
|
-
<a href="../modules.html#headers" class="tsd-kind-icon">headers</a>
|
|
986
|
-
</li>
|
|
987
|
-
<li class=" tsd-kind-function">
|
|
988
|
-
<a href="../modules.html#home" class="tsd-kind-icon">home</a>
|
|
989
|
-
</li>
|
|
990
|
-
<li class=" tsd-kind-function">
|
|
991
|
-
<a href="../modules.html#hostname" class="tsd-kind-icon">hostname</a>
|
|
992
|
-
</li>
|
|
993
|
-
<li class=" tsd-kind-function">
|
|
994
|
-
<a href="../modules.html#http" class="tsd-kind-icon">http</a>
|
|
995
|
-
</li>
|
|
996
|
-
<li class=" tsd-kind-function">
|
|
997
|
-
<a href="../modules.html#init" class="tsd-kind-icon">init</a>
|
|
998
|
-
</li>
|
|
999
|
-
<li class=" tsd-kind-function">
|
|
1000
|
-
<a href="../modules.html#json" class="tsd-kind-icon">json</a>
|
|
1001
|
-
</li>
|
|
1002
|
-
<li class=" tsd-kind-function">
|
|
1003
|
-
<a href="../modules.html#logerror" class="tsd-kind-icon">logerror</a>
|
|
1004
|
-
</li>
|
|
1005
|
-
<li class=" tsd-kind-function">
|
|
1006
|
-
<a href="../modules.html#method" class="tsd-kind-icon">method</a>
|
|
1007
|
-
</li>
|
|
1008
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
1009
|
-
<a href="../modules.html#mixin" class="tsd-kind-icon">mixin</a>
|
|
1010
|
-
</li>
|
|
1011
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
1012
|
-
<a href="../modules.html#mount" class="tsd-kind-icon">mount</a>
|
|
1013
|
-
</li>
|
|
1014
|
-
<li class=" tsd-kind-function">
|
|
1015
|
-
<a href="../modules.html#protocol" class="tsd-kind-icon">protocol</a>
|
|
1016
|
-
</li>
|
|
1017
|
-
<li class=" tsd-kind-function">
|
|
1018
|
-
<a href="../modules.html#request" class="tsd-kind-icon">request</a>
|
|
1019
|
-
</li>
|
|
1020
|
-
<li class=" tsd-kind-function">
|
|
1021
|
-
<a href="../modules.html#stream" class="tsd-kind-icon">stream</a>
|
|
1022
|
-
</li>
|
|
1023
|
-
<li class=" tsd-kind-function">
|
|
1024
|
-
<a href="../modules.html#subaction" class="tsd-kind-icon">subaction</a>
|
|
1025
|
-
</li>
|
|
1026
|
-
<li class=" tsd-kind-function">
|
|
1027
|
-
<a href="../modules.html#url" class="tsd-kind-icon">url</a>
|
|
1028
|
-
</li>
|
|
1029
|
-
<li class=" tsd-kind-function">
|
|
1030
|
-
<a href="../modules.html#xml" class="tsd-kind-icon">xml</a>
|
|
1031
|
-
</li>
|
|
1032
918
|
</ul>
|
|
1033
919
|
</nav>
|
|
1034
920
|
</div>
|
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.3</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.3">
|
|
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.3</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.3</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Jwt.html">Jwt</a>
|
|
@@ -311,12 +311,6 @@
|
|
|
311
311
|
</nav>
|
|
312
312
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
313
313
|
<ul class="before-current">
|
|
314
|
-
<li class=" tsd-kind-class">
|
|
315
|
-
<a href="ApiError.html" class="tsd-kind-icon">Api<wbr>Error</a>
|
|
316
|
-
</li>
|
|
317
|
-
<li class=" tsd-kind-class">
|
|
318
|
-
<a href="Controller.html" class="tsd-kind-icon">Controller</a>
|
|
319
|
-
</li>
|
|
320
314
|
</ul>
|
|
321
315
|
<ul class="current">
|
|
322
316
|
<li class="current tsd-kind-class">
|
|
@@ -344,114 +338,6 @@
|
|
|
344
338
|
</li>
|
|
345
339
|
</ul>
|
|
346
340
|
<ul class="after-current">
|
|
347
|
-
<li class=" tsd-kind-class">
|
|
348
|
-
<a href="Memcached.html" class="tsd-kind-icon">Memcached</a>
|
|
349
|
-
</li>
|
|
350
|
-
<li class=" tsd-kind-class">
|
|
351
|
-
<a href="Model.html" class="tsd-kind-icon">Model</a>
|
|
352
|
-
</li>
|
|
353
|
-
<li class=" tsd-kind-class">
|
|
354
|
-
<a href="Server.html" class="tsd-kind-icon">Server</a>
|
|
355
|
-
</li>
|
|
356
|
-
<li class=" tsd-kind-class">
|
|
357
|
-
<a href="Ssr.html" class="tsd-kind-icon">Ssr</a>
|
|
358
|
-
</li>
|
|
359
|
-
<li class=" tsd-kind-class">
|
|
360
|
-
<a href="Web.html" class="tsd-kind-icon">Web</a>
|
|
361
|
-
</li>
|
|
362
|
-
<li class=" tsd-kind-interface">
|
|
363
|
-
<a href="../interfaces/ApiErrorMessage.html" class="tsd-kind-icon">Api<wbr>Error<wbr>Message</a>
|
|
364
|
-
</li>
|
|
365
|
-
<li class=" tsd-kind-interface">
|
|
366
|
-
<a href="../interfaces/ServerHandler.html" class="tsd-kind-icon">Server<wbr>Handler</a>
|
|
367
|
-
</li>
|
|
368
|
-
<li class=" tsd-kind-interface">
|
|
369
|
-
<a href="../interfaces/ServerOptions.html" class="tsd-kind-icon">Server<wbr>Options</a>
|
|
370
|
-
</li>
|
|
371
|
-
<li class=" tsd-kind-interface">
|
|
372
|
-
<a href="../interfaces/ServerWebsocket.html" class="tsd-kind-icon">Server<wbr>Websocket</a>
|
|
373
|
-
</li>
|
|
374
|
-
<li class=" tsd-kind-type-alias">
|
|
375
|
-
<a href="../modules.html#ServerRoutes" class="tsd-kind-icon">Server<wbr>Routes</a>
|
|
376
|
-
</li>
|
|
377
|
-
<li class=" tsd-kind-variable">
|
|
378
|
-
<a href="../modules.html#helpers" class="tsd-kind-icon">helpers</a>
|
|
379
|
-
</li>
|
|
380
|
-
<li class=" tsd-kind-function">
|
|
381
|
-
<a href="../modules.html#action" class="tsd-kind-icon">action</a>
|
|
382
|
-
</li>
|
|
383
|
-
<li class=" tsd-kind-function">
|
|
384
|
-
<a href="../modules.html#body" class="tsd-kind-icon">body</a>
|
|
385
|
-
</li>
|
|
386
|
-
<li class=" tsd-kind-function">
|
|
387
|
-
<a href="../modules.html#codeToStatus" class="tsd-kind-icon">code<wbr>ToStatus</a>
|
|
388
|
-
</li>
|
|
389
|
-
<li class=" tsd-kind-function">
|
|
390
|
-
<a href="../modules.html#config" class="tsd-kind-icon">config</a>
|
|
391
|
-
</li>
|
|
392
|
-
<li class=" tsd-kind-function">
|
|
393
|
-
<a href="../modules.html#connection" class="tsd-kind-icon">connection</a>
|
|
394
|
-
</li>
|
|
395
|
-
<li class=" tsd-kind-function">
|
|
396
|
-
<a href="../modules.html#context" class="tsd-kind-icon">context</a>
|
|
397
|
-
</li>
|
|
398
|
-
<li class=" tsd-kind-function">
|
|
399
|
-
<a href="../modules.html#controller" class="tsd-kind-icon">controller</a>
|
|
400
|
-
</li>
|
|
401
|
-
<li class=" tsd-kind-function">
|
|
402
|
-
<a href="../modules.html#cookies" class="tsd-kind-icon">cookies</a>
|
|
403
|
-
</li>
|
|
404
|
-
<li class=" tsd-kind-function">
|
|
405
|
-
<a href="../modules.html#db" class="tsd-kind-icon">db</a>
|
|
406
|
-
</li>
|
|
407
|
-
<li class=" tsd-kind-function">
|
|
408
|
-
<a href="../modules.html#headers" class="tsd-kind-icon">headers</a>
|
|
409
|
-
</li>
|
|
410
|
-
<li class=" tsd-kind-function">
|
|
411
|
-
<a href="../modules.html#home" class="tsd-kind-icon">home</a>
|
|
412
|
-
</li>
|
|
413
|
-
<li class=" tsd-kind-function">
|
|
414
|
-
<a href="../modules.html#hostname" class="tsd-kind-icon">hostname</a>
|
|
415
|
-
</li>
|
|
416
|
-
<li class=" tsd-kind-function">
|
|
417
|
-
<a href="../modules.html#http" class="tsd-kind-icon">http</a>
|
|
418
|
-
</li>
|
|
419
|
-
<li class=" tsd-kind-function">
|
|
420
|
-
<a href="../modules.html#init" class="tsd-kind-icon">init</a>
|
|
421
|
-
</li>
|
|
422
|
-
<li class=" tsd-kind-function">
|
|
423
|
-
<a href="../modules.html#json" class="tsd-kind-icon">json</a>
|
|
424
|
-
</li>
|
|
425
|
-
<li class=" tsd-kind-function">
|
|
426
|
-
<a href="../modules.html#logerror" class="tsd-kind-icon">logerror</a>
|
|
427
|
-
</li>
|
|
428
|
-
<li class=" tsd-kind-function">
|
|
429
|
-
<a href="../modules.html#method" class="tsd-kind-icon">method</a>
|
|
430
|
-
</li>
|
|
431
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
432
|
-
<a href="../modules.html#mixin" class="tsd-kind-icon">mixin</a>
|
|
433
|
-
</li>
|
|
434
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
435
|
-
<a href="../modules.html#mount" class="tsd-kind-icon">mount</a>
|
|
436
|
-
</li>
|
|
437
|
-
<li class=" tsd-kind-function">
|
|
438
|
-
<a href="../modules.html#protocol" class="tsd-kind-icon">protocol</a>
|
|
439
|
-
</li>
|
|
440
|
-
<li class=" tsd-kind-function">
|
|
441
|
-
<a href="../modules.html#request" class="tsd-kind-icon">request</a>
|
|
442
|
-
</li>
|
|
443
|
-
<li class=" tsd-kind-function">
|
|
444
|
-
<a href="../modules.html#stream" class="tsd-kind-icon">stream</a>
|
|
445
|
-
</li>
|
|
446
|
-
<li class=" tsd-kind-function">
|
|
447
|
-
<a href="../modules.html#subaction" class="tsd-kind-icon">subaction</a>
|
|
448
|
-
</li>
|
|
449
|
-
<li class=" tsd-kind-function">
|
|
450
|
-
<a href="../modules.html#url" class="tsd-kind-icon">url</a>
|
|
451
|
-
</li>
|
|
452
|
-
<li class=" tsd-kind-function">
|
|
453
|
-
<a href="../modules.html#xml" class="tsd-kind-icon">xml</a>
|
|
454
|
-
</li>
|
|
455
341
|
</ul>
|
|
456
342
|
</nav>
|
|
457
343
|
</div>
|
|
@@ -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.3</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.3">
|
|
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.3</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.3</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Memcached.html">Memcached</a>
|
|
@@ -307,15 +307,6 @@
|
|
|
307
307
|
</nav>
|
|
308
308
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
309
309
|
<ul class="before-current">
|
|
310
|
-
<li class=" tsd-kind-class">
|
|
311
|
-
<a href="ApiError.html" class="tsd-kind-icon">Api<wbr>Error</a>
|
|
312
|
-
</li>
|
|
313
|
-
<li class=" tsd-kind-class">
|
|
314
|
-
<a href="Controller.html" class="tsd-kind-icon">Controller</a>
|
|
315
|
-
</li>
|
|
316
|
-
<li class=" tsd-kind-class">
|
|
317
|
-
<a href="Jwt.html" class="tsd-kind-icon">Jwt</a>
|
|
318
|
-
</li>
|
|
319
310
|
</ul>
|
|
320
311
|
<ul class="current">
|
|
321
312
|
<li class="current tsd-kind-class">
|
|
@@ -346,111 +337,6 @@
|
|
|
346
337
|
</li>
|
|
347
338
|
</ul>
|
|
348
339
|
<ul class="after-current">
|
|
349
|
-
<li class=" tsd-kind-class">
|
|
350
|
-
<a href="Model.html" class="tsd-kind-icon">Model</a>
|
|
351
|
-
</li>
|
|
352
|
-
<li class=" tsd-kind-class">
|
|
353
|
-
<a href="Server.html" class="tsd-kind-icon">Server</a>
|
|
354
|
-
</li>
|
|
355
|
-
<li class=" tsd-kind-class">
|
|
356
|
-
<a href="Ssr.html" class="tsd-kind-icon">Ssr</a>
|
|
357
|
-
</li>
|
|
358
|
-
<li class=" tsd-kind-class">
|
|
359
|
-
<a href="Web.html" class="tsd-kind-icon">Web</a>
|
|
360
|
-
</li>
|
|
361
|
-
<li class=" tsd-kind-interface">
|
|
362
|
-
<a href="../interfaces/ApiErrorMessage.html" class="tsd-kind-icon">Api<wbr>Error<wbr>Message</a>
|
|
363
|
-
</li>
|
|
364
|
-
<li class=" tsd-kind-interface">
|
|
365
|
-
<a href="../interfaces/ServerHandler.html" class="tsd-kind-icon">Server<wbr>Handler</a>
|
|
366
|
-
</li>
|
|
367
|
-
<li class=" tsd-kind-interface">
|
|
368
|
-
<a href="../interfaces/ServerOptions.html" class="tsd-kind-icon">Server<wbr>Options</a>
|
|
369
|
-
</li>
|
|
370
|
-
<li class=" tsd-kind-interface">
|
|
371
|
-
<a href="../interfaces/ServerWebsocket.html" class="tsd-kind-icon">Server<wbr>Websocket</a>
|
|
372
|
-
</li>
|
|
373
|
-
<li class=" tsd-kind-type-alias">
|
|
374
|
-
<a href="../modules.html#ServerRoutes" class="tsd-kind-icon">Server<wbr>Routes</a>
|
|
375
|
-
</li>
|
|
376
|
-
<li class=" tsd-kind-variable">
|
|
377
|
-
<a href="../modules.html#helpers" class="tsd-kind-icon">helpers</a>
|
|
378
|
-
</li>
|
|
379
|
-
<li class=" tsd-kind-function">
|
|
380
|
-
<a href="../modules.html#action" class="tsd-kind-icon">action</a>
|
|
381
|
-
</li>
|
|
382
|
-
<li class=" tsd-kind-function">
|
|
383
|
-
<a href="../modules.html#body" class="tsd-kind-icon">body</a>
|
|
384
|
-
</li>
|
|
385
|
-
<li class=" tsd-kind-function">
|
|
386
|
-
<a href="../modules.html#codeToStatus" class="tsd-kind-icon">code<wbr>ToStatus</a>
|
|
387
|
-
</li>
|
|
388
|
-
<li class=" tsd-kind-function">
|
|
389
|
-
<a href="../modules.html#config" class="tsd-kind-icon">config</a>
|
|
390
|
-
</li>
|
|
391
|
-
<li class=" tsd-kind-function">
|
|
392
|
-
<a href="../modules.html#connection" class="tsd-kind-icon">connection</a>
|
|
393
|
-
</li>
|
|
394
|
-
<li class=" tsd-kind-function">
|
|
395
|
-
<a href="../modules.html#context" class="tsd-kind-icon">context</a>
|
|
396
|
-
</li>
|
|
397
|
-
<li class=" tsd-kind-function">
|
|
398
|
-
<a href="../modules.html#controller" class="tsd-kind-icon">controller</a>
|
|
399
|
-
</li>
|
|
400
|
-
<li class=" tsd-kind-function">
|
|
401
|
-
<a href="../modules.html#cookies" class="tsd-kind-icon">cookies</a>
|
|
402
|
-
</li>
|
|
403
|
-
<li class=" tsd-kind-function">
|
|
404
|
-
<a href="../modules.html#db" class="tsd-kind-icon">db</a>
|
|
405
|
-
</li>
|
|
406
|
-
<li class=" tsd-kind-function">
|
|
407
|
-
<a href="../modules.html#headers" class="tsd-kind-icon">headers</a>
|
|
408
|
-
</li>
|
|
409
|
-
<li class=" tsd-kind-function">
|
|
410
|
-
<a href="../modules.html#home" class="tsd-kind-icon">home</a>
|
|
411
|
-
</li>
|
|
412
|
-
<li class=" tsd-kind-function">
|
|
413
|
-
<a href="../modules.html#hostname" class="tsd-kind-icon">hostname</a>
|
|
414
|
-
</li>
|
|
415
|
-
<li class=" tsd-kind-function">
|
|
416
|
-
<a href="../modules.html#http" class="tsd-kind-icon">http</a>
|
|
417
|
-
</li>
|
|
418
|
-
<li class=" tsd-kind-function">
|
|
419
|
-
<a href="../modules.html#init" class="tsd-kind-icon">init</a>
|
|
420
|
-
</li>
|
|
421
|
-
<li class=" tsd-kind-function">
|
|
422
|
-
<a href="../modules.html#json" class="tsd-kind-icon">json</a>
|
|
423
|
-
</li>
|
|
424
|
-
<li class=" tsd-kind-function">
|
|
425
|
-
<a href="../modules.html#logerror" class="tsd-kind-icon">logerror</a>
|
|
426
|
-
</li>
|
|
427
|
-
<li class=" tsd-kind-function">
|
|
428
|
-
<a href="../modules.html#method" class="tsd-kind-icon">method</a>
|
|
429
|
-
</li>
|
|
430
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
431
|
-
<a href="../modules.html#mixin" class="tsd-kind-icon">mixin</a>
|
|
432
|
-
</li>
|
|
433
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
434
|
-
<a href="../modules.html#mount" class="tsd-kind-icon">mount</a>
|
|
435
|
-
</li>
|
|
436
|
-
<li class=" tsd-kind-function">
|
|
437
|
-
<a href="../modules.html#protocol" class="tsd-kind-icon">protocol</a>
|
|
438
|
-
</li>
|
|
439
|
-
<li class=" tsd-kind-function">
|
|
440
|
-
<a href="../modules.html#request" class="tsd-kind-icon">request</a>
|
|
441
|
-
</li>
|
|
442
|
-
<li class=" tsd-kind-function">
|
|
443
|
-
<a href="../modules.html#stream" class="tsd-kind-icon">stream</a>
|
|
444
|
-
</li>
|
|
445
|
-
<li class=" tsd-kind-function">
|
|
446
|
-
<a href="../modules.html#subaction" class="tsd-kind-icon">subaction</a>
|
|
447
|
-
</li>
|
|
448
|
-
<li class=" tsd-kind-function">
|
|
449
|
-
<a href="../modules.html#url" class="tsd-kind-icon">url</a>
|
|
450
|
-
</li>
|
|
451
|
-
<li class=" tsd-kind-function">
|
|
452
|
-
<a href="../modules.html#xml" class="tsd-kind-icon">xml</a>
|
|
453
|
-
</li>
|
|
454
340
|
</ul>
|
|
455
341
|
</nav>
|
|
456
342
|
</div>
|
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.3</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.3">
|
|
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.3</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.3</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="Model.html">Model</a>
|
|
@@ -433,18 +433,6 @@
|
|
|
433
433
|
</nav>
|
|
434
434
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
435
435
|
<ul class="before-current">
|
|
436
|
-
<li class=" tsd-kind-class">
|
|
437
|
-
<a href="ApiError.html" class="tsd-kind-icon">Api<wbr>Error</a>
|
|
438
|
-
</li>
|
|
439
|
-
<li class=" tsd-kind-class">
|
|
440
|
-
<a href="Controller.html" class="tsd-kind-icon">Controller</a>
|
|
441
|
-
</li>
|
|
442
|
-
<li class=" tsd-kind-class">
|
|
443
|
-
<a href="Jwt.html" class="tsd-kind-icon">Jwt</a>
|
|
444
|
-
</li>
|
|
445
|
-
<li class=" tsd-kind-class">
|
|
446
|
-
<a href="Memcached.html" class="tsd-kind-icon">Memcached</a>
|
|
447
|
-
</li>
|
|
448
436
|
</ul>
|
|
449
437
|
<ul class="current">
|
|
450
438
|
<li class="current tsd-kind-class">
|
|
@@ -490,108 +478,6 @@
|
|
|
490
478
|
</li>
|
|
491
479
|
</ul>
|
|
492
480
|
<ul class="after-current">
|
|
493
|
-
<li class=" tsd-kind-class">
|
|
494
|
-
<a href="Server.html" class="tsd-kind-icon">Server</a>
|
|
495
|
-
</li>
|
|
496
|
-
<li class=" tsd-kind-class">
|
|
497
|
-
<a href="Ssr.html" class="tsd-kind-icon">Ssr</a>
|
|
498
|
-
</li>
|
|
499
|
-
<li class=" tsd-kind-class">
|
|
500
|
-
<a href="Web.html" class="tsd-kind-icon">Web</a>
|
|
501
|
-
</li>
|
|
502
|
-
<li class=" tsd-kind-interface">
|
|
503
|
-
<a href="../interfaces/ApiErrorMessage.html" class="tsd-kind-icon">Api<wbr>Error<wbr>Message</a>
|
|
504
|
-
</li>
|
|
505
|
-
<li class=" tsd-kind-interface">
|
|
506
|
-
<a href="../interfaces/ServerHandler.html" class="tsd-kind-icon">Server<wbr>Handler</a>
|
|
507
|
-
</li>
|
|
508
|
-
<li class=" tsd-kind-interface">
|
|
509
|
-
<a href="../interfaces/ServerOptions.html" class="tsd-kind-icon">Server<wbr>Options</a>
|
|
510
|
-
</li>
|
|
511
|
-
<li class=" tsd-kind-interface">
|
|
512
|
-
<a href="../interfaces/ServerWebsocket.html" class="tsd-kind-icon">Server<wbr>Websocket</a>
|
|
513
|
-
</li>
|
|
514
|
-
<li class=" tsd-kind-type-alias">
|
|
515
|
-
<a href="../modules.html#ServerRoutes" class="tsd-kind-icon">Server<wbr>Routes</a>
|
|
516
|
-
</li>
|
|
517
|
-
<li class=" tsd-kind-variable">
|
|
518
|
-
<a href="../modules.html#helpers" class="tsd-kind-icon">helpers</a>
|
|
519
|
-
</li>
|
|
520
|
-
<li class=" tsd-kind-function">
|
|
521
|
-
<a href="../modules.html#action" class="tsd-kind-icon">action</a>
|
|
522
|
-
</li>
|
|
523
|
-
<li class=" tsd-kind-function">
|
|
524
|
-
<a href="../modules.html#body" class="tsd-kind-icon">body</a>
|
|
525
|
-
</li>
|
|
526
|
-
<li class=" tsd-kind-function">
|
|
527
|
-
<a href="../modules.html#codeToStatus" class="tsd-kind-icon">code<wbr>ToStatus</a>
|
|
528
|
-
</li>
|
|
529
|
-
<li class=" tsd-kind-function">
|
|
530
|
-
<a href="../modules.html#config" class="tsd-kind-icon">config</a>
|
|
531
|
-
</li>
|
|
532
|
-
<li class=" tsd-kind-function">
|
|
533
|
-
<a href="../modules.html#connection" class="tsd-kind-icon">connection</a>
|
|
534
|
-
</li>
|
|
535
|
-
<li class=" tsd-kind-function">
|
|
536
|
-
<a href="../modules.html#context" class="tsd-kind-icon">context</a>
|
|
537
|
-
</li>
|
|
538
|
-
<li class=" tsd-kind-function">
|
|
539
|
-
<a href="../modules.html#controller" class="tsd-kind-icon">controller</a>
|
|
540
|
-
</li>
|
|
541
|
-
<li class=" tsd-kind-function">
|
|
542
|
-
<a href="../modules.html#cookies" class="tsd-kind-icon">cookies</a>
|
|
543
|
-
</li>
|
|
544
|
-
<li class=" tsd-kind-function">
|
|
545
|
-
<a href="../modules.html#db" class="tsd-kind-icon">db</a>
|
|
546
|
-
</li>
|
|
547
|
-
<li class=" tsd-kind-function">
|
|
548
|
-
<a href="../modules.html#headers" class="tsd-kind-icon">headers</a>
|
|
549
|
-
</li>
|
|
550
|
-
<li class=" tsd-kind-function">
|
|
551
|
-
<a href="../modules.html#home" class="tsd-kind-icon">home</a>
|
|
552
|
-
</li>
|
|
553
|
-
<li class=" tsd-kind-function">
|
|
554
|
-
<a href="../modules.html#hostname" class="tsd-kind-icon">hostname</a>
|
|
555
|
-
</li>
|
|
556
|
-
<li class=" tsd-kind-function">
|
|
557
|
-
<a href="../modules.html#http" class="tsd-kind-icon">http</a>
|
|
558
|
-
</li>
|
|
559
|
-
<li class=" tsd-kind-function">
|
|
560
|
-
<a href="../modules.html#init" class="tsd-kind-icon">init</a>
|
|
561
|
-
</li>
|
|
562
|
-
<li class=" tsd-kind-function">
|
|
563
|
-
<a href="../modules.html#json" class="tsd-kind-icon">json</a>
|
|
564
|
-
</li>
|
|
565
|
-
<li class=" tsd-kind-function">
|
|
566
|
-
<a href="../modules.html#logerror" class="tsd-kind-icon">logerror</a>
|
|
567
|
-
</li>
|
|
568
|
-
<li class=" tsd-kind-function">
|
|
569
|
-
<a href="../modules.html#method" class="tsd-kind-icon">method</a>
|
|
570
|
-
</li>
|
|
571
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
572
|
-
<a href="../modules.html#mixin" class="tsd-kind-icon">mixin</a>
|
|
573
|
-
</li>
|
|
574
|
-
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
575
|
-
<a href="../modules.html#mount" class="tsd-kind-icon">mount</a>
|
|
576
|
-
</li>
|
|
577
|
-
<li class=" tsd-kind-function">
|
|
578
|
-
<a href="../modules.html#protocol" class="tsd-kind-icon">protocol</a>
|
|
579
|
-
</li>
|
|
580
|
-
<li class=" tsd-kind-function">
|
|
581
|
-
<a href="../modules.html#request" class="tsd-kind-icon">request</a>
|
|
582
|
-
</li>
|
|
583
|
-
<li class=" tsd-kind-function">
|
|
584
|
-
<a href="../modules.html#stream" class="tsd-kind-icon">stream</a>
|
|
585
|
-
</li>
|
|
586
|
-
<li class=" tsd-kind-function">
|
|
587
|
-
<a href="../modules.html#subaction" class="tsd-kind-icon">subaction</a>
|
|
588
|
-
</li>
|
|
589
|
-
<li class=" tsd-kind-function">
|
|
590
|
-
<a href="../modules.html#url" class="tsd-kind-icon">url</a>
|
|
591
|
-
</li>
|
|
592
|
-
<li class=" tsd-kind-function">
|
|
593
|
-
<a href="../modules.html#xml" class="tsd-kind-icon">xml</a>
|
|
594
|
-
</li>
|
|
595
481
|
</ul>
|
|
596
482
|
</nav>
|
|
597
483
|
</div>
|