@forklaunch/core 0.2.6 → 0.2.7

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 (384) hide show
  1. package/lib/jest.config.d.ts.map +1 -1
  2. package/lib/jest.config.js +0 -2
  3. package/lib/src/http/guards/isForklaunchRouter.d.ts +4 -0
  4. package/lib/src/http/guards/isForklaunchRouter.d.ts.map +1 -0
  5. package/lib/src/http/guards/isForklaunchRouter.js +7 -0
  6. package/lib/src/http/guards/isTypedHandler.d.ts +1 -1
  7. package/lib/src/http/guards/isTypedHandler.d.ts.map +1 -1
  8. package/lib/src/http/handlers/typedAuthHandler.d.ts +5 -0
  9. package/lib/src/http/handlers/typedAuthHandler.d.ts.map +1 -0
  10. package/lib/src/http/handlers/typedAuthHandler.js +3 -0
  11. package/lib/src/http/handlers/typedHandler.d.ts +0 -6
  12. package/lib/src/http/handlers/typedHandler.d.ts.map +1 -1
  13. package/lib/src/http/index.d.ts +2 -0
  14. package/lib/src/http/index.d.ts.map +1 -1
  15. package/lib/src/http/index.js +2 -0
  16. package/lib/src/http/middleware/request/auth.middleware.d.ts +3 -18
  17. package/lib/src/http/middleware/request/auth.middleware.d.ts.map +1 -1
  18. package/lib/src/http/middleware/request/auth.middleware.js +104 -69
  19. package/lib/src/http/openApiV3Generator/openApiV3Generator.js +1 -1
  20. package/lib/src/http/router/expressLikeRouter.d.ts.map +1 -1
  21. package/lib/src/http/router/expressLikeRouter.js +4 -23
  22. package/lib/src/http/types/apiDefinition.types.d.ts +36 -13
  23. package/lib/src/http/types/apiDefinition.types.d.ts.map +1 -1
  24. package/lib/src/http/types/contractDetails.types.d.ts +53 -11
  25. package/lib/src/http/types/contractDetails.types.d.ts.map +1 -1
  26. package/lib/src/http/types/expressLikeRouter.types.d.ts +1 -1
  27. package/lib/src/http/types/expressLikeRouter.types.d.ts.map +1 -1
  28. package/lib/src/http/types/typedHandler.types.d.ts +10 -0
  29. package/lib/src/http/types/typedHandler.types.d.ts.map +1 -0
  30. package/lib/tests/expressLikeRouterInstantiation.test.js +47 -2
  31. package/lib/tsconfig.tsbuildinfo +1 -1
  32. package/package.json +15 -15
  33. package/LICENSE +0 -21
  34. package/lib/dist/cache/index.d.ts +0 -4
  35. package/lib/dist/cache/index.d.ts.map +0 -1
  36. package/lib/dist/cache/index.js +0 -3
  37. package/lib/dist/cache/interfaces/ttlCache.interface.d.ts +0 -2
  38. package/lib/dist/cache/interfaces/ttlCache.interface.d.ts.map +0 -1
  39. package/lib/dist/cache/redisTtlCache.d.ts +0 -353
  40. package/lib/dist/cache/redisTtlCache.d.ts.map +0 -1
  41. package/lib/dist/cache/redisTtlCache.js +0 -98
  42. package/lib/dist/cache/types/ttlCacheRecord.types.d.ts +0 -2
  43. package/lib/dist/cache/types/ttlCacheRecord.types.d.ts.map +0 -1
  44. package/lib/dist/cache/types/ttlCacheRecord.types.js +0 -1
  45. package/lib/dist/controllers/index.d.ts +0 -2
  46. package/lib/dist/controllers/index.d.ts.map +0 -1
  47. package/lib/dist/controllers/index.js +0 -1
  48. package/lib/dist/controllers/interfaces/controller.interface.d.ts +0 -2
  49. package/lib/dist/controllers/interfaces/controller.interface.d.ts.map +0 -1
  50. package/lib/dist/controllers/interfaces/controller.interface.js +0 -1
  51. package/lib/dist/database/index.d.ts +0 -2
  52. package/lib/dist/database/index.d.ts.map +0 -1
  53. package/lib/dist/database/index.js +0 -1
  54. package/lib/dist/database/mikro/models/entities/base.entity.d.ts +0 -26
  55. package/lib/dist/database/mikro/models/entities/base.entity.d.ts.map +0 -1
  56. package/lib/dist/database/mikro/models/entities/base.entity.js +0 -46
  57. package/lib/dist/entityMapper/index.d.ts +0 -3
  58. package/lib/dist/entityMapper/index.d.ts.map +0 -1
  59. package/lib/dist/entityMapper/index.js +0 -2
  60. package/lib/dist/entityMapper/interfaces/entityMapper.interface.d.ts +0 -2
  61. package/lib/dist/entityMapper/interfaces/entityMapper.interface.d.ts.map +0 -1
  62. package/lib/dist/entityMapper/interfaces/entityMapper.interface.js +0 -1
  63. package/lib/dist/entityMapper/models/baseEntityMapper.model.d.ts +0 -63
  64. package/lib/dist/entityMapper/models/baseEntityMapper.model.d.ts.map +0 -1
  65. package/lib/dist/entityMapper/models/baseEntityMapper.model.js +0 -75
  66. package/lib/dist/entityMapper/models/requestEntityMapper.model.d.ts +0 -58
  67. package/lib/dist/entityMapper/models/requestEntityMapper.model.d.ts.map +0 -1
  68. package/lib/dist/entityMapper/models/requestEntityMapper.model.js +0 -70
  69. package/lib/dist/entityMapper/models/responseEntityMapper.model.d.ts +0 -56
  70. package/lib/dist/entityMapper/models/responseEntityMapper.model.d.ts.map +0 -1
  71. package/lib/dist/entityMapper/models/responseEntityMapper.model.js +0 -65
  72. package/lib/dist/entityMapper/types/entityMapper.types.d.ts +0 -2
  73. package/lib/dist/entityMapper/types/entityMapper.types.d.ts.map +0 -1
  74. package/lib/dist/entityMapper/types/entityMapper.types.js +0 -1
  75. package/lib/dist/http/guards/isHttpContractDetails.d.ts +0 -5
  76. package/lib/dist/http/guards/isHttpContractDetails.d.ts.map +0 -1
  77. package/lib/dist/http/guards/isHttpContractDetails.js +0 -6
  78. package/lib/dist/http/guards/isResponseShape.d.ts +0 -2
  79. package/lib/dist/http/guards/isResponseShape.d.ts.map +0 -1
  80. package/lib/dist/http/guards/isResponseShape.js +0 -7
  81. package/lib/dist/http/index.d.ts +0 -6
  82. package/lib/dist/http/index.d.ts.map +0 -1
  83. package/lib/dist/http/index.js +0 -5
  84. package/lib/dist/http/interfaces/expressLikeApplication.interface.d.ts +0 -12
  85. package/lib/dist/http/interfaces/expressLikeApplication.interface.d.ts.map +0 -1
  86. package/lib/dist/http/interfaces/expressLikeApplication.interface.js +0 -14
  87. package/lib/dist/http/interfaces/expressLikeRouter.interface.d.ts +0 -103
  88. package/lib/dist/http/interfaces/expressLikeRouter.interface.d.ts.map +0 -1
  89. package/lib/dist/http/interfaces/expressLikeRouter.interface.js +0 -336
  90. package/lib/dist/http/interfaces/index.d.ts +0 -3
  91. package/lib/dist/http/interfaces/index.d.ts.map +0 -1
  92. package/lib/dist/http/interfaces/index.js +0 -2
  93. package/lib/dist/http/middleware/index.d.ts +0 -3
  94. package/lib/dist/http/middleware/index.d.ts.map +0 -1
  95. package/lib/dist/http/middleware/index.js +0 -2
  96. package/lib/dist/http/middleware/request.middleware.d.ts +0 -69
  97. package/lib/dist/http/middleware/request.middleware.d.ts.map +0 -1
  98. package/lib/dist/http/middleware/request.middleware.js +0 -210
  99. package/lib/dist/http/middleware/response.middleware.d.ts +0 -27
  100. package/lib/dist/http/middleware/response.middleware.d.ts.map +0 -1
  101. package/lib/dist/http/middleware/response.middleware.js +0 -52
  102. package/lib/dist/http/openApiV3Generator/index.d.ts +0 -2
  103. package/lib/dist/http/openApiV3Generator/index.d.ts.map +0 -1
  104. package/lib/dist/http/openApiV3Generator/index.js +0 -1
  105. package/lib/dist/http/openApiV3Generator/openApiV3Generator.d.ts +0 -11
  106. package/lib/dist/http/openApiV3Generator/openApiV3Generator.d.ts.map +0 -1
  107. package/lib/dist/http/openApiV3Generator/openApiV3Generator.js +0 -167
  108. package/lib/dist/http/types/apiDefinition.types.d.ts +0 -2
  109. package/lib/dist/http/types/apiDefinition.types.d.ts.map +0 -1
  110. package/lib/dist/http/types/apiDefinition.types.js +0 -1
  111. package/lib/dist/http/types/contractDetails.types.d.ts +0 -2
  112. package/lib/dist/http/types/contractDetails.types.d.ts.map +0 -1
  113. package/lib/dist/http/types/contractDetails.types.js +0 -1
  114. package/lib/dist/http/types/index.d.ts +0 -4
  115. package/lib/dist/http/types/index.d.ts.map +0 -1
  116. package/lib/dist/http/types/index.js +0 -3
  117. package/lib/dist/http/types/router.types.d.ts +0 -2
  118. package/lib/dist/http/types/router.types.d.ts.map +0 -1
  119. package/lib/dist/http/types/router.types.js +0 -1
  120. package/lib/dist/http/utils/enrichExpressLikeSend.d.ts +0 -28
  121. package/lib/dist/http/utils/enrichExpressLikeSend.d.ts.map +0 -1
  122. package/lib/dist/http/utils/enrichExpressLikeSend.js +0 -50
  123. package/lib/dist/http/utils/httpStatusCodes.d.ts +0 -986
  124. package/lib/dist/http/utils/httpStatusCodes.d.ts.map +0 -1
  125. package/lib/dist/http/utils/httpStatusCodes.js +0 -1039
  126. package/lib/dist/http/utils/index.d.ts +0 -3
  127. package/lib/dist/http/utils/index.d.ts.map +0 -1
  128. package/lib/dist/http/utils/index.js +0 -2
  129. package/lib/dist/index.d.ts +0 -7
  130. package/lib/dist/index.d.ts.map +0 -1
  131. package/lib/dist/index.js +0 -6
  132. package/lib/dist/jest.config.d.ts +0 -15
  133. package/lib/dist/jest.config.d.ts.map +0 -1
  134. package/lib/dist/jest.config.js +0 -21
  135. package/lib/dist/lib/index.d.ts +0 -7
  136. package/lib/dist/lib/index.d.ts.map +0 -1
  137. package/lib/dist/lib/index.js +0 -6
  138. package/lib/dist/lib/jest.config.d.ts +0 -15
  139. package/lib/dist/lib/jest.config.d.ts.map +0 -1
  140. package/lib/dist/lib/jest.config.js +0 -21
  141. package/lib/dist/lib/src/cache/index.d.ts +0 -4
  142. package/lib/dist/lib/src/cache/index.d.ts.map +0 -1
  143. package/lib/dist/lib/src/cache/index.js +0 -3
  144. package/lib/dist/lib/src/cache/interfaces/ttlCache.interface.d.ts +0 -2
  145. package/lib/dist/lib/src/cache/interfaces/ttlCache.interface.d.ts.map +0 -1
  146. package/lib/dist/lib/src/cache/interfaces/ttlCache.interface.js +0 -1
  147. package/lib/dist/lib/src/cache/redisTtlCache.d.ts +0 -353
  148. package/lib/dist/lib/src/cache/redisTtlCache.d.ts.map +0 -1
  149. package/lib/dist/lib/src/cache/redisTtlCache.js +0 -98
  150. package/lib/dist/lib/src/cache/types/ttlCacheRecord.types.d.ts +0 -2
  151. package/lib/dist/lib/src/cache/types/ttlCacheRecord.types.d.ts.map +0 -1
  152. package/lib/dist/lib/src/cache/types/ttlCacheRecord.types.js +0 -1
  153. package/lib/dist/lib/src/controllers/index.d.ts +0 -2
  154. package/lib/dist/lib/src/controllers/index.d.ts.map +0 -1
  155. package/lib/dist/lib/src/controllers/index.js +0 -1
  156. package/lib/dist/lib/src/controllers/interfaces/controller.interface.d.ts +0 -2
  157. package/lib/dist/lib/src/controllers/interfaces/controller.interface.d.ts.map +0 -1
  158. package/lib/dist/lib/src/controllers/interfaces/controller.interface.js +0 -1
  159. package/lib/dist/lib/src/database/index.d.ts +0 -2
  160. package/lib/dist/lib/src/database/index.d.ts.map +0 -1
  161. package/lib/dist/lib/src/database/index.js +0 -1
  162. package/lib/dist/lib/src/database/mikro/models/entities/base.entity.d.ts +0 -26
  163. package/lib/dist/lib/src/database/mikro/models/entities/base.entity.d.ts.map +0 -1
  164. package/lib/dist/lib/src/database/mikro/models/entities/base.entity.js +0 -46
  165. package/lib/dist/lib/src/domainMapper/index.d.ts +0 -3
  166. package/lib/dist/lib/src/domainMapper/index.d.ts.map +0 -1
  167. package/lib/dist/lib/src/domainMapper/index.js +0 -2
  168. package/lib/dist/lib/src/domainMapper/interfaces/dtoMapper.interface.d.ts +0 -2
  169. package/lib/dist/lib/src/domainMapper/interfaces/dtoMapper.interface.d.ts.map +0 -1
  170. package/lib/dist/lib/src/domainMapper/interfaces/dtoMapper.interface.js +0 -1
  171. package/lib/dist/lib/src/domainMapper/models/baseDtoMapper.model.d.ts +0 -63
  172. package/lib/dist/lib/src/domainMapper/models/baseDtoMapper.model.d.ts.map +0 -1
  173. package/lib/dist/lib/src/domainMapper/models/baseDtoMapper.model.js +0 -75
  174. package/lib/dist/lib/src/domainMapper/models/requestDtoMapper.model.d.ts +0 -58
  175. package/lib/dist/lib/src/domainMapper/models/requestDtoMapper.model.d.ts.map +0 -1
  176. package/lib/dist/lib/src/domainMapper/models/requestDtoMapper.model.js +0 -70
  177. package/lib/dist/lib/src/domainMapper/models/responseDtoMapper.model.d.ts +0 -56
  178. package/lib/dist/lib/src/domainMapper/models/responseDtoMapper.model.d.ts.map +0 -1
  179. package/lib/dist/lib/src/domainMapper/models/responseDtoMapper.model.js +0 -65
  180. package/lib/dist/lib/src/domainMapper/types/dtoMapper.types.d.ts +0 -2
  181. package/lib/dist/lib/src/domainMapper/types/dtoMapper.types.d.ts.map +0 -1
  182. package/lib/dist/lib/src/domainMapper/types/dtoMapper.types.js +0 -1
  183. package/lib/dist/lib/src/dtoMapper/index.d.ts +0 -3
  184. package/lib/dist/lib/src/dtoMapper/index.d.ts.map +0 -1
  185. package/lib/dist/lib/src/dtoMapper/index.js +0 -2
  186. package/lib/dist/lib/src/dtoMapper/interfaces/dtoMapper.interface.d.ts +0 -2
  187. package/lib/dist/lib/src/dtoMapper/interfaces/dtoMapper.interface.d.ts.map +0 -1
  188. package/lib/dist/lib/src/dtoMapper/interfaces/dtoMapper.interface.js +0 -1
  189. package/lib/dist/lib/src/dtoMapper/models/baseDtoMapper.model.d.ts +0 -63
  190. package/lib/dist/lib/src/dtoMapper/models/baseDtoMapper.model.d.ts.map +0 -1
  191. package/lib/dist/lib/src/dtoMapper/models/baseDtoMapper.model.js +0 -75
  192. package/lib/dist/lib/src/dtoMapper/models/requestDtoMapper.model.d.ts +0 -58
  193. package/lib/dist/lib/src/dtoMapper/models/requestDtoMapper.model.d.ts.map +0 -1
  194. package/lib/dist/lib/src/dtoMapper/models/requestDtoMapper.model.js +0 -70
  195. package/lib/dist/lib/src/dtoMapper/models/responseDtoMapper.model.d.ts +0 -56
  196. package/lib/dist/lib/src/dtoMapper/models/responseDtoMapper.model.d.ts.map +0 -1
  197. package/lib/dist/lib/src/dtoMapper/models/responseDtoMapper.model.js +0 -65
  198. package/lib/dist/lib/src/dtoMapper/types/dtoMapper.types.d.ts +0 -2
  199. package/lib/dist/lib/src/dtoMapper/types/dtoMapper.types.d.ts.map +0 -1
  200. package/lib/dist/lib/src/dtoMapper/types/dtoMapper.types.js +0 -1
  201. package/lib/dist/lib/src/http/application/expressLikeApplication.d.ts +0 -18
  202. package/lib/dist/lib/src/http/application/expressLikeApplication.d.ts.map +0 -1
  203. package/lib/dist/lib/src/http/application/expressLikeApplication.js +0 -20
  204. package/lib/dist/lib/src/http/guards/isHttpContractDetails.d.ts +0 -5
  205. package/lib/dist/lib/src/http/guards/isHttpContractDetails.d.ts.map +0 -1
  206. package/lib/dist/lib/src/http/guards/isHttpContractDetails.js +0 -6
  207. package/lib/dist/lib/src/http/guards/isResponseShape.d.ts +0 -2
  208. package/lib/dist/lib/src/http/guards/isResponseShape.d.ts.map +0 -1
  209. package/lib/dist/lib/src/http/guards/isResponseShape.js +0 -7
  210. package/lib/dist/lib/src/http/handler/typedHandler.d.ts +0 -21
  211. package/lib/dist/lib/src/http/handler/typedHandler.d.ts.map +0 -1
  212. package/lib/dist/lib/src/http/handler/typedHandler.js +0 -25
  213. package/lib/dist/lib/src/http/index.d.ts +0 -11
  214. package/lib/dist/lib/src/http/index.d.ts.map +0 -1
  215. package/lib/dist/lib/src/http/index.js +0 -10
  216. package/lib/dist/lib/src/http/interfaces/expressLikeApplication.interface.d.ts +0 -12
  217. package/lib/dist/lib/src/http/interfaces/expressLikeApplication.interface.d.ts.map +0 -1
  218. package/lib/dist/lib/src/http/interfaces/expressLikeApplication.interface.js +0 -14
  219. package/lib/dist/lib/src/http/interfaces/expressLikeRouter.interface.d.ts +0 -2
  220. package/lib/dist/lib/src/http/interfaces/expressLikeRouter.interface.d.ts.map +0 -1
  221. package/lib/dist/lib/src/http/interfaces/expressLikeRouter.interface.js +0 -1
  222. package/lib/dist/lib/src/http/interfaces/index.d.ts +0 -3
  223. package/lib/dist/lib/src/http/interfaces/index.d.ts.map +0 -1
  224. package/lib/dist/lib/src/http/interfaces/index.js +0 -2
  225. package/lib/dist/lib/src/http/middleware/index.d.ts +0 -3
  226. package/lib/dist/lib/src/http/middleware/index.d.ts.map +0 -1
  227. package/lib/dist/lib/src/http/middleware/index.js +0 -2
  228. package/lib/dist/lib/src/http/middleware/request/auth.middleware.d.ts +0 -27
  229. package/lib/dist/lib/src/http/middleware/request/auth.middleware.d.ts.map +0 -1
  230. package/lib/dist/lib/src/http/middleware/request/auth.middleware.js +0 -107
  231. package/lib/dist/lib/src/http/middleware/request/cors.middleware.d.ts +0 -9
  232. package/lib/dist/lib/src/http/middleware/request/cors.middleware.d.ts.map +0 -1
  233. package/lib/dist/lib/src/http/middleware/request/cors.middleware.js +0 -15
  234. package/lib/dist/lib/src/http/middleware/request/createContext.middleware.d.ts +0 -12
  235. package/lib/dist/lib/src/http/middleware/request/createContext.middleware.d.ts.map +0 -1
  236. package/lib/dist/lib/src/http/middleware/request/createContext.middleware.js +0 -26
  237. package/lib/dist/lib/src/http/middleware/request/enrichDetails.middleware.d.ts +0 -12
  238. package/lib/dist/lib/src/http/middleware/request/enrichDetails.middleware.d.ts.map +0 -1
  239. package/lib/dist/lib/src/http/middleware/request/enrichDetails.middleware.js +0 -19
  240. package/lib/dist/lib/src/http/middleware/request/parse.middleware.d.ts +0 -13
  241. package/lib/dist/lib/src/http/middleware/request/parse.middleware.d.ts.map +0 -1
  242. package/lib/dist/lib/src/http/middleware/request/parse.middleware.js +0 -43
  243. package/lib/dist/lib/src/http/middleware/request.middleware.d.ts +0 -69
  244. package/lib/dist/lib/src/http/middleware/request.middleware.d.ts.map +0 -1
  245. package/lib/dist/lib/src/http/middleware/request.middleware.js +0 -210
  246. package/lib/dist/lib/src/http/middleware/response/parse.middleware.d.ts +0 -27
  247. package/lib/dist/lib/src/http/middleware/response/parse.middleware.d.ts.map +0 -1
  248. package/lib/dist/lib/src/http/middleware/response/parse.middleware.js +0 -52
  249. package/lib/dist/lib/src/http/middleware/response.middleware.d.ts +0 -27
  250. package/lib/dist/lib/src/http/middleware/response.middleware.d.ts.map +0 -1
  251. package/lib/dist/lib/src/http/middleware/response.middleware.js +0 -52
  252. package/lib/dist/lib/src/http/openApiV3Generator/index.d.ts +0 -2
  253. package/lib/dist/lib/src/http/openApiV3Generator/index.d.ts.map +0 -1
  254. package/lib/dist/lib/src/http/openApiV3Generator/index.js +0 -1
  255. package/lib/dist/lib/src/http/openApiV3Generator/openApiV3Generator.d.ts +0 -11
  256. package/lib/dist/lib/src/http/openApiV3Generator/openApiV3Generator.d.ts.map +0 -1
  257. package/lib/dist/lib/src/http/openApiV3Generator/openApiV3Generator.js +0 -167
  258. package/lib/dist/lib/src/http/router/expressLikeRouter.d.ts +0 -89
  259. package/lib/dist/lib/src/http/router/expressLikeRouter.d.ts.map +0 -1
  260. package/lib/dist/lib/src/http/router/expressLikeRouter.js +0 -322
  261. package/lib/dist/lib/src/http/types/apiDefinition.types.d.ts +0 -2
  262. package/lib/dist/lib/src/http/types/apiDefinition.types.d.ts.map +0 -1
  263. package/lib/dist/lib/src/http/types/apiDefinition.types.js +0 -1
  264. package/lib/dist/lib/src/http/types/contractDetails.types.d.ts +0 -2
  265. package/lib/dist/lib/src/http/types/contractDetails.types.d.ts.map +0 -1
  266. package/lib/dist/lib/src/http/types/contractDetails.types.js +0 -1
  267. package/lib/dist/lib/src/http/types/index.d.ts +0 -4
  268. package/lib/dist/lib/src/http/types/index.d.ts.map +0 -1
  269. package/lib/dist/lib/src/http/types/index.js +0 -3
  270. package/lib/dist/lib/src/http/types/router.types.d.ts +0 -2
  271. package/lib/dist/lib/src/http/types/router.types.d.ts.map +0 -1
  272. package/lib/dist/lib/src/http/types/router.types.js +0 -1
  273. package/lib/dist/lib/src/http/utils/enrichExpressLikeSend.d.ts +0 -28
  274. package/lib/dist/lib/src/http/utils/enrichExpressLikeSend.d.ts.map +0 -1
  275. package/lib/dist/lib/src/http/utils/enrichExpressLikeSend.js +0 -50
  276. package/lib/dist/lib/src/http/utils/httpStatusCodes.d.ts +0 -986
  277. package/lib/dist/lib/src/http/utils/httpStatusCodes.d.ts.map +0 -1
  278. package/lib/dist/lib/src/http/utils/httpStatusCodes.js +0 -1039
  279. package/lib/dist/lib/src/http/utils/index.d.ts +0 -3
  280. package/lib/dist/lib/src/http/utils/index.d.ts.map +0 -1
  281. package/lib/dist/lib/src/http/utils/index.js +0 -2
  282. package/lib/dist/lib/src/services/index.d.ts +0 -2
  283. package/lib/dist/lib/src/services/index.d.ts.map +0 -1
  284. package/lib/dist/lib/src/services/index.js +0 -1
  285. package/lib/dist/lib/src/services/interfaces/baseService.d.ts +0 -2
  286. package/lib/dist/lib/src/services/interfaces/baseService.d.ts.map +0 -1
  287. package/lib/dist/lib/src/services/interfaces/baseService.js +0 -1
  288. package/lib/dist/lib/tests/dtoMapper.test.d.ts +0 -2
  289. package/lib/dist/lib/tests/dtoMapper.test.d.ts.map +0 -1
  290. package/lib/dist/lib/tests/dtoMapper.test.js +0 -172
  291. package/lib/dist/lib/tests/entityMapper.test.d.ts +0 -2
  292. package/lib/dist/lib/tests/entityMapper.test.d.ts.map +0 -1
  293. package/lib/dist/lib/tests/entityMapper.test.js +0 -172
  294. package/lib/dist/lib/tests/expressLikeRouter.test.d.ts +0 -2
  295. package/lib/dist/lib/tests/expressLikeRouter.test.d.ts.map +0 -1
  296. package/lib/dist/lib/tests/expressLikeRouter.test.js +0 -3
  297. package/lib/dist/lib/tests/http.middleware.test.d.ts +0 -2
  298. package/lib/dist/lib/tests/http.middleware.test.d.ts.map +0 -1
  299. package/lib/dist/lib/tests/http.middleware.test.js +0 -95
  300. package/lib/dist/lib/tests/openApiV3Generator.test.d.ts +0 -2
  301. package/lib/dist/lib/tests/openApiV3Generator.test.d.ts.map +0 -1
  302. package/lib/dist/lib/tests/openApiV3Generator.test.js +0 -66
  303. package/lib/dist/lib/tests/redisTtlCache.test.d.ts +0 -2
  304. package/lib/dist/lib/tests/redisTtlCache.test.d.ts.map +0 -1
  305. package/lib/dist/lib/tests/redisTtlCache.test.js +0 -49
  306. package/lib/dist/lib/tests/typedHandler.test.d.ts +0 -2
  307. package/lib/dist/lib/tests/typedHandler.test.d.ts.map +0 -1
  308. package/lib/dist/lib/tests/typedHandler.test.js +0 -3
  309. package/lib/dist/lib/vitest.config.d.ts +0 -3
  310. package/lib/dist/lib/vitest.config.d.ts.map +0 -1
  311. package/lib/dist/lib/vitest.config.js +0 -7
  312. package/lib/dist/services/index.d.ts +0 -2
  313. package/lib/dist/services/index.d.ts.map +0 -1
  314. package/lib/dist/services/index.js +0 -1
  315. package/lib/dist/services/interfaces/baseService.d.ts +0 -2
  316. package/lib/dist/services/interfaces/baseService.d.ts.map +0 -1
  317. package/lib/dist/services/interfaces/baseService.js +0 -1
  318. package/lib/dist/tests/entityMapper.test.d.ts +0 -2
  319. package/lib/dist/tests/entityMapper.test.d.ts.map +0 -1
  320. package/lib/dist/tests/entityMapper.test.js +0 -171
  321. package/lib/dist/tests/http.middleware.test.d.ts +0 -2
  322. package/lib/dist/tests/http.middleware.test.d.ts.map +0 -1
  323. package/lib/dist/tests/http.middleware.test.js +0 -93
  324. package/lib/dist/tests/openApiV3Generator.test.d.ts +0 -2
  325. package/lib/dist/tests/openApiV3Generator.test.d.ts.map +0 -1
  326. package/lib/dist/tests/openApiV3Generator.test.js +0 -66
  327. package/lib/dist/tests/redisTtlCache.test.d.ts +0 -2
  328. package/lib/dist/tests/redisTtlCache.test.d.ts.map +0 -1
  329. package/lib/dist/tests/redisTtlCache.test.js +0 -49
  330. package/lib/index.d.ts +0 -7
  331. package/lib/index.d.ts.map +0 -1
  332. package/lib/index.js +0 -7
  333. package/lib/src/domainMapper/index.d.ts +0 -3
  334. package/lib/src/domainMapper/index.d.ts.map +0 -1
  335. package/lib/src/domainMapper/index.js +0 -2
  336. package/lib/src/domainMapper/interfaces/dtoMapper.interface.d.ts +0 -18
  337. package/lib/src/domainMapper/interfaces/dtoMapper.interface.d.ts.map +0 -1
  338. package/lib/src/domainMapper/interfaces/dtoMapper.interface.js +0 -1
  339. package/lib/src/domainMapper/models/baseDtoMapper.model.d.ts +0 -72
  340. package/lib/src/domainMapper/models/baseDtoMapper.model.d.ts.map +0 -1
  341. package/lib/src/domainMapper/models/baseDtoMapper.model.js +0 -75
  342. package/lib/src/domainMapper/models/requestDtoMapper.model.d.ts +0 -68
  343. package/lib/src/domainMapper/models/requestDtoMapper.model.d.ts.map +0 -1
  344. package/lib/src/domainMapper/models/requestDtoMapper.model.js +0 -70
  345. package/lib/src/domainMapper/models/responseDtoMapper.model.d.ts +0 -67
  346. package/lib/src/domainMapper/models/responseDtoMapper.model.d.ts.map +0 -1
  347. package/lib/src/domainMapper/models/responseDtoMapper.model.js +0 -65
  348. package/lib/src/domainMapper/types/dtoMapper.types.d.ts +0 -9
  349. package/lib/src/domainMapper/types/dtoMapper.types.d.ts.map +0 -1
  350. package/lib/src/domainMapper/types/dtoMapper.types.js +0 -1
  351. package/lib/src/http/handler/typedHandler.d.ts +0 -24
  352. package/lib/src/http/handler/typedHandler.d.ts.map +0 -1
  353. package/lib/src/http/handler/typedHandler.js +0 -25
  354. package/lib/src/http/interfaces/expressLikeApplication.interface.d.ts +0 -16
  355. package/lib/src/http/interfaces/expressLikeApplication.interface.d.ts.map +0 -1
  356. package/lib/src/http/interfaces/expressLikeApplication.interface.js +0 -14
  357. package/lib/src/http/interfaces/index.d.ts +0 -3
  358. package/lib/src/http/interfaces/index.d.ts.map +0 -1
  359. package/lib/src/http/interfaces/index.js +0 -2
  360. package/lib/src/http/middleware/index.d.ts +0 -3
  361. package/lib/src/http/middleware/index.d.ts.map +0 -1
  362. package/lib/src/http/middleware/index.js +0 -2
  363. package/lib/src/http/middleware/request.middleware.d.ts +0 -73
  364. package/lib/src/http/middleware/request.middleware.d.ts.map +0 -1
  365. package/lib/src/http/middleware/request.middleware.js +0 -210
  366. package/lib/src/http/middleware/response.middleware.d.ts +0 -31
  367. package/lib/src/http/middleware/response.middleware.d.ts.map +0 -1
  368. package/lib/src/http/middleware/response.middleware.js +0 -52
  369. package/lib/src/http/openApiV3Generator/index.d.ts +0 -2
  370. package/lib/src/http/openApiV3Generator/index.d.ts.map +0 -1
  371. package/lib/src/http/openApiV3Generator/index.js +0 -1
  372. package/lib/src/http/types/index.d.ts +0 -4
  373. package/lib/src/http/types/index.d.ts.map +0 -1
  374. package/lib/src/http/types/index.js +0 -3
  375. package/lib/src/http/utils/index.d.ts +0 -3
  376. package/lib/src/http/utils/index.d.ts.map +0 -1
  377. package/lib/src/http/utils/index.js +0 -2
  378. package/lib/tests/entityMapper.test.d.ts +0 -2
  379. package/lib/tests/entityMapper.test.d.ts.map +0 -1
  380. package/lib/tests/entityMapper.test.js +0 -168
  381. package/lib/tests/expressLikeRouter.test.d.ts +0 -2
  382. package/lib/tests/expressLikeRouter.test.d.ts.map +0 -1
  383. package/lib/tests/expressLikeRouter.test.js +0 -3
  384. /package/lib/{dist/cache/interfaces/ttlCache.interface.js → src/http/types/typedHandler.types.js} +0 -0
@@ -1,3 +0,0 @@
1
- export * from "./enrichExpressLikeSend";
2
- export * from "./httpStatusCodes";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../dist/http/utils/index.js"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export * from './enrichExpressLikeSend';
2
- export * from './httpStatusCodes';
@@ -1,7 +0,0 @@
1
- export * from "./cache";
2
- export * from "./controllers";
3
- export * from "./database";
4
- export * from "./entityMapper";
5
- export * from "./http";
6
- export * from "./services";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../dist/index.js"],"names":[],"mappings":""}
package/lib/dist/index.js DELETED
@@ -1,6 +0,0 @@
1
- export * from './cache';
2
- export * from './controllers';
3
- export * from './database';
4
- export * from './entityMapper';
5
- export * from './http';
6
- export * from './services';
@@ -1,15 +0,0 @@
1
- export default jestConfig;
2
- declare namespace jestConfig {
3
- let preset: string;
4
- let moduleNameMapper: {
5
- '^(\\.{1,2}/.*)\\.js$': string;
6
- };
7
- let transform: {
8
- '^.+\\.[tj]sx?$': (string | {
9
- useESM: boolean;
10
- })[];
11
- '^.+\\.js$': string;
12
- };
13
- let testPathIgnorePatterns: string[];
14
- }
15
- //# sourceMappingURL=jest.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["../../dist/jest.config.js"],"names":[],"mappings":""}
@@ -1,21 +0,0 @@
1
- // import type { Config } from 'jest';
2
- const jestConfig = {
3
- // [...]
4
- preset: 'ts-jest/presets/default-esm', // or other ESM presets
5
- moduleNameMapper: {
6
- '^(\\.{1,2}/.*)\\.js$': '$1'
7
- },
8
- transform: {
9
- // '^.+\\.[tj]sx?$' to process ts,js,tsx,jsx with `ts-jest`
10
- // '^.+\\.m?[tj]sx?$' to process ts,js,tsx,jsx,mts,mjs,mtsx,mjsx with `ts-jest`
11
- '^.+\\.[tj]sx?$': [
12
- 'ts-jest',
13
- {
14
- useESM: true
15
- }
16
- ],
17
- '^.+\\.js$': 'babel-jest'
18
- },
19
- testPathIgnorePatterns: ['.*dist/', '.*node_modules/']
20
- };
21
- export default jestConfig;
@@ -1,7 +0,0 @@
1
- export * from "./src/cache";
2
- export * from "./src/controllers";
3
- export * from "./src/database";
4
- export * from "./src/dtoMapper";
5
- export * from "./src/http";
6
- export * from "./src/services";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../dist/lib/index.js"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- export * from './src/cache';
2
- export * from './src/controllers';
3
- export * from './src/database';
4
- export * from './src/dtoMapper';
5
- export * from './src/http';
6
- export * from './src/services';
@@ -1,15 +0,0 @@
1
- export default jestConfig;
2
- declare namespace jestConfig {
3
- let preset: string;
4
- let moduleNameMapper: {
5
- '^(\\.{1,2}/.*)\\.js$': string;
6
- };
7
- let transform: {
8
- '^.+\\.[tj]sx?$': (string | {
9
- useESM: boolean;
10
- })[];
11
- '^.+\\.js$': string;
12
- };
13
- let testPathIgnorePatterns: string[];
14
- }
15
- //# sourceMappingURL=jest.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["../../../dist/lib/jest.config.js"],"names":[],"mappings":""}
@@ -1,21 +0,0 @@
1
- // import type { Config } from 'jest';
2
- const jestConfig = {
3
- // [...]
4
- preset: 'ts-jest/presets/default-esm', // or other ESM presets
5
- moduleNameMapper: {
6
- '^(\\.{1,2}/.*)\\.js$': '$1'
7
- },
8
- transform: {
9
- // '^.+\\.[tj]sx?$' to process ts,js,tsx,jsx with `ts-jest`
10
- // '^.+\\.m?[tj]sx?$' to process ts,js,tsx,jsx,mts,mjs,mtsx,mjsx with `ts-jest`
11
- '^.+\\.[tj]sx?$': [
12
- 'ts-jest',
13
- {
14
- useESM: true
15
- }
16
- ],
17
- '^.+\\.js$': 'babel-jest'
18
- },
19
- testPathIgnorePatterns: ['.*dist/', '.*node_modules/']
20
- };
21
- export default jestConfig;
@@ -1,4 +0,0 @@
1
- export * from "./interfaces/ttlCache.interface";
2
- export * from "./redisTtlCache";
3
- export * from "./types/ttlCacheRecord.types";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../dist/lib/src/cache/index.js"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export * from './interfaces/ttlCache.interface';
2
- export * from './redisTtlCache';
3
- export * from './types/ttlCacheRecord.types';
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ttlCache.interface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ttlCache.interface.d.ts","sourceRoot":"","sources":["../../../../../../dist/lib/src/cache/interfaces/ttlCache.interface.js"],"names":[],"mappings":""}
@@ -1,353 +0,0 @@
1
- /**
2
- * Class representing a Redis-based TTL (Time-To-Live) cache.
3
- * Implements the TtlCache interface.
4
- */
5
- export class RedisTtlCache {
6
- /**
7
- * Creates an instance of RedisTtlCache.
8
- *
9
- * @param {number} ttlMilliseconds - The default TTL in milliseconds.
10
- * @param {RedisClientOptions} [hostingOptions] - The Redis client options.
11
- */
12
- constructor(ttlMilliseconds: number, hostingOptions?: any);
13
- ttlMilliseconds: number;
14
- client: import(".pnpm/@redis+client@1.6.0/node_modules/@redis/client").RedisClientType<{
15
- graph: {
16
- CONFIG_GET: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/CONFIG_GET");
17
- configGet: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/CONFIG_GET");
18
- CONFIG_SET: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/CONFIG_SET");
19
- configSet: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/CONFIG_SET");
20
- DELETE: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/DELETE");
21
- delete: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/DELETE");
22
- EXPLAIN: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/EXPLAIN");
23
- explain: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/EXPLAIN");
24
- LIST: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/LIST");
25
- list: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/LIST");
26
- PROFILE: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/PROFILE");
27
- profile: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/PROFILE");
28
- QUERY: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/QUERY");
29
- query: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/QUERY");
30
- RO_QUERY: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/RO_QUERY");
31
- roQuery: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/RO_QUERY");
32
- SLOWLOG: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/SLOWLOG");
33
- slowLog: typeof import(".pnpm/@redis+graph@1.1.1_@redis+client@1.6.0/node_modules/@redis/graph/dist/commands/SLOWLOG");
34
- };
35
- json: {
36
- ARRAPPEND: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRAPPEND");
37
- arrAppend: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRAPPEND");
38
- ARRINDEX: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRINDEX");
39
- arrIndex: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRINDEX");
40
- ARRINSERT: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRINSERT");
41
- arrInsert: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRINSERT");
42
- ARRLEN: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRLEN");
43
- arrLen: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRLEN");
44
- ARRPOP: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRPOP");
45
- arrPop: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRPOP");
46
- ARRTRIM: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRTRIM");
47
- arrTrim: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/ARRTRIM");
48
- DEBUG_MEMORY: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/DEBUG_MEMORY");
49
- debugMemory: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/DEBUG_MEMORY");
50
- DEL: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/DEL");
51
- del: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/DEL");
52
- FORGET: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/FORGET");
53
- forget: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/FORGET");
54
- GET: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/GET");
55
- get: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/GET");
56
- MERGE: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/MERGE");
57
- merge: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/MERGE");
58
- MGET: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/MGET");
59
- mGet: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/MGET");
60
- MSET: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/MSET");
61
- mSet: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/MSET");
62
- NUMINCRBY: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/NUMINCRBY");
63
- numIncrBy: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/NUMINCRBY");
64
- NUMMULTBY: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/NUMMULTBY");
65
- numMultBy: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/NUMMULTBY");
66
- OBJKEYS: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/OBJKEYS");
67
- objKeys: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/OBJKEYS");
68
- OBJLEN: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/OBJLEN");
69
- objLen: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/OBJLEN");
70
- RESP: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/RESP");
71
- resp: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/RESP");
72
- SET: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/SET");
73
- set: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/SET");
74
- STRAPPEND: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/STRAPPEND");
75
- strAppend: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/STRAPPEND");
76
- STRLEN: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/STRLEN");
77
- strLen: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/STRLEN");
78
- TYPE: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/TYPE");
79
- type: typeof import(".pnpm/@redis+json@1.0.7_@redis+client@1.6.0/node_modules/@redis/json/dist/commands/TYPE");
80
- };
81
- ft: {
82
- _LIST: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/_LIST");
83
- _list: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/_LIST");
84
- ALTER: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALTER");
85
- alter: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALTER");
86
- AGGREGATE_WITHCURSOR: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR");
87
- aggregateWithCursor: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR");
88
- AGGREGATE: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/AGGREGATE");
89
- aggregate: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/AGGREGATE");
90
- ALIASADD: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALIASADD");
91
- aliasAdd: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALIASADD");
92
- ALIASDEL: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALIASDEL");
93
- aliasDel: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALIASDEL");
94
- ALIASUPDATE: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALIASUPDATE");
95
- aliasUpdate: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/ALIASUPDATE");
96
- CONFIG_GET: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CONFIG_GET");
97
- configGet: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CONFIG_GET");
98
- CONFIG_SET: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CONFIG_SET");
99
- configSet: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CONFIG_SET");
100
- CREATE: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CREATE");
101
- create: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CREATE");
102
- CURSOR_DEL: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CURSOR_DEL");
103
- cursorDel: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CURSOR_DEL");
104
- CURSOR_READ: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CURSOR_READ");
105
- cursorRead: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/CURSOR_READ");
106
- DICTADD: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DICTADD");
107
- dictAdd: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DICTADD");
108
- DICTDEL: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DICTDEL");
109
- dictDel: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DICTDEL");
110
- DICTDUMP: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DICTDUMP");
111
- dictDump: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DICTDUMP");
112
- DROPINDEX: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DROPINDEX");
113
- dropIndex: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/DROPINDEX");
114
- EXPLAIN: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/EXPLAIN");
115
- explain: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/EXPLAIN");
116
- EXPLAINCLI: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/EXPLAINCLI");
117
- explainCli: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/EXPLAINCLI");
118
- INFO: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/INFO");
119
- info: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/INFO");
120
- PROFILESEARCH: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/PROFILE_SEARCH");
121
- profileSearch: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/PROFILE_SEARCH");
122
- PROFILEAGGREGATE: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE");
123
- profileAggregate: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE");
124
- SEARCH: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SEARCH");
125
- search: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SEARCH");
126
- SEARCH_NOCONTENT: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SEARCH_NOCONTENT");
127
- searchNoContent: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SEARCH_NOCONTENT");
128
- SPELLCHECK: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SPELLCHECK");
129
- spellCheck: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SPELLCHECK");
130
- SUGADD: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGADD");
131
- sugAdd: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGADD");
132
- SUGDEL: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGDEL");
133
- sugDel: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGDEL");
134
- SUGGET_WITHPAYLOADS: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS");
135
- sugGetWithPayloads: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS");
136
- SUGGET_WITHSCORES_WITHPAYLOADS: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS");
137
- sugGetWithScoresWithPayloads: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS");
138
- SUGGET_WITHSCORES: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES");
139
- sugGetWithScores: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES");
140
- SUGGET: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET");
141
- sugGet: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGGET");
142
- SUGLEN: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGLEN");
143
- sugLen: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SUGLEN");
144
- SYNDUMP: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SYNDUMP");
145
- synDump: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SYNDUMP");
146
- SYNUPDATE: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SYNUPDATE");
147
- synUpdate: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/SYNUPDATE");
148
- TAGVALS: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/TAGVALS");
149
- tagVals: typeof import(".pnpm/@redis+search@1.2.0_@redis+client@1.6.0/node_modules/@redis/search/dist/commands/TAGVALS");
150
- };
151
- ts: {
152
- ADD: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/ADD");
153
- add: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/ADD");
154
- ALTER: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/ALTER");
155
- alter: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/ALTER");
156
- CREATE: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/CREATE");
157
- create: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/CREATE");
158
- CREATERULE: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/CREATERULE");
159
- createRule: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/CREATERULE");
160
- DECRBY: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/DECRBY");
161
- decrBy: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/DECRBY");
162
- DEL: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/DEL");
163
- del: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/DEL");
164
- DELETERULE: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/DELETERULE");
165
- deleteRule: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/DELETERULE");
166
- GET: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/GET");
167
- get: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/GET");
168
- INCRBY: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/INCRBY");
169
- incrBy: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/INCRBY");
170
- INFO_DEBUG: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/INFO_DEBUG");
171
- infoDebug: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/INFO_DEBUG");
172
- INFO: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/INFO");
173
- info: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/INFO");
174
- MADD: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MADD");
175
- mAdd: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MADD");
176
- MGET: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MGET");
177
- mGet: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MGET");
178
- MGET_WITHLABELS: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS");
179
- mGetWithLabels: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS");
180
- QUERYINDEX: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/QUERYINDEX");
181
- queryIndex: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/QUERYINDEX");
182
- RANGE: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/RANGE");
183
- range: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/RANGE");
184
- REVRANGE: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/REVRANGE");
185
- revRange: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/REVRANGE");
186
- MRANGE: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MRANGE");
187
- mRange: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MRANGE");
188
- MRANGE_WITHLABELS: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS");
189
- mRangeWithLabels: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS");
190
- MREVRANGE: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MREVRANGE");
191
- mRevRange: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MREVRANGE");
192
- MREVRANGE_WITHLABELS: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS");
193
- mRevRangeWithLabels: typeof import(".pnpm/@redis+time-series@1.1.0_@redis+client@1.6.0/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS");
194
- };
195
- bf: {
196
- ADD: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/ADD");
197
- add: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/ADD");
198
- CARD: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/CARD");
199
- card: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/CARD");
200
- EXISTS: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/EXISTS");
201
- exists: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/EXISTS");
202
- INFO: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/INFO");
203
- info: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/INFO");
204
- INSERT: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/INSERT");
205
- insert: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/INSERT");
206
- LOADCHUNK: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK");
207
- loadChunk: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK");
208
- MADD: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/MADD");
209
- mAdd: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/MADD");
210
- MEXISTS: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS");
211
- mExists: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS");
212
- RESERVE: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/RESERVE");
213
- reserve: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/RESERVE");
214
- SCANDUMP: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP");
215
- scanDump: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP");
216
- };
217
- cms: {
218
- INCRBY: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY");
219
- incrBy: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY");
220
- INFO: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO");
221
- info: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO");
222
- INITBYDIM: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM");
223
- initByDim: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM");
224
- INITBYPROB: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB");
225
- initByProb: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB");
226
- MERGE: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE");
227
- merge: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE");
228
- QUERY: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY");
229
- query: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY");
230
- };
231
- cf: {
232
- ADD: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/ADD");
233
- add: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/ADD");
234
- ADDNX: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX");
235
- addNX: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX");
236
- COUNT: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT");
237
- count: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT");
238
- DEL: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/DEL");
239
- del: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/DEL");
240
- EXISTS: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS");
241
- exists: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS");
242
- INFO: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/INFO");
243
- info: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/INFO");
244
- INSERT: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT");
245
- insert: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT");
246
- INSERTNX: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX");
247
- insertNX: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX");
248
- LOADCHUNK: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK");
249
- loadChunk: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK");
250
- RESERVE: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE");
251
- reserve: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE");
252
- SCANDUMP: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP");
253
- scanDump: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP");
254
- };
255
- tDigest: {
256
- ADD: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/ADD");
257
- add: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/ADD");
258
- BYRANK: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK");
259
- byRank: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK");
260
- BYREVRANK: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK");
261
- byRevRank: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK");
262
- CDF: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/CDF");
263
- cdf: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/CDF");
264
- CREATE: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/CREATE");
265
- create: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/CREATE");
266
- INFO: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/INFO");
267
- info: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/INFO");
268
- MAX: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/MAX");
269
- max: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/MAX");
270
- MERGE: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/MERGE");
271
- merge: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/MERGE");
272
- MIN: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/MIN");
273
- min: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/MIN");
274
- QUANTILE: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE");
275
- quantile: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE");
276
- RANK: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/RANK");
277
- rank: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/RANK");
278
- RESET: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/RESET");
279
- reset: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/RESET");
280
- REVRANK: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK");
281
- revRank: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK");
282
- TRIMMED_MEAN: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN");
283
- trimmedMean: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN");
284
- };
285
- topK: {
286
- ADD: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/ADD");
287
- add: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/ADD");
288
- COUNT: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/COUNT");
289
- count: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/COUNT");
290
- INCRBY: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/INCRBY");
291
- incrBy: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/INCRBY");
292
- INFO: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/INFO");
293
- info: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/INFO");
294
- LIST_WITHCOUNT: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT");
295
- listWithCount: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT");
296
- LIST: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/LIST");
297
- list: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/LIST");
298
- QUERY: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/QUERY");
299
- query: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/QUERY");
300
- RESERVE: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/RESERVE");
301
- reserve: typeof import(".pnpm/@redis+bloom@1.2.0_@redis+client@1.6.0/node_modules/@redis/bloom/dist/commands/top-k/RESERVE");
302
- };
303
- } & import("redis").RedisModules, import("redis").RedisFunctions, import("redis").RedisScripts>;
304
- /**
305
- * Puts a record into the Redis cache.
306
- *
307
- * @param {TtlCacheRecord} param0 - The cache record to put into the cache.
308
- * @returns {Promise<void>} - A promise that resolves when the record is put into the cache.
309
- */
310
- putRecord({ key, value, ttlMilliseconds }: TtlCacheRecord): Promise<void>;
311
- /**
312
- * Deletes a record from the Redis cache.
313
- *
314
- * @param {string} cacheRecordKey - The key of the cache record to delete.
315
- * @returns {Promise<void>} - A promise that resolves when the record is deleted from the cache.
316
- */
317
- deleteRecord(cacheRecordKey: string): Promise<void>;
318
- /**
319
- * Reads a record from the Redis cache.
320
- *
321
- * @param {string} cacheRecordKey - The key of the cache record to read.
322
- * @returns {Promise<TtlCacheRecord>} - A promise that resolves with the cache record.
323
- * @throws {Error} - Throws an error if the record is not found.
324
- */
325
- readRecord(cacheRecordKey: string): Promise<TtlCacheRecord>;
326
- /**
327
- * Lists the keys in the Redis cache that match a pattern prefix.
328
- *
329
- * @param {string} pattern_prefix - The pattern prefix to match.
330
- * @returns {Promise<string[]>} - A promise that resolves with an array of keys matching the pattern prefix.
331
- */
332
- listKeys(pattern_prefix: string): Promise<string[]>;
333
- /**
334
- * Peeks at a record in the Redis cache to check if it exists.
335
- *
336
- * @param {string} cacheRecordKey - The key of the cache record to peek at.
337
- * @returns {Promise<boolean>} - A promise that resolves with a boolean indicating if the record exists.
338
- */
339
- peekRecord(cacheRecordKey: string): Promise<boolean>;
340
- /**
341
- * Disconnects the Redis client.
342
- *
343
- * @returns {Promise<void>} - A promise that resolves when the client is disconnected.
344
- */
345
- disconnect(): Promise<void>;
346
- /**
347
- * Gets the default TTL (Time-To-Live) in milliseconds.
348
- *
349
- * @returns {number} - The TTL in milliseconds.
350
- */
351
- getTtlMilliseconds(): number;
352
- }
353
- //# sourceMappingURL=redisTtlCache.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"redisTtlCache.d.ts","sourceRoot":"","sources":["../../../../../dist/lib/src/cache/redisTtlCache.js"],"names":[],"mappings":"AACA;;;GAGG;AACH;IAGI;;;;;OAKG;IACH,6BAHW,MAAM,wBAUhB;IAfD,wBAAgB;IAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oGAAO;IAeP;;;;;OAKG;IACH,2CAHW,cAAc,GACZ,OAAO,CAAC,IAAI,CAAC,CAMzB;IACD;;;;;OAKG;IACH,6BAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CAIzB;IACD;;;;;;OAMG;IACH,2BAJW,MAAM,GACJ,OAAO,CAAC,cAAc,CAAC,CAcnC;IACD;;;;;OAKG;IACH,yBAHW,MAAM,GACJ,OAAO,CAAC,MAAM,EAAE,CAAC,CAK7B;IACD;;;;;OAKG;IACH,2BAHW,MAAM,GACJ,OAAO,CAAC,OAAO,CAAC,CAK5B;IACD;;;;OAIG;IACH,cAFa,OAAO,CAAC,IAAI,CAAC,CAIzB;IACD;;;;OAIG;IACH,sBAFa,MAAM,CAIlB;CACJ"}