@breautek/storm 4.0.0 → 4.1.0
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 +11 -1
- package/bt-config-sample.jsonc +1 -1
- package/docs/README.md +6 -6
- package/docs/classes/Application.md +30 -30
- package/docs/classes/BackendAuthenticationMiddleware.md +2 -2
- package/docs/classes/CORSMiddleware.md +6 -6
- package/docs/classes/ConfigLoader.md +1 -1
- package/docs/classes/Database.md +12 -12
- package/docs/classes/DatabaseConnection.md +19 -19
- package/docs/classes/DatabaseQueryError.md +11 -11
- package/docs/classes/DiskSpaceError.md +11 -11
- package/docs/classes/DropTemporaryTableQuery.md +10 -10
- package/docs/classes/DumpStream.md +1 -1
- package/docs/classes/DuplicateEntryError.md +11 -11
- package/docs/classes/EntityNotFoundError.md +11 -11
- package/docs/classes/ExpiredTokenError.md +11 -11
- package/docs/classes/Handler.md +14 -14
- package/docs/classes/InternalError.md +11 -11
- package/docs/classes/InvalidCredentialsError.md +11 -11
- package/docs/classes/InvalidValueError.md +11 -11
- package/docs/classes/ManagedDatabaseConnection.md +19 -19
- package/docs/classes/Middleware.md +3 -3
- package/docs/classes/MissingConfigError.md +11 -11
- package/docs/classes/MissingParameterError.md +11 -11
- package/docs/classes/MySQLConnection.md +20 -20
- package/docs/classes/MySQLDatabase.md +14 -14
- package/docs/classes/Query.md +10 -10
- package/docs/classes/RawQuery.md +19 -17
- package/docs/classes/Request.md +18 -18
- package/docs/classes/Response.md +12 -12
- package/docs/classes/ResponseData.md +7 -7
- package/docs/classes/ServiceProvider.md +16 -16
- package/docs/classes/ServiceResponse.md +4 -4
- package/docs/classes/SetSessionVariableQuery.md +10 -10
- package/docs/classes/StormError.md +11 -11
- package/docs/classes/TemporaryTableQuery.md +10 -10
- package/docs/classes/Token.md +2 -2
- package/docs/classes/TokenManager.md +4 -4
- package/docs/classes/UnauthorizedAccessError.md +11 -11
- package/docs/enums/ErrorCode.md +20 -20
- package/docs/enums/ExitCode.md +6 -6
- package/docs/enums/HTTPMethod.md +10 -10
- package/docs/enums/JWTError.md +6 -6
- package/docs/enums/StatusCode.md +98 -98
- package/docs/interfaces/IConfig.md +8 -8
- package/docs/interfaces/IDatabaseConfig.md +6 -6
- package/docs/interfaces/IDatabaseConnection.md +15 -15
- package/docs/interfaces/IErrorResponse.md +4 -4
- package/docs/interfaces/IFormData.md +2 -2
- package/docs/interfaces/IHandler.md +1 -1
- package/docs/interfaces/IInsertQueryResult.md +3 -3
- package/docs/interfaces/IJWTVerifyOptions.md +1 -1
- package/docs/interfaces/IRequestResponse.md +2 -2
- package/docs/interfaces/ISetSessionVariableQueryInput.md +2 -2
- package/docs/interfaces/ITemporaryTableQueryInput.md +2 -2
- package/docs/interfaces/IUpdateQueryResult.md +2 -2
- package/docs/interfaces/formidable.EmitData.md +1 -1
- package/docs/modules/formidable.md +2 -2
- package/lib/Database.js.map +1 -1
- package/lib/DatabaseConnection.js.map +1 -1
- package/lib/Query.d.ts +1 -2
- package/lib/Query.js.map +1 -1
- package/lib/RawQuery.d.ts +1 -1
- package/lib/RawQuery.js.map +1 -1
- package/lib/Request.d.ts +1 -0
- package/lib/Response.d.ts +1 -0
- package/lib/ServiceProvider.d.ts +1 -2
- package/lib/ServiceProvider.js.map +1 -1
- package/lib/ServiceResponse.d.ts +1 -0
- package/lib/SetSessionVariableQuery.d.ts +1 -2
- package/lib/SetSessionVariableQuery.js.map +1 -1
- package/lib/TemporaryTableQuery.d.ts +1 -2
- package/lib/TemporaryTableQuery.js.map +1 -1
- package/package.json +15 -16
- package/src/Database.ts +1 -2
- package/src/DatabaseConnection.ts +2 -3
- package/src/Query.ts +1 -2
- package/src/RawQuery.ts +1 -1
- package/src/ServiceProvider.ts +1 -2
- package/src/SetSessionVariableQuery.ts +1 -2
- package/src/TemporaryTableQuery.ts +2 -3
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
#### Defined in
|
|
53
53
|
|
|
54
|
-
[src/InternalError.ts:23](https://github.com/breautek/storm/blob/
|
|
54
|
+
[src/InternalError.ts:23](https://github.com/breautek/storm/blob/3ad3438/src/InternalError.ts#L23)
|
|
55
55
|
|
|
56
56
|
## Properties
|
|
57
57
|
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
#### Defined in
|
|
67
67
|
|
|
68
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
68
|
+
node_modules/typescript/lib/lib.es5.d.ts:1029
|
|
69
69
|
|
|
70
70
|
___
|
|
71
71
|
|
|
@@ -79,7 +79,7 @@ ___
|
|
|
79
79
|
|
|
80
80
|
#### Defined in
|
|
81
81
|
|
|
82
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
82
|
+
node_modules/typescript/lib/lib.es5.d.ts:1028
|
|
83
83
|
|
|
84
84
|
___
|
|
85
85
|
|
|
@@ -93,7 +93,7 @@ ___
|
|
|
93
93
|
|
|
94
94
|
#### Defined in
|
|
95
95
|
|
|
96
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
96
|
+
node_modules/typescript/lib/lib.es5.d.ts:1030
|
|
97
97
|
|
|
98
98
|
___
|
|
99
99
|
|
|
@@ -158,7 +158,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
158
158
|
|
|
159
159
|
#### Defined in
|
|
160
160
|
|
|
161
|
-
[src/InternalError.ts:31](https://github.com/breautek/storm/blob/
|
|
161
|
+
[src/InternalError.ts:31](https://github.com/breautek/storm/blob/3ad3438/src/InternalError.ts#L31)
|
|
162
162
|
|
|
163
163
|
___
|
|
164
164
|
|
|
@@ -176,7 +176,7 @@ ___
|
|
|
176
176
|
|
|
177
177
|
#### Defined in
|
|
178
178
|
|
|
179
|
-
[src/StormError.ts:70](https://github.com/breautek/storm/blob/
|
|
179
|
+
[src/StormError.ts:70](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L70)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -194,7 +194,7 @@ ___
|
|
|
194
194
|
|
|
195
195
|
#### Defined in
|
|
196
196
|
|
|
197
|
-
[src/StormError.ts:79](https://github.com/breautek/storm/blob/
|
|
197
|
+
[src/StormError.ts:79](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L79)
|
|
198
198
|
|
|
199
199
|
___
|
|
200
200
|
|
|
@@ -212,7 +212,7 @@ ___
|
|
|
212
212
|
|
|
213
213
|
#### Defined in
|
|
214
214
|
|
|
215
|
-
[src/InternalError.ts:35](https://github.com/breautek/storm/blob/
|
|
215
|
+
[src/InternalError.ts:35](https://github.com/breautek/storm/blob/3ad3438/src/InternalError.ts#L35)
|
|
216
216
|
|
|
217
217
|
___
|
|
218
218
|
|
|
@@ -230,7 +230,7 @@ ___
|
|
|
230
230
|
|
|
231
231
|
#### Defined in
|
|
232
232
|
|
|
233
|
-
[src/InternalError.ts:27](https://github.com/breautek/storm/blob/
|
|
233
|
+
[src/InternalError.ts:27](https://github.com/breautek/storm/blob/3ad3438/src/InternalError.ts#L27)
|
|
234
234
|
|
|
235
235
|
___
|
|
236
236
|
|
|
@@ -251,7 +251,7 @@ They are kept secret from the client.
|
|
|
251
251
|
|
|
252
252
|
#### Defined in
|
|
253
253
|
|
|
254
|
-
[src/StormError.ts:62](https://github.com/breautek/storm/blob/
|
|
254
|
+
[src/StormError.ts:62](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L62)
|
|
255
255
|
|
|
256
256
|
___
|
|
257
257
|
|
|
@@ -271,7 +271,7 @@ Sends details to the client.
|
|
|
271
271
|
|
|
272
272
|
#### Defined in
|
|
273
273
|
|
|
274
|
-
[src/StormError.ts:54](https://github.com/breautek/storm/blob/
|
|
274
|
+
[src/StormError.ts:54](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L54)
|
|
275
275
|
|
|
276
276
|
___
|
|
277
277
|
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
#### Defined in
|
|
53
53
|
|
|
54
|
-
[src/InvalidCredentialsError.ts:23](https://github.com/breautek/storm/blob/
|
|
54
|
+
[src/InvalidCredentialsError.ts:23](https://github.com/breautek/storm/blob/3ad3438/src/InvalidCredentialsError.ts#L23)
|
|
55
55
|
|
|
56
56
|
## Properties
|
|
57
57
|
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
#### Defined in
|
|
67
67
|
|
|
68
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
68
|
+
node_modules/typescript/lib/lib.es5.d.ts:1029
|
|
69
69
|
|
|
70
70
|
___
|
|
71
71
|
|
|
@@ -79,7 +79,7 @@ ___
|
|
|
79
79
|
|
|
80
80
|
#### Defined in
|
|
81
81
|
|
|
82
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
82
|
+
node_modules/typescript/lib/lib.es5.d.ts:1028
|
|
83
83
|
|
|
84
84
|
___
|
|
85
85
|
|
|
@@ -93,7 +93,7 @@ ___
|
|
|
93
93
|
|
|
94
94
|
#### Defined in
|
|
95
95
|
|
|
96
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
96
|
+
node_modules/typescript/lib/lib.es5.d.ts:1030
|
|
97
97
|
|
|
98
98
|
___
|
|
99
99
|
|
|
@@ -158,7 +158,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
158
158
|
|
|
159
159
|
#### Defined in
|
|
160
160
|
|
|
161
|
-
[src/InvalidCredentialsError.ts:31](https://github.com/breautek/storm/blob/
|
|
161
|
+
[src/InvalidCredentialsError.ts:31](https://github.com/breautek/storm/blob/3ad3438/src/InvalidCredentialsError.ts#L31)
|
|
162
162
|
|
|
163
163
|
___
|
|
164
164
|
|
|
@@ -176,7 +176,7 @@ ___
|
|
|
176
176
|
|
|
177
177
|
#### Defined in
|
|
178
178
|
|
|
179
|
-
[src/StormError.ts:70](https://github.com/breautek/storm/blob/
|
|
179
|
+
[src/StormError.ts:70](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L70)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -194,7 +194,7 @@ ___
|
|
|
194
194
|
|
|
195
195
|
#### Defined in
|
|
196
196
|
|
|
197
|
-
[src/StormError.ts:79](https://github.com/breautek/storm/blob/
|
|
197
|
+
[src/StormError.ts:79](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L79)
|
|
198
198
|
|
|
199
199
|
___
|
|
200
200
|
|
|
@@ -212,7 +212,7 @@ ___
|
|
|
212
212
|
|
|
213
213
|
#### Defined in
|
|
214
214
|
|
|
215
|
-
[src/InvalidCredentialsError.ts:35](https://github.com/breautek/storm/blob/
|
|
215
|
+
[src/InvalidCredentialsError.ts:35](https://github.com/breautek/storm/blob/3ad3438/src/InvalidCredentialsError.ts#L35)
|
|
216
216
|
|
|
217
217
|
___
|
|
218
218
|
|
|
@@ -230,7 +230,7 @@ ___
|
|
|
230
230
|
|
|
231
231
|
#### Defined in
|
|
232
232
|
|
|
233
|
-
[src/InvalidCredentialsError.ts:27](https://github.com/breautek/storm/blob/
|
|
233
|
+
[src/InvalidCredentialsError.ts:27](https://github.com/breautek/storm/blob/3ad3438/src/InvalidCredentialsError.ts#L27)
|
|
234
234
|
|
|
235
235
|
___
|
|
236
236
|
|
|
@@ -251,7 +251,7 @@ They are kept secret from the client.
|
|
|
251
251
|
|
|
252
252
|
#### Defined in
|
|
253
253
|
|
|
254
|
-
[src/StormError.ts:62](https://github.com/breautek/storm/blob/
|
|
254
|
+
[src/StormError.ts:62](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L62)
|
|
255
255
|
|
|
256
256
|
___
|
|
257
257
|
|
|
@@ -271,7 +271,7 @@ Sends details to the client.
|
|
|
271
271
|
|
|
272
272
|
#### Defined in
|
|
273
273
|
|
|
274
|
-
[src/StormError.ts:54](https://github.com/breautek/storm/blob/
|
|
274
|
+
[src/StormError.ts:54](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L54)
|
|
275
275
|
|
|
276
276
|
___
|
|
277
277
|
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[src/InvalidValueError.ts:27](https://github.com/breautek/storm/blob/
|
|
56
|
+
[src/InvalidValueError.ts:27](https://github.com/breautek/storm/blob/3ad3438/src/InvalidValueError.ts#L27)
|
|
57
57
|
|
|
58
58
|
## Properties
|
|
59
59
|
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
#### Defined in
|
|
69
69
|
|
|
70
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
70
|
+
node_modules/typescript/lib/lib.es5.d.ts:1029
|
|
71
71
|
|
|
72
72
|
___
|
|
73
73
|
|
|
@@ -81,7 +81,7 @@ ___
|
|
|
81
81
|
|
|
82
82
|
#### Defined in
|
|
83
83
|
|
|
84
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
84
|
+
node_modules/typescript/lib/lib.es5.d.ts:1028
|
|
85
85
|
|
|
86
86
|
___
|
|
87
87
|
|
|
@@ -95,7 +95,7 @@ ___
|
|
|
95
95
|
|
|
96
96
|
#### Defined in
|
|
97
97
|
|
|
98
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
98
|
+
node_modules/typescript/lib/lib.es5.d.ts:1030
|
|
99
99
|
|
|
100
100
|
___
|
|
101
101
|
|
|
@@ -160,7 +160,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
160
160
|
|
|
161
161
|
#### Defined in
|
|
162
162
|
|
|
163
|
-
[src/InvalidValueError.ts:40](https://github.com/breautek/storm/blob/
|
|
163
|
+
[src/InvalidValueError.ts:40](https://github.com/breautek/storm/blob/3ad3438/src/InvalidValueError.ts#L40)
|
|
164
164
|
|
|
165
165
|
___
|
|
166
166
|
|
|
@@ -178,7 +178,7 @@ ___
|
|
|
178
178
|
|
|
179
179
|
#### Defined in
|
|
180
180
|
|
|
181
|
-
[src/StormError.ts:70](https://github.com/breautek/storm/blob/
|
|
181
|
+
[src/StormError.ts:70](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L70)
|
|
182
182
|
|
|
183
183
|
___
|
|
184
184
|
|
|
@@ -196,7 +196,7 @@ ___
|
|
|
196
196
|
|
|
197
197
|
#### Defined in
|
|
198
198
|
|
|
199
|
-
[src/StormError.ts:79](https://github.com/breautek/storm/blob/
|
|
199
|
+
[src/StormError.ts:79](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L79)
|
|
200
200
|
|
|
201
201
|
___
|
|
202
202
|
|
|
@@ -214,7 +214,7 @@ ___
|
|
|
214
214
|
|
|
215
215
|
#### Defined in
|
|
216
216
|
|
|
217
|
-
[src/InvalidValueError.ts:44](https://github.com/breautek/storm/blob/
|
|
217
|
+
[src/InvalidValueError.ts:44](https://github.com/breautek/storm/blob/3ad3438/src/InvalidValueError.ts#L44)
|
|
218
218
|
|
|
219
219
|
___
|
|
220
220
|
|
|
@@ -232,7 +232,7 @@ ___
|
|
|
232
232
|
|
|
233
233
|
#### Defined in
|
|
234
234
|
|
|
235
|
-
[src/InvalidValueError.ts:35](https://github.com/breautek/storm/blob/
|
|
235
|
+
[src/InvalidValueError.ts:35](https://github.com/breautek/storm/blob/3ad3438/src/InvalidValueError.ts#L35)
|
|
236
236
|
|
|
237
237
|
___
|
|
238
238
|
|
|
@@ -259,7 +259,7 @@ They are kept secret from the client.
|
|
|
259
259
|
|
|
260
260
|
#### Defined in
|
|
261
261
|
|
|
262
|
-
[src/StormError.ts:62](https://github.com/breautek/storm/blob/
|
|
262
|
+
[src/StormError.ts:62](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L62)
|
|
263
263
|
|
|
264
264
|
___
|
|
265
265
|
|
|
@@ -279,7 +279,7 @@ Sends details to the client.
|
|
|
279
279
|
|
|
280
280
|
#### Defined in
|
|
281
281
|
|
|
282
|
-
[src/StormError.ts:54](https://github.com/breautek/storm/blob/
|
|
282
|
+
[src/StormError.ts:54](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L54)
|
|
283
283
|
|
|
284
284
|
___
|
|
285
285
|
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
|
|
48
48
|
#### Defined in
|
|
49
49
|
|
|
50
|
-
[src/ManagedDatabaseConnection.ts:37](https://github.com/breautek/storm/blob/
|
|
50
|
+
[src/ManagedDatabaseConnection.ts:37](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L37)
|
|
51
51
|
|
|
52
52
|
## Methods
|
|
53
53
|
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
|
|
72
72
|
#### Defined in
|
|
73
73
|
|
|
74
|
-
[src/ManagedDatabaseConnection.ts:152](https://github.com/breautek/storm/blob/
|
|
74
|
+
[src/ManagedDatabaseConnection.ts:152](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L152)
|
|
75
75
|
|
|
76
76
|
___
|
|
77
77
|
|
|
@@ -89,7 +89,7 @@ ___
|
|
|
89
89
|
|
|
90
90
|
#### Defined in
|
|
91
91
|
|
|
92
|
-
[src/ManagedDatabaseConnection.ts:189](https://github.com/breautek/storm/blob/
|
|
92
|
+
[src/ManagedDatabaseConnection.ts:189](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L189)
|
|
93
93
|
|
|
94
94
|
___
|
|
95
95
|
|
|
@@ -107,7 +107,7 @@ ___
|
|
|
107
107
|
|
|
108
108
|
#### Defined in
|
|
109
109
|
|
|
110
|
-
[src/ManagedDatabaseConnection.ts:237](https://github.com/breautek/storm/blob/
|
|
110
|
+
[src/ManagedDatabaseConnection.ts:237](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L237)
|
|
111
111
|
|
|
112
112
|
___
|
|
113
113
|
|
|
@@ -125,7 +125,7 @@ ___
|
|
|
125
125
|
|
|
126
126
|
#### Defined in
|
|
127
127
|
|
|
128
|
-
[src/ManagedDatabaseConnection.ts:104](https://github.com/breautek/storm/blob/
|
|
128
|
+
[src/ManagedDatabaseConnection.ts:104](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L104)
|
|
129
129
|
|
|
130
130
|
___
|
|
131
131
|
|
|
@@ -143,7 +143,7 @@ ___
|
|
|
143
143
|
|
|
144
144
|
#### Defined in
|
|
145
145
|
|
|
146
|
-
[src/ManagedDatabaseConnection.ts:129](https://github.com/breautek/storm/blob/
|
|
146
|
+
[src/ManagedDatabaseConnection.ts:129](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L129)
|
|
147
147
|
|
|
148
148
|
___
|
|
149
149
|
|
|
@@ -157,7 +157,7 @@ ___
|
|
|
157
157
|
|
|
158
158
|
#### Defined in
|
|
159
159
|
|
|
160
|
-
[src/ManagedDatabaseConnection.ts:91](https://github.com/breautek/storm/blob/
|
|
160
|
+
[src/ManagedDatabaseConnection.ts:91](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L91)
|
|
161
161
|
|
|
162
162
|
___
|
|
163
163
|
|
|
@@ -175,7 +175,7 @@ ___
|
|
|
175
175
|
|
|
176
176
|
#### Defined in
|
|
177
177
|
|
|
178
|
-
[src/ManagedDatabaseConnection.ts:74](https://github.com/breautek/storm/blob/
|
|
178
|
+
[src/ManagedDatabaseConnection.ts:74](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L74)
|
|
179
179
|
|
|
180
180
|
___
|
|
181
181
|
|
|
@@ -189,7 +189,7 @@ ___
|
|
|
189
189
|
|
|
190
190
|
#### Defined in
|
|
191
191
|
|
|
192
|
-
[src/ManagedDatabaseConnection.ts:87](https://github.com/breautek/storm/blob/
|
|
192
|
+
[src/ManagedDatabaseConnection.ts:87](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L87)
|
|
193
193
|
|
|
194
194
|
___
|
|
195
195
|
|
|
@@ -207,7 +207,7 @@ ___
|
|
|
207
207
|
|
|
208
208
|
#### Defined in
|
|
209
209
|
|
|
210
|
-
[src/ManagedDatabaseConnection.ts:113](https://github.com/breautek/storm/blob/
|
|
210
|
+
[src/ManagedDatabaseConnection.ts:113](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L113)
|
|
211
211
|
|
|
212
212
|
___
|
|
213
213
|
|
|
@@ -225,7 +225,7 @@ ___
|
|
|
225
225
|
|
|
226
226
|
#### Defined in
|
|
227
227
|
|
|
228
|
-
[src/ManagedDatabaseConnection.ts:180](https://github.com/breautek/storm/blob/
|
|
228
|
+
[src/ManagedDatabaseConnection.ts:180](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L180)
|
|
229
229
|
|
|
230
230
|
___
|
|
231
231
|
|
|
@@ -239,7 +239,7 @@ ___
|
|
|
239
239
|
|
|
240
240
|
#### Defined in
|
|
241
241
|
|
|
242
|
-
[src/ManagedDatabaseConnection.ts:83](https://github.com/breautek/storm/blob/
|
|
242
|
+
[src/ManagedDatabaseConnection.ts:83](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L83)
|
|
243
243
|
|
|
244
244
|
___
|
|
245
245
|
|
|
@@ -264,7 +264,7 @@ ___
|
|
|
264
264
|
|
|
265
265
|
#### Defined in
|
|
266
266
|
|
|
267
|
-
[src/ManagedDatabaseConnection.ts:139](https://github.com/breautek/storm/blob/
|
|
267
|
+
[src/ManagedDatabaseConnection.ts:139](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L139)
|
|
268
268
|
|
|
269
269
|
___
|
|
270
270
|
|
|
@@ -282,7 +282,7 @@ ___
|
|
|
282
282
|
|
|
283
283
|
#### Defined in
|
|
284
284
|
|
|
285
|
-
[src/ManagedDatabaseConnection.ts:202](https://github.com/breautek/storm/blob/
|
|
285
|
+
[src/ManagedDatabaseConnection.ts:202](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L202)
|
|
286
286
|
|
|
287
287
|
___
|
|
288
288
|
|
|
@@ -302,7 +302,7 @@ ___
|
|
|
302
302
|
|
|
303
303
|
#### Defined in
|
|
304
304
|
|
|
305
|
-
[src/ManagedDatabaseConnection.ts:44](https://github.com/breautek/storm/blob/
|
|
305
|
+
[src/ManagedDatabaseConnection.ts:44](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L44)
|
|
306
306
|
|
|
307
307
|
___
|
|
308
308
|
|
|
@@ -326,7 +326,7 @@ ___
|
|
|
326
326
|
|
|
327
327
|
#### Defined in
|
|
328
328
|
|
|
329
|
-
[src/ManagedDatabaseConnection.ts:95](https://github.com/breautek/storm/blob/
|
|
329
|
+
[src/ManagedDatabaseConnection.ts:95](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L95)
|
|
330
330
|
|
|
331
331
|
___
|
|
332
332
|
|
|
@@ -350,7 +350,7 @@ ___
|
|
|
350
350
|
|
|
351
351
|
#### Defined in
|
|
352
352
|
|
|
353
|
-
[src/ManagedDatabaseConnection.ts:123](https://github.com/breautek/storm/blob/
|
|
353
|
+
[src/ManagedDatabaseConnection.ts:123](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L123)
|
|
354
354
|
|
|
355
355
|
___
|
|
356
356
|
|
|
@@ -368,7 +368,7 @@ ___
|
|
|
368
368
|
|
|
369
369
|
#### Defined in
|
|
370
370
|
|
|
371
|
-
[src/ManagedDatabaseConnection.ts:167](https://github.com/breautek/storm/blob/
|
|
371
|
+
[src/ManagedDatabaseConnection.ts:167](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L167)
|
|
372
372
|
|
|
373
373
|
___
|
|
374
374
|
|
|
@@ -394,4 +394,4 @@ ___
|
|
|
394
394
|
|
|
395
395
|
#### Defined in
|
|
396
396
|
|
|
397
|
-
[src/ManagedDatabaseConnection.ts:148](https://github.com/breautek/storm/blob/
|
|
397
|
+
[src/ManagedDatabaseConnection.ts:148](https://github.com/breautek/storm/blob/3ad3438/src/ManagedDatabaseConnection.ts#L148)
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
#### Defined in
|
|
29
29
|
|
|
30
|
-
[src/Middleware.ts:23](https://github.com/breautek/storm/blob/
|
|
30
|
+
[src/Middleware.ts:23](https://github.com/breautek/storm/blob/3ad3438/src/Middleware.ts#L23)
|
|
31
31
|
|
|
32
32
|
## Methods
|
|
33
33
|
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[src/Middleware.ts:25](https://github.com/breautek/storm/blob/
|
|
51
|
+
[src/Middleware.ts:25](https://github.com/breautek/storm/blob/3ad3438/src/Middleware.ts#L25)
|
|
52
52
|
|
|
53
53
|
___
|
|
54
54
|
|
|
@@ -69,4 +69,4 @@ ___
|
|
|
69
69
|
|
|
70
70
|
#### Defined in
|
|
71
71
|
|
|
72
|
-
[src/Middleware.ts:27](https://github.com/breautek/storm/blob/
|
|
72
|
+
[src/Middleware.ts:27](https://github.com/breautek/storm/blob/3ad3438/src/Middleware.ts#L27)
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
#### Defined in
|
|
53
53
|
|
|
54
|
-
[src/MissingConfigError.ts:27](https://github.com/breautek/storm/blob/
|
|
54
|
+
[src/MissingConfigError.ts:27](https://github.com/breautek/storm/blob/3ad3438/src/MissingConfigError.ts#L27)
|
|
55
55
|
|
|
56
56
|
## Properties
|
|
57
57
|
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
#### Defined in
|
|
67
67
|
|
|
68
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
68
|
+
node_modules/typescript/lib/lib.es5.d.ts:1029
|
|
69
69
|
|
|
70
70
|
___
|
|
71
71
|
|
|
@@ -79,7 +79,7 @@ ___
|
|
|
79
79
|
|
|
80
80
|
#### Defined in
|
|
81
81
|
|
|
82
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
82
|
+
node_modules/typescript/lib/lib.es5.d.ts:1028
|
|
83
83
|
|
|
84
84
|
___
|
|
85
85
|
|
|
@@ -93,7 +93,7 @@ ___
|
|
|
93
93
|
|
|
94
94
|
#### Defined in
|
|
95
95
|
|
|
96
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
96
|
+
node_modules/typescript/lib/lib.es5.d.ts:1030
|
|
97
97
|
|
|
98
98
|
___
|
|
99
99
|
|
|
@@ -158,7 +158,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
158
158
|
|
|
159
159
|
#### Defined in
|
|
160
160
|
|
|
161
|
-
[src/MissingConfigError.ts:37](https://github.com/breautek/storm/blob/
|
|
161
|
+
[src/MissingConfigError.ts:37](https://github.com/breautek/storm/blob/3ad3438/src/MissingConfigError.ts#L37)
|
|
162
162
|
|
|
163
163
|
___
|
|
164
164
|
|
|
@@ -176,7 +176,7 @@ ___
|
|
|
176
176
|
|
|
177
177
|
#### Defined in
|
|
178
178
|
|
|
179
|
-
[src/StormError.ts:70](https://github.com/breautek/storm/blob/
|
|
179
|
+
[src/StormError.ts:70](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L70)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -194,7 +194,7 @@ ___
|
|
|
194
194
|
|
|
195
195
|
#### Defined in
|
|
196
196
|
|
|
197
|
-
[src/MissingConfigError.ts:45](https://github.com/breautek/storm/blob/
|
|
197
|
+
[src/MissingConfigError.ts:45](https://github.com/breautek/storm/blob/3ad3438/src/MissingConfigError.ts#L45)
|
|
198
198
|
|
|
199
199
|
___
|
|
200
200
|
|
|
@@ -212,7 +212,7 @@ ___
|
|
|
212
212
|
|
|
213
213
|
#### Defined in
|
|
214
214
|
|
|
215
|
-
[src/MissingConfigError.ts:41](https://github.com/breautek/storm/blob/
|
|
215
|
+
[src/MissingConfigError.ts:41](https://github.com/breautek/storm/blob/3ad3438/src/MissingConfigError.ts#L41)
|
|
216
216
|
|
|
217
217
|
___
|
|
218
218
|
|
|
@@ -230,7 +230,7 @@ ___
|
|
|
230
230
|
|
|
231
231
|
#### Defined in
|
|
232
232
|
|
|
233
|
-
[src/MissingConfigError.ts:33](https://github.com/breautek/storm/blob/
|
|
233
|
+
[src/MissingConfigError.ts:33](https://github.com/breautek/storm/blob/3ad3438/src/MissingConfigError.ts#L33)
|
|
234
234
|
|
|
235
235
|
___
|
|
236
236
|
|
|
@@ -251,7 +251,7 @@ They are kept secret from the client.
|
|
|
251
251
|
|
|
252
252
|
#### Defined in
|
|
253
253
|
|
|
254
|
-
[src/StormError.ts:62](https://github.com/breautek/storm/blob/
|
|
254
|
+
[src/StormError.ts:62](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L62)
|
|
255
255
|
|
|
256
256
|
___
|
|
257
257
|
|
|
@@ -271,7 +271,7 @@ Sends details to the client.
|
|
|
271
271
|
|
|
272
272
|
#### Defined in
|
|
273
273
|
|
|
274
|
-
[src/StormError.ts:54](https://github.com/breautek/storm/blob/
|
|
274
|
+
[src/StormError.ts:54](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L54)
|
|
275
275
|
|
|
276
276
|
___
|
|
277
277
|
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
#### Defined in
|
|
53
53
|
|
|
54
|
-
[src/MissingParameterError.ts:22](https://github.com/breautek/storm/blob/
|
|
54
|
+
[src/MissingParameterError.ts:22](https://github.com/breautek/storm/blob/3ad3438/src/MissingParameterError.ts#L22)
|
|
55
55
|
|
|
56
56
|
## Properties
|
|
57
57
|
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
#### Defined in
|
|
67
67
|
|
|
68
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
68
|
+
node_modules/typescript/lib/lib.es5.d.ts:1029
|
|
69
69
|
|
|
70
70
|
___
|
|
71
71
|
|
|
@@ -79,7 +79,7 @@ ___
|
|
|
79
79
|
|
|
80
80
|
#### Defined in
|
|
81
81
|
|
|
82
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
82
|
+
node_modules/typescript/lib/lib.es5.d.ts:1028
|
|
83
83
|
|
|
84
84
|
___
|
|
85
85
|
|
|
@@ -93,7 +93,7 @@ ___
|
|
|
93
93
|
|
|
94
94
|
#### Defined in
|
|
95
95
|
|
|
96
|
-
node_modules/typescript/lib/lib.es5.d.ts:
|
|
96
|
+
node_modules/typescript/lib/lib.es5.d.ts:1030
|
|
97
97
|
|
|
98
98
|
___
|
|
99
99
|
|
|
@@ -158,7 +158,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
158
158
|
|
|
159
159
|
#### Defined in
|
|
160
160
|
|
|
161
|
-
[src/MissingParameterError.ts:30](https://github.com/breautek/storm/blob/
|
|
161
|
+
[src/MissingParameterError.ts:30](https://github.com/breautek/storm/blob/3ad3438/src/MissingParameterError.ts#L30)
|
|
162
162
|
|
|
163
163
|
___
|
|
164
164
|
|
|
@@ -176,7 +176,7 @@ ___
|
|
|
176
176
|
|
|
177
177
|
#### Defined in
|
|
178
178
|
|
|
179
|
-
[src/StormError.ts:70](https://github.com/breautek/storm/blob/
|
|
179
|
+
[src/StormError.ts:70](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L70)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -194,7 +194,7 @@ ___
|
|
|
194
194
|
|
|
195
195
|
#### Defined in
|
|
196
196
|
|
|
197
|
-
[src/StormError.ts:79](https://github.com/breautek/storm/blob/
|
|
197
|
+
[src/StormError.ts:79](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L79)
|
|
198
198
|
|
|
199
199
|
___
|
|
200
200
|
|
|
@@ -212,7 +212,7 @@ ___
|
|
|
212
212
|
|
|
213
213
|
#### Defined in
|
|
214
214
|
|
|
215
|
-
[src/MissingParameterError.ts:34](https://github.com/breautek/storm/blob/
|
|
215
|
+
[src/MissingParameterError.ts:34](https://github.com/breautek/storm/blob/3ad3438/src/MissingParameterError.ts#L34)
|
|
216
216
|
|
|
217
217
|
___
|
|
218
218
|
|
|
@@ -230,7 +230,7 @@ ___
|
|
|
230
230
|
|
|
231
231
|
#### Defined in
|
|
232
232
|
|
|
233
|
-
[src/MissingParameterError.ts:26](https://github.com/breautek/storm/blob/
|
|
233
|
+
[src/MissingParameterError.ts:26](https://github.com/breautek/storm/blob/3ad3438/src/MissingParameterError.ts#L26)
|
|
234
234
|
|
|
235
235
|
___
|
|
236
236
|
|
|
@@ -251,7 +251,7 @@ They are kept secret from the client.
|
|
|
251
251
|
|
|
252
252
|
#### Defined in
|
|
253
253
|
|
|
254
|
-
[src/StormError.ts:62](https://github.com/breautek/storm/blob/
|
|
254
|
+
[src/StormError.ts:62](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L62)
|
|
255
255
|
|
|
256
256
|
___
|
|
257
257
|
|
|
@@ -271,7 +271,7 @@ Sends details to the client.
|
|
|
271
271
|
|
|
272
272
|
#### Defined in
|
|
273
273
|
|
|
274
|
-
[src/StormError.ts:54](https://github.com/breautek/storm/blob/
|
|
274
|
+
[src/StormError.ts:54](https://github.com/breautek/storm/blob/3ad3438/src/StormError.ts#L54)
|
|
275
275
|
|
|
276
276
|
___
|
|
277
277
|
|