@bitblit/ratchet-epsilon-common 4.0.115-alpha → 4.0.119-alpha

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 (180) hide show
  1. package/lib/background/background-dynamo-log-table-handler.d.ts +1 -1
  2. package/lib/background/background-handler.d.ts +1 -1
  3. package/lib/background/background-http-adapter-handler.d.ts +1 -1
  4. package/lib/background/background-validator.d.ts +1 -1
  5. package/lib/build/ratchet-epsilon-common-info.d.ts +1 -1
  6. package/lib/built-in/daemon/daemon-authorizer-function.d.ts +1 -1
  7. package/lib/built-in/daemon/daemon-handler.d.ts +2 -2
  8. package/lib/built-in/daemon/daemon-process-state-list.d.ts +1 -1
  9. package/lib/built-in/http/built-in-auth-filters.d.ts +1 -1
  10. package/lib/cli/ratchet-cli-handler.d.ts +2 -2
  11. package/lib/config/epsilon-logger-config.d.ts +2 -2
  12. package/lib/config/http/filter-chain-context.d.ts +1 -1
  13. package/lib/config/http/http-config.d.ts +1 -1
  14. package/lib/epsilon-global-handler.d.ts +1 -1
  15. package/lib/epsilon-instance.d.ts +1 -1
  16. package/lib/epsilon-logging-extension-processor.d.ts +2 -2
  17. package/lib/http/auth/auth0-web-token-manipulator.d.ts +1 -1
  18. package/lib/http/auth/google-web-token-manipulator.d.ts +1 -1
  19. package/lib/http/auth/jwt-ratchet-local-web-token-manipulator.d.ts +2 -2
  20. package/lib/http/auth/local-web-token-manipulator.d.ts +3 -3
  21. package/lib/http/auth/web-token-manipulator.d.ts +1 -1
  22. package/lib/http/event-util.d.ts +1 -1
  23. package/lib/http/response-util.d.ts +1 -1
  24. package/lib/http/route/epsilon-router.d.ts +1 -1
  25. package/lib/http/route/router-util.d.ts +2 -2
  26. package/lib/index.d.ts +132 -1
  27. package/lib/index.mjs +344 -0
  28. package/lib/index.mjs.map +1 -0
  29. package/lib/local-container-server.d.ts +1 -1
  30. package/lib/local-server.d.ts +1 -1
  31. package/lib/sample/test-error-server.d.ts +1 -1
  32. package/lib/util/epsilon-config-parser.d.ts +1 -1
  33. package/package.json +18 -19
  34. package/lib/background/background-dynamo-log-table-handler.js +0 -37
  35. package/lib/background/background-entry.js +0 -1
  36. package/lib/background/background-execution-event-type.js +0 -8
  37. package/lib/background/background-execution-event.js +0 -1
  38. package/lib/background/background-execution-listener.js +0 -1
  39. package/lib/background/background-handler.js +0 -273
  40. package/lib/background/background-http-adapter-handler.js +0 -128
  41. package/lib/background/background-meta-response-internal.js +0 -1
  42. package/lib/background/background-process-handling.js +0 -5
  43. package/lib/background/background-process-log-table-entry.js +0 -1
  44. package/lib/background/background-queue-response-internal.js +0 -1
  45. package/lib/background/background-validator.js +0 -86
  46. package/lib/background/epsilon-background-process-error.js +0 -93
  47. package/lib/background/internal-background-entry.js +0 -1
  48. package/lib/background/manager/abstract-background-manager.js +0 -89
  49. package/lib/background/manager/aws-sqs-sns-background-manager.js +0 -153
  50. package/lib/background/manager/background-manager-like.js +0 -1
  51. package/lib/background/manager/background-manager.spec.js +0 -73
  52. package/lib/background/manager/single-thread-local-background-manager.js +0 -45
  53. package/lib/background/s3-background-transaction-logger.js +0 -52
  54. package/lib/build/ratchet-epsilon-common-info.js +0 -14
  55. package/lib/built-in/background/echo-processor.js +0 -15
  56. package/lib/built-in/background/log-and-enqueue-echo-processor.js +0 -12
  57. package/lib/built-in/background/log-message-background-error-processor.js +0 -6
  58. package/lib/built-in/background/no-op-processor.js +0 -9
  59. package/lib/built-in/background/retry-processor.js +0 -40
  60. package/lib/built-in/background/sample-delay-processor.js +0 -13
  61. package/lib/built-in/background/sample-input-validated-processor-data.js +0 -1
  62. package/lib/built-in/background/sample-input-validated-processor.js +0 -12
  63. package/lib/built-in/built-in-trace-id-generators.js +0 -21
  64. package/lib/built-in/daemon/daemon-authorizer-function.js +0 -1
  65. package/lib/built-in/daemon/daemon-config.js +0 -1
  66. package/lib/built-in/daemon/daemon-group-selection-function.js +0 -1
  67. package/lib/built-in/daemon/daemon-handler.js +0 -59
  68. package/lib/built-in/daemon/daemon-process-state-list.js +0 -1
  69. package/lib/built-in/http/apollo-filter.js +0 -59
  70. package/lib/built-in/http/built-in-auth-filters.js +0 -107
  71. package/lib/built-in/http/built-in-authorizers.js +0 -39
  72. package/lib/built-in/http/built-in-filters.js +0 -208
  73. package/lib/built-in/http/built-in-handlers.js +0 -69
  74. package/lib/built-in/http/log-level-manipulation-filter.js +0 -16
  75. package/lib/built-in/http/run-handler-as-filter.js +0 -60
  76. package/lib/built-in/http/run-handler-as-filter.spec.js +0 -40
  77. package/lib/cli/ratchet-cli-handler.js +0 -20
  78. package/lib/cli/run-background-process-from-command-line.js +0 -22
  79. package/lib/config/background/background-aws-config.js +0 -1
  80. package/lib/config/background/background-config.js +0 -1
  81. package/lib/config/background/background-error-processor.js +0 -1
  82. package/lib/config/background/background-processor.js +0 -1
  83. package/lib/config/background/background-transaction-log.js +0 -1
  84. package/lib/config/background/background-transaction-logger.js +0 -1
  85. package/lib/config/cron/abstract-cron-entry.js +0 -1
  86. package/lib/config/cron/cron-background-entry.js +0 -1
  87. package/lib/config/cron/cron-config.js +0 -1
  88. package/lib/config/dynamo-db-config.js +0 -1
  89. package/lib/config/epsilon-config.js +0 -1
  90. package/lib/config/epsilon-lambda-event-handler.js +0 -1
  91. package/lib/config/epsilon-logger-config.js +0 -1
  92. package/lib/config/generic-aws-event-handler-function.js +0 -1
  93. package/lib/config/http/authorizer-function.js +0 -1
  94. package/lib/config/http/epsilon-authorization-context.js +0 -1
  95. package/lib/config/http/extended-api-gateway-event.js +0 -1
  96. package/lib/config/http/filter-chain-context.js +0 -1
  97. package/lib/config/http/filter-function.js +0 -1
  98. package/lib/config/http/handler-function.js +0 -1
  99. package/lib/config/http/http-config.js +0 -1
  100. package/lib/config/http/http-processing-config.js +0 -1
  101. package/lib/config/http/mapped-http-processing-config.js +0 -1
  102. package/lib/config/http/null-returned-object-handling.js +0 -6
  103. package/lib/config/inter-api/inter-api-aws-config.js +0 -1
  104. package/lib/config/inter-api/inter-api-config.js +0 -1
  105. package/lib/config/inter-api/inter-api-process-mapping.js +0 -1
  106. package/lib/config/logging-trace-id-generator.js +0 -1
  107. package/lib/config/open-api/open-api-document-components.js +0 -1
  108. package/lib/config/open-api/open-api-document-path.js +0 -1
  109. package/lib/config/open-api/open-api-document.js +0 -1
  110. package/lib/config/s3-config.js +0 -1
  111. package/lib/config/sns-config.js +0 -1
  112. package/lib/epsilon-build-properties.js +0 -24
  113. package/lib/epsilon-constants.js +0 -46
  114. package/lib/epsilon-global-handler.js +0 -154
  115. package/lib/epsilon-instance.js +0 -1
  116. package/lib/epsilon-logging-extension-processor.js +0 -15
  117. package/lib/http/auth/api-gateway-adapter-authentication-handler.js +0 -72
  118. package/lib/http/auth/auth0-web-token-manipulator.js +0 -61
  119. package/lib/http/auth/basic-auth-token.js +0 -1
  120. package/lib/http/auth/google-web-token-manipulator.js +0 -70
  121. package/lib/http/auth/google-web-token-manipulator.spec.js +0 -10
  122. package/lib/http/auth/jwt-ratchet-local-web-token-manipulator.js +0 -27
  123. package/lib/http/auth/local-web-token-manipulator.js +0 -74
  124. package/lib/http/auth/local-web-token-manipulator.spec.js +0 -24
  125. package/lib/http/auth/web-token-manipulator.js +0 -1
  126. package/lib/http/error/bad-gateway.js +0 -8
  127. package/lib/http/error/bad-request-error.js +0 -8
  128. package/lib/http/error/conflict-error.js +0 -8
  129. package/lib/http/error/epsilon-http-error.js +0 -133
  130. package/lib/http/error/epsilon-http-error.spec.js +0 -11
  131. package/lib/http/error/forbidden-error.js +0 -8
  132. package/lib/http/error/gateway-timeout.js +0 -8
  133. package/lib/http/error/method-not-allowed-error.js +0 -8
  134. package/lib/http/error/misconfigured-error.js +0 -8
  135. package/lib/http/error/not-found-error.js +0 -8
  136. package/lib/http/error/not-implemented.js +0 -8
  137. package/lib/http/error/request-timeout-error.js +0 -8
  138. package/lib/http/error/service-unavailable.js +0 -8
  139. package/lib/http/error/too-many-requests-error.js +0 -8
  140. package/lib/http/error/unauthorized-error.js +0 -8
  141. package/lib/http/event-util.js +0 -176
  142. package/lib/http/event-util.spec.js +0 -161
  143. package/lib/http/response-util.js +0 -141
  144. package/lib/http/response-util.spec.js +0 -92
  145. package/lib/http/route/epsilon-router.js +0 -1
  146. package/lib/http/route/extended-auth-response-context.js +0 -1
  147. package/lib/http/route/route-mapping.js +0 -1
  148. package/lib/http/route/route-validator-config.js +0 -1
  149. package/lib/http/route/router-util.js +0 -233
  150. package/lib/http/route/router-util.spec.js +0 -23
  151. package/lib/http/web-handler.js +0 -117
  152. package/lib/http/web-handler.spec.js +0 -32
  153. package/lib/http/web-v2-handler.js +0 -22
  154. package/lib/index.js +0 -1
  155. package/lib/inter-api/inter-api-entry.js +0 -1
  156. package/lib/inter-api/inter-api-util.js +0 -59
  157. package/lib/inter-api/inter-api-util.spec.js +0 -61
  158. package/lib/inter-api-manager.js +0 -65
  159. package/lib/lambda-event-handler/cron-epsilon-lambda-event-handler.js +0 -73
  160. package/lib/lambda-event-handler/cron-epsilon-lambda-event-handler.spec.js +0 -50
  161. package/lib/lambda-event-handler/dynamo-epsilon-lambda-event-handler.js +0 -33
  162. package/lib/lambda-event-handler/generic-sns-epsilon-lambda-event-handler.js +0 -29
  163. package/lib/lambda-event-handler/inter-api-epsilon-lambda-event-handler.js +0 -23
  164. package/lib/lambda-event-handler/s3-epsilon-lambda-event-handler.js +0 -41
  165. package/lib/local-container-server.js +0 -76
  166. package/lib/local-server-cert.js +0 -67
  167. package/lib/local-server.js +0 -162
  168. package/lib/open-api-util/open-api-doc-modifications.js +0 -1
  169. package/lib/open-api-util/open-api-doc-modifier.js +0 -79
  170. package/lib/open-api-util/open-api-doc-modifier.spec.js +0 -16
  171. package/lib/open-api-util/yaml-combiner.js +0 -27
  172. package/lib/open-api-util/yaml-combiner.spec.js +0 -22
  173. package/lib/sample/sample-server-components.js +0 -185
  174. package/lib/sample/sample-server-static-files.js +0 -593
  175. package/lib/sample/test-error-server.js +0 -44
  176. package/lib/util/aws-util.js +0 -65
  177. package/lib/util/context-util.js +0 -101
  178. package/lib/util/cron-util.js +0 -68
  179. package/lib/util/cron-util.spec.js +0 -124
  180. package/lib/util/epsilon-config-parser.js +0 -65

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.