@breautek/storm 4.6.1 → 4.6.2
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 +6 -0
- package/docs/README.md +5 -5
- package/docs/classes/Application.md +26 -26
- 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/DatabaseCastObject.md +3 -3
- package/docs/classes/DatabaseConnection.md +19 -19
- package/docs/classes/DatabaseQueryError.md +10 -10
- package/docs/classes/DeadLockError.md +10 -10
- package/docs/classes/DiskSpaceError.md +10 -10
- package/docs/classes/DropTemporaryTableQuery.md +8 -8
- package/docs/classes/DumpStream.md +1 -1
- package/docs/classes/DuplicateEntryError.md +10 -10
- package/docs/classes/EntityNotFoundError.md +10 -10
- package/docs/classes/ExpiredTokenError.md +10 -10
- package/docs/classes/Handler.md +14 -14
- package/docs/classes/InternalError.md +10 -10
- package/docs/classes/InvalidCredentialsError.md +10 -10
- package/docs/classes/InvalidValueError.md +10 -10
- package/docs/classes/LineString.md +4 -4
- package/docs/classes/ManagedDatabaseConnection.md +19 -19
- package/docs/classes/Middleware.md +3 -3
- package/docs/classes/MissingConfigError.md +10 -10
- package/docs/classes/MissingParameterError.md +10 -10
- package/docs/classes/MySQLConnection.md +20 -20
- package/docs/classes/MySQLDatabase.md +13 -13
- package/docs/classes/NotImplementedError.md +10 -10
- package/docs/classes/Point.md +4 -4
- package/docs/classes/Polygon.md +4 -4
- package/docs/classes/Query.md +8 -8
- package/docs/classes/RawError.md +10 -10
- package/docs/classes/RawQuery.md +8 -8
- package/docs/classes/Request.md +18 -18
- package/docs/classes/Response.md +11 -11
- package/docs/classes/ResponseData.md +7 -7
- package/docs/classes/ServiceProvider.md +15 -15
- package/docs/classes/ServiceResponse.md +4 -4
- package/docs/classes/SetSessionVariableQuery.md +8 -8
- package/docs/classes/StormError.md +10 -10
- package/docs/classes/TemporaryTableQuery.md +8 -8
- package/docs/classes/Token.md +2 -2
- package/docs/classes/TokenManager.md +4 -4
- package/docs/classes/UnauthorizedAccessError.md +10 -10
- package/docs/enums/ErrorCode.md +9 -9
- package/docs/enums/ExitCode.md +2 -2
- package/docs/enums/HTTPMethod.md +4 -4
- package/docs/enums/IsolationLevel.md +4 -4
- package/docs/enums/JWTError.md +2 -2
- package/docs/enums/StatusCode.md +48 -48
- package/docs/interfaces/IConfig.md +8 -8
- package/docs/interfaces/IDatabaseConfig.md +6 -6
- package/docs/interfaces/IDatabaseConnection.md +14 -14
- package/docs/interfaces/IErrorResponse.md +5 -5
- 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/lib/Response.js +6 -5
- package/lib/Response.js.map +1 -1
- package/package.json +1 -1
- package/src/Response.ts +6 -5
package/docs/classes/RawError.md
CHANGED
|
@@ -58,7 +58,7 @@ tag name.
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[src/RawError.ts:25](https://github.com/breautek/storm/blob/
|
|
61
|
+
[src/RawError.ts:25](https://github.com/breautek/storm/blob/4b2254f/src/RawError.ts#L25)
|
|
62
62
|
|
|
63
63
|
## Properties
|
|
64
64
|
|
|
@@ -167,7 +167,7 @@ node_modules/@types/node/ts4.8/globals.d.ts:13
|
|
|
167
167
|
|
|
168
168
|
#### Defined in
|
|
169
169
|
|
|
170
|
-
[src/RawError.ts:32](https://github.com/breautek/storm/blob/
|
|
170
|
+
[src/RawError.ts:32](https://github.com/breautek/storm/blob/4b2254f/src/RawError.ts#L32)
|
|
171
171
|
|
|
172
172
|
___
|
|
173
173
|
|
|
@@ -185,7 +185,7 @@ ___
|
|
|
185
185
|
|
|
186
186
|
#### Defined in
|
|
187
187
|
|
|
188
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
188
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/4b2254f/src/StormError.ts#L76)
|
|
189
189
|
|
|
190
190
|
___
|
|
191
191
|
|
|
@@ -203,7 +203,7 @@ ___
|
|
|
203
203
|
|
|
204
204
|
#### Defined in
|
|
205
205
|
|
|
206
|
-
[src/StormError.ts:97](https://github.com/breautek/storm/blob/
|
|
206
|
+
[src/StormError.ts:97](https://github.com/breautek/storm/blob/4b2254f/src/StormError.ts#L97)
|
|
207
207
|
|
|
208
208
|
___
|
|
209
209
|
|
|
@@ -221,7 +221,7 @@ ___
|
|
|
221
221
|
|
|
222
222
|
#### Defined in
|
|
223
223
|
|
|
224
|
-
[src/StormError.ts:72](https://github.com/breautek/storm/blob/
|
|
224
|
+
[src/StormError.ts:72](https://github.com/breautek/storm/blob/4b2254f/src/StormError.ts#L72)
|
|
225
225
|
|
|
226
226
|
___
|
|
227
227
|
|
|
@@ -239,7 +239,7 @@ ___
|
|
|
239
239
|
|
|
240
240
|
#### Defined in
|
|
241
241
|
|
|
242
|
-
[src/StormError.ts:89](https://github.com/breautek/storm/blob/
|
|
242
|
+
[src/StormError.ts:89](https://github.com/breautek/storm/blob/4b2254f/src/StormError.ts#L89)
|
|
243
243
|
|
|
244
244
|
___
|
|
245
245
|
|
|
@@ -257,7 +257,7 @@ ___
|
|
|
257
257
|
|
|
258
258
|
#### Defined in
|
|
259
259
|
|
|
260
|
-
[src/StormError.ts:93](https://github.com/breautek/storm/blob/
|
|
260
|
+
[src/StormError.ts:93](https://github.com/breautek/storm/blob/4b2254f/src/StormError.ts#L93)
|
|
261
261
|
|
|
262
262
|
___
|
|
263
263
|
|
|
@@ -275,7 +275,7 @@ ___
|
|
|
275
275
|
|
|
276
276
|
#### Defined in
|
|
277
277
|
|
|
278
|
-
[src/RawError.ts:36](https://github.com/breautek/storm/blob/
|
|
278
|
+
[src/RawError.ts:36](https://github.com/breautek/storm/blob/4b2254f/src/RawError.ts#L36)
|
|
279
279
|
|
|
280
280
|
___
|
|
281
281
|
|
|
@@ -301,7 +301,7 @@ They are kept secret from the client.
|
|
|
301
301
|
|
|
302
302
|
#### Defined in
|
|
303
303
|
|
|
304
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
304
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/4b2254f/src/StormError.ts#L68)
|
|
305
305
|
|
|
306
306
|
___
|
|
307
307
|
|
|
@@ -321,7 +321,7 @@ Sends details to the client.
|
|
|
321
321
|
|
|
322
322
|
#### Defined in
|
|
323
323
|
|
|
324
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
324
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/4b2254f/src/StormError.ts#L60)
|
|
325
325
|
|
|
326
326
|
___
|
|
327
327
|
|
package/docs/classes/RawQuery.md
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
#### Defined in
|
|
61
61
|
|
|
62
|
-
[src/RawQuery.ts:22](https://github.com/breautek/storm/blob/
|
|
62
|
+
[src/RawQuery.ts:22](https://github.com/breautek/storm/blob/4b2254f/src/RawQuery.ts#L22)
|
|
63
63
|
|
|
64
64
|
## Methods
|
|
65
65
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
|
|
78
78
|
#### Defined in
|
|
79
79
|
|
|
80
|
-
[src/RawQuery.ts:27](https://github.com/breautek/storm/blob/
|
|
80
|
+
[src/RawQuery.ts:27](https://github.com/breautek/storm/blob/4b2254f/src/RawQuery.ts#L27)
|
|
81
81
|
|
|
82
82
|
___
|
|
83
83
|
|
|
@@ -101,7 +101,7 @@ ___
|
|
|
101
101
|
|
|
102
102
|
#### Defined in
|
|
103
103
|
|
|
104
|
-
[src/Query.ts:70](https://github.com/breautek/storm/blob/
|
|
104
|
+
[src/Query.ts:70](https://github.com/breautek/storm/blob/4b2254f/src/Query.ts#L70)
|
|
105
105
|
|
|
106
106
|
___
|
|
107
107
|
|
|
@@ -121,7 +121,7 @@ parameters that was passed into the constructor.
|
|
|
121
121
|
|
|
122
122
|
#### Defined in
|
|
123
123
|
|
|
124
|
-
[src/Query.ts:29](https://github.com/breautek/storm/blob/
|
|
124
|
+
[src/Query.ts:29](https://github.com/breautek/storm/blob/4b2254f/src/Query.ts#L29)
|
|
125
125
|
|
|
126
126
|
___
|
|
127
127
|
|
|
@@ -143,7 +143,7 @@ parameters that will be used when this query is ran.
|
|
|
143
143
|
|
|
144
144
|
#### Defined in
|
|
145
145
|
|
|
146
|
-
[src/Query.ts:38](https://github.com/breautek/storm/blob/
|
|
146
|
+
[src/Query.ts:38](https://github.com/breautek/storm/blob/4b2254f/src/Query.ts#L38)
|
|
147
147
|
|
|
148
148
|
___
|
|
149
149
|
|
|
@@ -167,7 +167,7 @@ ___
|
|
|
167
167
|
|
|
168
168
|
#### Defined in
|
|
169
169
|
|
|
170
|
-
[src/Query.ts:44](https://github.com/breautek/storm/blob/
|
|
170
|
+
[src/Query.ts:44](https://github.com/breautek/storm/blob/4b2254f/src/Query.ts#L44)
|
|
171
171
|
|
|
172
172
|
___
|
|
173
173
|
|
|
@@ -194,7 +194,7 @@ Override to augment/manipulate the returned result set.
|
|
|
194
194
|
|
|
195
195
|
#### Defined in
|
|
196
196
|
|
|
197
|
-
[src/Query.ts:65](https://github.com/breautek/storm/blob/
|
|
197
|
+
[src/Query.ts:65](https://github.com/breautek/storm/blob/4b2254f/src/Query.ts#L65)
|
|
198
198
|
|
|
199
199
|
___
|
|
200
200
|
|
|
@@ -221,4 +221,4 @@ Can be used to set session variables or create temporary tables, etc.
|
|
|
221
221
|
|
|
222
222
|
#### Defined in
|
|
223
223
|
|
|
224
|
-
[src/Query.ts:55](https://github.com/breautek/storm/blob/
|
|
224
|
+
[src/Query.ts:55](https://github.com/breautek/storm/blob/4b2254f/src/Query.ts#L55)
|
package/docs/classes/Request.md
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
#### Defined in
|
|
58
58
|
|
|
59
|
-
[src/Request.ts:42](https://github.com/breautek/storm/blob/
|
|
59
|
+
[src/Request.ts:42](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L42)
|
|
60
60
|
|
|
61
61
|
## Methods
|
|
62
62
|
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
#### Defined in
|
|
72
72
|
|
|
73
|
-
[src/Request.ts:132](https://github.com/breautek/storm/blob/
|
|
73
|
+
[src/Request.ts:132](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L132)
|
|
74
74
|
|
|
75
75
|
___
|
|
76
76
|
|
|
@@ -84,7 +84,7 @@ ___
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[src/Request.ts:46](https://github.com/breautek/storm/blob/
|
|
87
|
+
[src/Request.ts:46](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L46)
|
|
88
88
|
|
|
89
89
|
___
|
|
90
90
|
|
|
@@ -98,7 +98,7 @@ ___
|
|
|
98
98
|
|
|
99
99
|
#### Defined in
|
|
100
100
|
|
|
101
|
-
[src/Request.ts:50](https://github.com/breautek/storm/blob/
|
|
101
|
+
[src/Request.ts:50](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L50)
|
|
102
102
|
|
|
103
103
|
___
|
|
104
104
|
|
|
@@ -112,7 +112,7 @@ ___
|
|
|
112
112
|
|
|
113
113
|
#### Defined in
|
|
114
114
|
|
|
115
|
-
[src/Request.ts:100](https://github.com/breautek/storm/blob/
|
|
115
|
+
[src/Request.ts:100](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L100)
|
|
116
116
|
|
|
117
117
|
___
|
|
118
118
|
|
|
@@ -132,7 +132,7 @@ ___
|
|
|
132
132
|
|
|
133
133
|
#### Defined in
|
|
134
134
|
|
|
135
|
-
[src/Request.ts:74](https://github.com/breautek/storm/blob/
|
|
135
|
+
[src/Request.ts:74](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L74)
|
|
136
136
|
|
|
137
137
|
___
|
|
138
138
|
|
|
@@ -146,7 +146,7 @@ ___
|
|
|
146
146
|
|
|
147
147
|
#### Defined in
|
|
148
148
|
|
|
149
|
-
[src/Request.ts:70](https://github.com/breautek/storm/blob/
|
|
149
|
+
[src/Request.ts:70](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L70)
|
|
150
150
|
|
|
151
151
|
___
|
|
152
152
|
|
|
@@ -160,7 +160,7 @@ ___
|
|
|
160
160
|
|
|
161
161
|
#### Defined in
|
|
162
162
|
|
|
163
|
-
[src/Request.ts:104](https://github.com/breautek/storm/blob/
|
|
163
|
+
[src/Request.ts:104](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L104)
|
|
164
164
|
|
|
165
165
|
___
|
|
166
166
|
|
|
@@ -174,7 +174,7 @@ ___
|
|
|
174
174
|
|
|
175
175
|
#### Defined in
|
|
176
176
|
|
|
177
|
-
[src/Request.ts:96](https://github.com/breautek/storm/blob/
|
|
177
|
+
[src/Request.ts:96](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L96)
|
|
178
178
|
|
|
179
179
|
___
|
|
180
180
|
|
|
@@ -188,7 +188,7 @@ ___
|
|
|
188
188
|
|
|
189
189
|
#### Defined in
|
|
190
190
|
|
|
191
|
-
[src/Request.ts:108](https://github.com/breautek/storm/blob/
|
|
191
|
+
[src/Request.ts:108](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L108)
|
|
192
192
|
|
|
193
193
|
___
|
|
194
194
|
|
|
@@ -208,7 +208,7 @@ ___
|
|
|
208
208
|
|
|
209
209
|
#### Defined in
|
|
210
210
|
|
|
211
|
-
[src/Request.ts:92](https://github.com/breautek/storm/blob/
|
|
211
|
+
[src/Request.ts:92](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L92)
|
|
212
212
|
|
|
213
213
|
___
|
|
214
214
|
|
|
@@ -222,7 +222,7 @@ ___
|
|
|
222
222
|
|
|
223
223
|
#### Defined in
|
|
224
224
|
|
|
225
|
-
[src/Request.ts:88](https://github.com/breautek/storm/blob/
|
|
225
|
+
[src/Request.ts:88](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L88)
|
|
226
226
|
|
|
227
227
|
___
|
|
228
228
|
|
|
@@ -236,7 +236,7 @@ ___
|
|
|
236
236
|
|
|
237
237
|
#### Defined in
|
|
238
238
|
|
|
239
|
-
[src/Request.ts:84](https://github.com/breautek/storm/blob/
|
|
239
|
+
[src/Request.ts:84](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L84)
|
|
240
240
|
|
|
241
241
|
___
|
|
242
242
|
|
|
@@ -250,7 +250,7 @@ ___
|
|
|
250
250
|
|
|
251
251
|
#### Defined in
|
|
252
252
|
|
|
253
|
-
[src/Request.ts:128](https://github.com/breautek/storm/blob/
|
|
253
|
+
[src/Request.ts:128](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L128)
|
|
254
254
|
|
|
255
255
|
___
|
|
256
256
|
|
|
@@ -264,7 +264,7 @@ ___
|
|
|
264
264
|
|
|
265
265
|
#### Defined in
|
|
266
266
|
|
|
267
|
-
[src/Request.ts:112](https://github.com/breautek/storm/blob/
|
|
267
|
+
[src/Request.ts:112](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L112)
|
|
268
268
|
|
|
269
269
|
___
|
|
270
270
|
|
|
@@ -278,7 +278,7 @@ ___
|
|
|
278
278
|
|
|
279
279
|
#### Defined in
|
|
280
280
|
|
|
281
|
-
[src/Request.ts:116](https://github.com/breautek/storm/blob/
|
|
281
|
+
[src/Request.ts:116](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L116)
|
|
282
282
|
|
|
283
283
|
___
|
|
284
284
|
|
|
@@ -298,7 +298,7 @@ ___
|
|
|
298
298
|
|
|
299
299
|
#### Defined in
|
|
300
300
|
|
|
301
|
-
[src/Request.ts:120](https://github.com/breautek/storm/blob/
|
|
301
|
+
[src/Request.ts:120](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L120)
|
|
302
302
|
|
|
303
303
|
___
|
|
304
304
|
|
|
@@ -318,4 +318,4 @@ ___
|
|
|
318
318
|
|
|
319
319
|
#### Defined in
|
|
320
320
|
|
|
321
|
-
[src/Request.ts:124](https://github.com/breautek/storm/blob/
|
|
321
|
+
[src/Request.ts:124](https://github.com/breautek/storm/blob/4b2254f/src/Request.ts#L124)
|
package/docs/classes/Response.md
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
#### Defined in
|
|
52
52
|
|
|
53
|
-
[src/Response.ts:38](https://github.com/breautek/storm/blob/
|
|
53
|
+
[src/Response.ts:38](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L38)
|
|
54
54
|
|
|
55
55
|
## Methods
|
|
56
56
|
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
#### Defined in
|
|
72
72
|
|
|
73
|
-
[src/Response.ts:
|
|
73
|
+
[src/Response.ts:131](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L131)
|
|
74
74
|
|
|
75
75
|
___
|
|
76
76
|
|
|
@@ -84,7 +84,7 @@ ___
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[src/Response.ts:49](https://github.com/breautek/storm/blob/
|
|
87
|
+
[src/Response.ts:49](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L49)
|
|
88
88
|
|
|
89
89
|
___
|
|
90
90
|
|
|
@@ -98,7 +98,7 @@ ___
|
|
|
98
98
|
|
|
99
99
|
#### Defined in
|
|
100
100
|
|
|
101
|
-
[src/Response.ts:
|
|
101
|
+
[src/Response.ts:127](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L127)
|
|
102
102
|
|
|
103
103
|
___
|
|
104
104
|
|
|
@@ -118,7 +118,7 @@ ___
|
|
|
118
118
|
|
|
119
119
|
#### Defined in
|
|
120
120
|
|
|
121
|
-
[src/Response.ts:
|
|
121
|
+
[src/Response.ts:100](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L100)
|
|
122
122
|
|
|
123
123
|
___
|
|
124
124
|
|
|
@@ -138,7 +138,7 @@ ___
|
|
|
138
138
|
|
|
139
139
|
#### Defined in
|
|
140
140
|
|
|
141
|
-
[src/Response.ts:53](https://github.com/breautek/storm/blob/
|
|
141
|
+
[src/Response.ts:53](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L53)
|
|
142
142
|
|
|
143
143
|
___
|
|
144
144
|
|
|
@@ -158,7 +158,7 @@ ___
|
|
|
158
158
|
|
|
159
159
|
#### Defined in
|
|
160
160
|
|
|
161
|
-
[src/Response.ts:
|
|
161
|
+
[src/Response.ts:95](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L95)
|
|
162
162
|
|
|
163
163
|
___
|
|
164
164
|
|
|
@@ -179,7 +179,7 @@ ___
|
|
|
179
179
|
|
|
180
180
|
#### Defined in
|
|
181
181
|
|
|
182
|
-
[src/Response.ts:
|
|
182
|
+
[src/Response.ts:119](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L119)
|
|
183
183
|
|
|
184
184
|
___
|
|
185
185
|
|
|
@@ -199,7 +199,7 @@ ___
|
|
|
199
199
|
|
|
200
200
|
#### Defined in
|
|
201
201
|
|
|
202
|
-
[src/Response.ts:
|
|
202
|
+
[src/Response.ts:123](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L123)
|
|
203
203
|
|
|
204
204
|
___
|
|
205
205
|
|
|
@@ -219,7 +219,7 @@ ___
|
|
|
219
219
|
|
|
220
220
|
#### Defined in
|
|
221
221
|
|
|
222
|
-
[src/Response.ts:44](https://github.com/breautek/storm/blob/
|
|
222
|
+
[src/Response.ts:44](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L44)
|
|
223
223
|
|
|
224
224
|
___
|
|
225
225
|
|
|
@@ -239,4 +239,4 @@ ___
|
|
|
239
239
|
|
|
240
240
|
#### Defined in
|
|
241
241
|
|
|
242
|
-
[src/Response.ts:
|
|
242
|
+
[src/Response.ts:108](https://github.com/breautek/storm/blob/4b2254f/src/Response.ts#L108)
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[src/ResponseData.ts:25](https://github.com/breautek/storm/blob/
|
|
47
|
+
[src/ResponseData.ts:25](https://github.com/breautek/storm/blob/4b2254f/src/ResponseData.ts#L25)
|
|
48
48
|
|
|
49
49
|
## Methods
|
|
50
50
|
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[src/ResponseData.ts:44](https://github.com/breautek/storm/blob/
|
|
61
|
+
[src/ResponseData.ts:44](https://github.com/breautek/storm/blob/4b2254f/src/ResponseData.ts#L44)
|
|
62
62
|
|
|
63
63
|
___
|
|
64
64
|
|
|
@@ -72,7 +72,7 @@ ___
|
|
|
72
72
|
|
|
73
73
|
#### Defined in
|
|
74
74
|
|
|
75
|
-
[src/ResponseData.ts:36](https://github.com/breautek/storm/blob/
|
|
75
|
+
[src/ResponseData.ts:36](https://github.com/breautek/storm/blob/4b2254f/src/ResponseData.ts#L36)
|
|
76
76
|
|
|
77
77
|
___
|
|
78
78
|
|
|
@@ -86,7 +86,7 @@ ___
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[src/ResponseData.ts:52](https://github.com/breautek/storm/blob/
|
|
89
|
+
[src/ResponseData.ts:52](https://github.com/breautek/storm/blob/4b2254f/src/ResponseData.ts#L52)
|
|
90
90
|
|
|
91
91
|
___
|
|
92
92
|
|
|
@@ -100,7 +100,7 @@ ___
|
|
|
100
100
|
|
|
101
101
|
#### Defined in
|
|
102
102
|
|
|
103
|
-
[src/ResponseData.ts:40](https://github.com/breautek/storm/blob/
|
|
103
|
+
[src/ResponseData.ts:40](https://github.com/breautek/storm/blob/4b2254f/src/ResponseData.ts#L40)
|
|
104
104
|
|
|
105
105
|
___
|
|
106
106
|
|
|
@@ -120,7 +120,7 @@ ___
|
|
|
120
120
|
|
|
121
121
|
#### Defined in
|
|
122
122
|
|
|
123
|
-
[src/ResponseData.ts:48](https://github.com/breautek/storm/blob/
|
|
123
|
+
[src/ResponseData.ts:48](https://github.com/breautek/storm/blob/4b2254f/src/ResponseData.ts#L48)
|
|
124
124
|
|
|
125
125
|
___
|
|
126
126
|
|
|
@@ -141,4 +141,4 @@ ___
|
|
|
141
141
|
|
|
142
142
|
#### Defined in
|
|
143
143
|
|
|
144
|
-
[src/ResponseData.ts:32](https://github.com/breautek/storm/blob/
|
|
144
|
+
[src/ResponseData.ts:32](https://github.com/breautek/storm/blob/4b2254f/src/ResponseData.ts#L32)
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[src/ServiceProvider.ts:29](https://github.com/breautek/storm/blob/
|
|
42
|
+
[src/ServiceProvider.ts:29](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L29)
|
|
43
43
|
|
|
44
44
|
## Methods
|
|
45
45
|
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
|
|
61
61
|
#### Defined in
|
|
62
62
|
|
|
63
|
-
[src/ServiceProvider.ts:64](https://github.com/breautek/storm/blob/
|
|
63
|
+
[src/ServiceProvider.ts:64](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L64)
|
|
64
64
|
|
|
65
65
|
___
|
|
66
66
|
|
|
@@ -74,7 +74,7 @@ ___
|
|
|
74
74
|
|
|
75
75
|
#### Defined in
|
|
76
76
|
|
|
77
|
-
[src/ServiceProvider.ts:36](https://github.com/breautek/storm/blob/
|
|
77
|
+
[src/ServiceProvider.ts:36](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L36)
|
|
78
78
|
|
|
79
79
|
___
|
|
80
80
|
|
|
@@ -88,7 +88,7 @@ ___
|
|
|
88
88
|
|
|
89
89
|
#### Defined in
|
|
90
90
|
|
|
91
|
-
[src/ServiceProvider.ts:33](https://github.com/breautek/storm/blob/
|
|
91
|
+
[src/ServiceProvider.ts:33](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L33)
|
|
92
92
|
|
|
93
93
|
___
|
|
94
94
|
|
|
@@ -102,7 +102,7 @@ ___
|
|
|
102
102
|
|
|
103
103
|
#### Defined in
|
|
104
104
|
|
|
105
|
-
[src/ServiceProvider.ts:44](https://github.com/breautek/storm/blob/
|
|
105
|
+
[src/ServiceProvider.ts:44](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L44)
|
|
106
106
|
|
|
107
107
|
___
|
|
108
108
|
|
|
@@ -116,7 +116,7 @@ ___
|
|
|
116
116
|
|
|
117
117
|
#### Defined in
|
|
118
118
|
|
|
119
|
-
[src/ServiceProvider.ts:34](https://github.com/breautek/storm/blob/
|
|
119
|
+
[src/ServiceProvider.ts:34](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L34)
|
|
120
120
|
|
|
121
121
|
___
|
|
122
122
|
|
|
@@ -130,7 +130,7 @@ ___
|
|
|
130
130
|
|
|
131
131
|
#### Defined in
|
|
132
132
|
|
|
133
|
-
[src/ServiceProvider.ts:56](https://github.com/breautek/storm/blob/
|
|
133
|
+
[src/ServiceProvider.ts:56](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L56)
|
|
134
134
|
|
|
135
135
|
___
|
|
136
136
|
|
|
@@ -154,7 +154,7 @@ ___
|
|
|
154
154
|
|
|
155
155
|
#### Defined in
|
|
156
156
|
|
|
157
|
-
[src/ServiceProvider.ts:157](https://github.com/breautek/storm/blob/
|
|
157
|
+
[src/ServiceProvider.ts:157](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L157)
|
|
158
158
|
|
|
159
159
|
___
|
|
160
160
|
|
|
@@ -178,7 +178,7 @@ ___
|
|
|
178
178
|
|
|
179
179
|
#### Defined in
|
|
180
180
|
|
|
181
|
-
[src/ServiceProvider.ts:142](https://github.com/breautek/storm/blob/
|
|
181
|
+
[src/ServiceProvider.ts:142](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L142)
|
|
182
182
|
|
|
183
183
|
___
|
|
184
184
|
|
|
@@ -192,7 +192,7 @@ ___
|
|
|
192
192
|
|
|
193
193
|
#### Defined in
|
|
194
194
|
|
|
195
|
-
[src/ServiceProvider.ts:40](https://github.com/breautek/storm/blob/
|
|
195
|
+
[src/ServiceProvider.ts:40](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L40)
|
|
196
196
|
|
|
197
197
|
___
|
|
198
198
|
|
|
@@ -206,7 +206,7 @@ ___
|
|
|
206
206
|
|
|
207
207
|
#### Defined in
|
|
208
208
|
|
|
209
|
-
[src/ServiceProvider.ts:60](https://github.com/breautek/storm/blob/
|
|
209
|
+
[src/ServiceProvider.ts:60](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L60)
|
|
210
210
|
|
|
211
211
|
___
|
|
212
212
|
|
|
@@ -230,7 +230,7 @@ ___
|
|
|
230
230
|
|
|
231
231
|
#### Defined in
|
|
232
232
|
|
|
233
|
-
[src/ServiceProvider.ts:147](https://github.com/breautek/storm/blob/
|
|
233
|
+
[src/ServiceProvider.ts:147](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L147)
|
|
234
234
|
|
|
235
235
|
___
|
|
236
236
|
|
|
@@ -254,7 +254,7 @@ ___
|
|
|
254
254
|
|
|
255
255
|
#### Defined in
|
|
256
256
|
|
|
257
|
-
[src/ServiceProvider.ts:152](https://github.com/breautek/storm/blob/
|
|
257
|
+
[src/ServiceProvider.ts:152](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L152)
|
|
258
258
|
|
|
259
259
|
___
|
|
260
260
|
|
|
@@ -279,7 +279,7 @@ ___
|
|
|
279
279
|
|
|
280
280
|
#### Defined in
|
|
281
281
|
|
|
282
|
-
[src/ServiceProvider.ts:82](https://github.com/breautek/storm/blob/
|
|
282
|
+
[src/ServiceProvider.ts:82](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L82)
|
|
283
283
|
|
|
284
284
|
___
|
|
285
285
|
|
|
@@ -293,4 +293,4 @@ ___
|
|
|
293
293
|
|
|
294
294
|
#### Defined in
|
|
295
295
|
|
|
296
|
-
[src/ServiceProvider.ts:52](https://github.com/breautek/storm/blob/
|
|
296
|
+
[src/ServiceProvider.ts:52](https://github.com/breautek/storm/blob/4b2254f/src/ServiceProvider.ts#L52)
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[src/ServiceResponse.ts:23](https://github.com/breautek/storm/blob/
|
|
32
|
+
[src/ServiceResponse.ts:23](https://github.com/breautek/storm/blob/4b2254f/src/ServiceResponse.ts#L23)
|
|
33
33
|
|
|
34
34
|
## Methods
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[src/ServiceResponse.ts:36](https://github.com/breautek/storm/blob/
|
|
46
|
+
[src/ServiceResponse.ts:36](https://github.com/breautek/storm/blob/4b2254f/src/ServiceResponse.ts#L36)
|
|
47
47
|
|
|
48
48
|
___
|
|
49
49
|
|
|
@@ -57,7 +57,7 @@ ___
|
|
|
57
57
|
|
|
58
58
|
#### Defined in
|
|
59
59
|
|
|
60
|
-
[src/ServiceResponse.ts:28](https://github.com/breautek/storm/blob/
|
|
60
|
+
[src/ServiceResponse.ts:28](https://github.com/breautek/storm/blob/4b2254f/src/ServiceResponse.ts#L28)
|
|
61
61
|
|
|
62
62
|
___
|
|
63
63
|
|
|
@@ -71,4 +71,4 @@ ___
|
|
|
71
71
|
|
|
72
72
|
#### Defined in
|
|
73
73
|
|
|
74
|
-
[src/ServiceResponse.ts:32](https://github.com/breautek/storm/blob/
|
|
74
|
+
[src/ServiceResponse.ts:32](https://github.com/breautek/storm/blob/4b2254f/src/ServiceResponse.ts#L32)
|