@breautek/storm 6.0.3 → 6.0.5

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 (100) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/docs/classes/Application.html +481 -444
  3. package/docs/classes/BackendAuthenticationMiddleware.html +99 -114
  4. package/docs/classes/CORSMiddleware.html +123 -136
  5. package/docs/classes/ConfigLoader.html +86 -105
  6. package/docs/classes/Database.html +141 -160
  7. package/docs/classes/DatabaseCastObject.html +100 -119
  8. package/docs/classes/DatabaseConnection.html +260 -250
  9. package/docs/classes/DatabaseQueryError.html +160 -175
  10. package/docs/classes/DeadLockError.html +162 -176
  11. package/docs/classes/DiskSpaceError.html +160 -175
  12. package/docs/classes/DropTemporaryTableQuery.html +133 -147
  13. package/docs/classes/DuplicateEntryError.html +160 -175
  14. package/docs/classes/EntityNotFoundError.html +160 -175
  15. package/docs/classes/ExpiredTokenError.html +160 -175
  16. package/docs/classes/Handler.html +146 -165
  17. package/docs/classes/InternalError.html +160 -175
  18. package/docs/classes/InvalidCredentialsError.html +160 -175
  19. package/docs/classes/InvalidValueError.html +160 -175
  20. package/docs/classes/LineString.html +101 -120
  21. package/docs/classes/LockWaitTimeoutError.html +162 -176
  22. package/docs/classes/ManagedDatabaseConnection.html +176 -195
  23. package/docs/classes/Middleware.html +96 -115
  24. package/docs/classes/MissingConfigError.html +160 -175
  25. package/docs/classes/MissingParameterError.html +160 -175
  26. package/docs/classes/MySQLConnection.html +265 -255
  27. package/docs/classes/MySQLDatabase.html +146 -165
  28. package/docs/classes/NotImplementedError.html +160 -175
  29. package/docs/classes/Point.html +101 -120
  30. package/docs/classes/Polygon.html +101 -120
  31. package/docs/classes/Query.html +133 -147
  32. package/docs/classes/RawError.html +162 -176
  33. package/docs/classes/RawQuery.html +133 -147
  34. package/docs/classes/Request.html +171 -190
  35. package/docs/classes/Response.html +136 -155
  36. package/docs/classes/ResponseData.html +116 -135
  37. package/docs/classes/ServiceProvider.html +156 -175
  38. package/docs/classes/ServiceResponse.html +106 -125
  39. package/docs/classes/SetSessionVariableQuery.html +133 -147
  40. package/docs/classes/StormError.html +160 -175
  41. package/docs/classes/TemporaryTableQuery.html +133 -147
  42. package/docs/classes/Token.html +91 -110
  43. package/docs/classes/TokenManager.html +101 -120
  44. package/docs/classes/Transaction.html +113 -131
  45. package/docs/classes/UnauthorizedAccessError.html +160 -175
  46. package/docs/enums/ErrorCode.html +117 -136
  47. package/docs/enums/ExitCode.html +89 -108
  48. package/docs/enums/HTTPMethod.html +97 -116
  49. package/docs/enums/IsolationLevel.html +97 -116
  50. package/docs/enums/JWTError.html +89 -108
  51. package/docs/enums/StatusCode.html +273 -292
  52. package/docs/functions/formidable-1.html +80 -99
  53. package/docs/functions/getInstance.html +84 -103
  54. package/docs/index.html +156 -175
  55. package/docs/interfaces/IAdditionalErrorDetails.html +80 -99
  56. package/docs/interfaces/IAuthTokenData.html +89 -108
  57. package/docs/interfaces/ICloudwatchConfig.html +93 -112
  58. package/docs/interfaces/ICloudwatchCredentials.html +89 -108
  59. package/docs/interfaces/ICloudwatchStreamConfig.html +89 -108
  60. package/docs/interfaces/IConfig.html +113 -132
  61. package/docs/interfaces/IDatabaseConfig.html +105 -124
  62. package/docs/interfaces/IDatabaseConnection.html +151 -170
  63. package/docs/interfaces/IErrorResponse.html +101 -120
  64. package/docs/interfaces/IFormData.html +89 -108
  65. package/docs/interfaces/IHandler.html +86 -105
  66. package/docs/interfaces/IInsertQueryResult.html +93 -112
  67. package/docs/interfaces/IJWTVerifyOptions.html +85 -104
  68. package/docs/interfaces/IParameterMap.html +80 -99
  69. package/docs/interfaces/IQueryable.html +106 -125
  70. package/docs/interfaces/IRequestResponse.html +89 -108
  71. package/docs/interfaces/IServiceHeaders.html +80 -99
  72. package/docs/interfaces/ISetSessionVariableQueryInput.html +89 -108
  73. package/docs/interfaces/ITemporaryTableQueryInput.html +89 -108
  74. package/docs/interfaces/IUpdateQueryResult.html +89 -108
  75. package/docs/interfaces/formidable.EmitData.html +108 -108
  76. package/docs/interfaces/formidable.EventData.html +117 -117
  77. package/docs/interfaces/formidable.Fields.html +95 -95
  78. package/docs/interfaces/formidable.File.html +138 -131
  79. package/docs/interfaces/formidable.FileJSON.html +134 -129
  80. package/docs/interfaces/formidable.Files.html +95 -95
  81. package/docs/interfaces/formidable.Options.html +167 -156
  82. package/docs/interfaces/formidable.Part.html +248 -223
  83. package/docs/modules/formidable.html +111 -111
  84. package/docs/types/IDeleteQueryResult.html +80 -99
  85. package/docs/types/IHandlerError.html +82 -100
  86. package/docs/types/IHandlerResponse.html +82 -100
  87. package/docs/types/TCoordinate.html +80 -99
  88. package/docs/types/formidable.BufferEncoding.html +95 -95
  89. package/docs/types/formidable.DefaultOptions.html +101 -96
  90. package/docs/types/formidable.EnabledPlugins.html +95 -95
  91. package/docs/types/formidable.EventNames.html +95 -95
  92. package/docs/types/formidable.MappedParsers.html +95 -95
  93. package/docs/types/formidable.Plugin.html +95 -95
  94. package/docs/types/formidable.PluginFunction.html +95 -95
  95. package/docs/types/formidable.Plugins.html +95 -95
  96. package/lib/Application.d.ts +1 -1
  97. package/lib/Application.js +13 -7
  98. package/lib/Application.js.map +1 -1
  99. package/package.json +13 -13
  100. package/src/Application.ts +13 -7
package/CHANGELOG.md CHANGED
@@ -4,8 +4,23 @@ 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
+ #### [v6.0.5](https://github.com/breautek/storm/compare/v6.0.4...v6.0.5)
8
+
9
+ - deproll [`8bb0a31`](https://github.com/breautek/storm/commit/8bb0a314ac7639cddf1ddb5abdb6c08e419ec41c)
10
+ - deproll [`04df9d1`](https://github.com/breautek/storm/commit/04df9d1ba4ae174d5bfac65a015f64e5856db629)
11
+ - fixed for cloudwatch streams [`945a272`](https://github.com/breautek/storm/commit/945a2726f97c86e83f8e6486adf32b45f1fbaa91)
12
+
13
+ #### [v6.0.4](https://github.com/breautek/storm/compare/v6.0.3...v6.0.4)
14
+
15
+ > 28 May 2023
16
+
17
+ - dep: @arashi/logger@4.0.1 [`e0c569b`](https://github.com/breautek/storm/commit/e0c569baa19214d0aca2d7dc89cb2e48e83fde01)
18
+ - improved error handling on logging unhandled exceptions [`a61bef4`](https://github.com/breautek/storm/commit/a61bef4155464c39954e26ff70837671bfc6fb64)
19
+
7
20
  #### [v6.0.3](https://github.com/breautek/storm/compare/v6.0.2...v6.0.3)
8
21
 
22
+ > 27 May 2023
23
+
9
24
  - fix: cloudwatch config validation [`1190bb1`](https://github.com/breautek/storm/commit/1190bb18bd88f82667d106308da39901a583e1ae)
10
25
 
11
26
  #### [v6.0.2](https://github.com/breautek/storm/compare/v6.0.1...v6.0.2)