@breautek/storm 4.6.1 → 4.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/docs/README.md +5 -5
  3. package/docs/classes/Application.md +53 -53
  4. package/docs/classes/BackendAuthenticationMiddleware.md +2 -2
  5. package/docs/classes/CORSMiddleware.md +6 -6
  6. package/docs/classes/ConfigLoader.md +1 -1
  7. package/docs/classes/Database.md +12 -12
  8. package/docs/classes/DatabaseCastObject.md +3 -3
  9. package/docs/classes/DatabaseConnection.md +19 -19
  10. package/docs/classes/DatabaseQueryError.md +16 -16
  11. package/docs/classes/DeadLockError.md +16 -16
  12. package/docs/classes/DiskSpaceError.md +16 -16
  13. package/docs/classes/DropTemporaryTableQuery.md +8 -8
  14. package/docs/classes/DumpStream.md +1 -1
  15. package/docs/classes/DuplicateEntryError.md +16 -16
  16. package/docs/classes/EntityNotFoundError.md +16 -16
  17. package/docs/classes/ExpiredTokenError.md +16 -16
  18. package/docs/classes/Handler.md +14 -14
  19. package/docs/classes/InternalError.md +16 -16
  20. package/docs/classes/InvalidCredentialsError.md +16 -16
  21. package/docs/classes/InvalidValueError.md +16 -16
  22. package/docs/classes/LineString.md +4 -4
  23. package/docs/classes/ManagedDatabaseConnection.md +19 -19
  24. package/docs/classes/Middleware.md +3 -3
  25. package/docs/classes/MissingConfigError.md +16 -16
  26. package/docs/classes/MissingParameterError.md +16 -16
  27. package/docs/classes/MySQLConnection.md +20 -20
  28. package/docs/classes/MySQLDatabase.md +13 -13
  29. package/docs/classes/NotImplementedError.md +16 -16
  30. package/docs/classes/Point.md +4 -4
  31. package/docs/classes/Polygon.md +4 -4
  32. package/docs/classes/Query.md +8 -8
  33. package/docs/classes/RawError.md +16 -16
  34. package/docs/classes/RawQuery.md +8 -8
  35. package/docs/classes/Request.md +18 -18
  36. package/docs/classes/Response.md +11 -11
  37. package/docs/classes/ResponseData.md +7 -7
  38. package/docs/classes/ServiceProvider.md +15 -15
  39. package/docs/classes/ServiceResponse.md +4 -4
  40. package/docs/classes/SetSessionVariableQuery.md +8 -8
  41. package/docs/classes/StormError.md +16 -16
  42. package/docs/classes/TemporaryTableQuery.md +8 -8
  43. package/docs/classes/Token.md +2 -2
  44. package/docs/classes/TokenManager.md +4 -4
  45. package/docs/classes/UnauthorizedAccessError.md +16 -16
  46. package/docs/enums/ErrorCode.md +9 -9
  47. package/docs/enums/ExitCode.md +2 -2
  48. package/docs/enums/HTTPMethod.md +4 -4
  49. package/docs/enums/IsolationLevel.md +4 -4
  50. package/docs/enums/JWTError.md +2 -2
  51. package/docs/enums/StatusCode.md +48 -48
  52. package/docs/interfaces/IConfig.md +8 -8
  53. package/docs/interfaces/IDatabaseConfig.md +6 -6
  54. package/docs/interfaces/IDatabaseConnection.md +14 -14
  55. package/docs/interfaces/IErrorResponse.md +5 -5
  56. package/docs/interfaces/IFormData.md +2 -2
  57. package/docs/interfaces/IHandler.md +1 -1
  58. package/docs/interfaces/IInsertQueryResult.md +3 -3
  59. package/docs/interfaces/IJWTVerifyOptions.md +1 -1
  60. package/docs/interfaces/IRequestResponse.md +2 -2
  61. package/docs/interfaces/ISetSessionVariableQueryInput.md +2 -2
  62. package/docs/interfaces/ITemporaryTableQueryInput.md +2 -2
  63. package/docs/interfaces/IUpdateQueryResult.md +2 -2
  64. package/docs/interfaces/formidable.Part.md +17 -17
  65. package/lib/Handler.d.ts +2 -2
  66. package/lib/IDeleteQueryResult.d.ts +1 -1
  67. package/lib/Response.d.ts +1 -1
  68. package/lib/Response.js +6 -5
  69. package/lib/Response.js.map +1 -1
  70. package/lib/TCoordinate.d.ts +1 -1
  71. package/package.json +18 -18
  72. package/src/Response.ts +6 -5
package/CHANGELOG.md CHANGED
@@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v4.6.3](https://github.com/breautek/storm/compare/v4.6.2...v4.6.3)
8
+
9
+ - deproll (Minus jsonwebtoken) [`1ef6050`](https://github.com/breautek/storm/commit/1ef6050745968160db12a39994b73e45402decb6)
10
+ - jsonwebtoken 8.x -> 9.0.0 [`5fbba2d`](https://github.com/breautek/storm/commit/5fbba2dd103355319e51153b94385633a6c74ed1)
11
+
12
+ #### [v4.6.2](https://github.com/breautek/storm/compare/v4.6.1...v4.6.2)
13
+
14
+ > 16 November 2022
15
+
16
+ - fix: send numbers as response [`4b2254f`](https://github.com/breautek/storm/commit/4b2254f487dd381a822116c67ccf2050924225f0)
17
+
7
18
  #### [v4.6.1](https://github.com/breautek/storm/compare/v4.6.0...v4.6.1)
8
19
 
20
+ > 28 October 2022
21
+
9
22
  - fix: IsolationLevel pass throughs [`daf9166`](https://github.com/breautek/storm/commit/daf9166e25ec6282bb84dd935859ca4a48ea0bbc)
10
23
 
11
24
  #### [v4.6.0](https://github.com/breautek/storm/compare/v4.5.0...v4.6.0)
package/docs/README.md CHANGED
@@ -102,7 +102,7 @@
102
102
 
103
103
  #### Defined in
104
104
 
105
- [src/IDeleteQueryResult.ts:19](https://github.com/breautek/storm/blob/daf9166/src/IDeleteQueryResult.ts#L19)
105
+ [src/IDeleteQueryResult.ts:19](https://github.com/breautek/storm/blob/5fbba2d/src/IDeleteQueryResult.ts#L19)
106
106
 
107
107
  ___
108
108
 
@@ -118,7 +118,7 @@ This is to avoid accidental leakage of privilege data (e.g. snippets of database
118
118
 
119
119
  #### Defined in
120
120
 
121
- [src/Handler.ts:55](https://github.com/breautek/storm/blob/daf9166/src/Handler.ts#L55)
121
+ [src/Handler.ts:55](https://github.com/breautek/storm/blob/5fbba2d/src/Handler.ts#L55)
122
122
 
123
123
  ___
124
124
 
@@ -138,7 +138,7 @@ certain things depending on the type of object it receives.
138
138
 
139
139
  #### Defined in
140
140
 
141
- [src/Handler.ts:46](https://github.com/breautek/storm/blob/daf9166/src/Handler.ts#L46)
141
+ [src/Handler.ts:46](https://github.com/breautek/storm/blob/5fbba2d/src/Handler.ts#L46)
142
142
 
143
143
  ___
144
144
 
@@ -148,7 +148,7 @@ ___
148
148
 
149
149
  #### Defined in
150
150
 
151
- [src/TCoordinate.ts:17](https://github.com/breautek/storm/blob/daf9166/src/TCoordinate.ts#L17)
151
+ [src/TCoordinate.ts:17](https://github.com/breautek/storm/blob/5fbba2d/src/TCoordinate.ts#L17)
152
152
 
153
153
  ## Functions
154
154
 
@@ -182,4 +182,4 @@ ___
182
182
 
183
183
  #### Defined in
184
184
 
185
- [src/instance.ts:28](https://github.com/breautek/storm/blob/daf9166/src/instance.ts#L28)
185
+ [src/instance.ts:28](https://github.com/breautek/storm/blob/5fbba2d/src/instance.ts#L28)
@@ -108,7 +108,7 @@ EventEmitter.constructor
108
108
 
109
109
  #### Defined in
110
110
 
111
- [src/Application.ts:64](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L64)
111
+ [src/Application.ts:64](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L64)
112
112
 
113
113
  ## Properties
114
114
 
@@ -122,7 +122,7 @@ EventEmitter.captureRejectionSymbol
122
122
 
123
123
  #### Defined in
124
124
 
125
- node_modules/@types/node/ts4.8/events.d.ts:328
125
+ node_modules/@types/node/events.d.ts:328
126
126
 
127
127
  ___
128
128
 
@@ -138,7 +138,7 @@ EventEmitter.captureRejections
138
138
 
139
139
  #### Defined in
140
140
 
141
- node_modules/@types/node/ts4.8/events.d.ts:333
141
+ node_modules/@types/node/events.d.ts:333
142
142
 
143
143
  ___
144
144
 
@@ -152,7 +152,7 @@ EventEmitter.defaultMaxListeners
152
152
 
153
153
  #### Defined in
154
154
 
155
- node_modules/@types/node/ts4.8/events.d.ts:334
155
+ node_modules/@types/node/events.d.ts:334
156
156
 
157
157
  ___
158
158
 
@@ -174,7 +174,7 @@ EventEmitter.errorMonitor
174
174
 
175
175
  #### Defined in
176
176
 
177
- node_modules/@types/node/ts4.8/events.d.ts:327
177
+ node_modules/@types/node/events.d.ts:327
178
178
 
179
179
  ## Methods
180
180
 
@@ -192,7 +192,7 @@ Promise<void>
192
192
 
193
193
  #### Defined in
194
194
 
195
- [src/Application.ts:272](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L272)
195
+ [src/Application.ts:272](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L272)
196
196
 
197
197
  ___
198
198
 
@@ -212,7 +212,7 @@ ___
212
212
 
213
213
  #### Defined in
214
214
 
215
- [src/Application.ts:202](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L202)
215
+ [src/Application.ts:202](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L202)
216
216
 
217
217
  ___
218
218
 
@@ -226,7 +226,7 @@ ___
226
226
 
227
227
  #### Defined in
228
228
 
229
- [src/Application.ts:249](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L249)
229
+ [src/Application.ts:249](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L249)
230
230
 
231
231
  ___
232
232
 
@@ -240,7 +240,7 @@ ___
240
240
 
241
241
  #### Defined in
242
242
 
243
- [src/Application.ts:255](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L255)
243
+ [src/Application.ts:255](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L255)
244
244
 
245
245
  ___
246
246
 
@@ -262,7 +262,7 @@ Subclasses are expected to override this to configure their database setup, if t
262
262
 
263
263
  #### Defined in
264
264
 
265
- [src/Application.ts:381](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L381)
265
+ [src/Application.ts:381](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L381)
266
266
 
267
267
  ___
268
268
 
@@ -282,7 +282,7 @@ ___
282
282
 
283
283
  #### Defined in
284
284
 
285
- [src/Application.ts:165](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L165)
285
+ [src/Application.ts:165](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L165)
286
286
 
287
287
  ___
288
288
 
@@ -302,7 +302,7 @@ ___
302
302
 
303
303
  #### Defined in
304
304
 
305
- [src/Application.ts:161](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L161)
305
+ [src/Application.ts:161](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L161)
306
306
 
307
307
  ___
308
308
 
@@ -316,7 +316,7 @@ ___
316
316
 
317
317
  #### Defined in
318
318
 
319
- [src/Application.ts:385](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L385)
319
+ [src/Application.ts:385](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L385)
320
320
 
321
321
  ___
322
322
 
@@ -338,7 +338,7 @@ Invoked once the config has been loaded and ready to be used.
338
338
 
339
339
  #### Defined in
340
340
 
341
- [src/Application.ts:325](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L325)
341
+ [src/Application.ts:325](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L325)
342
342
 
343
343
  ___
344
344
 
@@ -354,7 +354,7 @@ Invoked when the application is considered ready for operation.
354
354
 
355
355
  #### Defined in
356
356
 
357
- [src/Application.ts:390](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L390)
357
+ [src/Application.ts:390](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L390)
358
358
 
359
359
  ___
360
360
 
@@ -385,7 +385,7 @@ EventEmitter.addListener
385
385
 
386
386
  #### Defined in
387
387
 
388
- node_modules/@types/node/ts4.8/events.d.ts:354
388
+ node_modules/@types/node/events.d.ts:354
389
389
 
390
390
  ___
391
391
 
@@ -406,7 +406,7 @@ ___
406
406
 
407
407
  #### Defined in
408
408
 
409
- [src/Application.ts:221](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L221)
409
+ [src/Application.ts:221](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L221)
410
410
 
411
411
  ___
412
412
 
@@ -427,7 +427,7 @@ ___
427
427
 
428
428
  #### Defined in
429
429
 
430
- [src/Application.ts:226](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L226)
430
+ [src/Application.ts:226](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L226)
431
431
 
432
432
  ___
433
433
 
@@ -441,13 +441,13 @@ ___
441
441
 
442
442
  #### Defined in
443
443
 
444
- [src/Application.ts:245](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L245)
444
+ [src/Application.ts:245](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L245)
445
445
 
446
446
  ___
447
447
 
448
448
  ### emit
449
449
 
450
- ▸ **emit**(`eventName`, ...`args`): `boolean`
450
+ ▸ **emit**(`eventName`, `...args`): `boolean`
451
451
 
452
452
  Synchronously calls each of the listeners registered for the event named`eventName`, in the order they were registered, passing the supplied arguments
453
453
  to each.
@@ -508,7 +508,7 @@ EventEmitter.emit
508
508
 
509
509
  #### Defined in
510
510
 
511
- node_modules/@types/node/ts4.8/events.d.ts:610
511
+ node_modules/@types/node/events.d.ts:610
512
512
 
513
513
  ___
514
514
 
@@ -546,7 +546,7 @@ EventEmitter.eventNames
546
546
 
547
547
  #### Defined in
548
548
 
549
- node_modules/@types/node/ts4.8/events.d.ts:669
549
+ node_modules/@types/node/events.d.ts:669
550
550
 
551
551
  ___
552
552
 
@@ -562,7 +562,7 @@ command line arguments
562
562
 
563
563
  #### Defined in
564
564
 
565
- [src/Application.ts:352](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L352)
565
+ [src/Application.ts:352](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L352)
566
566
 
567
567
  ___
568
568
 
@@ -578,7 +578,7 @@ the config object.
578
578
 
579
579
  #### Defined in
580
580
 
581
- [src/Application.ts:309](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L309)
581
+ [src/Application.ts:309](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L309)
582
582
 
583
583
  ___
584
584
 
@@ -594,7 +594,7 @@ the database pool. This will need to be casted based on your preferred database
594
594
 
595
595
  #### Defined in
596
596
 
597
- [src/Application.ts:345](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L345)
597
+ [src/Application.ts:345](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L345)
598
598
 
599
599
  ___
600
600
 
@@ -608,7 +608,7 @@ ___
608
608
 
609
609
  #### Defined in
610
610
 
611
- [src/Application.ts:169](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L169)
611
+ [src/Application.ts:169](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L169)
612
612
 
613
613
  ___
614
614
 
@@ -633,7 +633,7 @@ EventEmitter.getMaxListeners
633
633
 
634
634
  #### Defined in
635
635
 
636
- node_modules/@types/node/ts4.8/events.d.ts:526
636
+ node_modules/@types/node/events.d.ts:526
637
637
 
638
638
  ___
639
639
 
@@ -649,7 +649,7 @@ the application name
649
649
 
650
650
  #### Defined in
651
651
 
652
- [src/Application.ts:298](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L298)
652
+ [src/Application.ts:298](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L298)
653
653
 
654
654
  ___
655
655
 
@@ -663,7 +663,7 @@ ___
663
663
 
664
664
  #### Defined in
665
665
 
666
- [src/Application.ts:173](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L173)
666
+ [src/Application.ts:173](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L173)
667
667
 
668
668
  ___
669
669
 
@@ -677,7 +677,7 @@ ___
677
677
 
678
678
  #### Defined in
679
679
 
680
- [src/Application.ts:204](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L204)
680
+ [src/Application.ts:204](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L204)
681
681
 
682
682
  ___
683
683
 
@@ -693,7 +693,7 @@ The maximum size limit for incoming requests that this service needs to handle.
693
693
 
694
694
  #### Defined in
695
695
 
696
- [src/Application.ts:211](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L211)
696
+ [src/Application.ts:211](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L211)
697
697
 
698
698
  ___
699
699
 
@@ -709,7 +709,7 @@ the token manager
709
709
 
710
710
  #### Defined in
711
711
 
712
- [src/Application.ts:338](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L338)
712
+ [src/Application.ts:338](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L338)
713
713
 
714
714
  ___
715
715
 
@@ -739,7 +739,7 @@ EventEmitter.listenerCount
739
739
 
740
740
  #### Defined in
741
741
 
742
- node_modules/@types/node/ts4.8/events.d.ts:616
742
+ node_modules/@types/node/events.d.ts:616
743
743
 
744
744
  ___
745
745
 
@@ -777,7 +777,7 @@ EventEmitter.listeners
777
777
 
778
778
  #### Defined in
779
779
 
780
- node_modules/@types/node/ts4.8/events.d.ts:539
780
+ node_modules/@types/node/events.d.ts:539
781
781
 
782
782
  ___
783
783
 
@@ -797,7 +797,7 @@ ___
797
797
 
798
798
  #### Defined in
799
799
 
800
- [src/Application.ts:278](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L278)
800
+ [src/Application.ts:278](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L278)
801
801
 
802
802
  ___
803
803
 
@@ -828,7 +828,7 @@ EventEmitter.off
828
828
 
829
829
  #### Defined in
830
830
 
831
- node_modules/@types/node/ts4.8/events.d.ts:499
831
+ node_modules/@types/node/events.d.ts:499
832
832
 
833
833
  ___
834
834
 
@@ -883,7 +883,7 @@ EventEmitter.on
883
883
 
884
884
  #### Defined in
885
885
 
886
- node_modules/@types/node/ts4.8/events.d.ts:385
886
+ node_modules/@types/node/events.d.ts:385
887
887
 
888
888
  ___
889
889
 
@@ -936,7 +936,7 @@ EventEmitter.once
936
936
 
937
937
  #### Defined in
938
938
 
939
- node_modules/@types/node/ts4.8/events.d.ts:414
939
+ node_modules/@types/node/events.d.ts:414
940
940
 
941
941
  ___
942
942
 
@@ -978,7 +978,7 @@ EventEmitter.prependListener
978
978
 
979
979
  #### Defined in
980
980
 
981
- node_modules/@types/node/ts4.8/events.d.ts:634
981
+ node_modules/@types/node/events.d.ts:634
982
982
 
983
983
  ___
984
984
 
@@ -1018,7 +1018,7 @@ EventEmitter.prependOnceListener
1018
1018
 
1019
1019
  #### Defined in
1020
1020
 
1021
- node_modules/@types/node/ts4.8/events.d.ts:650
1021
+ node_modules/@types/node/events.d.ts:650
1022
1022
 
1023
1023
  ___
1024
1024
 
@@ -1073,7 +1073,7 @@ EventEmitter.rawListeners
1073
1073
 
1074
1074
  #### Defined in
1075
1075
 
1076
- node_modules/@types/node/ts4.8/events.d.ts:569
1076
+ node_modules/@types/node/events.d.ts:569
1077
1077
 
1078
1078
  ___
1079
1079
 
@@ -1109,7 +1109,7 @@ EventEmitter.removeAllListeners
1109
1109
 
1110
1110
  #### Defined in
1111
1111
 
1112
- node_modules/@types/node/ts4.8/events.d.ts:510
1112
+ node_modules/@types/node/events.d.ts:510
1113
1113
 
1114
1114
  ___
1115
1115
 
@@ -1215,7 +1215,7 @@ EventEmitter.removeListener
1215
1215
 
1216
1216
  #### Defined in
1217
1217
 
1218
- node_modules/@types/node/ts4.8/events.d.ts:494
1218
+ node_modules/@types/node/events.d.ts:494
1219
1219
 
1220
1220
  ___
1221
1221
 
@@ -1250,7 +1250,7 @@ EventEmitter.setMaxListeners
1250
1250
 
1251
1251
  #### Defined in
1252
1252
 
1253
- node_modules/@types/node/ts4.8/events.d.ts:520
1253
+ node_modules/@types/node/events.d.ts:520
1254
1254
 
1255
1255
  ___
1256
1256
 
@@ -1272,7 +1272,7 @@ Sets the TokenManager to be used for authentication.
1272
1272
 
1273
1273
  #### Defined in
1274
1274
 
1275
- [src/Application.ts:331](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L331)
1275
+ [src/Application.ts:331](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L331)
1276
1276
 
1277
1277
  ___
1278
1278
 
@@ -1288,7 +1288,7 @@ true if the Application should bind to an IP address
1288
1288
 
1289
1289
  #### Defined in
1290
1290
 
1291
- [src/Application.ts:316](https://github.com/breautek/storm/blob/daf9166/src/Application.ts#L316)
1291
+ [src/Application.ts:316](https://github.com/breautek/storm/blob/5fbba2d/src/Application.ts#L316)
1292
1292
 
1293
1293
  ___
1294
1294
 
@@ -1342,7 +1342,7 @@ EventEmitter.getEventListeners
1342
1342
 
1343
1343
  #### Defined in
1344
1344
 
1345
- node_modules/@types/node/ts4.8/events.d.ts:299
1345
+ node_modules/@types/node/events.d.ts:299
1346
1346
 
1347
1347
  ___
1348
1348
 
@@ -1386,7 +1386,7 @@ EventEmitter.listenerCount
1386
1386
 
1387
1387
  #### Defined in
1388
1388
 
1389
- node_modules/@types/node/ts4.8/events.d.ts:271
1389
+ node_modules/@types/node/events.d.ts:271
1390
1390
 
1391
1391
  ___
1392
1392
 
@@ -1472,7 +1472,7 @@ EventEmitter.on
1472
1472
 
1473
1473
  #### Defined in
1474
1474
 
1475
- node_modules/@types/node/ts4.8/events.d.ts:254
1475
+ node_modules/@types/node/events.d.ts:254
1476
1476
 
1477
1477
  ___
1478
1478
 
@@ -1582,7 +1582,7 @@ EventEmitter.once
1582
1582
 
1583
1583
  #### Defined in
1584
1584
 
1585
- node_modules/@types/node/ts4.8/events.d.ts:194
1585
+ node_modules/@types/node/events.d.ts:194
1586
1586
 
1587
1587
  ▸ `Static` **once**(`emitter`, `eventName`, `options?`): `Promise`<`any`[]\>
1588
1588
 
@@ -1604,13 +1604,13 @@ EventEmitter.once
1604
1604
 
1605
1605
  #### Defined in
1606
1606
 
1607
- node_modules/@types/node/ts4.8/events.d.ts:195
1607
+ node_modules/@types/node/events.d.ts:195
1608
1608
 
1609
1609
  ___
1610
1610
 
1611
1611
  ### setMaxListeners
1612
1612
 
1613
- ▸ `Static` **setMaxListeners**(`n?`, ...`eventTargets`): `void`
1613
+ ▸ `Static` **setMaxListeners**(`n?`, `...eventTargets`): `void`
1614
1614
 
1615
1615
  ```js
1616
1616
  const {
@@ -1645,4 +1645,4 @@ EventEmitter.setMaxListeners
1645
1645
 
1646
1646
  #### Defined in
1647
1647
 
1648
- node_modules/@types/node/ts4.8/events.d.ts:317
1648
+ node_modules/@types/node/events.d.ts:317
@@ -25,7 +25,7 @@ for their specific use cases.
25
25
 
26
26
  #### Defined in
27
27
 
28
- [src/BackendAuthenticationMiddleware.ts:35](https://github.com/breautek/storm/blob/daf9166/src/BackendAuthenticationMiddleware.ts#L35)
28
+ [src/BackendAuthenticationMiddleware.ts:35](https://github.com/breautek/storm/blob/5fbba2d/src/BackendAuthenticationMiddleware.ts#L35)
29
29
 
30
30
  ## Methods
31
31
 
@@ -46,4 +46,4 @@ for their specific use cases.
46
46
 
47
47
  #### Defined in
48
48
 
49
- [src/BackendAuthenticationMiddleware.ts:46](https://github.com/breautek/storm/blob/daf9166/src/BackendAuthenticationMiddleware.ts#L46)
49
+ [src/BackendAuthenticationMiddleware.ts:46](https://github.com/breautek/storm/blob/5fbba2d/src/BackendAuthenticationMiddleware.ts#L46)
@@ -46,7 +46,7 @@ communicate with CORS enabled clients.
46
46
 
47
47
  #### Defined in
48
48
 
49
- [src/CORSMiddleware.ts:39](https://github.com/breautek/storm/blob/daf9166/src/CORSMiddleware.ts#L39)
49
+ [src/CORSMiddleware.ts:39](https://github.com/breautek/storm/blob/5fbba2d/src/CORSMiddleware.ts#L39)
50
50
 
51
51
  ## Methods
52
52
 
@@ -71,7 +71,7 @@ communicate with CORS enabled clients.
71
71
 
72
72
  #### Defined in
73
73
 
74
- [src/CORSMiddleware.ts:75](https://github.com/breautek/storm/blob/daf9166/src/CORSMiddleware.ts#L75)
74
+ [src/CORSMiddleware.ts:75](https://github.com/breautek/storm/blob/5fbba2d/src/CORSMiddleware.ts#L75)
75
75
 
76
76
  ___
77
77
 
@@ -96,7 +96,7 @@ ___
96
96
 
97
97
  #### Defined in
98
98
 
99
- [src/Middleware.ts:27](https://github.com/breautek/storm/blob/daf9166/src/Middleware.ts#L27)
99
+ [src/Middleware.ts:27](https://github.com/breautek/storm/blob/5fbba2d/src/Middleware.ts#L27)
100
100
 
101
101
  ___
102
102
 
@@ -110,7 +110,7 @@ ___
110
110
 
111
111
  #### Defined in
112
112
 
113
- [src/CORSMiddleware.ts:54](https://github.com/breautek/storm/blob/daf9166/src/CORSMiddleware.ts#L54)
113
+ [src/CORSMiddleware.ts:54](https://github.com/breautek/storm/blob/5fbba2d/src/CORSMiddleware.ts#L54)
114
114
 
115
115
  ___
116
116
 
@@ -124,7 +124,7 @@ ___
124
124
 
125
125
  #### Defined in
126
126
 
127
- [src/CORSMiddleware.ts:64](https://github.com/breautek/storm/blob/daf9166/src/CORSMiddleware.ts#L64)
127
+ [src/CORSMiddleware.ts:64](https://github.com/breautek/storm/blob/5fbba2d/src/CORSMiddleware.ts#L64)
128
128
 
129
129
  ___
130
130
 
@@ -140,4 +140,4 @@ Sets the allowed origin. By default,
140
140
 
141
141
  #### Defined in
142
142
 
143
- [src/CORSMiddleware.ts:50](https://github.com/breautek/storm/blob/daf9166/src/CORSMiddleware.ts#L50)
143
+ [src/CORSMiddleware.ts:50](https://github.com/breautek/storm/blob/5fbba2d/src/CORSMiddleware.ts#L50)
@@ -26,4 +26,4 @@
26
26
 
27
27
  #### Defined in
28
28
 
29
- [src/ConfigLoader.ts:34](https://github.com/breautek/storm/blob/daf9166/src/ConfigLoader.ts#L34)
29
+ [src/ConfigLoader.ts:34](https://github.com/breautek/storm/blob/5fbba2d/src/ConfigLoader.ts#L34)
@@ -50,7 +50,7 @@
50
50
 
51
51
  #### Defined in
52
52
 
53
- [src/Database.ts:27](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L27)
53
+ [src/Database.ts:27](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L27)
54
54
 
55
55
  ## Methods
56
56
 
@@ -71,7 +71,7 @@
71
71
 
72
72
  #### Defined in
73
73
 
74
- [src/Database.ts:82](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L82)
74
+ [src/Database.ts:82](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L82)
75
75
 
76
76
  ___
77
77
 
@@ -85,7 +85,7 @@ ___
85
85
 
86
86
  #### Defined in
87
87
 
88
- [src/Database.ts:81](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L81)
88
+ [src/Database.ts:81](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L81)
89
89
 
90
90
  ___
91
91
 
@@ -106,7 +106,7 @@ ___
106
106
 
107
107
  #### Defined in
108
108
 
109
- [src/Database.ts:84](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L84)
109
+ [src/Database.ts:84](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L84)
110
110
 
111
111
  ___
112
112
 
@@ -126,7 +126,7 @@ ___
126
126
 
127
127
  #### Defined in
128
128
 
129
- [src/Database.ts:83](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L83)
129
+ [src/Database.ts:83](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L83)
130
130
 
131
131
  ___
132
132
 
@@ -146,7 +146,7 @@ ___
146
146
 
147
147
  #### Defined in
148
148
 
149
- [src/Database.ts:31](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L31)
149
+ [src/Database.ts:31](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L31)
150
150
 
151
151
  ___
152
152
 
@@ -167,7 +167,7 @@ ___
167
167
 
168
168
  #### Defined in
169
169
 
170
- [src/Database.ts:45](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L45)
170
+ [src/Database.ts:45](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L45)
171
171
 
172
172
  ___
173
173
 
@@ -181,7 +181,7 @@ ___
181
181
 
182
182
  #### Defined in
183
183
 
184
- [src/Database.ts:77](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L77)
184
+ [src/Database.ts:77](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L77)
185
185
 
186
186
  ___
187
187
 
@@ -201,7 +201,7 @@ ___
201
201
 
202
202
  #### Defined in
203
203
 
204
- [src/Database.ts:85](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L85)
204
+ [src/Database.ts:85](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L85)
205
205
 
206
206
  ___
207
207
 
@@ -222,7 +222,7 @@ ___
222
222
 
223
223
  #### Defined in
224
224
 
225
- [src/Database.ts:64](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L64)
225
+ [src/Database.ts:64](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L64)
226
226
 
227
227
  ___
228
228
 
@@ -236,7 +236,7 @@ ___
236
236
 
237
237
  #### Defined in
238
238
 
239
- [src/Database.ts:40](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L40)
239
+ [src/Database.ts:40](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L40)
240
240
 
241
241
  ___
242
242
 
@@ -256,4 +256,4 @@ ___
256
256
 
257
257
  #### Defined in
258
258
 
259
- [src/Database.ts:54](https://github.com/breautek/storm/blob/daf9166/src/Database.ts#L54)
259
+ [src/Database.ts:54](https://github.com/breautek/storm/blob/5fbba2d/src/Database.ts#L54)