@breautek/storm 3.2.0 → 3.2.1
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 +7 -0
- package/docs/classes/Application.Application-1.md +25 -25
- package/docs/classes/BackendAuthenticationMiddleware.BackendAuthenticationMiddleware-1.md +2 -2
- package/docs/classes/CORSMiddleware.CORSMiddleware-1.md +6 -6
- package/docs/classes/ConfigLoader.ConfigLoader-1.md +1 -1
- package/docs/classes/Database.Database-1.md +12 -12
- package/docs/classes/DatabaseConnection.DatabaseConnection-1.md +19 -19
- package/docs/classes/DatabaseQueryError.DatabaseQueryError-1.md +8 -8
- package/docs/classes/DiskSpaceError.DiskSpaceError-1.md +8 -8
- package/docs/classes/DropTemporaryTableQuery.DropTemporaryTableQuery-1.md +8 -8
- package/docs/classes/DumpStream.DumpStream-1.md +1 -1
- package/docs/classes/DuplicateEntryError.DuplicateEntryError-1.md +8 -8
- package/docs/classes/EntityNotFoundError.EntityNotFoundError-1.md +8 -8
- package/docs/classes/ExpiredTokenError.ExpiredTokenError-1.md +8 -8
- package/docs/classes/Handler.Handler-1.md +13 -13
- package/docs/classes/InternalError.InternalError-1.md +8 -8
- package/docs/classes/InvalidConfigError.InvalidConfigError-1.md +8 -8
- package/docs/classes/InvalidCredentialsError.InvalidCredentialsError-1.md +8 -8
- package/docs/classes/InvalidValueError.InvalidValueError-1.md +8 -8
- package/docs/classes/JWTVerifyOptionsParser.JWTVerifyOptionsParser-1.md +2 -2
- package/docs/classes/ManagedDatabaseConnection.ManagedDatabaseConnection-1.md +19 -19
- package/docs/classes/Middleware.Middleware-1.md +3 -3
- package/docs/classes/MissingConfigError.MissingConfigError-1.md +8 -8
- package/docs/classes/MissingParameterError.MissingParameterError-1.md +8 -8
- package/docs/classes/MySQLConnection.MySQLConnection-1.md +20 -20
- package/docs/classes/MySQLDatabase.MySQLDatabase-1.md +13 -13
- package/docs/classes/Query.Query-1.md +8 -8
- package/docs/classes/RawQuery.RawQuery-1.md +8 -8
- package/docs/classes/Request.Request-1.md +18 -18
- package/docs/classes/Response.Response-1.md +11 -11
- package/docs/classes/ResponseData.ResponseData-1.md +7 -7
- package/docs/classes/ServiceProvider.ServiceProvider-1.md +15 -15
- package/docs/classes/ServiceResponse.ServiceResponse-1.md +4 -4
- package/docs/classes/StormError.StormError-1.md +8 -8
- package/docs/classes/TemporaryTableQuery.TemporaryTableQuery-1.md +8 -8
- package/docs/classes/Token.Token-1.md +2 -2
- package/docs/classes/TokenManager.TokenManager-1.md +4 -4
- package/docs/classes/UnauthorizedAccessError.UnauthorizedAccessError-1.md +8 -8
- package/docs/classes/private_CommitQuery.CommitQuery.md +8 -8
- package/docs/classes/private_RollbackQuery.RollbackQuery.md +8 -8
- package/docs/classes/private_StartTransactionQuery.StartTransactionQuery.md +8 -8
- package/docs/enums/ApplicationEvent.ApplicationEvent-1.md +1 -1
- package/docs/enums/ErrorCode.ErrorCode-1.md +9 -9
- package/docs/enums/ExitCode.ExitCode-1.md +2 -2
- package/docs/enums/HTTPMethod.HTTPMethod-1.md +4 -4
- package/docs/enums/JWTError.JWTError-1.md +2 -2
- package/docs/enums/StatusCode.StatusCode-1.md +48 -48
- package/docs/interfaces/DropTemporaryTableQuery.IDropTemporaryTableQueryInput.md +1 -1
- package/docs/interfaces/IConfig.IConfig-1.md +8 -8
- package/docs/interfaces/IDatabaseConfig.IDatabaseConfig-1.md +6 -6
- package/docs/interfaces/IDatabaseConnection.IDatabaseConnection-1.md +14 -14
- package/docs/interfaces/IFormData.IFormData-1.md +2 -2
- package/docs/interfaces/IHandler.IHandler-1.md +1 -1
- package/docs/interfaces/IInsertQueryResult.IInsertQueryResult-1.md +3 -3
- package/docs/interfaces/IJWTVerifyOptions.IJWTVerifyOptions-1.md +1 -1
- package/docs/interfaces/IRequestResponse.IRequestResponse-1.md +2 -2
- package/docs/interfaces/IUpdateQueryResult.IUpdateQueryResult-1.md +2 -2
- package/docs/interfaces/StormError.IErrorResponse.md +4 -4
- package/docs/interfaces/TemporaryTableQuery.ITemporaryTableQueryInput.md +2 -2
- package/docs/modules/DatabaseConnection.md +2 -2
- package/docs/modules/Handler.md +2 -2
- package/docs/modules/IDeleteQueryResult.md +1 -1
- package/docs/modules/Response.md +1 -1
- package/docs/modules/instance.md +2 -2
- package/lib/ConfigLoader.js +1 -1
- package/lib/ConfigLoader.js.map +1 -1
- package/package.json +17 -17
- package/src/ConfigLoader.ts +1 -1
- package/src/defs/merge-change.d.ts +1 -1
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[src/MySQLDatabase.ts:27](https://github.com/breautek/storm/blob/
|
|
46
|
+
[src/MySQLDatabase.ts:27](https://github.com/breautek/storm/blob/72412c9/src/MySQLDatabase.ts#L27)
|
|
47
47
|
|
|
48
48
|
## Methods
|
|
49
49
|
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
|
|
69
69
|
#### Defined in
|
|
70
70
|
|
|
71
|
-
[src/MySQLDatabase.ts:49](https://github.com/breautek/storm/blob/
|
|
71
|
+
[src/MySQLDatabase.ts:49](https://github.com/breautek/storm/blob/72412c9/src/MySQLDatabase.ts#L49)
|
|
72
72
|
|
|
73
73
|
___
|
|
74
74
|
|
|
@@ -86,7 +86,7 @@ ___
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[src/MySQLDatabase.ts:59](https://github.com/breautek/storm/blob/
|
|
89
|
+
[src/MySQLDatabase.ts:59](https://github.com/breautek/storm/blob/72412c9/src/MySQLDatabase.ts#L59)
|
|
90
90
|
|
|
91
91
|
___
|
|
92
92
|
|
|
@@ -111,7 +111,7 @@ ___
|
|
|
111
111
|
|
|
112
112
|
#### Defined in
|
|
113
113
|
|
|
114
|
-
[src/MySQLDatabase.ts:72](https://github.com/breautek/storm/blob/
|
|
114
|
+
[src/MySQLDatabase.ts:72](https://github.com/breautek/storm/blob/72412c9/src/MySQLDatabase.ts#L72)
|
|
115
115
|
|
|
116
116
|
___
|
|
117
117
|
|
|
@@ -135,7 +135,7 @@ ___
|
|
|
135
135
|
|
|
136
136
|
#### Defined in
|
|
137
137
|
|
|
138
|
-
[src/MySQLDatabase.ts:54](https://github.com/breautek/storm/blob/
|
|
138
|
+
[src/MySQLDatabase.ts:54](https://github.com/breautek/storm/blob/72412c9/src/MySQLDatabase.ts#L54)
|
|
139
139
|
|
|
140
140
|
___
|
|
141
141
|
|
|
@@ -159,7 +159,7 @@ ___
|
|
|
159
159
|
|
|
160
160
|
#### Defined in
|
|
161
161
|
|
|
162
|
-
[src/Database.ts:32](https://github.com/breautek/storm/blob/
|
|
162
|
+
[src/Database.ts:32](https://github.com/breautek/storm/blob/72412c9/src/Database.ts#L32)
|
|
163
163
|
|
|
164
164
|
___
|
|
165
165
|
|
|
@@ -184,7 +184,7 @@ ___
|
|
|
184
184
|
|
|
185
185
|
#### Defined in
|
|
186
186
|
|
|
187
|
-
[src/Database.ts:46](https://github.com/breautek/storm/blob/
|
|
187
|
+
[src/Database.ts:46](https://github.com/breautek/storm/blob/72412c9/src/Database.ts#L46)
|
|
188
188
|
|
|
189
189
|
___
|
|
190
190
|
|
|
@@ -202,7 +202,7 @@ ___
|
|
|
202
202
|
|
|
203
203
|
#### Defined in
|
|
204
204
|
|
|
205
|
-
[src/Database.ts:78](https://github.com/breautek/storm/blob/
|
|
205
|
+
[src/Database.ts:78](https://github.com/breautek/storm/blob/72412c9/src/Database.ts#L78)
|
|
206
206
|
|
|
207
207
|
___
|
|
208
208
|
|
|
@@ -226,7 +226,7 @@ ___
|
|
|
226
226
|
|
|
227
227
|
#### Defined in
|
|
228
228
|
|
|
229
|
-
[src/MySQLDatabase.ts:40](https://github.com/breautek/storm/blob/
|
|
229
|
+
[src/MySQLDatabase.ts:40](https://github.com/breautek/storm/blob/72412c9/src/MySQLDatabase.ts#L40)
|
|
230
230
|
|
|
231
231
|
___
|
|
232
232
|
|
|
@@ -251,7 +251,7 @@ ___
|
|
|
251
251
|
|
|
252
252
|
#### Defined in
|
|
253
253
|
|
|
254
|
-
[src/Database.ts:65](https://github.com/breautek/storm/blob/
|
|
254
|
+
[src/Database.ts:65](https://github.com/breautek/storm/blob/72412c9/src/Database.ts#L65)
|
|
255
255
|
|
|
256
256
|
___
|
|
257
257
|
|
|
@@ -269,7 +269,7 @@ ___
|
|
|
269
269
|
|
|
270
270
|
#### Defined in
|
|
271
271
|
|
|
272
|
-
[src/Database.ts:41](https://github.com/breautek/storm/blob/
|
|
272
|
+
[src/Database.ts:41](https://github.com/breautek/storm/blob/72412c9/src/Database.ts#L41)
|
|
273
273
|
|
|
274
274
|
___
|
|
275
275
|
|
|
@@ -293,7 +293,7 @@ ___
|
|
|
293
293
|
|
|
294
294
|
#### Defined in
|
|
295
295
|
|
|
296
|
-
[src/Database.ts:55](https://github.com/breautek/storm/blob/
|
|
296
|
+
[src/Database.ts:55](https://github.com/breautek/storm/blob/72412c9/src/Database.ts#L55)
|
|
297
297
|
|
|
298
298
|
___
|
|
299
299
|
|
|
@@ -313,4 +313,4 @@ ___
|
|
|
313
313
|
|
|
314
314
|
#### Defined in
|
|
315
315
|
|
|
316
|
-
[src/MySQLDatabase.ts:45](https://github.com/breautek/storm/blob/
|
|
316
|
+
[src/MySQLDatabase.ts:45](https://github.com/breautek/storm/blob/72412c9/src/MySQLDatabase.ts#L45)
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[src/Query.ts:23](https://github.com/breautek/storm/blob/
|
|
69
|
+
[src/Query.ts:23](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L23)
|
|
70
70
|
|
|
71
71
|
## Methods
|
|
72
72
|
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
|
|
81
81
|
#### Defined in
|
|
82
82
|
|
|
83
|
-
[src/Query.ts:35](https://github.com/breautek/storm/blob/
|
|
83
|
+
[src/Query.ts:35](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L35)
|
|
84
84
|
|
|
85
85
|
___
|
|
86
86
|
|
|
@@ -100,7 +100,7 @@ ___
|
|
|
100
100
|
|
|
101
101
|
#### Defined in
|
|
102
102
|
|
|
103
|
-
[src/Query.ts:63](https://github.com/breautek/storm/blob/
|
|
103
|
+
[src/Query.ts:63](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L63)
|
|
104
104
|
|
|
105
105
|
___
|
|
106
106
|
|
|
@@ -114,7 +114,7 @@ ___
|
|
|
114
114
|
|
|
115
115
|
#### Defined in
|
|
116
116
|
|
|
117
|
-
[src/Query.ts:27](https://github.com/breautek/storm/blob/
|
|
117
|
+
[src/Query.ts:27](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L27)
|
|
118
118
|
|
|
119
119
|
___
|
|
120
120
|
|
|
@@ -128,7 +128,7 @@ ___
|
|
|
128
128
|
|
|
129
129
|
#### Defined in
|
|
130
130
|
|
|
131
|
-
[src/Query.ts:31](https://github.com/breautek/storm/blob/
|
|
131
|
+
[src/Query.ts:31](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L31)
|
|
132
132
|
|
|
133
133
|
___
|
|
134
134
|
|
|
@@ -142,7 +142,7 @@ ___
|
|
|
142
142
|
|
|
143
143
|
#### Defined in
|
|
144
144
|
|
|
145
|
-
[src/Query.ts:37](https://github.com/breautek/storm/blob/
|
|
145
|
+
[src/Query.ts:37](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L37)
|
|
146
146
|
|
|
147
147
|
___
|
|
148
148
|
|
|
@@ -165,7 +165,7 @@ Override to augment/manipulate the returned result set.
|
|
|
165
165
|
|
|
166
166
|
#### Defined in
|
|
167
167
|
|
|
168
|
-
[src/Query.ts:58](https://github.com/breautek/storm/blob/
|
|
168
|
+
[src/Query.ts:58](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L58)
|
|
169
169
|
|
|
170
170
|
___
|
|
171
171
|
|
|
@@ -188,4 +188,4 @@ Can be used to set session variables or create temporary tables, etc.
|
|
|
188
188
|
|
|
189
189
|
#### Defined in
|
|
190
190
|
|
|
191
|
-
[src/Query.ts:48](https://github.com/breautek/storm/blob/
|
|
191
|
+
[src/Query.ts:48](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L48)
|
|
@@ -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/72412c9/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/72412c9/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:63](https://github.com/breautek/storm/blob/
|
|
104
|
+
[src/Query.ts:63](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L63)
|
|
105
105
|
|
|
106
106
|
___
|
|
107
107
|
|
|
@@ -119,7 +119,7 @@ ___
|
|
|
119
119
|
|
|
120
120
|
#### Defined in
|
|
121
121
|
|
|
122
|
-
[src/Query.ts:27](https://github.com/breautek/storm/blob/
|
|
122
|
+
[src/Query.ts:27](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L27)
|
|
123
123
|
|
|
124
124
|
___
|
|
125
125
|
|
|
@@ -137,7 +137,7 @@ ___
|
|
|
137
137
|
|
|
138
138
|
#### Defined in
|
|
139
139
|
|
|
140
|
-
[src/Query.ts:31](https://github.com/breautek/storm/blob/
|
|
140
|
+
[src/Query.ts:31](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L31)
|
|
141
141
|
|
|
142
142
|
___
|
|
143
143
|
|
|
@@ -155,7 +155,7 @@ ___
|
|
|
155
155
|
|
|
156
156
|
#### Defined in
|
|
157
157
|
|
|
158
|
-
[src/Query.ts:37](https://github.com/breautek/storm/blob/
|
|
158
|
+
[src/Query.ts:37](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L37)
|
|
159
159
|
|
|
160
160
|
___
|
|
161
161
|
|
|
@@ -182,7 +182,7 @@ Override to augment/manipulate the returned result set.
|
|
|
182
182
|
|
|
183
183
|
#### Defined in
|
|
184
184
|
|
|
185
|
-
[src/Query.ts:58](https://github.com/breautek/storm/blob/
|
|
185
|
+
[src/Query.ts:58](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L58)
|
|
186
186
|
|
|
187
187
|
___
|
|
188
188
|
|
|
@@ -209,4 +209,4 @@ Can be used to set session variables or create temporary tables, etc.
|
|
|
209
209
|
|
|
210
210
|
#### Defined in
|
|
211
211
|
|
|
212
|
-
[src/Query.ts:48](https://github.com/breautek/storm/blob/
|
|
212
|
+
[src/Query.ts:48](https://github.com/breautek/storm/blob/72412c9/src/Query.ts#L48)
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[src/Request.ts:42](https://github.com/breautek/storm/blob/
|
|
61
|
+
[src/Request.ts:42](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L42)
|
|
62
62
|
|
|
63
63
|
## Methods
|
|
64
64
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
|
|
73
73
|
#### Defined in
|
|
74
74
|
|
|
75
|
-
[src/Request.ts:132](https://github.com/breautek/storm/blob/
|
|
75
|
+
[src/Request.ts:132](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L132)
|
|
76
76
|
|
|
77
77
|
___
|
|
78
78
|
|
|
@@ -86,7 +86,7 @@ ___
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[src/Request.ts:46](https://github.com/breautek/storm/blob/
|
|
89
|
+
[src/Request.ts:46](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L46)
|
|
90
90
|
|
|
91
91
|
___
|
|
92
92
|
|
|
@@ -100,7 +100,7 @@ ___
|
|
|
100
100
|
|
|
101
101
|
#### Defined in
|
|
102
102
|
|
|
103
|
-
[src/Request.ts:50](https://github.com/breautek/storm/blob/
|
|
103
|
+
[src/Request.ts:50](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L50)
|
|
104
104
|
|
|
105
105
|
___
|
|
106
106
|
|
|
@@ -114,7 +114,7 @@ ___
|
|
|
114
114
|
|
|
115
115
|
#### Defined in
|
|
116
116
|
|
|
117
|
-
[src/Request.ts:100](https://github.com/breautek/storm/blob/
|
|
117
|
+
[src/Request.ts:100](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L100)
|
|
118
118
|
|
|
119
119
|
___
|
|
120
120
|
|
|
@@ -134,7 +134,7 @@ ___
|
|
|
134
134
|
|
|
135
135
|
#### Defined in
|
|
136
136
|
|
|
137
|
-
[src/Request.ts:74](https://github.com/breautek/storm/blob/
|
|
137
|
+
[src/Request.ts:74](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L74)
|
|
138
138
|
|
|
139
139
|
___
|
|
140
140
|
|
|
@@ -148,7 +148,7 @@ ___
|
|
|
148
148
|
|
|
149
149
|
#### Defined in
|
|
150
150
|
|
|
151
|
-
[src/Request.ts:70](https://github.com/breautek/storm/blob/
|
|
151
|
+
[src/Request.ts:70](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L70)
|
|
152
152
|
|
|
153
153
|
___
|
|
154
154
|
|
|
@@ -162,7 +162,7 @@ ___
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[src/Request.ts:104](https://github.com/breautek/storm/blob/
|
|
165
|
+
[src/Request.ts:104](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L104)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -176,7 +176,7 @@ ___
|
|
|
176
176
|
|
|
177
177
|
#### Defined in
|
|
178
178
|
|
|
179
|
-
[src/Request.ts:96](https://github.com/breautek/storm/blob/
|
|
179
|
+
[src/Request.ts:96](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L96)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -190,7 +190,7 @@ ___
|
|
|
190
190
|
|
|
191
191
|
#### Defined in
|
|
192
192
|
|
|
193
|
-
[src/Request.ts:108](https://github.com/breautek/storm/blob/
|
|
193
|
+
[src/Request.ts:108](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L108)
|
|
194
194
|
|
|
195
195
|
___
|
|
196
196
|
|
|
@@ -210,7 +210,7 @@ ___
|
|
|
210
210
|
|
|
211
211
|
#### Defined in
|
|
212
212
|
|
|
213
|
-
[src/Request.ts:92](https://github.com/breautek/storm/blob/
|
|
213
|
+
[src/Request.ts:92](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L92)
|
|
214
214
|
|
|
215
215
|
___
|
|
216
216
|
|
|
@@ -224,7 +224,7 @@ ___
|
|
|
224
224
|
|
|
225
225
|
#### Defined in
|
|
226
226
|
|
|
227
|
-
[src/Request.ts:88](https://github.com/breautek/storm/blob/
|
|
227
|
+
[src/Request.ts:88](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L88)
|
|
228
228
|
|
|
229
229
|
___
|
|
230
230
|
|
|
@@ -238,7 +238,7 @@ ___
|
|
|
238
238
|
|
|
239
239
|
#### Defined in
|
|
240
240
|
|
|
241
|
-
[src/Request.ts:84](https://github.com/breautek/storm/blob/
|
|
241
|
+
[src/Request.ts:84](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L84)
|
|
242
242
|
|
|
243
243
|
___
|
|
244
244
|
|
|
@@ -252,7 +252,7 @@ ___
|
|
|
252
252
|
|
|
253
253
|
#### Defined in
|
|
254
254
|
|
|
255
|
-
[src/Request.ts:128](https://github.com/breautek/storm/blob/
|
|
255
|
+
[src/Request.ts:128](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L128)
|
|
256
256
|
|
|
257
257
|
___
|
|
258
258
|
|
|
@@ -266,7 +266,7 @@ ___
|
|
|
266
266
|
|
|
267
267
|
#### Defined in
|
|
268
268
|
|
|
269
|
-
[src/Request.ts:112](https://github.com/breautek/storm/blob/
|
|
269
|
+
[src/Request.ts:112](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L112)
|
|
270
270
|
|
|
271
271
|
___
|
|
272
272
|
|
|
@@ -280,7 +280,7 @@ ___
|
|
|
280
280
|
|
|
281
281
|
#### Defined in
|
|
282
282
|
|
|
283
|
-
[src/Request.ts:116](https://github.com/breautek/storm/blob/
|
|
283
|
+
[src/Request.ts:116](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L116)
|
|
284
284
|
|
|
285
285
|
___
|
|
286
286
|
|
|
@@ -300,7 +300,7 @@ ___
|
|
|
300
300
|
|
|
301
301
|
#### Defined in
|
|
302
302
|
|
|
303
|
-
[src/Request.ts:120](https://github.com/breautek/storm/blob/
|
|
303
|
+
[src/Request.ts:120](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L120)
|
|
304
304
|
|
|
305
305
|
___
|
|
306
306
|
|
|
@@ -320,4 +320,4 @@ ___
|
|
|
320
320
|
|
|
321
321
|
#### Defined in
|
|
322
322
|
|
|
323
|
-
[src/Request.ts:124](https://github.com/breautek/storm/blob/
|
|
323
|
+
[src/Request.ts:124](https://github.com/breautek/storm/blob/72412c9/src/Request.ts#L124)
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[src/Response.ts:38](https://github.com/breautek/storm/blob/
|
|
55
|
+
[src/Response.ts:38](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L38)
|
|
56
56
|
|
|
57
57
|
## Methods
|
|
58
58
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
|
|
73
73
|
#### Defined in
|
|
74
74
|
|
|
75
|
-
[src/Response.ts:130](https://github.com/breautek/storm/blob/
|
|
75
|
+
[src/Response.ts:130](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L130)
|
|
76
76
|
|
|
77
77
|
___
|
|
78
78
|
|
|
@@ -86,7 +86,7 @@ ___
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[src/Response.ts:49](https://github.com/breautek/storm/blob/
|
|
89
|
+
[src/Response.ts:49](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L49)
|
|
90
90
|
|
|
91
91
|
___
|
|
92
92
|
|
|
@@ -100,7 +100,7 @@ ___
|
|
|
100
100
|
|
|
101
101
|
#### Defined in
|
|
102
102
|
|
|
103
|
-
[src/Response.ts:126](https://github.com/breautek/storm/blob/
|
|
103
|
+
[src/Response.ts:126](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L126)
|
|
104
104
|
|
|
105
105
|
___
|
|
106
106
|
|
|
@@ -120,7 +120,7 @@ ___
|
|
|
120
120
|
|
|
121
121
|
#### Defined in
|
|
122
122
|
|
|
123
|
-
[src/Response.ts:99](https://github.com/breautek/storm/blob/
|
|
123
|
+
[src/Response.ts:99](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L99)
|
|
124
124
|
|
|
125
125
|
___
|
|
126
126
|
|
|
@@ -140,7 +140,7 @@ ___
|
|
|
140
140
|
|
|
141
141
|
#### Defined in
|
|
142
142
|
|
|
143
|
-
[src/Response.ts:53](https://github.com/breautek/storm/blob/
|
|
143
|
+
[src/Response.ts:53](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L53)
|
|
144
144
|
|
|
145
145
|
___
|
|
146
146
|
|
|
@@ -160,7 +160,7 @@ ___
|
|
|
160
160
|
|
|
161
161
|
#### Defined in
|
|
162
162
|
|
|
163
|
-
[src/Response.ts:94](https://github.com/breautek/storm/blob/
|
|
163
|
+
[src/Response.ts:94](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L94)
|
|
164
164
|
|
|
165
165
|
___
|
|
166
166
|
|
|
@@ -181,7 +181,7 @@ ___
|
|
|
181
181
|
|
|
182
182
|
#### Defined in
|
|
183
183
|
|
|
184
|
-
[src/Response.ts:118](https://github.com/breautek/storm/blob/
|
|
184
|
+
[src/Response.ts:118](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L118)
|
|
185
185
|
|
|
186
186
|
___
|
|
187
187
|
|
|
@@ -201,7 +201,7 @@ ___
|
|
|
201
201
|
|
|
202
202
|
#### Defined in
|
|
203
203
|
|
|
204
|
-
[src/Response.ts:122](https://github.com/breautek/storm/blob/
|
|
204
|
+
[src/Response.ts:122](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L122)
|
|
205
205
|
|
|
206
206
|
___
|
|
207
207
|
|
|
@@ -221,7 +221,7 @@ ___
|
|
|
221
221
|
|
|
222
222
|
#### Defined in
|
|
223
223
|
|
|
224
|
-
[src/Response.ts:44](https://github.com/breautek/storm/blob/
|
|
224
|
+
[src/Response.ts:44](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L44)
|
|
225
225
|
|
|
226
226
|
___
|
|
227
227
|
|
|
@@ -241,4 +241,4 @@ ___
|
|
|
241
241
|
|
|
242
242
|
#### Defined in
|
|
243
243
|
|
|
244
|
-
[src/Response.ts:107](https://github.com/breautek/storm/blob/
|
|
244
|
+
[src/Response.ts:107](https://github.com/breautek/storm/blob/72412c9/src/Response.ts#L107)
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[src/ResponseData.ts:25](https://github.com/breautek/storm/blob/
|
|
49
|
+
[src/ResponseData.ts:25](https://github.com/breautek/storm/blob/72412c9/src/ResponseData.ts#L25)
|
|
50
50
|
|
|
51
51
|
## Methods
|
|
52
52
|
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
|
|
61
61
|
#### Defined in
|
|
62
62
|
|
|
63
|
-
[src/ResponseData.ts:44](https://github.com/breautek/storm/blob/
|
|
63
|
+
[src/ResponseData.ts:44](https://github.com/breautek/storm/blob/72412c9/src/ResponseData.ts#L44)
|
|
64
64
|
|
|
65
65
|
___
|
|
66
66
|
|
|
@@ -74,7 +74,7 @@ ___
|
|
|
74
74
|
|
|
75
75
|
#### Defined in
|
|
76
76
|
|
|
77
|
-
[src/ResponseData.ts:36](https://github.com/breautek/storm/blob/
|
|
77
|
+
[src/ResponseData.ts:36](https://github.com/breautek/storm/blob/72412c9/src/ResponseData.ts#L36)
|
|
78
78
|
|
|
79
79
|
___
|
|
80
80
|
|
|
@@ -88,7 +88,7 @@ ___
|
|
|
88
88
|
|
|
89
89
|
#### Defined in
|
|
90
90
|
|
|
91
|
-
[src/ResponseData.ts:52](https://github.com/breautek/storm/blob/
|
|
91
|
+
[src/ResponseData.ts:52](https://github.com/breautek/storm/blob/72412c9/src/ResponseData.ts#L52)
|
|
92
92
|
|
|
93
93
|
___
|
|
94
94
|
|
|
@@ -102,7 +102,7 @@ ___
|
|
|
102
102
|
|
|
103
103
|
#### Defined in
|
|
104
104
|
|
|
105
|
-
[src/ResponseData.ts:40](https://github.com/breautek/storm/blob/
|
|
105
|
+
[src/ResponseData.ts:40](https://github.com/breautek/storm/blob/72412c9/src/ResponseData.ts#L40)
|
|
106
106
|
|
|
107
107
|
___
|
|
108
108
|
|
|
@@ -122,7 +122,7 @@ ___
|
|
|
122
122
|
|
|
123
123
|
#### Defined in
|
|
124
124
|
|
|
125
|
-
[src/ResponseData.ts:48](https://github.com/breautek/storm/blob/
|
|
125
|
+
[src/ResponseData.ts:48](https://github.com/breautek/storm/blob/72412c9/src/ResponseData.ts#L48)
|
|
126
126
|
|
|
127
127
|
___
|
|
128
128
|
|
|
@@ -143,4 +143,4 @@ ___
|
|
|
143
143
|
|
|
144
144
|
#### Defined in
|
|
145
145
|
|
|
146
|
-
[src/ResponseData.ts:32](https://github.com/breautek/storm/blob/
|
|
146
|
+
[src/ResponseData.ts:32](https://github.com/breautek/storm/blob/72412c9/src/ResponseData.ts#L32)
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
#### Defined in
|
|
43
43
|
|
|
44
|
-
[src/ServiceProvider.ts:30](https://github.com/breautek/storm/blob/
|
|
44
|
+
[src/ServiceProvider.ts:30](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L30)
|
|
45
45
|
|
|
46
46
|
## Methods
|
|
47
47
|
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[src/ServiceProvider.ts:65](https://github.com/breautek/storm/blob/
|
|
65
|
+
[src/ServiceProvider.ts:65](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L65)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -76,7 +76,7 @@ ___
|
|
|
76
76
|
|
|
77
77
|
#### Defined in
|
|
78
78
|
|
|
79
|
-
[src/ServiceProvider.ts:37](https://github.com/breautek/storm/blob/
|
|
79
|
+
[src/ServiceProvider.ts:37](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L37)
|
|
80
80
|
|
|
81
81
|
___
|
|
82
82
|
|
|
@@ -90,7 +90,7 @@ ___
|
|
|
90
90
|
|
|
91
91
|
#### Defined in
|
|
92
92
|
|
|
93
|
-
[src/ServiceProvider.ts:34](https://github.com/breautek/storm/blob/
|
|
93
|
+
[src/ServiceProvider.ts:34](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L34)
|
|
94
94
|
|
|
95
95
|
___
|
|
96
96
|
|
|
@@ -104,7 +104,7 @@ ___
|
|
|
104
104
|
|
|
105
105
|
#### Defined in
|
|
106
106
|
|
|
107
|
-
[src/ServiceProvider.ts:45](https://github.com/breautek/storm/blob/
|
|
107
|
+
[src/ServiceProvider.ts:45](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L45)
|
|
108
108
|
|
|
109
109
|
___
|
|
110
110
|
|
|
@@ -118,7 +118,7 @@ ___
|
|
|
118
118
|
|
|
119
119
|
#### Defined in
|
|
120
120
|
|
|
121
|
-
[src/ServiceProvider.ts:35](https://github.com/breautek/storm/blob/
|
|
121
|
+
[src/ServiceProvider.ts:35](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L35)
|
|
122
122
|
|
|
123
123
|
___
|
|
124
124
|
|
|
@@ -132,7 +132,7 @@ ___
|
|
|
132
132
|
|
|
133
133
|
#### Defined in
|
|
134
134
|
|
|
135
|
-
[src/ServiceProvider.ts:57](https://github.com/breautek/storm/blob/
|
|
135
|
+
[src/ServiceProvider.ts:57](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L57)
|
|
136
136
|
|
|
137
137
|
___
|
|
138
138
|
|
|
@@ -156,7 +156,7 @@ ___
|
|
|
156
156
|
|
|
157
157
|
#### Defined in
|
|
158
158
|
|
|
159
|
-
[src/ServiceProvider.ts:158](https://github.com/breautek/storm/blob/
|
|
159
|
+
[src/ServiceProvider.ts:158](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L158)
|
|
160
160
|
|
|
161
161
|
___
|
|
162
162
|
|
|
@@ -180,7 +180,7 @@ ___
|
|
|
180
180
|
|
|
181
181
|
#### Defined in
|
|
182
182
|
|
|
183
|
-
[src/ServiceProvider.ts:143](https://github.com/breautek/storm/blob/
|
|
183
|
+
[src/ServiceProvider.ts:143](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L143)
|
|
184
184
|
|
|
185
185
|
___
|
|
186
186
|
|
|
@@ -194,7 +194,7 @@ ___
|
|
|
194
194
|
|
|
195
195
|
#### Defined in
|
|
196
196
|
|
|
197
|
-
[src/ServiceProvider.ts:41](https://github.com/breautek/storm/blob/
|
|
197
|
+
[src/ServiceProvider.ts:41](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L41)
|
|
198
198
|
|
|
199
199
|
___
|
|
200
200
|
|
|
@@ -208,7 +208,7 @@ ___
|
|
|
208
208
|
|
|
209
209
|
#### Defined in
|
|
210
210
|
|
|
211
|
-
[src/ServiceProvider.ts:61](https://github.com/breautek/storm/blob/
|
|
211
|
+
[src/ServiceProvider.ts:61](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L61)
|
|
212
212
|
|
|
213
213
|
___
|
|
214
214
|
|
|
@@ -232,7 +232,7 @@ ___
|
|
|
232
232
|
|
|
233
233
|
#### Defined in
|
|
234
234
|
|
|
235
|
-
[src/ServiceProvider.ts:148](https://github.com/breautek/storm/blob/
|
|
235
|
+
[src/ServiceProvider.ts:148](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L148)
|
|
236
236
|
|
|
237
237
|
___
|
|
238
238
|
|
|
@@ -256,7 +256,7 @@ ___
|
|
|
256
256
|
|
|
257
257
|
#### Defined in
|
|
258
258
|
|
|
259
|
-
[src/ServiceProvider.ts:153](https://github.com/breautek/storm/blob/
|
|
259
|
+
[src/ServiceProvider.ts:153](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L153)
|
|
260
260
|
|
|
261
261
|
___
|
|
262
262
|
|
|
@@ -281,7 +281,7 @@ ___
|
|
|
281
281
|
|
|
282
282
|
#### Defined in
|
|
283
283
|
|
|
284
|
-
[src/ServiceProvider.ts:83](https://github.com/breautek/storm/blob/
|
|
284
|
+
[src/ServiceProvider.ts:83](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L83)
|
|
285
285
|
|
|
286
286
|
___
|
|
287
287
|
|
|
@@ -295,4 +295,4 @@ ___
|
|
|
295
295
|
|
|
296
296
|
#### Defined in
|
|
297
297
|
|
|
298
|
-
[src/ServiceProvider.ts:53](https://github.com/breautek/storm/blob/
|
|
298
|
+
[src/ServiceProvider.ts:53](https://github.com/breautek/storm/blob/72412c9/src/ServiceProvider.ts#L53)
|