@breautek/storm 6.0.2 → 6.0.4
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/classes/Application.html +29 -29
- 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 +1 -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.js +6 -1
- package/lib/Application.js.map +1 -1
- package/lib/ConfigLoader.js +23 -1
- package/lib/ConfigLoader.js.map +1 -1
- package/package.json +2 -2
- package/src/Application.ts +6 -1
- package/src/ConfigLoader.ts +23 -1
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<ul class="tsd-hierarchy">
|
|
26
26
|
<li><span class="target">ResponseData</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/e0c569b/src/ResponseData.ts#L19">src/ResponseData.ts:19</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">
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">data</span>: <span class="tsd-signature-type tsd-kind-type-parameter">TData</span></h5></li></ul></div>
|
|
66
66
|
<h4 class="tsd-returns-title">Returns <a href="ResponseData.html" class="tsd-signature-type tsd-kind-class">ResponseData</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TData</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
67
67
|
<ul>
|
|
68
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
68
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ResponseData.ts#L25">src/ResponseData.ts:25</a></li></ul></aside></li></ul></section></section>
|
|
69
69
|
<section class="tsd-panel-group tsd-member-group">
|
|
70
70
|
<h2>Methods</h2>
|
|
71
71
|
<section class="tsd-panel tsd-member"><a id="getData" class="tsd-anchor"></a>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<li class="tsd-description">
|
|
76
76
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">TData</span></h4><aside class="tsd-sources">
|
|
77
77
|
<ul>
|
|
78
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
78
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ResponseData.ts#L44">src/ResponseData.ts:44</a></li></ul></aside></li></ul></section>
|
|
79
79
|
<section class="tsd-panel tsd-member"><a id="getHeaders" class="tsd-anchor"></a>
|
|
80
80
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Headers</span><a href="#getHeaders" 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>
|
|
81
81
|
<ul class="tsd-signatures">
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<li class="tsd-description">
|
|
84
84
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Map</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
85
85
|
<ul>
|
|
86
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
86
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ResponseData.ts#L36">src/ResponseData.ts:36</a></li></ul></aside></li></ul></section>
|
|
87
87
|
<section class="tsd-panel tsd-member"><a id="getRedirect" class="tsd-anchor"></a>
|
|
88
88
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Redirect</span><a href="#getRedirect" 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>
|
|
89
89
|
<ul class="tsd-signatures">
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<li class="tsd-description">
|
|
92
92
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><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/e0c569b/src/ResponseData.ts#L52">src/ResponseData.ts:52</a></li></ul></aside></li></ul></section>
|
|
95
95
|
<section class="tsd-panel tsd-member"><a id="getStatus" class="tsd-anchor"></a>
|
|
96
96
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Status</span><a href="#getStatus" 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
|
<ul class="tsd-signatures">
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<li class="tsd-description">
|
|
100
100
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
101
101
|
<ul>
|
|
102
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
102
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ResponseData.ts#L40">src/ResponseData.ts:40</a></li></ul></aside></li></ul></section>
|
|
103
103
|
<section class="tsd-panel tsd-member"><a id="redirect" class="tsd-anchor"></a>
|
|
104
104
|
<h3 class="tsd-anchor-link"><span>redirect</span><a href="#redirect" 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>
|
|
105
105
|
<ul class="tsd-signatures">
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<h5><span class="tsd-kind-parameter">url</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
113
113
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
114
114
|
<ul>
|
|
115
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
115
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ResponseData.ts#L48">src/ResponseData.ts:48</a></li></ul></aside></li></ul></section>
|
|
116
116
|
<section class="tsd-panel tsd-member"><a id="setHeader" class="tsd-anchor"></a>
|
|
117
117
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Header</span><a href="#setHeader" 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>
|
|
118
118
|
<ul class="tsd-signatures">
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
128
128
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
129
129
|
<ul>
|
|
130
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
130
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ResponseData.ts#L32">src/ResponseData.ts:32</a></li></ul></aside></li></ul></section></section></div>
|
|
131
131
|
<div class="col-sidebar">
|
|
132
132
|
<div class="page-menu">
|
|
133
133
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">ServiceProvider</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/e0c569b/src/ServiceProvider.ts#L26">src/ServiceProvider.ts:26</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">
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<h5><span class="tsd-kind-parameter">app</span>: <a href="Application.html" class="tsd-signature-type tsd-kind-class">Application</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/IConfig.html" class="tsd-signature-type tsd-kind-interface">IConfig</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/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></h5></li></ul></div>
|
|
62
62
|
<h4 class="tsd-returns-title">Returns <a href="ServiceProvider.html" class="tsd-signature-type tsd-kind-class">ServiceProvider</a></h4><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/e0c569b/src/ServiceProvider.ts#L29">src/ServiceProvider.ts:29</a></li></ul></aside></li></ul></section></section>
|
|
65
65
|
<section class="tsd-panel-group tsd-member-group">
|
|
66
66
|
<h2>Methods</h2>
|
|
67
67
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_createURL" class="tsd-anchor"></a>
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">queryParams</span>: <span class="tsd-signature-type ">Record</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></h5></li></ul></div>
|
|
79
79
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</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/e0c569b/src/ServiceProvider.ts#L64">src/ServiceProvider.ts:64</a></li></ul></aside></li></ul></section>
|
|
82
82
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_getApp" class="tsd-anchor"></a>
|
|
83
83
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_get<wbr/>App</span><a href="#_getApp" 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 tsd-is-protected">
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<li class="tsd-description">
|
|
87
87
|
<h4 class="tsd-returns-title">Returns <a href="Application.html" class="tsd-signature-type tsd-kind-class">Application</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/IConfig.html" class="tsd-signature-type tsd-kind-interface">IConfig</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/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></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/e0c569b/src/ServiceProvider.ts#L36">src/ServiceProvider.ts:36</a></li></ul></aside></li></ul></section>
|
|
90
90
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_getBase" class="tsd-anchor"></a>
|
|
91
91
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <span>_get<wbr/>Base</span><a href="#_getBase" 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 tsd-is-protected">
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<li class="tsd-description">
|
|
95
95
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</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/e0c569b/src/ServiceProvider.ts#L33">src/ServiceProvider.ts:33</a></li></ul></aside></li></ul></section>
|
|
98
98
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_getDomain" class="tsd-anchor"></a>
|
|
99
99
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_get<wbr/>Domain</span><a href="#_getDomain" 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 tsd-is-protected">
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<li class="tsd-description">
|
|
103
103
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</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/e0c569b/src/ServiceProvider.ts#L44">src/ServiceProvider.ts:44</a></li></ul></aside></li></ul></section>
|
|
106
106
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_getPort" class="tsd-anchor"></a>
|
|
107
107
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <span>_get<wbr/>Port</span><a href="#_getPort" 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 tsd-is-protected">
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<li class="tsd-description">
|
|
111
111
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</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/e0c569b/src/ServiceProvider.ts#L34">src/ServiceProvider.ts:34</a></li></ul></aside></li></ul></section>
|
|
114
114
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_getProtocol" class="tsd-anchor"></a>
|
|
115
115
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_get<wbr/>Protocol</span><a href="#_getProtocol" 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 tsd-is-protected">
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<li class="tsd-description">
|
|
119
119
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</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/e0c569b/src/ServiceProvider.ts#L56">src/ServiceProvider.ts:56</a></li></ul></aside></li></ul></section>
|
|
122
122
|
<section class="tsd-panel tsd-member"><a id="delete" class="tsd-anchor"></a>
|
|
123
123
|
<h3 class="tsd-anchor-link"><span>delete</span><a href="#delete" 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">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">additionalOptions</span>: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
140
140
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="ServiceResponse.html" class="tsd-signature-type tsd-kind-class">ServiceResponse</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceProvider.ts#L157">src/ServiceProvider.ts:157</a></li></ul></aside></li></ul></section>
|
|
143
143
|
<section class="tsd-panel tsd-member"><a id="get" class="tsd-anchor"></a>
|
|
144
144
|
<h3 class="tsd-anchor-link"><span>get</span><a href="#get" 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>
|
|
145
145
|
<ul class="tsd-signatures">
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">additionalOptions</span>: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
161
161
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="ServiceResponse.html" class="tsd-signature-type tsd-kind-class">ServiceResponse</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
162
162
|
<ul>
|
|
163
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
163
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceProvider.ts#L142">src/ServiceProvider.ts:142</a></li></ul></aside></li></ul></section>
|
|
164
164
|
<section class="tsd-panel tsd-member"><a id="getApp" class="tsd-anchor"></a>
|
|
165
165
|
<h3 class="tsd-anchor-link"><span>get<wbr/>App</span><a href="#getApp" 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>
|
|
166
166
|
<ul class="tsd-signatures">
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
<li class="tsd-description">
|
|
169
169
|
<h4 class="tsd-returns-title">Returns <a href="Application.html" class="tsd-signature-type tsd-kind-class">Application</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/IConfig.html" class="tsd-signature-type tsd-kind-interface">IConfig</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/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></h4><aside class="tsd-sources">
|
|
170
170
|
<ul>
|
|
171
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
171
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceProvider.ts#L40">src/ServiceProvider.ts:40</a></li></ul></aside></li></ul></section>
|
|
172
172
|
<section class="tsd-panel tsd-member"><a id="getVersion" class="tsd-anchor"></a>
|
|
173
173
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Version</span><a href="#getVersion" 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>
|
|
174
174
|
<ul class="tsd-signatures">
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<li class="tsd-description">
|
|
177
177
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
178
178
|
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
179
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceProvider.ts#L60">src/ServiceProvider.ts:60</a></li></ul></aside></li></ul></section>
|
|
180
180
|
<section class="tsd-panel tsd-member"><a id="post" class="tsd-anchor"></a>
|
|
181
181
|
<h3 class="tsd-anchor-link"><span>post</span><a href="#post" 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>
|
|
182
182
|
<ul class="tsd-signatures">
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">additionalOptions</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 ">Promise</span><span class="tsd-signature-symbol"><</span><a href="ServiceResponse.html" class="tsd-signature-type tsd-kind-class">ServiceResponse</a><span class="tsd-signature-symbol">></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/e0c569b/src/ServiceProvider.ts#L147">src/ServiceProvider.ts:147</a></li></ul></aside></li></ul></section>
|
|
201
201
|
<section class="tsd-panel tsd-member"><a id="put" class="tsd-anchor"></a>
|
|
202
202
|
<h3 class="tsd-anchor-link"><span>put</span><a href="#put" 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>
|
|
203
203
|
<ul class="tsd-signatures">
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">additionalOptions</span>: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
219
219
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="ServiceResponse.html" class="tsd-signature-type tsd-kind-class">ServiceResponse</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
220
220
|
<ul>
|
|
221
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
221
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceProvider.ts#L152">src/ServiceProvider.ts:152</a></li></ul></aside></li></ul></section>
|
|
222
222
|
<section class="tsd-panel tsd-member"><a id="request" class="tsd-anchor"></a>
|
|
223
223
|
<h3 class="tsd-anchor-link"><span>request</span><a href="#request" 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>
|
|
224
224
|
<ul class="tsd-signatures">
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">additionalOptions</span>: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
242
242
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="ServiceResponse.html" class="tsd-signature-type tsd-kind-class">ServiceResponse</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
243
243
|
<ul>
|
|
244
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
244
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceProvider.ts#L82">src/ServiceProvider.ts:82</a></li></ul></aside></li></ul></section>
|
|
245
245
|
<section class="tsd-panel tsd-member"><a id="urlSuffix" class="tsd-anchor"></a>
|
|
246
246
|
<h3 class="tsd-anchor-link"><span>url<wbr/>Suffix</span><a href="#urlSuffix" 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>
|
|
247
247
|
<ul class="tsd-signatures">
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
<li class="tsd-description">
|
|
250
250
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
251
251
|
<ul>
|
|
252
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
252
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceProvider.ts#L52">src/ServiceProvider.ts:52</a></li></ul></aside></li></ul></section></section></div>
|
|
253
253
|
<div class="col-sidebar">
|
|
254
254
|
<div class="page-menu">
|
|
255
255
|
<div class="tsd-navigation settings">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">ServiceResponse</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/e0c569b/src/ServiceResponse.ts#L20">src/ServiceResponse.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">
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<h5><span class="tsd-kind-parameter">response</span>: <span class="tsd-signature-type ">IncomingMessage</span></h5></li></ul></div>
|
|
54
54
|
<h4 class="tsd-returns-title">Returns <a href="ServiceResponse.html" class="tsd-signature-type tsd-kind-class">ServiceResponse</a></h4><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/e0c569b/src/ServiceResponse.ts#L24">src/ServiceResponse.ts:24</a></li></ul></aside></li></ul></section></section>
|
|
57
57
|
<section class="tsd-panel-group tsd-member-group">
|
|
58
58
|
<h2>Methods</h2>
|
|
59
59
|
<section class="tsd-panel tsd-member"><a id="getJSON" class="tsd-anchor"></a>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<li class="tsd-description">
|
|
64
64
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
65
65
|
<ul>
|
|
66
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
66
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceResponse.ts#L37">src/ServiceResponse.ts:37</a></li></ul></aside></li></ul></section>
|
|
67
67
|
<section class="tsd-panel tsd-member"><a id="getRaw" class="tsd-anchor"></a>
|
|
68
68
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Raw</span><a href="#getRaw" 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>
|
|
69
69
|
<ul class="tsd-signatures">
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<li class="tsd-description">
|
|
72
72
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Buffer</span></h4><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/e0c569b/src/ServiceResponse.ts#L29">src/ServiceResponse.ts:29</a></li></ul></aside></li></ul></section>
|
|
75
75
|
<section class="tsd-panel tsd-member"><a id="getStatusCode" class="tsd-anchor"></a>
|
|
76
76
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Status<wbr/>Code</span><a href="#getStatusCode" 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>
|
|
77
77
|
<ul class="tsd-signatures">
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
<li class="tsd-description">
|
|
80
80
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
81
81
|
<ul>
|
|
82
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
82
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceResponse.ts#L41">src/ServiceResponse.ts:41</a></li></ul></aside></li></ul></section>
|
|
83
83
|
<section class="tsd-panel tsd-member"><a id="getUTF8" class="tsd-anchor"></a>
|
|
84
84
|
<h3 class="tsd-anchor-link"><span>getUTF8</span><a href="#getUTF8" 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>
|
|
85
85
|
<ul class="tsd-signatures">
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
<li class="tsd-description">
|
|
88
88
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
89
89
|
<ul>
|
|
90
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
90
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/ServiceResponse.ts#L33">src/ServiceResponse.ts:33</a></li></ul></aside></li></ul></section></section></div>
|
|
91
91
|
<div class="col-sidebar">
|
|
92
92
|
<div class="page-menu">
|
|
93
93
|
<div class="tsd-navigation settings">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">SetSessionVariableQuery</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/SetSessionVariableQuery.ts#L11">src/SetSessionVariableQuery.ts:11</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<h4 class="tsd-returns-title">Returns <a href="SetSessionVariableQuery.html" class="tsd-signature-type tsd-kind-class">SetSessionVariableQuery</a></h4><aside class="tsd-sources">
|
|
58
58
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#constructor">constructor</a></p>
|
|
59
59
|
<ul>
|
|
60
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
60
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L23">src/Query.ts:23</a></li></ul></aside></li></ul></section></section>
|
|
61
61
|
<section class="tsd-panel-group tsd-member-group">
|
|
62
62
|
<h2>Methods</h2>
|
|
63
63
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_getQuery" class="tsd-anchor"></a>
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
69
69
|
<p>Overrides <a href="Query.html">Query</a>.<a href="Query.html#_getQuery">_getQuery</a></p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/SetSessionVariableQuery.ts#L12">src/SetSessionVariableQuery.ts:12</a></li></ul></aside></li></ul></section>
|
|
72
72
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="execute" class="tsd-anchor"></a>
|
|
73
73
|
<h3 class="tsd-anchor-link"><span>execute</span><a href="#execute" 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>
|
|
74
74
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<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">
|
|
83
83
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#execute">execute</a></p>
|
|
84
84
|
<ul>
|
|
85
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
85
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L71">src/Query.ts:71</a></li></ul></aside></li></ul></section>
|
|
86
86
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getParameters" class="tsd-anchor"></a>
|
|
87
87
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Parameters</span><a href="#getParameters" 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>
|
|
88
88
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
<aside class="tsd-sources">
|
|
94
94
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#getParameters">getParameters</a></p>
|
|
95
95
|
<ul>
|
|
96
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
96
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L30">src/Query.ts:30</a></li></ul></aside></li></ul></section>
|
|
97
97
|
<section class="tsd-panel tsd-member"><a id="getParametersForQuery" class="tsd-anchor"></a>
|
|
98
98
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Parameters<wbr/>For<wbr/>Query</span><a href="#getParametersForQuery" 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>
|
|
99
99
|
<ul class="tsd-signatures">
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<p>Overrides <a href="Query.html">Query</a>.<a href="Query.html#getParametersForQuery">getParametersForQuery</a></p>
|
|
107
107
|
<ul>
|
|
108
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/SetSessionVariableQuery.ts#L23">src/SetSessionVariableQuery.ts:23</a></li></ul></aside></li></ul></section>
|
|
109
109
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getQuery" class="tsd-anchor"></a>
|
|
110
110
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Query</span><a href="#getQuery" 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>
|
|
111
111
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
120
120
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#getQuery">getQuery</a></p>
|
|
121
121
|
<ul>
|
|
122
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
122
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L45">src/Query.ts:45</a></li></ul></aside></li></ul></section>
|
|
123
123
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="onPostProcess" class="tsd-anchor"></a>
|
|
124
124
|
<h3 class="tsd-anchor-link"><span>on<wbr/>Post<wbr/>Process</span><a href="#onPostProcess" 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>
|
|
125
125
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<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">
|
|
140
140
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#onPostProcess">onPostProcess</a></p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L66">src/Query.ts:66</a></li></ul></aside></li></ul></section>
|
|
143
143
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="onPreQuery" class="tsd-anchor"></a>
|
|
144
144
|
<h3 class="tsd-anchor-link"><span>on<wbr/>Pre<wbr/>Query</span><a href="#onPreQuery" 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>
|
|
145
145
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -156,7 +156,7 @@ Can be used to set session variables or create temporary tables, etc.</p>
|
|
|
156
156
|
<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">
|
|
157
157
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#onPreQuery">onPreQuery</a></p>
|
|
158
158
|
<ul>
|
|
159
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
159
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L56">src/Query.ts:56</a></li></ul></aside></li></ul></section></section></div>
|
|
160
160
|
<div class="col-sidebar">
|
|
161
161
|
<div class="page-menu">
|
|
162
162
|
<div class="tsd-navigation settings">
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<li><a href="DatabaseQueryError.html" class="tsd-signature-type tsd-kind-class">DatabaseQueryError</a></li>
|
|
42
42
|
<li><a href="NotImplementedError.html" class="tsd-signature-type tsd-kind-class">NotImplementedError</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
|
|
43
43
|
<ul>
|
|
44
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
44
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L41">src/StormError.ts:41</a></li></ul></aside>
|
|
45
45
|
<section class="tsd-panel-group tsd-index-group">
|
|
46
46
|
<section class="tsd-panel tsd-index-panel">
|
|
47
47
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<h4 class="tsd-returns-title">Returns <a href="StormError.html" class="tsd-signature-type tsd-kind-class">StormError</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
93
93
|
<p>Overrides Error.constructor</p>
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L44">src/StormError.ts:44</a></li></ul></aside></li></ul></section></section>
|
|
96
96
|
<section class="tsd-panel-group tsd-member-group">
|
|
97
97
|
<h2>Properties</h2>
|
|
98
98
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
<li class="tsd-description">
|
|
154
154
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
155
155
|
<ul>
|
|
156
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
156
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L55">src/StormError.ts:55</a></li></ul></aside></li></ul></section>
|
|
157
157
|
<section class="tsd-panel tsd-member"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
158
158
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" 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>
|
|
159
159
|
<ul class="tsd-signatures">
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
<li class="tsd-description">
|
|
162
162
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
|
|
163
163
|
<ul>
|
|
164
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
164
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
165
165
|
<section class="tsd-panel tsd-member"><a id="getExitCode" class="tsd-anchor"></a>
|
|
166
166
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" 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>
|
|
167
167
|
<ul class="tsd-signatures">
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
<li class="tsd-description">
|
|
170
170
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
|
|
171
171
|
<ul>
|
|
172
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
172
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
|
|
173
173
|
<section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
174
174
|
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" 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>
|
|
175
175
|
<ul class="tsd-signatures">
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
<li class="tsd-description">
|
|
178
178
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
179
179
|
<ul>
|
|
180
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
180
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L72">src/StormError.ts:72</a></li></ul></aside></li></ul></section>
|
|
181
181
|
<section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
182
182
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" 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>
|
|
183
183
|
<ul class="tsd-signatures">
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
<li class="tsd-description">
|
|
186
186
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
187
187
|
<ul>
|
|
188
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
188
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L89">src/StormError.ts:89</a></li></ul></aside></li></ul></section>
|
|
189
189
|
<section class="tsd-panel tsd-member"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
190
190
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" 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>
|
|
191
191
|
<ul class="tsd-signatures">
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
<li class="tsd-description">
|
|
194
194
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
195
195
|
<ul>
|
|
196
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
196
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L93">src/StormError.ts:93</a></li></ul></aside></li></ul></section>
|
|
197
197
|
<section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
|
|
198
198
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>get<wbr/>Message</span><a href="#getMessage" 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>
|
|
199
199
|
<ul class="tsd-signatures">
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
<li class="tsd-description">
|
|
202
202
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
203
203
|
<ul>
|
|
204
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
204
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L54">src/StormError.ts:54</a></li></ul></aside></li></ul></section>
|
|
205
205
|
<section class="tsd-panel tsd-member"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
206
206
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" 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>
|
|
207
207
|
<ul class="tsd-signatures">
|
|
@@ -212,7 +212,7 @@ They are kept secret from the client.</p>
|
|
|
212
212
|
</div>
|
|
213
213
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span></h4><aside class="tsd-sources">
|
|
214
214
|
<ul>
|
|
215
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
215
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
216
216
|
<section class="tsd-panel tsd-member"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
217
217
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" 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>
|
|
218
218
|
<ul class="tsd-signatures">
|
|
@@ -222,7 +222,7 @@ They are kept secret from the client.</p>
|
|
|
222
222
|
</div>
|
|
223
223
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
|
|
224
224
|
<ul>
|
|
225
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
225
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
226
226
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
227
227
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" 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>
|
|
228
228
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|