@breautek/storm 6.0.1 → 6.0.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/CHANGELOG.md +13 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/Application.html +47 -32
- package/docs/classes/BackendAuthenticationMiddleware.html +3 -3
- package/docs/classes/CORSMiddleware.html +7 -7
- package/docs/classes/ConfigLoader.html +2 -2
- package/docs/classes/Database.html +13 -13
- package/docs/classes/DatabaseCastObject.html +4 -4
- package/docs/classes/DatabaseConnection.html +20 -20
- package/docs/classes/DatabaseQueryError.html +11 -11
- package/docs/classes/DeadLockError.html +11 -11
- package/docs/classes/DiskSpaceError.html +11 -11
- package/docs/classes/DropTemporaryTableQuery.html +9 -9
- package/docs/classes/DuplicateEntryError.html +11 -11
- package/docs/classes/EntityNotFoundError.html +11 -11
- package/docs/classes/ExpiredTokenError.html +11 -11
- package/docs/classes/Handler.html +14 -14
- package/docs/classes/InternalError.html +11 -11
- package/docs/classes/InvalidCredentialsError.html +11 -11
- package/docs/classes/InvalidValueError.html +11 -11
- package/docs/classes/LineString.html +5 -5
- package/docs/classes/LockWaitTimeoutError.html +11 -11
- package/docs/classes/ManagedDatabaseConnection.html +20 -20
- package/docs/classes/Middleware.html +4 -4
- package/docs/classes/MissingConfigError.html +11 -11
- package/docs/classes/MissingParameterError.html +11 -11
- package/docs/classes/MySQLConnection.html +21 -21
- package/docs/classes/MySQLDatabase.html +14 -14
- package/docs/classes/NotImplementedError.html +11 -11
- package/docs/classes/Point.html +5 -5
- package/docs/classes/Polygon.html +5 -5
- package/docs/classes/Query.html +9 -9
- package/docs/classes/RawError.html +11 -11
- package/docs/classes/RawQuery.html +9 -9
- package/docs/classes/Request.html +19 -19
- package/docs/classes/Response.html +12 -12
- package/docs/classes/ResponseData.html +8 -8
- package/docs/classes/ServiceProvider.html +16 -16
- package/docs/classes/ServiceResponse.html +6 -6
- package/docs/classes/SetSessionVariableQuery.html +9 -9
- package/docs/classes/StormError.html +11 -11
- package/docs/classes/TemporaryTableQuery.html +9 -9
- package/docs/classes/Token.html +3 -3
- package/docs/classes/TokenManager.html +5 -5
- package/docs/classes/Transaction.html +7 -7
- package/docs/classes/UnauthorizedAccessError.html +11 -11
- package/docs/enums/ErrorCode.html +10 -10
- package/docs/enums/ExitCode.html +3 -3
- package/docs/enums/HTTPMethod.html +5 -5
- package/docs/enums/IsolationLevel.html +5 -5
- package/docs/enums/JWTError.html +3 -3
- package/docs/enums/StatusCode.html +49 -49
- package/docs/functions/getInstance.html +4 -1
- package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
- package/docs/interfaces/ICloudwatchConfig.html +4 -4
- package/docs/interfaces/ICloudwatchCredentials.html +3 -3
- package/docs/interfaces/ICloudwatchStreamConfig.html +3 -3
- package/docs/interfaces/IConfig.html +9 -9
- package/docs/interfaces/IDatabaseConfig.html +7 -7
- package/docs/interfaces/IDatabaseConnection.html +15 -15
- package/docs/interfaces/IErrorResponse.html +6 -6
- package/docs/interfaces/IFormData.html +3 -3
- package/docs/interfaces/IHandler.html +2 -2
- package/docs/interfaces/IInsertQueryResult.html +4 -4
- package/docs/interfaces/IJWTVerifyOptions.html +2 -2
- package/docs/interfaces/IParameterMap.html +1 -1
- package/docs/interfaces/IQueryable.html +6 -6
- package/docs/interfaces/IRequestResponse.html +3 -3
- package/docs/interfaces/IServiceHeaders.html +1 -1
- package/docs/interfaces/ISetSessionVariableQueryInput.html +3 -3
- package/docs/interfaces/ITemporaryTableQueryInput.html +3 -3
- package/docs/interfaces/IUpdateQueryResult.html +3 -3
- package/docs/types/IDeleteQueryResult.html +1 -1
- package/docs/types/IHandlerError.html +1 -1
- package/docs/types/IHandlerResponse.html +1 -1
- package/docs/types/TCoordinate.html +1 -1
- package/lib/Application.d.ts +4 -3
- package/lib/Application.js +4 -1
- package/lib/Application.js.map +1 -1
- package/lib/ConfigLoader.js +23 -1
- package/lib/ConfigLoader.js.map +1 -1
- package/lib/Handler.js +0 -1
- package/lib/Handler.js.map +1 -1
- package/lib/MySQLConnection.js.map +1 -1
- package/lib/StormError.js.map +1 -1
- package/lib/instance.d.ts +8 -0
- package/lib/instance.js +8 -0
- package/lib/instance.js.map +1 -1
- package/package.json +9 -9
- package/src/Application.ts +12 -7
- package/src/BackendAuthenticationMiddleware.ts +2 -2
- package/src/ConfigLoader.ts +23 -1
- package/src/Handler.ts +2 -3
- package/src/MySQLConnection.ts +2 -2
- package/src/StormError.ts +2 -2
- package/src/instance.ts +8 -0
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">ICloudwatchCredentials</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L20">src/IConfig.ts:20</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
<h3 class="tsd-anchor-link"><span>access<wbr/>Key<wbr/>Id</span><a href="#accessKeyId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
38
38
|
<div class="tsd-signature"><span class="tsd-kind-property">access<wbr/>Key<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
39
39
|
<ul>
|
|
40
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
40
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L21">src/IConfig.ts:21</a></li></ul></aside></section>
|
|
41
41
|
<section class="tsd-panel tsd-member"><a id="secretAccessKey" class="tsd-anchor"></a>
|
|
42
42
|
<h3 class="tsd-anchor-link"><span>secret<wbr/>Access<wbr/>Key</span><a href="#secretAccessKey" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
43
43
|
<div class="tsd-signature"><span class="tsd-kind-property">secret<wbr/>Access<wbr/>Key</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
44
44
|
<ul>
|
|
45
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
45
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L22">src/IConfig.ts:22</a></li></ul></aside></section></section></div>
|
|
46
46
|
<div class="col-sidebar">
|
|
47
47
|
<div class="page-menu">
|
|
48
48
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">ICloudwatchStreamConfig</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L25">src/IConfig.ts:25</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
<h3 class="tsd-anchor-link"><span>group</span><a href="#group" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
38
38
|
<div class="tsd-signature"><span class="tsd-kind-property">group</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
39
39
|
<ul>
|
|
40
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
40
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L26">src/IConfig.ts:26</a></li></ul></aside></section>
|
|
41
41
|
<section class="tsd-panel tsd-member"><a id="name" class="tsd-anchor"></a>
|
|
42
42
|
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
43
43
|
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
44
44
|
<ul>
|
|
45
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
45
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L27">src/IConfig.ts:27</a></li></ul></aside></section></section></div>
|
|
46
46
|
<div class="col-sidebar">
|
|
47
47
|
<div class="page-menu">
|
|
48
48
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">IConfig</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L36">src/IConfig.ts:36</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>authentication_<wbr/>header</span><a href="#authentication_header" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
44
44
|
<div class="tsd-signature"><span class="tsd-kind-property">authentication_<wbr/>header</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
45
45
|
<ul>
|
|
46
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
46
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L42">src/IConfig.ts:42</a></li></ul></aside></section>
|
|
47
47
|
<section class="tsd-panel tsd-member"><a id="backend_authentication_header" class="tsd-anchor"></a>
|
|
48
48
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>backend_<wbr/>authentication_<wbr/>header</span><a href="#backend_authentication_header" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
49
49
|
<div class="tsd-signature"><span class="tsd-kind-property">backend_<wbr/>authentication_<wbr/>header</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
50
50
|
<ul>
|
|
51
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
51
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L43">src/IConfig.ts:43</a></li></ul></aside></section>
|
|
52
52
|
<section class="tsd-panel tsd-member"><a id="backend_authentication_secret" class="tsd-anchor"></a>
|
|
53
53
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>backend_<wbr/>authentication_<wbr/>secret</span><a href="#backend_authentication_secret" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
54
54
|
<div class="tsd-signature"><span class="tsd-kind-property">backend_<wbr/>authentication_<wbr/>secret</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
55
55
|
<ul>
|
|
56
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
56
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L44">src/IConfig.ts:44</a></li></ul></aside></section>
|
|
57
57
|
<section class="tsd-panel tsd-member"><a id="bind" class="tsd-anchor"></a>
|
|
58
58
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>bind</span><a href="#bind" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
59
59
|
<div class="tsd-signature"><span class="tsd-kind-property">bind</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
60
60
|
<ul>
|
|
61
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
61
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L38">src/IConfig.ts:38</a></li></ul></aside></section>
|
|
62
62
|
<section class="tsd-panel tsd-member"><a id="database" class="tsd-anchor"></a>
|
|
63
63
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>database</span><a href="#database" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
64
64
|
<div class="tsd-signature"><span class="tsd-kind-property">database</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">main</span><span class="tsd-signature-symbol">?: </span><a href="IDatabaseConfig.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConfig</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">"MASTER"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">query_timeout</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">replicationNodes</span><span class="tsd-signature-symbol">?: </span><a href="IDatabaseConfig.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConfig</a><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><br/><span class="tsd-signature-symbol">}</span></div>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<li class="tsd-parameter">
|
|
73
73
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">replication<wbr/>Nodes</span><span class="tsd-signature-symbol">?: </span><a href="IDatabaseConfig.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConfig</a><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></h5></li></ul></div><aside class="tsd-sources">
|
|
74
74
|
<ul>
|
|
75
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
75
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L54">src/IConfig.ts:54</a></li></ul></aside></section>
|
|
76
76
|
<section class="tsd-panel tsd-member"><a id="log" class="tsd-anchor"></a>
|
|
77
77
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>log</span><a href="#log" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
78
78
|
<div class="tsd-signature"><span class="tsd-kind-property">log</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">cloudwatch</span><span class="tsd-signature-symbol">?: </span><a href="ICloudwatchConfig.html" class="tsd-signature-type tsd-kind-interface">ICloudwatchConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">filters</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><br/><span> </span><span class="tsd-kind-property">level</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">LogLevel</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
@@ -86,17 +86,17 @@
|
|
|
86
86
|
<li class="tsd-parameter">
|
|
87
87
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">level</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">LogLevel</span></h5></li></ul></div><aside class="tsd-sources">
|
|
88
88
|
<ul>
|
|
89
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
89
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L47">src/IConfig.ts:47</a></li></ul></aside></section>
|
|
90
90
|
<section class="tsd-panel tsd-member"><a id="port" class="tsd-anchor"></a>
|
|
91
91
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>port</span><a href="#port" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
92
92
|
<div class="tsd-signature"><span class="tsd-kind-property">port</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
93
93
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
94
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L39">src/IConfig.ts:39</a></li></ul></aside></section>
|
|
95
95
|
<section class="tsd-panel tsd-member"><a id="request_size_limit" class="tsd-anchor"></a>
|
|
96
96
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>request_<wbr/>size_<wbr/>limit</span><a href="#request_size_limit" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
97
97
|
<div class="tsd-signature"><span class="tsd-kind-property">request_<wbr/>size_<wbr/>limit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
98
98
|
<ul>
|
|
99
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
99
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IConfig.ts#L61">src/IConfig.ts:61</a></li></ul></aside></section></section></div>
|
|
100
100
|
<div class="col-sidebar">
|
|
101
101
|
<div class="page-menu">
|
|
102
102
|
<div class="tsd-navigation settings">
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<ul class="tsd-hierarchy">
|
|
26
26
|
<li><span class="target">IDatabaseConfig</span></li></ul></section><aside class="tsd-sources">
|
|
27
27
|
<ul>
|
|
28
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
28
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConfig.ts#L17">src/IDatabaseConfig.ts:17</a></li></ul></aside>
|
|
29
29
|
<section class="tsd-panel-group tsd-index-group">
|
|
30
30
|
<section class="tsd-panel tsd-index-panel">
|
|
31
31
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -46,32 +46,32 @@
|
|
|
46
46
|
<h3 class="tsd-anchor-link"><span>database</span><a href="#database" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
47
47
|
<div class="tsd-signature"><span class="tsd-kind-property">database</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
48
48
|
<ul>
|
|
49
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
49
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConfig.ts#L21">src/IDatabaseConfig.ts:21</a></li></ul></aside></section>
|
|
50
50
|
<section class="tsd-panel tsd-member"><a id="host" class="tsd-anchor"></a>
|
|
51
51
|
<h3 class="tsd-anchor-link"><span>host</span><a href="#host" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
52
52
|
<div class="tsd-signature"><span class="tsd-kind-property">host</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
53
53
|
<ul>
|
|
54
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
54
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConfig.ts#L19">src/IDatabaseConfig.ts:19</a></li></ul></aside></section>
|
|
55
55
|
<section class="tsd-panel tsd-member"><a id="name" class="tsd-anchor"></a>
|
|
56
56
|
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
57
57
|
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">TName</span></div><aside class="tsd-sources">
|
|
58
58
|
<ul>
|
|
59
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
59
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConfig.ts#L18">src/IDatabaseConfig.ts:18</a></li></ul></aside></section>
|
|
60
60
|
<section class="tsd-panel tsd-member"><a id="password" class="tsd-anchor"></a>
|
|
61
61
|
<h3 class="tsd-anchor-link"><span>password</span><a href="#password" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
62
62
|
<div class="tsd-signature"><span class="tsd-kind-property">password</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
63
63
|
<ul>
|
|
64
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
64
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConfig.ts#L23">src/IDatabaseConfig.ts:23</a></li></ul></aside></section>
|
|
65
65
|
<section class="tsd-panel tsd-member"><a id="port" class="tsd-anchor"></a>
|
|
66
66
|
<h3 class="tsd-anchor-link"><span>port</span><a href="#port" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
67
67
|
<div class="tsd-signature"><span class="tsd-kind-property">port</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
68
68
|
<ul>
|
|
69
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
69
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConfig.ts#L20">src/IDatabaseConfig.ts:20</a></li></ul></aside></section>
|
|
70
70
|
<section class="tsd-panel tsd-member"><a id="user" class="tsd-anchor"></a>
|
|
71
71
|
<h3 class="tsd-anchor-link"><span>user</span><a href="#user" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
72
72
|
<div class="tsd-signature"><span class="tsd-kind-property">user</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
73
73
|
<ul>
|
|
74
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
74
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConfig.ts#L22">src/IDatabaseConfig.ts:22</a></li></ul></aside></section></section></div>
|
|
75
75
|
<div class="col-sidebar">
|
|
76
76
|
<div class="page-menu">
|
|
77
77
|
<div class="tsd-navigation settings">
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<li><a href="../classes/DatabaseConnection.html" class="tsd-signature-type tsd-kind-class">DatabaseConnection</a></li>
|
|
26
26
|
<li><a href="../classes/ManagedDatabaseConnection.html" class="tsd-signature-type tsd-kind-class">ManagedDatabaseConnection</a></li></ul></section><aside class="tsd-sources">
|
|
27
27
|
<ul>
|
|
28
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
28
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L21">src/IDatabaseConnection.ts:21</a></li></ul></aside>
|
|
29
29
|
<section class="tsd-panel-group tsd-index-group">
|
|
30
30
|
<section class="tsd-panel tsd-index-panel">
|
|
31
31
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">forceClose</span>: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
63
63
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
64
64
|
<ul>
|
|
65
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
65
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L30">src/IDatabaseConnection.ts:30</a></li></ul></aside></li></ul></section>
|
|
66
66
|
<section class="tsd-panel tsd-member"><a id="commit" class="tsd-anchor"></a>
|
|
67
67
|
<h3 class="tsd-anchor-link"><span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
68
68
|
<ul class="tsd-signatures">
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
<li class="tsd-description">
|
|
71
71
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
72
72
|
<ul>
|
|
73
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
73
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L34">src/IDatabaseConnection.ts:34</a></li></ul></aside></li></ul></section>
|
|
74
74
|
<section class="tsd-panel tsd-member"><a id="getAPI" class="tsd-anchor"></a>
|
|
75
75
|
<h3 class="tsd-anchor-link"><span>getAPI</span><a href="#getAPI" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
76
76
|
<ul class="tsd-signatures">
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
<li class="tsd-description">
|
|
79
79
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
80
80
|
<ul>
|
|
81
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
81
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L24">src/IDatabaseConnection.ts:24</a></li></ul></aside></li></ul></section>
|
|
82
82
|
<section class="tsd-panel tsd-member"><a id="getInstantiationStack" class="tsd-anchor"></a>
|
|
83
83
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Instantiation<wbr/>Stack</span><a href="#getInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
84
84
|
<ul class="tsd-signatures">
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<li class="tsd-description">
|
|
87
87
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
88
88
|
<ul>
|
|
89
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
89
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L23">src/IDatabaseConnection.ts:23</a></li></ul></aside></li></ul></section>
|
|
90
90
|
<section class="tsd-panel tsd-member"><a id="getTimeout" class="tsd-anchor"></a>
|
|
91
91
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Timeout</span><a href="#getTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
92
92
|
<ul class="tsd-signatures">
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<li class="tsd-description">
|
|
95
95
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
97
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L27">src/IDatabaseConnection.ts:27</a></li></ul></aside></li></ul></section>
|
|
98
98
|
<section class="tsd-panel tsd-member"><a id="isClosed" class="tsd-anchor"></a>
|
|
99
99
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Closed</span><a href="#isClosed" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
100
100
|
<ul class="tsd-signatures">
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<li class="tsd-description">
|
|
103
103
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
104
104
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
105
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L31">src/IDatabaseConnection.ts:31</a></li></ul></aside></li></ul></section>
|
|
106
106
|
<section class="tsd-panel tsd-member"><a id="isReadOnly" class="tsd-anchor"></a>
|
|
107
107
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Read<wbr/>Only</span><a href="#isReadOnly" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
108
108
|
<ul class="tsd-signatures">
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<li class="tsd-description">
|
|
111
111
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
112
112
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
113
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L25">src/IDatabaseConnection.ts:25</a></li></ul></aside></li></ul></section>
|
|
114
114
|
<section class="tsd-panel tsd-member"><a id="isTransaction" class="tsd-anchor"></a>
|
|
115
115
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Transaction</span><a href="#isTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
116
116
|
<ul class="tsd-signatures">
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<li class="tsd-description">
|
|
119
119
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
120
120
|
<ul>
|
|
121
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
121
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L33">src/IDatabaseConnection.ts:33</a></li></ul></aside></li></ul></section>
|
|
122
122
|
<section class="tsd-panel tsd-member"><a id="query" class="tsd-anchor"></a>
|
|
123
123
|
<h3 class="tsd-anchor-link"><span>query</span><a href="#query" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
124
124
|
<ul class="tsd-signatures">
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
134
134
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
135
135
|
<ul>
|
|
136
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
136
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L28">src/IDatabaseConnection.ts:28</a></li></ul></aside></li></ul></section>
|
|
137
137
|
<section class="tsd-panel tsd-member"><a id="rollback" class="tsd-anchor"></a>
|
|
138
138
|
<h3 class="tsd-anchor-link"><span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
139
139
|
<ul class="tsd-signatures">
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
<li class="tsd-description">
|
|
142
142
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
143
143
|
<ul>
|
|
144
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
144
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L35">src/IDatabaseConnection.ts:35</a></li></ul></aside></li></ul></section>
|
|
145
145
|
<section class="tsd-panel tsd-member"><a id="setInstantiationStack" class="tsd-anchor"></a>
|
|
146
146
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Instantiation<wbr/>Stack</span><a href="#setInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
147
147
|
<ul class="tsd-signatures">
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
<h5><span class="tsd-kind-parameter">stack</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
155
155
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
156
156
|
<ul>
|
|
157
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
157
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L22">src/IDatabaseConnection.ts:22</a></li></ul></aside></li></ul></section>
|
|
158
158
|
<section class="tsd-panel tsd-member"><a id="setTimeout" class="tsd-anchor"></a>
|
|
159
159
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Timeout</span><a href="#setTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
160
160
|
<ul class="tsd-signatures">
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
<h5><span class="tsd-kind-parameter">timeout</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
168
168
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
169
169
|
<ul>
|
|
170
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
170
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L26">src/IDatabaseConnection.ts:26</a></li></ul></aside></li></ul></section>
|
|
171
171
|
<section class="tsd-panel tsd-member"><a id="startTransaction" class="tsd-anchor"></a>
|
|
172
172
|
<h3 class="tsd-anchor-link"><span>start<wbr/>Transaction</span><a href="#startTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
173
173
|
<ul class="tsd-signatures">
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">level</span>: <a href="../enums/IsolationLevel.html" class="tsd-signature-type tsd-kind-enum">IsolationLevel</a></h5></li></ul></div>
|
|
181
181
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
182
182
|
<ul>
|
|
183
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
183
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L32">src/IDatabaseConnection.ts:32</a></li></ul></aside></li></ul></section>
|
|
184
184
|
<section class="tsd-panel tsd-member"><a id="stream" class="tsd-anchor"></a>
|
|
185
185
|
<h3 class="tsd-anchor-link"><span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
186
186
|
<ul class="tsd-signatures">
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">streamOptions</span>: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
198
198
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Readable</span></h4><aside class="tsd-sources">
|
|
199
199
|
<ul>
|
|
200
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
200
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IDatabaseConnection.ts#L29">src/IDatabaseConnection.ts:29</a></li></ul></aside></li></ul></section></section></div>
|
|
201
201
|
<div class="col-sidebar">
|
|
202
202
|
<div class="page-menu">
|
|
203
203
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">IErrorResponse</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L33">src/StormError.ts:33</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -40,27 +40,27 @@
|
|
|
40
40
|
<h3 class="tsd-anchor-link"><span>code</span><a href="#code" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
41
41
|
<div class="tsd-signature"><span class="tsd-kind-property">code</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
42
42
|
<ul>
|
|
43
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
43
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L37">src/StormError.ts:37</a></li></ul></aside></section>
|
|
44
44
|
<section class="tsd-panel tsd-member"><a id="details" class="tsd-anchor"></a>
|
|
45
45
|
<h3 class="tsd-anchor-link"><span>details</span><a href="#details" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
46
46
|
<div class="tsd-signature"><span class="tsd-kind-property">details</span><span class="tsd-signature-symbol">:</span> <a href="IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></div><aside class="tsd-sources">
|
|
47
47
|
<ul>
|
|
48
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
48
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L38">src/StormError.ts:38</a></li></ul></aside></section>
|
|
49
49
|
<section class="tsd-panel tsd-member"><a id="locale" class="tsd-anchor"></a>
|
|
50
50
|
<h3 class="tsd-anchor-link"><span>locale</span><a href="#locale" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
51
51
|
<div class="tsd-signature"><span class="tsd-kind-property">locale</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">ILocale</span></div><aside class="tsd-sources">
|
|
52
52
|
<ul>
|
|
53
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
53
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L36">src/StormError.ts:36</a></li></ul></aside></section>
|
|
54
54
|
<section class="tsd-panel tsd-member"><a id="message" class="tsd-anchor"></a>
|
|
55
55
|
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
56
56
|
<div class="tsd-signature"><span class="tsd-kind-property">message</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
57
57
|
<ul>
|
|
58
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
58
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L35">src/StormError.ts:35</a></li></ul></aside></section>
|
|
59
59
|
<section class="tsd-panel tsd-member"><a id="name" class="tsd-anchor"></a>
|
|
60
60
|
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
61
61
|
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
62
62
|
<ul>
|
|
63
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
63
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L34">src/StormError.ts:34</a></li></ul></aside></section></section></div>
|
|
64
64
|
<div class="col-sidebar">
|
|
65
65
|
<div class="page-menu">
|
|
66
66
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">IFormData</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IFormData.ts#L19">src/IFormData.ts:19</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
<h3 class="tsd-anchor-link"><span>fields</span><a href="#fields" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
38
38
|
<div class="tsd-signature"><span class="tsd-kind-property">fields</span><span class="tsd-signature-symbol">:</span> <a href="formidable.Fields.html" class="tsd-signature-type tsd-kind-interface">Fields</a></div><aside class="tsd-sources">
|
|
39
39
|
<ul>
|
|
40
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
40
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IFormData.ts#L20">src/IFormData.ts:20</a></li></ul></aside></section>
|
|
41
41
|
<section class="tsd-panel tsd-member"><a id="files" class="tsd-anchor"></a>
|
|
42
42
|
<h3 class="tsd-anchor-link"><span>files</span><a href="#files" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
43
43
|
<div class="tsd-signature"><span class="tsd-kind-property">files</span><span class="tsd-signature-symbol">:</span> <a href="formidable.Files.html" class="tsd-signature-type tsd-kind-interface">Files</a></div><aside class="tsd-sources">
|
|
44
44
|
<ul>
|
|
45
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
45
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IFormData.ts#L21">src/IFormData.ts:21</a></li></ul></aside></section></section></div>
|
|
46
46
|
<div class="col-sidebar">
|
|
47
47
|
<div class="page-menu">
|
|
48
48
|
<div class="tsd-navigation settings">
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<ul class="tsd-hierarchy">
|
|
26
26
|
<li><span class="target">IHandler</span></li></ul></section><aside class="tsd-sources">
|
|
27
27
|
<ul>
|
|
28
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
28
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IHandler.ts#L20">src/IHandler.ts:20</a></li></ul></aside>
|
|
29
29
|
<section class="tsd-panel-group tsd-index-group">
|
|
30
30
|
<section class="tsd-panel tsd-index-panel">
|
|
31
31
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<h5><span class="tsd-kind-parameter">app</span>: <span class="tsd-signature-type tsd-kind-type-parameter">TApplication</span></h5></li></ul></div>
|
|
50
50
|
<h4 class="tsd-returns-title">Returns <a href="../classes/Handler.html" class="tsd-signature-type tsd-kind-class">Handler</a><span class="tsd-signature-symbol"><</span><a href="../classes/Application.html" class="tsd-signature-type tsd-kind-class">Application</a><span class="tsd-signature-symbol"><</span><a href="IConfig.html" class="tsd-signature-type tsd-kind-interface">IConfig</a><span class="tsd-signature-symbol">, </span><a href="IAuthTokenData.html" class="tsd-signature-type tsd-kind-interface">IAuthTokenData</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</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><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
51
51
|
<ul>
|
|
52
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
52
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IHandler.ts#L21">src/IHandler.ts:21</a></li></ul></aside></li></ul></section></section></div>
|
|
53
53
|
<div class="col-sidebar">
|
|
54
54
|
<div class="page-menu">
|
|
55
55
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">IInsertQueryResult</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IInsertQueryResult.ts#L17">src/IInsertQueryResult.ts:17</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
<h3 class="tsd-anchor-link"><span>affected<wbr/>Rows</span><a href="#affectedRows" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
39
39
|
<div class="tsd-signature"><span class="tsd-kind-property">affected<wbr/>Rows</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
40
40
|
<ul>
|
|
41
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
41
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IInsertQueryResult.ts#L19">src/IInsertQueryResult.ts:19</a></li></ul></aside></section>
|
|
42
42
|
<section class="tsd-panel tsd-member"><a id="changedRows" class="tsd-anchor"></a>
|
|
43
43
|
<h3 class="tsd-anchor-link"><span>changed<wbr/>Rows</span><a href="#changedRows" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
44
44
|
<div class="tsd-signature"><span class="tsd-kind-property">changed<wbr/>Rows</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
45
45
|
<ul>
|
|
46
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
46
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IInsertQueryResult.ts#L20">src/IInsertQueryResult.ts:20</a></li></ul></aside></section>
|
|
47
47
|
<section class="tsd-panel tsd-member"><a id="insertId" class="tsd-anchor"></a>
|
|
48
48
|
<h3 class="tsd-anchor-link"><span>insert<wbr/>Id</span><a href="#insertId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
49
49
|
<div class="tsd-signature"><span class="tsd-kind-property">insert<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
50
50
|
<ul>
|
|
51
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
51
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IInsertQueryResult.ts#L18">src/IInsertQueryResult.ts:18</a></li></ul></aside></section></section></div>
|
|
52
52
|
<div class="col-sidebar">
|
|
53
53
|
<div class="page-menu">
|
|
54
54
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">IJWTVerifyOptions</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IJWTVerifyOptions.ts#L17">src/IJWTVerifyOptions.ts:17</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
<h3 class="tsd-anchor-link"><span>enable<wbr/>Expiration</span><a href="#enableExpiration" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
37
37
|
<div class="tsd-signature"><span class="tsd-kind-property">enable<wbr/>Expiration</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
|
|
38
38
|
<ul>
|
|
39
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
39
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/IJWTVerifyOptions.ts#L18">src/IJWTVerifyOptions.ts:18</a></li></ul></aside></section></section></div>
|
|
40
40
|
<div class="col-sidebar">
|
|
41
41
|
<div class="page-menu">
|
|
42
42
|
<div class="tsd-navigation settings">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<h4 class="tsd-before-signature">Indexable</h4>
|
|
24
24
|
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></div></section><aside class="tsd-sources">
|
|
25
25
|
<ul>
|
|
26
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
26
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/Request.ts#L35">src/Request.ts:35</a></li></ul></aside></div>
|
|
27
27
|
<div class="col-sidebar">
|
|
28
28
|
<div class="page-menu">
|
|
29
29
|
<div class="tsd-navigation settings">
|