@breautek/storm 6.0.1 → 6.0.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 (96) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/Application.html +47 -32
  4. package/docs/classes/BackendAuthenticationMiddleware.html +3 -3
  5. package/docs/classes/CORSMiddleware.html +7 -7
  6. package/docs/classes/ConfigLoader.html +2 -2
  7. package/docs/classes/Database.html +13 -13
  8. package/docs/classes/DatabaseCastObject.html +4 -4
  9. package/docs/classes/DatabaseConnection.html +20 -20
  10. package/docs/classes/DatabaseQueryError.html +11 -11
  11. package/docs/classes/DeadLockError.html +11 -11
  12. package/docs/classes/DiskSpaceError.html +11 -11
  13. package/docs/classes/DropTemporaryTableQuery.html +9 -9
  14. package/docs/classes/DuplicateEntryError.html +11 -11
  15. package/docs/classes/EntityNotFoundError.html +11 -11
  16. package/docs/classes/ExpiredTokenError.html +11 -11
  17. package/docs/classes/Handler.html +14 -14
  18. package/docs/classes/InternalError.html +11 -11
  19. package/docs/classes/InvalidCredentialsError.html +11 -11
  20. package/docs/classes/InvalidValueError.html +11 -11
  21. package/docs/classes/LineString.html +5 -5
  22. package/docs/classes/LockWaitTimeoutError.html +11 -11
  23. package/docs/classes/ManagedDatabaseConnection.html +20 -20
  24. package/docs/classes/Middleware.html +4 -4
  25. package/docs/classes/MissingConfigError.html +11 -11
  26. package/docs/classes/MissingParameterError.html +11 -11
  27. package/docs/classes/MySQLConnection.html +21 -21
  28. package/docs/classes/MySQLDatabase.html +14 -14
  29. package/docs/classes/NotImplementedError.html +11 -11
  30. package/docs/classes/Point.html +5 -5
  31. package/docs/classes/Polygon.html +5 -5
  32. package/docs/classes/Query.html +9 -9
  33. package/docs/classes/RawError.html +11 -11
  34. package/docs/classes/RawQuery.html +9 -9
  35. package/docs/classes/Request.html +19 -19
  36. package/docs/classes/Response.html +12 -12
  37. package/docs/classes/ResponseData.html +8 -8
  38. package/docs/classes/ServiceProvider.html +16 -16
  39. package/docs/classes/ServiceResponse.html +6 -6
  40. package/docs/classes/SetSessionVariableQuery.html +9 -9
  41. package/docs/classes/StormError.html +11 -11
  42. package/docs/classes/TemporaryTableQuery.html +9 -9
  43. package/docs/classes/Token.html +3 -3
  44. package/docs/classes/TokenManager.html +5 -5
  45. package/docs/classes/Transaction.html +7 -7
  46. package/docs/classes/UnauthorizedAccessError.html +11 -11
  47. package/docs/enums/ErrorCode.html +10 -10
  48. package/docs/enums/ExitCode.html +3 -3
  49. package/docs/enums/HTTPMethod.html +5 -5
  50. package/docs/enums/IsolationLevel.html +5 -5
  51. package/docs/enums/JWTError.html +3 -3
  52. package/docs/enums/StatusCode.html +49 -49
  53. package/docs/functions/getInstance.html +4 -1
  54. package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
  55. package/docs/interfaces/ICloudwatchConfig.html +4 -4
  56. package/docs/interfaces/ICloudwatchCredentials.html +3 -3
  57. package/docs/interfaces/ICloudwatchStreamConfig.html +3 -3
  58. package/docs/interfaces/IConfig.html +9 -9
  59. package/docs/interfaces/IDatabaseConfig.html +7 -7
  60. package/docs/interfaces/IDatabaseConnection.html +15 -15
  61. package/docs/interfaces/IErrorResponse.html +6 -6
  62. package/docs/interfaces/IFormData.html +3 -3
  63. package/docs/interfaces/IHandler.html +2 -2
  64. package/docs/interfaces/IInsertQueryResult.html +4 -4
  65. package/docs/interfaces/IJWTVerifyOptions.html +2 -2
  66. package/docs/interfaces/IParameterMap.html +1 -1
  67. package/docs/interfaces/IQueryable.html +6 -6
  68. package/docs/interfaces/IRequestResponse.html +3 -3
  69. package/docs/interfaces/IServiceHeaders.html +1 -1
  70. package/docs/interfaces/ISetSessionVariableQueryInput.html +3 -3
  71. package/docs/interfaces/ITemporaryTableQueryInput.html +3 -3
  72. package/docs/interfaces/IUpdateQueryResult.html +3 -3
  73. package/docs/types/IDeleteQueryResult.html +1 -1
  74. package/docs/types/IHandlerError.html +1 -1
  75. package/docs/types/IHandlerResponse.html +1 -1
  76. package/docs/types/TCoordinate.html +1 -1
  77. package/lib/Application.d.ts +4 -3
  78. package/lib/Application.js +4 -1
  79. package/lib/Application.js.map +1 -1
  80. package/lib/ConfigLoader.js +23 -1
  81. package/lib/ConfigLoader.js.map +1 -1
  82. package/lib/Handler.js +0 -1
  83. package/lib/Handler.js.map +1 -1
  84. package/lib/MySQLConnection.js.map +1 -1
  85. package/lib/StormError.js.map +1 -1
  86. package/lib/instance.d.ts +8 -0
  87. package/lib/instance.js +8 -0
  88. package/lib/instance.js.map +1 -1
  89. package/package.json +9 -9
  90. package/src/Application.ts +12 -7
  91. package/src/BackendAuthenticationMiddleware.ts +2 -2
  92. package/src/ConfigLoader.ts +23 -1
  93. package/src/Handler.ts +2 -3
  94. package/src/MySQLConnection.ts +2 -2
  95. package/src/StormError.ts +2 -2
  96. package/src/instance.ts +8 -0
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
+ #### [v6.0.3](https://github.com/breautek/storm/compare/v6.0.2...v6.0.3)
8
+
9
+ - fix: cloudwatch config validation [`1190bb1`](https://github.com/breautek/storm/commit/1190bb18bd88f82667d106308da39901a583e1ae)
10
+
11
+ #### [v6.0.2](https://github.com/breautek/storm/compare/v6.0.1...v6.0.2)
12
+
13
+ > 27 May 2023
14
+
15
+ - deproll [`4c09a91`](https://github.com/breautek/storm/commit/4c09a913bb856ae16bb7e50b525a4d7a3be7e7d3)
16
+ - fix logger typings to accept the base logger class & returned a logger factory method that can be overrided on the Application [`50d4643`](https://github.com/breautek/storm/commit/50d4643ad99dea95655faea4f16432ddb8746080)
17
+
7
18
  #### [v6.0.1](https://github.com/breautek/storm/compare/v6.0.0...v6.0.1)
8
19
 
20
+ > 26 May 2023
21
+
9
22
  - added start api [`78cd5a3`](https://github.com/breautek/storm/commit/78cd5a3c6c2650a62d7ca28bd37a72aaaadbcc44)
10
23
 
11
24
  ### [v6.0.0](https://github.com/breautek/storm/compare/v5.0.2...v6.0.0)