@tstdl/base 0.82.41 → 0.82.43

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 (1565) hide show
  1. package/api/client/client.d.ts +4 -4
  2. package/api/client/client.js +49 -25
  3. package/api/client/client.js.map +1 -1
  4. package/api/client/index.d.ts +1 -1
  5. package/api/client/index.js +1 -1
  6. package/api/client/index.js.map +1 -1
  7. package/api/default-error-handlers.d.ts +1 -1
  8. package/api/default-error-handlers.js +2 -2
  9. package/api/default-error-handlers.js.map +1 -1
  10. package/api/index.d.ts +3 -3
  11. package/api/index.js +3 -3
  12. package/api/index.js.map +1 -1
  13. package/api/response.d.ts +2 -2
  14. package/api/response.js +21 -21
  15. package/api/response.js.map +1 -1
  16. package/api/server/api-controller.d.ts +3 -3
  17. package/api/server/api-controller.js +6 -6
  18. package/api/server/api-controller.js.map +1 -1
  19. package/api/server/api-request-token.provider.d.ts +1 -1
  20. package/api/server/api-request-token.provider.js +2 -2
  21. package/api/server/api-request-token.provider.js.map +1 -1
  22. package/api/server/error-handler.d.ts +3 -3
  23. package/api/server/error-handler.js +10 -10
  24. package/api/server/error-handler.js.map +1 -1
  25. package/api/server/gateway.d.ts +11 -11
  26. package/api/server/gateway.js +57 -55
  27. package/api/server/gateway.js.map +1 -1
  28. package/api/server/index.d.ts +5 -5
  29. package/api/server/index.js +5 -5
  30. package/api/server/index.js.map +1 -1
  31. package/api/server/middlewares/allowed-methods.middleware.d.ts +4 -4
  32. package/api/server/middlewares/allowed-methods.middleware.js +6 -6
  33. package/api/server/middlewares/allowed-methods.middleware.js.map +1 -1
  34. package/api/server/middlewares/catch-error.middleware.d.ts +3 -3
  35. package/api/server/middlewares/catch-error.middleware.js +2 -2
  36. package/api/server/middlewares/catch-error.middleware.js.map +1 -1
  37. package/api/server/middlewares/cors.middleware.d.ts +2 -2
  38. package/api/server/middlewares/cors.middleware.js +17 -17
  39. package/api/server/middlewares/cors.middleware.js.map +1 -1
  40. package/api/server/middlewares/index.d.ts +4 -4
  41. package/api/server/middlewares/index.js +4 -4
  42. package/api/server/middlewares/index.js.map +1 -1
  43. package/api/server/middlewares/response-time.middleware.d.ts +2 -2
  44. package/api/server/middlewares/response-time.middleware.js +4 -4
  45. package/api/server/middlewares/response-time.middleware.js.map +1 -1
  46. package/api/server/module.d.ts +3 -3
  47. package/api/server/module.js +10 -10
  48. package/api/server/module.js.map +1 -1
  49. package/api/server/tokens.d.ts +2 -2
  50. package/api/server/tokens.js +2 -2
  51. package/api/server/tokens.js.map +1 -1
  52. package/api/types.d.ts +8 -6
  53. package/api/types.js +4 -4
  54. package/api/types.js.map +1 -1
  55. package/api/utils.d.ts +1 -1
  56. package/api/utils.js +10 -10
  57. package/api/utils.js.map +1 -1
  58. package/application/application.d.ts +5 -5
  59. package/application/application.js +26 -26
  60. package/application/application.js.map +1 -1
  61. package/application/index.d.ts +1 -1
  62. package/application/index.js +1 -1
  63. package/application/index.js.map +1 -1
  64. package/authentication/authentication.api.d.ts +32 -23
  65. package/authentication/authentication.api.js +21 -18
  66. package/authentication/authentication.api.js.map +1 -1
  67. package/authentication/client/api.client.d.ts +4 -4
  68. package/authentication/client/api.client.js +12 -12
  69. package/authentication/client/api.client.js.map +1 -1
  70. package/authentication/client/authentication.service.d.ts +11 -11
  71. package/authentication/client/authentication.service.js +51 -48
  72. package/authentication/client/authentication.service.js.map +1 -1
  73. package/authentication/client/http-client.middleware.d.ts +2 -2
  74. package/authentication/client/http-client.middleware.js +9 -9
  75. package/authentication/client/http-client.middleware.js.map +1 -1
  76. package/authentication/client/index.d.ts +5 -5
  77. package/authentication/client/index.js +5 -5
  78. package/authentication/client/index.js.map +1 -1
  79. package/authentication/client/module.d.ts +3 -3
  80. package/authentication/client/module.js +11 -11
  81. package/authentication/client/module.js.map +1 -1
  82. package/authentication/client/tokens.d.ts +4 -4
  83. package/authentication/client/tokens.js +5 -5
  84. package/authentication/client/tokens.js.map +1 -1
  85. package/authentication/index.d.ts +2 -2
  86. package/authentication/index.js +2 -2
  87. package/authentication/index.js.map +1 -1
  88. package/authentication/models/authentication-credentials.model.js +10 -10
  89. package/authentication/models/authentication-credentials.model.js.map +1 -1
  90. package/authentication/models/authentication-session.model.js +14 -14
  91. package/authentication/models/authentication-session.model.js.map +1 -1
  92. package/authentication/models/index.d.ts +4 -4
  93. package/authentication/models/index.js +4 -4
  94. package/authentication/models/index.js.map +1 -1
  95. package/authentication/models/token-payload-base.model.js +7 -7
  96. package/authentication/models/token-payload-base.model.js.map +1 -1
  97. package/authentication/models/token.model.d.ts +3 -3
  98. package/authentication/server/authentication-api-request-token.provider.d.ts +3 -3
  99. package/authentication/server/authentication-api-request-token.provider.js +8 -8
  100. package/authentication/server/authentication-api-request-token.provider.js.map +1 -1
  101. package/authentication/server/authentication-credentials.repository.d.ts +1 -1
  102. package/authentication/server/authentication-credentials.repository.js +2 -2
  103. package/authentication/server/authentication-credentials.repository.js.map +1 -1
  104. package/authentication/server/authentication-session.repository.d.ts +2 -2
  105. package/authentication/server/authentication-subject.resolver.js +2 -2
  106. package/authentication/server/authentication-subject.resolver.js.map +1 -1
  107. package/authentication/server/authentication-token-payload.provider.d.ts +1 -1
  108. package/authentication/server/authentication-token-payload.provider.js +2 -2
  109. package/authentication/server/authentication-token-payload.provider.js.map +1 -1
  110. package/authentication/server/authentication.api-controller.d.ts +4 -4
  111. package/authentication/server/authentication.api-controller.js +31 -17
  112. package/authentication/server/authentication.api-controller.js.map +1 -1
  113. package/authentication/server/authentication.service.d.ts +8 -8
  114. package/authentication/server/authentication.service.js +53 -53
  115. package/authentication/server/authentication.service.js.map +1 -1
  116. package/authentication/server/helper.d.ts +4 -4
  117. package/authentication/server/helper.js +24 -24
  118. package/authentication/server/helper.js.map +1 -1
  119. package/authentication/server/index.d.ts +9 -9
  120. package/authentication/server/index.js +9 -9
  121. package/authentication/server/index.js.map +1 -1
  122. package/authentication/server/module.d.ts +6 -6
  123. package/authentication/server/module.js +16 -16
  124. package/authentication/server/module.js.map +1 -1
  125. package/authentication/server/mongo/index.d.ts +2 -2
  126. package/authentication/server/mongo/index.js +2 -2
  127. package/authentication/server/mongo/index.js.map +1 -1
  128. package/authentication/server/mongo/mongo-authentication-credentials.repository.d.ts +8 -8
  129. package/authentication/server/mongo/mongo-authentication-credentials.repository.js +16 -16
  130. package/authentication/server/mongo/mongo-authentication-credentials.repository.js.map +1 -1
  131. package/authentication/server/mongo/mongo-authentication-session.repository.d.ts +8 -8
  132. package/authentication/server/mongo/mongo-authentication-session.repository.js +12 -12
  133. package/authentication/server/mongo/mongo-authentication-session.repository.js.map +1 -1
  134. package/collections/awaitable/awaitable-map.js +8 -8
  135. package/collections/awaitable/awaitable-map.js.map +1 -1
  136. package/collections/awaitable/awaitable-set.js +4 -4
  137. package/collections/awaitable/awaitable-set.js.map +1 -1
  138. package/collections/awaitable/index.d.ts +3 -3
  139. package/collections/awaitable/index.js +3 -3
  140. package/collections/awaitable/index.js.map +1 -1
  141. package/collections/index.d.ts +6 -6
  142. package/collections/index.js +6 -6
  143. package/collections/index.js.map +1 -1
  144. package/collections/keyed-set.js +2 -2
  145. package/collections/keyed-set.js.map +1 -1
  146. package/collections/list.d.ts +1 -1
  147. package/collections/observable/index.d.ts +8 -8
  148. package/collections/observable/index.js +8 -8
  149. package/collections/observable/index.js.map +1 -1
  150. package/collections/observable/observable-array.d.ts +2 -2
  151. package/collections/observable/observable-array.js +2 -2
  152. package/collections/observable/observable-array.js.map +1 -1
  153. package/collections/observable/observable-collection-base.d.ts +1 -1
  154. package/collections/observable/observable-collection.d.ts +1 -1
  155. package/collections/observable/observable-list-base.d.ts +3 -3
  156. package/collections/observable/observable-list-base.js +2 -2
  157. package/collections/observable/observable-list-base.js.map +1 -1
  158. package/collections/observable/observable-list.d.ts +3 -3
  159. package/collections/observable/observable-set.d.ts +2 -2
  160. package/collections/observable/observable-set.js +2 -2
  161. package/collections/observable/observable-set.js.map +1 -1
  162. package/collections/observable/observable-sorted-array-list.d.ts +3 -3
  163. package/collections/observable/observable-sorted-array-list.js +21 -21
  164. package/collections/observable/observable-sorted-array-list.js.map +1 -1
  165. package/collections/sorted-array-list.d.ts +2 -2
  166. package/collections/sorted-array-list.js +16 -16
  167. package/collections/sorted-array-list.js.map +1 -1
  168. package/collections/sorted-list.d.ts +1 -1
  169. package/collections/sorted-map.d.ts +2 -2
  170. package/collections/sorted-map.js +7 -9
  171. package/collections/sorted-map.js.map +1 -1
  172. package/container/container.d.ts +5 -5
  173. package/container/container.js +110 -104
  174. package/container/container.js.map +1 -1
  175. package/container/decorators.d.ts +6 -6
  176. package/container/decorators.js +20 -20
  177. package/container/decorators.js.map +1 -1
  178. package/container/index.d.ts +10 -10
  179. package/container/index.js +10 -10
  180. package/container/index.js.map +1 -1
  181. package/container/provider.d.ts +7 -7
  182. package/container/provider.js +5 -5
  183. package/container/provider.js.map +1 -1
  184. package/container/resolve-chain.d.ts +2 -2
  185. package/container/resolve-chain.js +7 -7
  186. package/container/resolve-chain.js.map +1 -1
  187. package/container/resolve.error.d.ts +2 -2
  188. package/container/resolve.error.js +4 -4
  189. package/container/resolve.error.js.map +1 -1
  190. package/container/token.d.ts +1 -1
  191. package/container/token.js +3 -3
  192. package/container/token.js.map +1 -1
  193. package/container/type-info.d.ts +2 -2
  194. package/container/types.d.ts +3 -3
  195. package/container/utils.d.ts +1 -1
  196. package/container/utils.js +4 -4
  197. package/container/utils.js.map +1 -1
  198. package/cookie/cookie.js +13 -13
  199. package/cookie/cookie.js.map +1 -1
  200. package/cookie/index.d.ts +1 -1
  201. package/cookie/index.js +1 -1
  202. package/cookie/index.js.map +1 -1
  203. package/core.d.ts +6 -6
  204. package/core.js +19 -18
  205. package/core.js.map +1 -1
  206. package/data-structures/array-list.d.ts +2 -2
  207. package/data-structures/array-list.js +2 -2
  208. package/data-structures/array-list.js.map +1 -1
  209. package/data-structures/circular-buffer.d.ts +2 -2
  210. package/data-structures/circular-buffer.js +8 -8
  211. package/data-structures/circular-buffer.js.map +1 -1
  212. package/data-structures/collection.d.ts +1 -1
  213. package/data-structures/index-out-of-bounds.error.d.ts +1 -1
  214. package/data-structures/index-out-of-bounds.error.js +5 -5
  215. package/data-structures/index-out-of-bounds.error.js.map +1 -1
  216. package/data-structures/index.d.ts +12 -12
  217. package/data-structures/index.js +12 -12
  218. package/data-structures/index.js.map +1 -1
  219. package/data-structures/iterable-weak-map.d.ts +1 -1
  220. package/data-structures/iterable-weak-map.js +13 -13
  221. package/data-structures/iterable-weak-map.js.map +1 -1
  222. package/data-structures/linked-list.d.ts +4 -4
  223. package/data-structures/linked-list.js +24 -24
  224. package/data-structures/linked-list.js.map +1 -1
  225. package/data-structures/list.d.ts +2 -2
  226. package/data-structures/list.js +10 -10
  227. package/data-structures/list.js.map +1 -1
  228. package/data-structures/map.d.ts +1 -1
  229. package/data-structures/map.js +2 -2
  230. package/data-structures/map.js.map +1 -1
  231. package/data-structures/multi-key-map.d.ts +1 -1
  232. package/data-structures/multi-key-map.js +12 -12
  233. package/data-structures/multi-key-map.js.map +1 -1
  234. package/data-structures/set.d.ts +1 -1
  235. package/data-structures/set.js +2 -2
  236. package/data-structures/set.js.map +1 -1
  237. package/data-structures/sorted-array-list.d.ts +5 -5
  238. package/data-structures/sorted-array-list.js +19 -19
  239. package/data-structures/sorted-array-list.js.map +1 -1
  240. package/data-structures/weak-ref-map.d.ts +1 -1
  241. package/data-structures/weak-ref-map.js +11 -11
  242. package/data-structures/weak-ref-map.js.map +1 -1
  243. package/database/entity-repository.d.ts +2 -2
  244. package/database/id.js +3 -3
  245. package/database/id.js.map +1 -1
  246. package/database/index.d.ts +6 -6
  247. package/database/index.js +6 -6
  248. package/database/index.js.map +1 -1
  249. package/database/module.js +2 -2
  250. package/database/module.js.map +1 -1
  251. package/database/mongo/classes.d.ts +5 -5
  252. package/database/mongo/classes.js +7 -7
  253. package/database/mongo/classes.js.map +1 -1
  254. package/database/mongo/index.d.ts +10 -10
  255. package/database/mongo/index.js +10 -10
  256. package/database/mongo/index.js.map +1 -1
  257. package/database/mongo/model/document.d.ts +3 -3
  258. package/database/mongo/model/document.js +4 -4
  259. package/database/mongo/model/document.js.map +1 -1
  260. package/database/mongo/model/index.d.ts +1 -1
  261. package/database/mongo/model/index.js +1 -1
  262. package/database/mongo/model/index.js.map +1 -1
  263. package/database/mongo/module.d.ts +1 -1
  264. package/database/mongo/module.js +18 -18
  265. package/database/mongo/module.js.map +1 -1
  266. package/database/mongo/mongo-base.repository.d.ts +5 -5
  267. package/database/mongo/mongo-base.repository.js +38 -41
  268. package/database/mongo/mongo-base.repository.js.map +1 -1
  269. package/database/mongo/mongo-bulk.d.ts +4 -4
  270. package/database/mongo/mongo-bulk.js +16 -16
  271. package/database/mongo/mongo-bulk.js.map +1 -1
  272. package/database/mongo/mongo-entity-repository.d.ts +8 -8
  273. package/database/mongo/mongo-entity-repository.js +23 -23
  274. package/database/mongo/mongo-entity-repository.js.map +1 -1
  275. package/database/mongo/operations.d.ts +4 -4
  276. package/database/mongo/query-converter.d.ts +4 -4
  277. package/database/mongo/query-converter.js +13 -13
  278. package/database/mongo/query-converter.js.map +1 -1
  279. package/database/mongo/simple-entity-repository.d.ts +4 -4
  280. package/database/mongo/simple-entity-repository.js +3 -3
  281. package/database/mongo/simple-entity-repository.js.map +1 -1
  282. package/database/mongo/types.d.ts +3 -3
  283. package/database/query.d.ts +2 -2
  284. package/database/utils.d.ts +1 -1
  285. package/disposable/async-disposer.d.ts +4 -4
  286. package/disposable/async-disposer.js +20 -20
  287. package/disposable/async-disposer.js.map +1 -1
  288. package/disposable/disposable.js +3 -3
  289. package/disposable/disposable.js.map +1 -1
  290. package/disposable/index.d.ts +3 -3
  291. package/disposable/index.js +3 -3
  292. package/disposable/index.js.map +1 -1
  293. package/disposable/using.d.ts +1 -1
  294. package/disposable/using.js +3 -3
  295. package/disposable/using.js.map +1 -1
  296. package/distributed-loop/distributed-loop.d.ts +5 -5
  297. package/distributed-loop/distributed-loop.js +15 -15
  298. package/distributed-loop/distributed-loop.js.map +1 -1
  299. package/distributed-loop/index.d.ts +3 -3
  300. package/distributed-loop/index.js +3 -3
  301. package/distributed-loop/index.js.map +1 -1
  302. package/distributed-loop/provider.d.ts +2 -2
  303. package/distributed-loop/provider.js +6 -6
  304. package/distributed-loop/provider.js.map +1 -1
  305. package/enumerable/async-enumerable.d.ts +7 -7
  306. package/enumerable/async-enumerable.js +67 -67
  307. package/enumerable/async-enumerable.js.map +1 -1
  308. package/enumerable/enumerable.d.ts +6 -6
  309. package/enumerable/enumerable.js +45 -45
  310. package/enumerable/enumerable.js.map +1 -1
  311. package/enumerable/index.d.ts +2 -2
  312. package/enumerable/index.js +2 -2
  313. package/enumerable/index.js.map +1 -1
  314. package/error/api.error.d.ts +2 -2
  315. package/error/api.error.js +2 -2
  316. package/error/api.error.js.map +1 -1
  317. package/error/assertion.error.d.ts +1 -1
  318. package/error/assertion.error.js +2 -2
  319. package/error/assertion.error.js.map +1 -1
  320. package/error/bad-request.error.d.ts +1 -1
  321. package/error/bad-request.error.js +2 -2
  322. package/error/bad-request.error.js.map +1 -1
  323. package/error/details.error.d.ts +1 -1
  324. package/error/details.error.js +2 -2
  325. package/error/details.error.js.map +1 -1
  326. package/error/forbidden.error.d.ts +1 -1
  327. package/error/forbidden.error.js +2 -2
  328. package/error/forbidden.error.js.map +1 -1
  329. package/error/index.d.ts +15 -15
  330. package/error/index.js +15 -15
  331. package/error/index.js.map +1 -1
  332. package/error/invalid-token.error.d.ts +1 -1
  333. package/error/invalid-token.error.js +2 -2
  334. package/error/invalid-token.error.js.map +1 -1
  335. package/error/max-bytes-exceeded.error.d.ts +1 -1
  336. package/error/max-bytes-exceeded.error.js +2 -2
  337. package/error/max-bytes-exceeded.error.js.map +1 -1
  338. package/error/method-not-allowed.error.d.ts +1 -1
  339. package/error/method-not-allowed.error.js +2 -2
  340. package/error/method-not-allowed.error.js.map +1 -1
  341. package/error/multi.error.d.ts +1 -1
  342. package/error/multi.error.js +2 -2
  343. package/error/multi.error.js.map +1 -1
  344. package/error/not-found.error.d.ts +1 -1
  345. package/error/not-found.error.js +2 -2
  346. package/error/not-found.error.js.map +1 -1
  347. package/error/not-implemented.error.d.ts +1 -1
  348. package/error/not-implemented.error.js +2 -2
  349. package/error/not-implemented.error.js.map +1 -1
  350. package/error/not-supported.error.d.ts +2 -2
  351. package/error/not-supported.error.js +4 -4
  352. package/error/not-supported.error.js.map +1 -1
  353. package/error/unauthorized.error.d.ts +1 -1
  354. package/error/unauthorized.error.js +2 -2
  355. package/error/unauthorized.error.js.map +1 -1
  356. package/error/unsupported-media-type.error.d.ts +1 -1
  357. package/error/unsupported-media-type.error.js +2 -2
  358. package/error/unsupported-media-type.error.js.map +1 -1
  359. package/examples/api/authentication.js +31 -32
  360. package/examples/api/authentication.js.map +1 -1
  361. package/examples/api/basic-overview.js +32 -31
  362. package/examples/api/basic-overview.js.map +1 -1
  363. package/examples/api/custom-authentication.js +38 -38
  364. package/examples/api/custom-authentication.js.map +1 -1
  365. package/examples/api/streaming.js +38 -41
  366. package/examples/api/streaming.js.map +1 -1
  367. package/examples/http/client.js +5 -5
  368. package/examples/http/client.js.map +1 -1
  369. package/examples/mail/basic.js +25 -25
  370. package/examples/mail/basic.js.map +1 -1
  371. package/examples/mail/templates/hello-name.d.ts +1 -1
  372. package/examples/mail/templates/hello-name.js +7 -7
  373. package/examples/mail/templates/hello-name.js.map +1 -1
  374. package/examples/pdf/basic.js +19 -19
  375. package/examples/pdf/basic.js.map +1 -1
  376. package/examples/pdf/templates/hello-name.d.ts +1 -1
  377. package/examples/pdf/templates/hello-name.js +10 -10
  378. package/examples/pdf/templates/hello-name.js.map +1 -1
  379. package/examples/reflection/basic.d.ts +1 -1
  380. package/examples/reflection/basic.js +14 -14
  381. package/examples/reflection/basic.js.map +1 -1
  382. package/examples/template/basic.js +19 -19
  383. package/examples/template/basic.js.map +1 -1
  384. package/examples/template/templates/hello-jsx.d.ts +1 -1
  385. package/examples/template/templates/hello-jsx.js +3 -3
  386. package/examples/template/templates/hello-jsx.js.map +1 -1
  387. package/examples/template/templates/hello-name.d.ts +1 -1
  388. package/examples/template/templates/hello-name.js +6 -6
  389. package/examples/template/templates/hello-name.js.map +1 -1
  390. package/http/client/adapters/undici-http-client.adapter.d.ts +3 -3
  391. package/http/client/adapters/undici-http-client.adapter.js +27 -26
  392. package/http/client/adapters/undici-http-client.adapter.js.map +1 -1
  393. package/http/client/http-client-options.d.ts +1 -1
  394. package/http/client/http-client-request.d.ts +13 -13
  395. package/http/client/http-client-request.js +23 -23
  396. package/http/client/http-client-request.js.map +1 -1
  397. package/http/client/http-client-response.d.ts +6 -6
  398. package/http/client/http-client-response.js +4 -4
  399. package/http/client/http-client-response.js.map +1 -1
  400. package/http/client/http-client.adapter.d.ts +2 -2
  401. package/http/client/http-client.d.ts +11 -11
  402. package/http/client/http-client.js +62 -62
  403. package/http/client/http-client.js.map +1 -1
  404. package/http/client/index.d.ts +6 -6
  405. package/http/client/index.js +6 -6
  406. package/http/client/index.js.map +1 -1
  407. package/http/client/module.d.ts +3 -3
  408. package/http/client/module.js +7 -7
  409. package/http/client/module.js.map +1 -1
  410. package/http/cookie-parser.d.ts +1 -1
  411. package/http/cookie-parser.js +6 -6
  412. package/http/cookie-parser.js.map +1 -1
  413. package/http/http-body.d.ts +4 -4
  414. package/http/http-body.js +11 -11
  415. package/http/http-body.js.map +1 -1
  416. package/http/http-form.d.ts +3 -3
  417. package/http/http-form.js +2 -2
  418. package/http/http-form.js.map +1 -1
  419. package/http/http-headers.d.ts +3 -3
  420. package/http/http-headers.js +15 -15
  421. package/http/http-headers.js.map +1 -1
  422. package/http/http-query.d.ts +3 -3
  423. package/http/http-query.js +2 -2
  424. package/http/http-query.js.map +1 -1
  425. package/http/http-url-parameters.d.ts +3 -3
  426. package/http/http-url-parameters.js +2 -2
  427. package/http/http-url-parameters.js.map +1 -1
  428. package/http/http-value-map.d.ts +2 -2
  429. package/http/http-value-map.js +19 -19
  430. package/http/http-value-map.js.map +1 -1
  431. package/http/http.error.d.ts +4 -4
  432. package/http/http.error.js +11 -11
  433. package/http/http.error.js.map +1 -1
  434. package/http/index.d.ts +11 -11
  435. package/http/index.js +11 -11
  436. package/http/index.js.map +1 -1
  437. package/http/server/http-server-request.d.ts +7 -7
  438. package/http/server/http-server-request.js +4 -4
  439. package/http/server/http-server-request.js.map +1 -1
  440. package/http/server/http-server-response.d.ts +7 -7
  441. package/http/server/http-server-response.js +8 -8
  442. package/http/server/http-server-response.js.map +1 -1
  443. package/http/server/http-server.d.ts +3 -3
  444. package/http/server/http-server.js +1 -1
  445. package/http/server/http-server.js.map +1 -1
  446. package/http/server/index.d.ts +3 -3
  447. package/http/server/index.js +3 -3
  448. package/http/server/index.js.map +1 -1
  449. package/http/server/node/index.d.ts +2 -2
  450. package/http/server/node/index.js +2 -2
  451. package/http/server/node/index.js.map +1 -1
  452. package/http/server/node/module.js +4 -4
  453. package/http/server/node/module.js.map +1 -1
  454. package/http/server/node/node-http-server.d.ts +8 -8
  455. package/http/server/node/node-http-server.js +47 -47
  456. package/http/server/node/node-http-server.js.map +1 -1
  457. package/http/types.d.ts +1 -1
  458. package/http/types.js +4 -4
  459. package/http/types.js.map +1 -1
  460. package/http/utils.d.ts +3 -3
  461. package/http/utils.js +32 -32
  462. package/http/utils.js.map +1 -1
  463. package/image-service/image-service.js +13 -13
  464. package/image-service/image-service.js.map +1 -1
  465. package/image-service/imgproxy/imgproxy-image-service.d.ts +5 -5
  466. package/image-service/imgproxy/imgproxy-image-service.js +29 -29
  467. package/image-service/imgproxy/imgproxy-image-service.js.map +1 -1
  468. package/image-service/imgproxy/index.d.ts +1 -1
  469. package/image-service/imgproxy/index.js +1 -1
  470. package/image-service/imgproxy/index.js.map +1 -1
  471. package/image-service/index.d.ts +1 -1
  472. package/image-service/index.js +1 -1
  473. package/image-service/index.js.map +1 -1
  474. package/index.d.ts +1 -1
  475. package/index.js +1 -1
  476. package/index.js.map +1 -1
  477. package/json-path/index.d.ts +1 -1
  478. package/json-path/index.js +1 -1
  479. package/json-path/index.js.map +1 -1
  480. package/json-path/json-path.js +15 -15
  481. package/json-path/json-path.js.map +1 -1
  482. package/key-value-store/index.d.ts +2 -2
  483. package/key-value-store/index.js +2 -2
  484. package/key-value-store/index.js.map +1 -1
  485. package/key-value-store/key-value-store.provider.d.ts +2 -2
  486. package/key-value-store/key-value.store.d.ts +3 -3
  487. package/key-value-store/key-value.store.js +2 -2
  488. package/key-value-store/key-value.store.js.map +1 -1
  489. package/key-value-store/mongo/index.d.ts +5 -5
  490. package/key-value-store/mongo/index.js +5 -5
  491. package/key-value-store/mongo/index.js.map +1 -1
  492. package/key-value-store/mongo/module.d.ts +2 -2
  493. package/key-value-store/mongo/module.js +7 -7
  494. package/key-value-store/mongo/module.js.map +1 -1
  495. package/key-value-store/mongo/mongo-key-value-store.provider.d.ts +3 -3
  496. package/key-value-store/mongo/mongo-key-value-store.provider.js +6 -6
  497. package/key-value-store/mongo/mongo-key-value-store.provider.js.map +1 -1
  498. package/key-value-store/mongo/mongo-key-value.model.d.ts +1 -1
  499. package/key-value-store/mongo/mongo-key-value.repository.d.ts +6 -6
  500. package/key-value-store/mongo/mongo-key-value.repository.js +11 -11
  501. package/key-value-store/mongo/mongo-key-value.repository.js.map +1 -1
  502. package/key-value-store/mongo/mongo-key-value.store.d.ts +3 -3
  503. package/key-value-store/mongo/mongo-key-value.store.js +17 -17
  504. package/key-value-store/mongo/mongo-key-value.store.js.map +1 -1
  505. package/lock/index.d.ts +2 -2
  506. package/lock/index.js +2 -2
  507. package/lock/index.js.map +1 -1
  508. package/lock/lock.d.ts +2 -2
  509. package/lock/lock.js +2 -2
  510. package/lock/lock.js.map +1 -1
  511. package/lock/mongo/index.d.ts +5 -5
  512. package/lock/mongo/index.js +5 -5
  513. package/lock/mongo/index.js.map +1 -1
  514. package/lock/mongo/lock.d.ts +4 -4
  515. package/lock/mongo/lock.js +28 -28
  516. package/lock/mongo/lock.js.map +1 -1
  517. package/lock/mongo/model.d.ts +1 -1
  518. package/lock/mongo/module.d.ts +2 -2
  519. package/lock/mongo/module.js +7 -7
  520. package/lock/mongo/module.js.map +1 -1
  521. package/lock/mongo/mongo-lock-repository.d.ts +6 -6
  522. package/lock/mongo/mongo-lock-repository.js +14 -14
  523. package/lock/mongo/mongo-lock-repository.js.map +1 -1
  524. package/lock/mongo/provider.d.ts +4 -4
  525. package/lock/mongo/provider.js +15 -15
  526. package/lock/mongo/provider.js.map +1 -1
  527. package/lock/provider.d.ts +3 -3
  528. package/lock/provider.js +2 -2
  529. package/lock/provider.js.map +1 -1
  530. package/lock/web/index.d.ts +3 -3
  531. package/lock/web/index.js +3 -3
  532. package/lock/web/index.js.map +1 -1
  533. package/lock/web/module.js +7 -7
  534. package/lock/web/module.js.map +1 -1
  535. package/lock/web/web-lock.d.ts +2 -2
  536. package/lock/web/web-lock.js +17 -17
  537. package/lock/web/web-lock.js.map +1 -1
  538. package/lock/web/web-lock.provider.d.ts +2 -2
  539. package/lock/web/web-lock.provider.js +7 -7
  540. package/lock/web/web-lock.provider.js.map +1 -1
  541. package/logger/console/index.d.ts +1 -1
  542. package/logger/console/index.js +1 -1
  543. package/logger/console/index.js.map +1 -1
  544. package/logger/console/logger.d.ts +3 -3
  545. package/logger/console/logger.js +18 -18
  546. package/logger/console/logger.js.map +1 -1
  547. package/logger/index.d.ts +2 -2
  548. package/logger/index.js +2 -2
  549. package/logger/index.js.map +1 -1
  550. package/logger/logger.d.ts +3 -3
  551. package/logger/logger.js +13 -13
  552. package/logger/logger.js.map +1 -1
  553. package/logger/noop/index.d.ts +1 -1
  554. package/logger/noop/index.js +1 -1
  555. package/logger/noop/index.js.map +1 -1
  556. package/logger/noop/logger.d.ts +1 -1
  557. package/logger/noop/logger.js +4 -4
  558. package/logger/noop/logger.js.map +1 -1
  559. package/mail/clients/nodemailer.mail-client.d.ts +2 -2
  560. package/mail/clients/nodemailer.mail-client.js +9 -9
  561. package/mail/clients/nodemailer.mail-client.js.map +1 -1
  562. package/mail/index.d.ts +5 -5
  563. package/mail/index.js +5 -5
  564. package/mail/index.js.map +1 -1
  565. package/mail/mail-log.repository.d.ts +2 -2
  566. package/mail/mail-log.repository.js +2 -2
  567. package/mail/mail-log.repository.js.map +1 -1
  568. package/mail/mail.client.d.ts +3 -3
  569. package/mail/mail.client.js +11 -11
  570. package/mail/mail.client.js.map +1 -1
  571. package/mail/mail.service.d.ts +7 -7
  572. package/mail/mail.service.js +22 -22
  573. package/mail/mail.service.js.map +1 -1
  574. package/mail/models/index.d.ts +6 -6
  575. package/mail/models/index.js +6 -6
  576. package/mail/models/index.js.map +1 -1
  577. package/mail/models/mail-data.model.d.ts +3 -3
  578. package/mail/models/mail-log.model.d.ts +3 -3
  579. package/mail/models/mail-send-result.model.d.ts +1 -1
  580. package/mail/models/mail-template.model.d.ts +1 -1
  581. package/mail/module.d.ts +4 -4
  582. package/mail/module.js +13 -13
  583. package/mail/module.js.map +1 -1
  584. package/mail/repositories/mongo-mail-log.repository.d.ts +6 -6
  585. package/mail/repositories/mongo-mail-log.repository.js +9 -9
  586. package/mail/repositories/mongo-mail-log.repository.js.map +1 -1
  587. package/mail/tokens.d.ts +1 -1
  588. package/mail/tokens.js +2 -2
  589. package/mail/tokens.js.map +1 -1
  590. package/memory/index.d.ts +1 -1
  591. package/memory/index.js +1 -1
  592. package/memory/index.js.map +1 -1
  593. package/message-bus/broadcast-channel/broadcast-channel-message-bus-provider.d.ts +3 -3
  594. package/message-bus/broadcast-channel/broadcast-channel-message-bus-provider.js +7 -7
  595. package/message-bus/broadcast-channel/broadcast-channel-message-bus-provider.js.map +1 -1
  596. package/message-bus/broadcast-channel/broadcast-channel-message-bus.d.ts +3 -3
  597. package/message-bus/broadcast-channel/broadcast-channel-message-bus.js +11 -11
  598. package/message-bus/broadcast-channel/broadcast-channel-message-bus.js.map +1 -1
  599. package/message-bus/broadcast-channel/index.d.ts +3 -3
  600. package/message-bus/broadcast-channel/index.js +3 -3
  601. package/message-bus/broadcast-channel/index.js.map +1 -1
  602. package/message-bus/broadcast-channel/module.js +7 -7
  603. package/message-bus/broadcast-channel/module.js.map +1 -1
  604. package/message-bus/index.d.ts +3 -3
  605. package/message-bus/index.js +3 -3
  606. package/message-bus/index.js.map +1 -1
  607. package/message-bus/local/index.d.ts +3 -3
  608. package/message-bus/local/index.js +3 -3
  609. package/message-bus/local/index.js.map +1 -1
  610. package/message-bus/local/local-message-bus-provider.d.ts +3 -3
  611. package/message-bus/local/local-message-bus-provider.js +14 -14
  612. package/message-bus/local/local-message-bus-provider.js.map +1 -1
  613. package/message-bus/local/local-message-bus.d.ts +4 -4
  614. package/message-bus/local/local-message-bus.js +10 -10
  615. package/message-bus/local/local-message-bus.js.map +1 -1
  616. package/message-bus/local/module.js +7 -7
  617. package/message-bus/local/module.js.map +1 -1
  618. package/message-bus/message-bus-base.d.ts +4 -4
  619. package/message-bus/message-bus-base.js +6 -6
  620. package/message-bus/message-bus-base.js.map +1 -1
  621. package/message-bus/message-bus-provider.d.ts +1 -1
  622. package/message-bus/message-bus.d.ts +4 -4
  623. package/message-bus/message-bus.js +4 -4
  624. package/message-bus/message-bus.js.map +1 -1
  625. package/migration/index.d.ts +3 -3
  626. package/migration/index.js +3 -3
  627. package/migration/index.js.map +1 -1
  628. package/migration/migration-state-repository.d.ts +2 -2
  629. package/migration/migration-state-repository.js +2 -2
  630. package/migration/migration-state-repository.js.map +1 -1
  631. package/migration/migration-state.d.ts +1 -1
  632. package/migration/migrator.d.ts +3 -3
  633. package/migration/migrator.js +22 -22
  634. package/migration/migrator.js.map +1 -1
  635. package/migration/mongo/index.d.ts +2 -2
  636. package/migration/mongo/index.js +2 -2
  637. package/migration/mongo/index.js.map +1 -1
  638. package/migration/mongo/migration-state-repository.d.ts +7 -7
  639. package/migration/mongo/migration-state-repository.js +12 -12
  640. package/migration/mongo/migration-state-repository.js.map +1 -1
  641. package/migration/mongo/module.d.ts +2 -2
  642. package/migration/mongo/module.js +4 -4
  643. package/migration/mongo/module.js.map +1 -1
  644. package/module/index.d.ts +4 -4
  645. package/module/index.js +4 -4
  646. package/module/index.js.map +1 -1
  647. package/module/module-base.d.ts +5 -5
  648. package/module/module-base.js +9 -9
  649. package/module/module-base.js.map +1 -1
  650. package/module/module-metric-reporter.d.ts +4 -4
  651. package/module/module-metric-reporter.js +10 -11
  652. package/module/module-metric-reporter.js.map +1 -1
  653. package/module/module.d.ts +1 -1
  654. package/module/modules/function.module.d.ts +3 -3
  655. package/module/modules/function.module.js +2 -2
  656. package/module/modules/function.module.js.map +1 -1
  657. package/module/modules/index.d.ts +2 -2
  658. package/module/modules/index.js +2 -2
  659. package/module/modules/index.js.map +1 -1
  660. package/module/modules/web-server.module.d.ts +9 -9
  661. package/module/modules/web-server.module.js +17 -17
  662. package/module/modules/web-server.module.js.map +1 -1
  663. package/module/utils.d.ts +2 -2
  664. package/notification/api.d.ts +3 -3
  665. package/notification/api.js +9 -9
  666. package/notification/api.js.map +1 -1
  667. package/notification/models/index.d.ts +2 -2
  668. package/notification/models/index.js +2 -2
  669. package/notification/models/index.js.map +1 -1
  670. package/notification/models/notification.model.js +13 -13
  671. package/notification/models/notification.model.js.map +1 -1
  672. package/notification/notification-channel.service.d.ts +1 -1
  673. package/notification/notification.repository.d.ts +1 -1
  674. package/notification/notification.service.d.ts +2 -2
  675. package/notification/notification.service.js +6 -6
  676. package/notification/notification.service.js.map +1 -1
  677. package/object-storage/index.d.ts +3 -3
  678. package/object-storage/index.js +3 -3
  679. package/object-storage/index.js.map +1 -1
  680. package/object-storage/object-storage-provider.d.ts +1 -1
  681. package/object-storage/object-storage.d.ts +3 -3
  682. package/object-storage/object-storage.js +2 -2
  683. package/object-storage/object-storage.js.map +1 -1
  684. package/object-storage/object.d.ts +1 -1
  685. package/object-storage/s3/index.d.ts +3 -3
  686. package/object-storage/s3/index.js +3 -3
  687. package/object-storage/s3/index.js.map +1 -1
  688. package/object-storage/s3/s3.object-storage-provider.d.ts +3 -3
  689. package/object-storage/s3/s3.object-storage-provider.js +15 -15
  690. package/object-storage/s3/s3.object-storage-provider.js.map +1 -1
  691. package/object-storage/s3/s3.object-storage.d.ts +4 -4
  692. package/object-storage/s3/s3.object-storage.js +23 -26
  693. package/object-storage/s3/s3.object-storage.js.map +1 -1
  694. package/object-storage/s3/s3.object.d.ts +3 -3
  695. package/object-storage/s3/s3.object.js +5 -5
  696. package/object-storage/s3/s3.object.js.map +1 -1
  697. package/openid-connect/cached-oidc-configuration.service.d.ts +3 -3
  698. package/openid-connect/cached-oidc-configuration.service.js +13 -13
  699. package/openid-connect/cached-oidc-configuration.service.js.map +1 -1
  700. package/openid-connect/index.d.ts +7 -7
  701. package/openid-connect/index.js +11 -11
  702. package/openid-connect/index.js.map +1 -1
  703. package/openid-connect/mongo-oidc-state.repository.d.ts +8 -8
  704. package/openid-connect/mongo-oidc-state.repository.js +12 -12
  705. package/openid-connect/mongo-oidc-state.repository.js.map +1 -1
  706. package/openid-connect/oidc-configuration.service.d.ts +1 -1
  707. package/openid-connect/oidc-configuration.service.js +12 -12
  708. package/openid-connect/oidc-configuration.service.js.map +1 -1
  709. package/openid-connect/oidc-state.model.d.ts +1 -1
  710. package/openid-connect/oidc-state.repository.d.ts +2 -2
  711. package/openid-connect/oidc-state.repository.js +2 -2
  712. package/openid-connect/oidc-state.repository.js.map +1 -1
  713. package/openid-connect/oidc.service.d.ts +6 -6
  714. package/openid-connect/oidc.service.js +34 -34
  715. package/openid-connect/oidc.service.js.map +1 -1
  716. package/package.json +5 -5
  717. package/pdf/index.d.ts +1 -1
  718. package/pdf/index.js +1 -1
  719. package/pdf/index.js.map +1 -1
  720. package/pdf/pdf.service.d.ts +7 -7
  721. package/pdf/pdf.service.js +53 -53
  722. package/pdf/pdf.service.js.map +1 -1
  723. package/pool/index.d.ts +1 -1
  724. package/pool/index.js +1 -1
  725. package/pool/index.js.map +1 -1
  726. package/pool/pool.d.ts +3 -3
  727. package/pool/pool.js +10 -10
  728. package/pool/pool.js.map +1 -1
  729. package/process-shutdown.d.ts +2 -2
  730. package/process-shutdown.js +7 -7
  731. package/process-shutdown.js.map +1 -1
  732. package/promise/index.d.ts +3 -3
  733. package/promise/index.js +3 -3
  734. package/promise/index.js.map +1 -1
  735. package/promise/lazy-promise.js +4 -4
  736. package/promise/lazy-promise.js.map +1 -1
  737. package/queue/enqueue-batch.d.ts +1 -1
  738. package/queue/index.d.ts +3 -3
  739. package/queue/index.js +3 -3
  740. package/queue/index.js.map +1 -1
  741. package/queue/mongo/index.d.ts +4 -4
  742. package/queue/mongo/index.js +4 -4
  743. package/queue/mongo/index.js.map +1 -1
  744. package/queue/mongo/job.d.ts +3 -3
  745. package/queue/mongo/mongo-job.repository.d.ts +7 -7
  746. package/queue/mongo/mongo-job.repository.js +18 -18
  747. package/queue/mongo/mongo-job.repository.js.map +1 -1
  748. package/queue/mongo/queue.d.ts +6 -6
  749. package/queue/mongo/queue.js +47 -47
  750. package/queue/mongo/queue.js.map +1 -1
  751. package/queue/mongo/queue.provider.d.ts +10 -10
  752. package/queue/mongo/queue.provider.js +15 -15
  753. package/queue/mongo/queue.provider.js.map +1 -1
  754. package/queue/provider.d.ts +1 -1
  755. package/queue/queue.d.ts +4 -4
  756. package/queue/queue.js +6 -6
  757. package/queue/queue.js.map +1 -1
  758. package/random/index.d.ts +1 -1
  759. package/random/index.js +1 -1
  760. package/random/index.js.map +1 -1
  761. package/random/number/index.d.ts +3 -3
  762. package/random/number/index.js +3 -3
  763. package/random/number/index.js.map +1 -1
  764. package/random/number/mulberry32.d.ts +1 -1
  765. package/random/number/mulberry32.js +2 -2
  766. package/random/number/mulberry32.js.map +1 -1
  767. package/random/number/sfc32.d.ts +1 -1
  768. package/random/number/sfc32.js +2 -2
  769. package/random/number/sfc32.js.map +1 -1
  770. package/reflection/decorator-data.d.ts +1 -1
  771. package/reflection/decorator-data.js +11 -11
  772. package/reflection/decorator-data.js.map +1 -1
  773. package/reflection/decorators.d.ts +2 -2
  774. package/reflection/decorators.js +12 -12
  775. package/reflection/decorators.js.map +1 -1
  776. package/reflection/index.d.ts +5 -5
  777. package/reflection/index.js +5 -5
  778. package/reflection/index.js.map +1 -1
  779. package/reflection/reflection-data-map.d.ts +1 -1
  780. package/reflection/reflection-data-map.js +6 -6
  781. package/reflection/reflection-data-map.js.map +1 -1
  782. package/reflection/registry.d.ts +3 -3
  783. package/reflection/registry.js +27 -27
  784. package/reflection/registry.js.map +1 -1
  785. package/reflection/types.d.ts +2 -2
  786. package/reflection/utils.d.ts +2 -2
  787. package/reflection/utils.js +18 -18
  788. package/reflection/utils.js.map +1 -1
  789. package/require.js +1 -1
  790. package/require.js.map +1 -1
  791. package/rpc/endpoints/message-port.rpc-endpoint.d.ts +2 -2
  792. package/rpc/endpoints/message-port.rpc-endpoint.js +5 -5
  793. package/rpc/endpoints/message-port.rpc-endpoint.js.map +1 -1
  794. package/rpc/index.d.ts +4 -4
  795. package/rpc/index.js +4 -4
  796. package/rpc/index.js.map +1 -1
  797. package/rpc/model.d.ts +2 -2
  798. package/rpc/model.js +2 -2
  799. package/rpc/model.js.map +1 -1
  800. package/rpc/rpc-endpoint.d.ts +1 -1
  801. package/rpc/rpc-error.d.ts +1 -1
  802. package/rpc/rpc-error.js +8 -8
  803. package/rpc/rpc-error.js.map +1 -1
  804. package/rpc/rpc.d.ts +4 -4
  805. package/rpc/rpc.js +32 -32
  806. package/rpc/rpc.js.map +1 -1
  807. package/rxjs/index.d.ts +12 -12
  808. package/rxjs/index.js +12 -12
  809. package/rxjs/index.js.map +1 -1
  810. package/rxjs/intersection-observer.js +6 -6
  811. package/rxjs/intersection-observer.js.map +1 -1
  812. package/rxjs/mutation-observer.js +6 -6
  813. package/rxjs/mutation-observer.js.map +1 -1
  814. package/rxjs/performance-observer.js +6 -6
  815. package/rxjs/performance-observer.js.map +1 -1
  816. package/rxjs/resize-observer.js +6 -6
  817. package/rxjs/resize-observer.js.map +1 -1
  818. package/rxjs/retry-backoff.d.ts +1 -1
  819. package/rxjs/retry-backoff.js +3 -3
  820. package/rxjs/retry-backoff.js.map +1 -1
  821. package/schema/array-constraints/index.d.ts +2 -2
  822. package/schema/array-constraints/index.js +2 -2
  823. package/schema/array-constraints/index.js.map +1 -1
  824. package/schema/array-constraints/maximum-length.d.ts +4 -4
  825. package/schema/array-constraints/maximum-length.js +6 -6
  826. package/schema/array-constraints/maximum-length.js.map +1 -1
  827. package/schema/array-constraints/minimum-length.d.ts +4 -4
  828. package/schema/array-constraints/minimum-length.js +6 -6
  829. package/schema/array-constraints/minimum-length.js.map +1 -1
  830. package/schema/coercers/boolean.coercer.d.ts +3 -3
  831. package/schema/coercers/boolean.coercer.js +6 -6
  832. package/schema/coercers/boolean.coercer.js.map +1 -1
  833. package/schema/coercers/date.coercer.d.ts +3 -3
  834. package/schema/coercers/date.coercer.js +6 -6
  835. package/schema/coercers/date.coercer.js.map +1 -1
  836. package/schema/coercers/index.d.ts +6 -6
  837. package/schema/coercers/index.js +6 -6
  838. package/schema/coercers/index.js.map +1 -1
  839. package/schema/coercers/number.coercer.d.ts +3 -3
  840. package/schema/coercers/number.coercer.js +4 -4
  841. package/schema/coercers/number.coercer.js.map +1 -1
  842. package/schema/coercers/regexp.coercer.d.ts +3 -3
  843. package/schema/coercers/regexp.coercer.js +4 -4
  844. package/schema/coercers/regexp.coercer.js.map +1 -1
  845. package/schema/coercers/string.coercer.d.ts +3 -3
  846. package/schema/coercers/string.coercer.js +6 -6
  847. package/schema/coercers/string.coercer.js.map +1 -1
  848. package/schema/coercers/uint8-array.coercer.d.ts +3 -3
  849. package/schema/coercers/uint8-array.coercer.js +9 -9
  850. package/schema/coercers/uint8-array.coercer.js.map +1 -1
  851. package/schema/constraints/enumeration.d.ts +4 -4
  852. package/schema/constraints/enumeration.js +11 -11
  853. package/schema/constraints/enumeration.js.map +1 -1
  854. package/schema/constraints/generic.d.ts +5 -5
  855. package/schema/constraints/generic.js +6 -6
  856. package/schema/constraints/generic.js.map +1 -1
  857. package/schema/constraints/index.d.ts +12 -12
  858. package/schema/constraints/index.js +12 -12
  859. package/schema/constraints/index.js.map +1 -1
  860. package/schema/constraints/integer.d.ts +4 -4
  861. package/schema/constraints/integer.js +7 -7
  862. package/schema/constraints/integer.js.map +1 -1
  863. package/schema/constraints/length.d.ts +1 -1
  864. package/schema/constraints/length.js +9 -9
  865. package/schema/constraints/length.js.map +1 -1
  866. package/schema/constraints/literal.d.ts +3 -3
  867. package/schema/constraints/literal.js +9 -9
  868. package/schema/constraints/literal.js.map +1 -1
  869. package/schema/constraints/maximum-date.d.ts +4 -4
  870. package/schema/constraints/maximum-date.js +10 -10
  871. package/schema/constraints/maximum-date.js.map +1 -1
  872. package/schema/constraints/maximum-length.d.ts +4 -4
  873. package/schema/constraints/maximum-length.js +8 -8
  874. package/schema/constraints/maximum-length.js.map +1 -1
  875. package/schema/constraints/maximum.d.ts +4 -4
  876. package/schema/constraints/maximum.js +7 -7
  877. package/schema/constraints/maximum.js.map +1 -1
  878. package/schema/constraints/minimum-date.d.ts +4 -4
  879. package/schema/constraints/minimum-date.js +10 -10
  880. package/schema/constraints/minimum-date.js.map +1 -1
  881. package/schema/constraints/minimum-length.d.ts +4 -4
  882. package/schema/constraints/minimum-length.js +8 -8
  883. package/schema/constraints/minimum-length.js.map +1 -1
  884. package/schema/constraints/minimum.d.ts +4 -4
  885. package/schema/constraints/minimum.js +7 -7
  886. package/schema/constraints/minimum.js.map +1 -1
  887. package/schema/constraints/pattern.d.ts +4 -4
  888. package/schema/constraints/pattern.js +7 -7
  889. package/schema/constraints/pattern.js.map +1 -1
  890. package/schema/decorators/class.d.ts +2 -2
  891. package/schema/decorators/class.js +2 -2
  892. package/schema/decorators/class.js.map +1 -1
  893. package/schema/decorators/coerce.d.ts +1 -1
  894. package/schema/decorators/coerce.js +2 -2
  895. package/schema/decorators/coerce.js.map +1 -1
  896. package/schema/decorators/constraint.d.ts +3 -3
  897. package/schema/decorators/constraint.js +4 -4
  898. package/schema/decorators/constraint.js.map +1 -1
  899. package/schema/decorators/index.d.ts +6 -6
  900. package/schema/decorators/index.js +6 -6
  901. package/schema/decorators/index.js.map +1 -1
  902. package/schema/decorators/property.d.ts +4 -4
  903. package/schema/decorators/property.js +11 -11
  904. package/schema/decorators/property.js.map +1 -1
  905. package/schema/decorators/types.d.ts +3 -3
  906. package/schema/decorators/utils.d.ts +8 -8
  907. package/schema/decorators/utils.js +14 -14
  908. package/schema/decorators/utils.js.map +1 -1
  909. package/schema/index.d.ts +10 -10
  910. package/schema/index.js +10 -10
  911. package/schema/index.js.map +1 -1
  912. package/schema/schema.d.ts +2 -2
  913. package/schema/schema.error.d.ts +6 -6
  914. package/schema/schema.error.js +18 -18
  915. package/schema/schema.error.js.map +1 -1
  916. package/schema/schema.js +63 -63
  917. package/schema/schema.js.map +1 -1
  918. package/schema/schemas/any.d.ts +2 -2
  919. package/schema/schemas/any.js +4 -4
  920. package/schema/schemas/any.js.map +1 -1
  921. package/schema/schemas/array.d.ts +4 -4
  922. package/schema/schemas/array.js +12 -12
  923. package/schema/schemas/array.js.map +1 -1
  924. package/schema/schemas/assign.d.ts +1 -1
  925. package/schema/schemas/assign.js +6 -6
  926. package/schema/schemas/assign.js.map +1 -1
  927. package/schema/schemas/boolean.d.ts +2 -2
  928. package/schema/schemas/boolean.js +4 -4
  929. package/schema/schemas/boolean.js.map +1 -1
  930. package/schema/schemas/constraint.d.ts +4 -4
  931. package/schema/schemas/constraint.js +4 -4
  932. package/schema/schemas/constraint.js.map +1 -1
  933. package/schema/schemas/date.d.ts +2 -2
  934. package/schema/schemas/date.js +12 -12
  935. package/schema/schemas/date.js.map +1 -1
  936. package/schema/schemas/defaulted.d.ts +4 -4
  937. package/schema/schemas/defaulted.js +5 -5
  938. package/schema/schemas/defaulted.js.map +1 -1
  939. package/schema/schemas/enumeration.d.ts +3 -3
  940. package/schema/schemas/enumeration.js +8 -8
  941. package/schema/schemas/enumeration.js.map +1 -1
  942. package/schema/schemas/index.d.ts +26 -26
  943. package/schema/schemas/index.js +26 -26
  944. package/schema/schemas/index.js.map +1 -1
  945. package/schema/schemas/instance.d.ts +1 -1
  946. package/schema/schemas/instance.js +2 -2
  947. package/schema/schemas/instance.js.map +1 -1
  948. package/schema/schemas/literal.d.ts +2 -2
  949. package/schema/schemas/literal.js +9 -9
  950. package/schema/schemas/literal.js.map +1 -1
  951. package/schema/schemas/nullable.d.ts +3 -3
  952. package/schema/schemas/nullable.js +4 -4
  953. package/schema/schemas/nullable.js.map +1 -1
  954. package/schema/schemas/number.d.ts +2 -2
  955. package/schema/schemas/number.js +15 -15
  956. package/schema/schemas/number.js.map +1 -1
  957. package/schema/schemas/object.d.ts +2 -2
  958. package/schema/schemas/object.js +2 -2
  959. package/schema/schemas/object.js.map +1 -1
  960. package/schema/schemas/omit.d.ts +2 -2
  961. package/schema/schemas/omit.js +8 -8
  962. package/schema/schemas/omit.js.map +1 -1
  963. package/schema/schemas/one-or-many.d.ts +5 -5
  964. package/schema/schemas/one-or-many.js +8 -8
  965. package/schema/schemas/one-or-many.js.map +1 -1
  966. package/schema/schemas/optional.d.ts +4 -4
  967. package/schema/schemas/optional.js +4 -4
  968. package/schema/schemas/optional.js.map +1 -1
  969. package/schema/schemas/partial.d.ts +2 -2
  970. package/schema/schemas/partial.js +11 -11
  971. package/schema/schemas/partial.js.map +1 -1
  972. package/schema/schemas/pick.d.ts +2 -2
  973. package/schema/schemas/pick.js +8 -8
  974. package/schema/schemas/pick.js.map +1 -1
  975. package/schema/schemas/readable-stream.d.ts +3 -3
  976. package/schema/schemas/readable-stream.js +4 -4
  977. package/schema/schemas/readable-stream.js.map +1 -1
  978. package/schema/schemas/record.d.ts +3 -3
  979. package/schema/schemas/record.js +2 -2
  980. package/schema/schemas/record.js.map +1 -1
  981. package/schema/schemas/regexp.d.ts +3 -3
  982. package/schema/schemas/regexp.js +4 -4
  983. package/schema/schemas/regexp.js.map +1 -1
  984. package/schema/schemas/string.d.ts +2 -2
  985. package/schema/schemas/string.js +22 -22
  986. package/schema/schemas/string.js.map +1 -1
  987. package/schema/schemas/transform.d.ts +4 -4
  988. package/schema/schemas/transform.js +4 -4
  989. package/schema/schemas/transform.js.map +1 -1
  990. package/schema/schemas/uint8-array.d.ts +2 -2
  991. package/schema/schemas/uint8-array.js +16 -16
  992. package/schema/schemas/uint8-array.js.map +1 -1
  993. package/schema/schemas/union.d.ts +3 -3
  994. package/schema/schemas/union.js +8 -8
  995. package/schema/schemas/union.js.map +1 -1
  996. package/schema/schemas/unknown.d.ts +2 -2
  997. package/schema/schemas/unknown.js +4 -4
  998. package/schema/schemas/unknown.js.map +1 -1
  999. package/schema/transformers/generic.d.ts +4 -4
  1000. package/schema/transformers/generic.js +4 -4
  1001. package/schema/transformers/generic.js.map +1 -1
  1002. package/schema/transformers/index.d.ts +4 -4
  1003. package/schema/transformers/index.js +4 -4
  1004. package/schema/transformers/index.js.map +1 -1
  1005. package/schema/transformers/lowercase.d.ts +3 -3
  1006. package/schema/transformers/lowercase.js +4 -4
  1007. package/schema/transformers/lowercase.js.map +1 -1
  1008. package/schema/transformers/trim.d.ts +3 -3
  1009. package/schema/transformers/trim.js +4 -4
  1010. package/schema/transformers/trim.js.map +1 -1
  1011. package/schema/transformers/uppercase.d.ts +3 -3
  1012. package/schema/transformers/uppercase.js +4 -4
  1013. package/schema/transformers/uppercase.js.map +1 -1
  1014. package/schema/types/index.d.ts +5 -5
  1015. package/schema/types/index.js +5 -5
  1016. package/schema/types/index.js.map +1 -1
  1017. package/schema/types/schema-array-constraint.d.ts +2 -2
  1018. package/schema/types/schema-value-coercer.d.ts +3 -3
  1019. package/schema/types/schema-value-constraint.d.ts +3 -3
  1020. package/schema/types/schema-value-transformer.d.ts +3 -3
  1021. package/schema/types/types.d.ts +7 -7
  1022. package/schema/types/types.js +24 -24
  1023. package/schema/types/types.js.map +1 -1
  1024. package/schema/utils/index.d.ts +2 -2
  1025. package/schema/utils/index.js +2 -2
  1026. package/schema/utils/index.js.map +1 -1
  1027. package/schema/utils/schema.d.ts +3 -3
  1028. package/schema/utils/schema.js +40 -40
  1029. package/schema/utils/schema.js.map +1 -1
  1030. package/schema/utils/value-type.d.ts +3 -3
  1031. package/schema/utils/value-type.js +22 -22
  1032. package/schema/utils/value-type.js.map +1 -1
  1033. package/search-index/elastic/config.d.ts +3 -3
  1034. package/search-index/elastic/config.js +6 -6
  1035. package/search-index/elastic/config.js.map +1 -1
  1036. package/search-index/elastic/index.d.ts +6 -6
  1037. package/search-index/elastic/index.js +6 -6
  1038. package/search-index/elastic/index.js.map +1 -1
  1039. package/search-index/elastic/model/elastic-query.d.ts +1 -1
  1040. package/search-index/elastic/model/index-mapping.d.ts +3 -3
  1041. package/search-index/elastic/model/index-mapping.js +2 -2
  1042. package/search-index/elastic/model/index-mapping.js.map +1 -1
  1043. package/search-index/elastic/model/index.d.ts +3 -3
  1044. package/search-index/elastic/model/index.js +3 -3
  1045. package/search-index/elastic/model/index.js.map +1 -1
  1046. package/search-index/elastic/model/sort.d.ts +3 -3
  1047. package/search-index/elastic/module.d.ts +4 -4
  1048. package/search-index/elastic/module.js +17 -17
  1049. package/search-index/elastic/module.js.map +1 -1
  1050. package/search-index/elastic/query-builder/boolean-query-builder.d.ts +1 -1
  1051. package/search-index/elastic/query-builder/index.d.ts +1 -1
  1052. package/search-index/elastic/query-builder/index.js +1 -1
  1053. package/search-index/elastic/query-builder/index.js.map +1 -1
  1054. package/search-index/elastic/query-converter.d.ts +4 -4
  1055. package/search-index/elastic/query-converter.js +26 -26
  1056. package/search-index/elastic/query-converter.js.map +1 -1
  1057. package/search-index/elastic/search-index.d.ts +10 -10
  1058. package/search-index/elastic/search-index.js +33 -33
  1059. package/search-index/elastic/search-index.js.map +1 -1
  1060. package/search-index/elastic/sort-converter.d.ts +3 -3
  1061. package/search-index/elastic/types.d.ts +1 -1
  1062. package/search-index/error.d.ts +1 -1
  1063. package/search-index/error.js +4 -4
  1064. package/search-index/error.js.map +1 -1
  1065. package/search-index/index.d.ts +3 -3
  1066. package/search-index/index.js +3 -3
  1067. package/search-index/index.js.map +1 -1
  1068. package/search-index/memory/index.d.ts +1 -1
  1069. package/search-index/memory/index.js +1 -1
  1070. package/search-index/memory/index.js.map +1 -1
  1071. package/search-index/memory/memory-search-index.d.ts +3 -3
  1072. package/search-index/memory/memory-search-index.js +26 -26
  1073. package/search-index/memory/memory-search-index.js.map +1 -1
  1074. package/search-index/search-index.d.ts +3 -3
  1075. package/search-index/search-index.js +3 -3
  1076. package/search-index/search-index.js.map +1 -1
  1077. package/search-index/search-result.d.ts +1 -1
  1078. package/serializer/handlers/binary.d.ts +1 -1
  1079. package/serializer/handlers/binary.js +7 -7
  1080. package/serializer/handlers/binary.js.map +1 -1
  1081. package/serializer/handlers/index.d.ts +7 -7
  1082. package/serializer/handlers/index.js +7 -7
  1083. package/serializer/handlers/index.js.map +1 -1
  1084. package/serializer/handlers/map.d.ts +1 -1
  1085. package/serializer/handlers/register.d.ts +1 -1
  1086. package/serializer/handlers/register.js +18 -18
  1087. package/serializer/handlers/register.js.map +1 -1
  1088. package/serializer/handlers/set.d.ts +2 -2
  1089. package/serializer/index.d.ts +4 -4
  1090. package/serializer/index.js +7 -7
  1091. package/serializer/index.js.map +1 -1
  1092. package/serializer/serializable.d.ts +1 -1
  1093. package/serializer/serializable.js +5 -5
  1094. package/serializer/serializable.js.map +1 -1
  1095. package/serializer/serializer.d.ts +2 -2
  1096. package/serializer/serializer.js +35 -35
  1097. package/serializer/serializer.js.map +1 -1
  1098. package/serializer/types.d.ts +1 -1
  1099. package/sse/index.d.ts +2 -1
  1100. package/sse/index.js +2 -1
  1101. package/sse/index.js.map +1 -1
  1102. package/sse/model.d.ts +21 -0
  1103. package/sse/model.js +3 -0
  1104. package/sse/model.js.map +1 -0
  1105. package/sse/server-sent-events-source.d.ts +15 -0
  1106. package/sse/server-sent-events-source.js +66 -0
  1107. package/sse/server-sent-events-source.js.map +1 -0
  1108. package/sse/server-sent-events.d.ts +20 -33
  1109. package/sse/server-sent-events.js +48 -58
  1110. package/sse/server-sent-events.js.map +1 -1
  1111. package/tailwind/index.d.ts +1 -1
  1112. package/tailwind/index.js +1 -1
  1113. package/tailwind/index.js.map +1 -1
  1114. package/tailwind/theme-adapter.d.ts +1 -1
  1115. package/tailwind/theme-adapter.js +4 -4
  1116. package/tailwind/theme-adapter.js.map +1 -1
  1117. package/templates/index.d.ts +9 -9
  1118. package/templates/index.js +9 -9
  1119. package/templates/index.js.map +1 -1
  1120. package/templates/module.d.ts +4 -4
  1121. package/templates/module.js +12 -12
  1122. package/templates/module.js.map +1 -1
  1123. package/templates/providers/file.template-provider.d.ts +4 -4
  1124. package/templates/providers/file.template-provider.js +13 -13
  1125. package/templates/providers/file.template-provider.js.map +1 -1
  1126. package/templates/providers/memory.template-provider.d.ts +2 -2
  1127. package/templates/providers/memory.template-provider.js +6 -6
  1128. package/templates/providers/memory.template-provider.js.map +1 -1
  1129. package/templates/renderers/handlebars.template-renderer.d.ts +5 -5
  1130. package/templates/renderers/handlebars.template-renderer.js +19 -19
  1131. package/templates/renderers/handlebars.template-renderer.js.map +1 -1
  1132. package/templates/renderers/jsx.template-renderer.d.ts +6 -6
  1133. package/templates/renderers/jsx.template-renderer.js +8 -8
  1134. package/templates/renderers/jsx.template-renderer.js.map +1 -1
  1135. package/templates/renderers/mjml.template-renderer.d.ts +3 -3
  1136. package/templates/renderers/mjml.template-renderer.js +7 -7
  1137. package/templates/renderers/mjml.template-renderer.js.map +1 -1
  1138. package/templates/renderers/string.template-renderer.d.ts +2 -2
  1139. package/templates/renderers/string.template-renderer.js +4 -4
  1140. package/templates/renderers/string.template-renderer.js.map +1 -1
  1141. package/templates/resolvers/file.template-resolver.d.ts +6 -6
  1142. package/templates/resolvers/file.template-resolver.js +13 -13
  1143. package/templates/resolvers/file.template-resolver.js.map +1 -1
  1144. package/templates/resolvers/jsx.template-resolver.d.ts +4 -4
  1145. package/templates/resolvers/jsx.template-resolver.js +8 -8
  1146. package/templates/resolvers/jsx.template-resolver.js.map +1 -1
  1147. package/templates/resolvers/string.template-resolver.d.ts +4 -4
  1148. package/templates/resolvers/string.template-resolver.js +8 -8
  1149. package/templates/resolvers/string.template-resolver.js.map +1 -1
  1150. package/templates/template-renderer.provider.d.ts +1 -1
  1151. package/templates/template-renderer.provider.js +4 -4
  1152. package/templates/template-renderer.provider.js.map +1 -1
  1153. package/templates/template-resolver.provider.d.ts +1 -1
  1154. package/templates/template-resolver.provider.js +4 -4
  1155. package/templates/template-resolver.provider.js.map +1 -1
  1156. package/templates/template.model.d.ts +1 -1
  1157. package/templates/template.model.js +10 -10
  1158. package/templates/template.model.js.map +1 -1
  1159. package/templates/template.provider.d.ts +1 -1
  1160. package/templates/template.renderer.d.ts +2 -2
  1161. package/templates/template.renderer.js +4 -4
  1162. package/templates/template.renderer.js.map +1 -1
  1163. package/templates/template.resolver.d.ts +1 -1
  1164. package/templates/template.service.d.ts +5 -5
  1165. package/templates/template.service.js +15 -15
  1166. package/templates/template.service.js.map +1 -1
  1167. package/templates/tokens.d.ts +4 -4
  1168. package/templates/tokens.js +3 -3
  1169. package/templates/tokens.js.map +1 -1
  1170. package/text/dynamic-text.model.d.ts +3 -3
  1171. package/text/dynamic-text.model.js +7 -7
  1172. package/text/dynamic-text.model.js.map +1 -1
  1173. package/text/index.d.ts +3 -3
  1174. package/text/index.js +3 -3
  1175. package/text/index.js.map +1 -1
  1176. package/text/localizable-text.model.d.ts +1 -1
  1177. package/text/localization.service.d.ts +7 -4
  1178. package/text/localization.service.js +50 -35
  1179. package/text/localization.service.js.map +1 -1
  1180. package/theme/adapters/css-adapter.d.ts +1 -1
  1181. package/theme/adapters/css-adapter.js +19 -19
  1182. package/theme/adapters/css-adapter.js.map +1 -1
  1183. package/theme/index.d.ts +1 -1
  1184. package/theme/index.js +1 -1
  1185. package/theme/index.js.map +1 -1
  1186. package/theme/theme-service.d.ts +2 -2
  1187. package/theme/theme-service.js +19 -19
  1188. package/theme/theme-service.js.map +1 -1
  1189. package/threading/index.d.ts +2 -2
  1190. package/threading/index.js +2 -2
  1191. package/threading/index.js.map +1 -1
  1192. package/threading/thread-pool.d.ts +4 -4
  1193. package/threading/thread-pool.js +11 -11
  1194. package/threading/thread-pool.js.map +1 -1
  1195. package/threading/thread-worker.d.ts +1 -1
  1196. package/threading/thread-worker.js +2 -2
  1197. package/threading/thread-worker.js.map +1 -1
  1198. package/tokens.d.ts +1 -1
  1199. package/tokens.js +2 -2
  1200. package/tokens.js.map +1 -1
  1201. package/types/geo-json.d.ts +1 -1
  1202. package/utils/any-iterable-iterator.js +3 -3
  1203. package/utils/any-iterable-iterator.js.map +1 -1
  1204. package/utils/array/array-backtracker.js +5 -5
  1205. package/utils/array/array-backtracker.js.map +1 -1
  1206. package/utils/array/array.js +11 -11
  1207. package/utils/array/array.js.map +1 -1
  1208. package/utils/array/index.d.ts +2 -2
  1209. package/utils/array/index.js +2 -2
  1210. package/utils/array/index.js.map +1 -1
  1211. package/utils/async-iterable-helpers/all.d.ts +2 -2
  1212. package/utils/async-iterable-helpers/all.js +2 -2
  1213. package/utils/async-iterable-helpers/all.js.map +1 -1
  1214. package/utils/async-iterable-helpers/any.d.ts +2 -2
  1215. package/utils/async-iterable-helpers/any.js +2 -2
  1216. package/utils/async-iterable-helpers/any.js.map +1 -1
  1217. package/utils/async-iterable-helpers/assert.d.ts +2 -2
  1218. package/utils/async-iterable-helpers/assert.js +5 -5
  1219. package/utils/async-iterable-helpers/assert.js.map +1 -1
  1220. package/utils/async-iterable-helpers/batch.d.ts +1 -1
  1221. package/utils/async-iterable-helpers/batch.js +2 -2
  1222. package/utils/async-iterable-helpers/batch.js.map +1 -1
  1223. package/utils/async-iterable-helpers/buffer.d.ts +1 -1
  1224. package/utils/async-iterable-helpers/buffer.js +8 -8
  1225. package/utils/async-iterable-helpers/buffer.js.map +1 -1
  1226. package/utils/async-iterable-helpers/concat.d.ts +1 -1
  1227. package/utils/async-iterable-helpers/default-if-empty.d.ts +1 -1
  1228. package/utils/async-iterable-helpers/deferred.d.ts +1 -1
  1229. package/utils/async-iterable-helpers/difference.d.ts +2 -2
  1230. package/utils/async-iterable-helpers/difference.js +8 -8
  1231. package/utils/async-iterable-helpers/difference.js.map +1 -1
  1232. package/utils/async-iterable-helpers/distinct.d.ts +2 -2
  1233. package/utils/async-iterable-helpers/distinct.js +2 -2
  1234. package/utils/async-iterable-helpers/distinct.js.map +1 -1
  1235. package/utils/async-iterable-helpers/drain.d.ts +1 -1
  1236. package/utils/async-iterable-helpers/filter.d.ts +2 -2
  1237. package/utils/async-iterable-helpers/filter.js +2 -2
  1238. package/utils/async-iterable-helpers/filter.js.map +1 -1
  1239. package/utils/async-iterable-helpers/first-or-default.d.ts +3 -3
  1240. package/utils/async-iterable-helpers/first-or-default.js +2 -2
  1241. package/utils/async-iterable-helpers/first-or-default.js.map +1 -1
  1242. package/utils/async-iterable-helpers/first.d.ts +3 -3
  1243. package/utils/async-iterable-helpers/first.js +2 -2
  1244. package/utils/async-iterable-helpers/first.js.map +1 -1
  1245. package/utils/async-iterable-helpers/for-each.d.ts +2 -2
  1246. package/utils/async-iterable-helpers/for-each.js +2 -2
  1247. package/utils/async-iterable-helpers/for-each.js.map +1 -1
  1248. package/utils/async-iterable-helpers/group-single.d.ts +2 -2
  1249. package/utils/async-iterable-helpers/group-single.js +2 -2
  1250. package/utils/async-iterable-helpers/group-single.js.map +1 -1
  1251. package/utils/async-iterable-helpers/group-to-map.d.ts +2 -2
  1252. package/utils/async-iterable-helpers/group-to-map.js +5 -5
  1253. package/utils/async-iterable-helpers/group-to-map.js.map +1 -1
  1254. package/utils/async-iterable-helpers/group-to-single-map.d.ts +2 -2
  1255. package/utils/async-iterable-helpers/group-to-single-map.js +2 -2
  1256. package/utils/async-iterable-helpers/group-to-single-map.js.map +1 -1
  1257. package/utils/async-iterable-helpers/group.d.ts +2 -2
  1258. package/utils/async-iterable-helpers/group.js +2 -2
  1259. package/utils/async-iterable-helpers/group.js.map +1 -1
  1260. package/utils/async-iterable-helpers/includes.d.ts +1 -1
  1261. package/utils/async-iterable-helpers/includes.js +6 -6
  1262. package/utils/async-iterable-helpers/includes.js.map +1 -1
  1263. package/utils/async-iterable-helpers/index.d.ts +48 -48
  1264. package/utils/async-iterable-helpers/index.js +48 -48
  1265. package/utils/async-iterable-helpers/index.js.map +1 -1
  1266. package/utils/async-iterable-helpers/interrupt.d.ts +1 -1
  1267. package/utils/async-iterable-helpers/interrupt.js +5 -5
  1268. package/utils/async-iterable-helpers/interrupt.js.map +1 -1
  1269. package/utils/async-iterable-helpers/is-async-iterable.d.ts +1 -1
  1270. package/utils/async-iterable-helpers/is-async-iterable.js +3 -3
  1271. package/utils/async-iterable-helpers/is-async-iterable.js.map +1 -1
  1272. package/utils/async-iterable-helpers/last-or-default.d.ts +3 -3
  1273. package/utils/async-iterable-helpers/last-or-default.js +2 -2
  1274. package/utils/async-iterable-helpers/last-or-default.js.map +1 -1
  1275. package/utils/async-iterable-helpers/last.d.ts +3 -3
  1276. package/utils/async-iterable-helpers/last.js +2 -2
  1277. package/utils/async-iterable-helpers/last.js.map +1 -1
  1278. package/utils/async-iterable-helpers/map-many.d.ts +2 -2
  1279. package/utils/async-iterable-helpers/map-many.js +2 -2
  1280. package/utils/async-iterable-helpers/map-many.js.map +1 -1
  1281. package/utils/async-iterable-helpers/map.d.ts +2 -2
  1282. package/utils/async-iterable-helpers/map.js +2 -2
  1283. package/utils/async-iterable-helpers/map.js.map +1 -1
  1284. package/utils/async-iterable-helpers/materialize.d.ts +1 -1
  1285. package/utils/async-iterable-helpers/materialize.js +4 -4
  1286. package/utils/async-iterable-helpers/materialize.js.map +1 -1
  1287. package/utils/async-iterable-helpers/metadata.d.ts +2 -2
  1288. package/utils/async-iterable-helpers/metadata.js +2 -2
  1289. package/utils/async-iterable-helpers/metadata.js.map +1 -1
  1290. package/utils/async-iterable-helpers/multiplex.d.ts +1 -1
  1291. package/utils/async-iterable-helpers/multiplex.js +3 -3
  1292. package/utils/async-iterable-helpers/multiplex.js.map +1 -1
  1293. package/utils/async-iterable-helpers/observable-iterable.js +5 -5
  1294. package/utils/async-iterable-helpers/observable-iterable.js.map +1 -1
  1295. package/utils/async-iterable-helpers/pairwise.d.ts +1 -1
  1296. package/utils/async-iterable-helpers/pairwise.js +2 -2
  1297. package/utils/async-iterable-helpers/pairwise.js.map +1 -1
  1298. package/utils/async-iterable-helpers/parallel/feed.d.ts +2 -2
  1299. package/utils/async-iterable-helpers/parallel/feed.js +6 -6
  1300. package/utils/async-iterable-helpers/parallel/feed.js.map +1 -1
  1301. package/utils/async-iterable-helpers/parallel/filter.d.ts +2 -2
  1302. package/utils/async-iterable-helpers/parallel/filter.js +2 -2
  1303. package/utils/async-iterable-helpers/parallel/filter.js.map +1 -1
  1304. package/utils/async-iterable-helpers/parallel/for-each.d.ts +2 -2
  1305. package/utils/async-iterable-helpers/parallel/for-each.js +4 -4
  1306. package/utils/async-iterable-helpers/parallel/for-each.js.map +1 -1
  1307. package/utils/async-iterable-helpers/parallel/group.d.ts +2 -2
  1308. package/utils/async-iterable-helpers/parallel/group.js +4 -4
  1309. package/utils/async-iterable-helpers/parallel/group.js.map +1 -1
  1310. package/utils/async-iterable-helpers/parallel/index.d.ts +7 -7
  1311. package/utils/async-iterable-helpers/parallel/index.js +7 -7
  1312. package/utils/async-iterable-helpers/parallel/index.js.map +1 -1
  1313. package/utils/async-iterable-helpers/parallel/map.d.ts +2 -2
  1314. package/utils/async-iterable-helpers/parallel/map.js +2 -2
  1315. package/utils/async-iterable-helpers/parallel/map.js.map +1 -1
  1316. package/utils/async-iterable-helpers/parallel/tap.d.ts +2 -2
  1317. package/utils/async-iterable-helpers/parallel/tap.js +2 -2
  1318. package/utils/async-iterable-helpers/parallel/tap.js.map +1 -1
  1319. package/utils/async-iterable-helpers/reduce.d.ts +2 -2
  1320. package/utils/async-iterable-helpers/reduce.js +2 -2
  1321. package/utils/async-iterable-helpers/reduce.js.map +1 -1
  1322. package/utils/async-iterable-helpers/retry.d.ts +2 -2
  1323. package/utils/async-iterable-helpers/retry.js +2 -2
  1324. package/utils/async-iterable-helpers/retry.js.map +1 -1
  1325. package/utils/async-iterable-helpers/single-or-default.d.ts +3 -3
  1326. package/utils/async-iterable-helpers/single.d.ts +3 -3
  1327. package/utils/async-iterable-helpers/skip.d.ts +1 -1
  1328. package/utils/async-iterable-helpers/skip.js +2 -2
  1329. package/utils/async-iterable-helpers/skip.js.map +1 -1
  1330. package/utils/async-iterable-helpers/sort.d.ts +2 -2
  1331. package/utils/async-iterable-helpers/sort.js +4 -4
  1332. package/utils/async-iterable-helpers/sort.js.map +1 -1
  1333. package/utils/async-iterable-helpers/take-until.d.ts +2 -2
  1334. package/utils/async-iterable-helpers/take-until.js +2 -2
  1335. package/utils/async-iterable-helpers/take-until.js.map +1 -1
  1336. package/utils/async-iterable-helpers/take-while.d.ts +2 -2
  1337. package/utils/async-iterable-helpers/take-while.js +2 -2
  1338. package/utils/async-iterable-helpers/take-while.js.map +1 -1
  1339. package/utils/async-iterable-helpers/take.d.ts +1 -1
  1340. package/utils/async-iterable-helpers/tap.d.ts +2 -2
  1341. package/utils/async-iterable-helpers/tap.js +2 -2
  1342. package/utils/async-iterable-helpers/tap.js.map +1 -1
  1343. package/utils/async-iterable-helpers/throttle.d.ts +2 -2
  1344. package/utils/async-iterable-helpers/throttle.js +2 -2
  1345. package/utils/async-iterable-helpers/throttle.js.map +1 -1
  1346. package/utils/async-iterable-helpers/to-array.d.ts +1 -1
  1347. package/utils/async-iterable-helpers/to-array.js +2 -2
  1348. package/utils/async-iterable-helpers/to-array.js.map +1 -1
  1349. package/utils/async-iterable-helpers/to-async-iterable-iterator.d.ts +1 -1
  1350. package/utils/async-iterable-helpers/to-async-iterator.d.ts +1 -1
  1351. package/utils/async-iterable-helpers/to-async-iterator.js +7 -7
  1352. package/utils/async-iterable-helpers/to-async-iterator.js.map +1 -1
  1353. package/utils/async-iterable-helpers/to-set.d.ts +1 -1
  1354. package/utils/async-iterable-helpers/to-set.js +2 -2
  1355. package/utils/async-iterable-helpers/to-set.js.map +1 -1
  1356. package/utils/async-iterable-helpers/to-sync-iterable.d.ts +1 -1
  1357. package/utils/async-iterable-helpers/to-sync-iterable.js +4 -4
  1358. package/utils/async-iterable-helpers/to-sync-iterable.js.map +1 -1
  1359. package/utils/async-iterable-helpers/types.d.ts +1 -1
  1360. package/utils/async-iterable-helpers/while.d.ts +2 -2
  1361. package/utils/async-iterable-helpers/while.js +2 -2
  1362. package/utils/async-iterable-helpers/while.js.map +1 -1
  1363. package/utils/async-iterator-iterable-iterator.js +3 -3
  1364. package/utils/async-iterator-iterable-iterator.js.map +1 -1
  1365. package/utils/backoff.d.ts +2 -2
  1366. package/utils/backoff.js +9 -9
  1367. package/utils/backoff.js.map +1 -1
  1368. package/utils/base64.d.ts +1 -1
  1369. package/utils/base64.js +8 -8
  1370. package/utils/base64.js.map +1 -1
  1371. package/utils/benchmark.d.ts +2 -2
  1372. package/utils/benchmark.js +12 -12
  1373. package/utils/benchmark.js.map +1 -1
  1374. package/utils/binary-search.d.ts +1 -1
  1375. package/utils/binary-search.js +8 -8
  1376. package/utils/binary-search.js.map +1 -1
  1377. package/utils/binary.d.ts +1 -1
  1378. package/utils/binary.js +6 -6
  1379. package/utils/binary.js.map +1 -1
  1380. package/utils/cancellation-token.js +8 -8
  1381. package/utils/cancellation-token.js.map +1 -1
  1382. package/utils/clone.js +15 -15
  1383. package/utils/clone.js.map +1 -1
  1384. package/utils/compression.d.ts +1 -1
  1385. package/utils/compression.js +26 -26
  1386. package/utils/compression.js.map +1 -1
  1387. package/utils/config-parser.js +3 -3
  1388. package/utils/config-parser.js.map +1 -1
  1389. package/utils/cryptography.d.ts +1 -1
  1390. package/utils/cryptography.js +33 -33
  1391. package/utils/cryptography.js.map +1 -1
  1392. package/utils/date-time.js +11 -11
  1393. package/utils/date-time.js.map +1 -1
  1394. package/utils/encoding.d.ts +1 -1
  1395. package/utils/encoding.js +8 -8
  1396. package/utils/encoding.js.map +1 -1
  1397. package/utils/enum.d.ts +1 -1
  1398. package/utils/enum.js +10 -10
  1399. package/utils/enum.js.map +1 -1
  1400. package/utils/equals.d.ts +2 -2
  1401. package/utils/equals.js +14 -14
  1402. package/utils/equals.js.map +1 -1
  1403. package/utils/event-loop.d.ts +2 -2
  1404. package/utils/event-loop.js +7 -7
  1405. package/utils/event-loop.js.map +1 -1
  1406. package/utils/feedable-async-iterable.js +4 -4
  1407. package/utils/feedable-async-iterable.js.map +1 -1
  1408. package/utils/file-reader.js +2 -2
  1409. package/utils/file-reader.js.map +1 -1
  1410. package/utils/format-error.d.ts +1 -1
  1411. package/utils/format-error.js +10 -10
  1412. package/utils/format-error.js.map +1 -1
  1413. package/utils/function/index.d.ts +2 -2
  1414. package/utils/function/index.js +2 -2
  1415. package/utils/function/index.js.map +1 -1
  1416. package/utils/function/memoize.js +4 -4
  1417. package/utils/function/memoize.js.map +1 -1
  1418. package/utils/function/throttle.js +2 -2
  1419. package/utils/function/throttle.js.map +1 -1
  1420. package/utils/helpers.d.ts +1 -1
  1421. package/utils/helpers.js +8 -8
  1422. package/utils/helpers.js.map +1 -1
  1423. package/utils/image.js +9 -9
  1424. package/utils/image.js.map +1 -1
  1425. package/utils/index.d.ts +47 -47
  1426. package/utils/index.js +47 -47
  1427. package/utils/index.js.map +1 -1
  1428. package/utils/iterable-helpers/all.d.ts +1 -1
  1429. package/utils/iterable-helpers/any.d.ts +1 -1
  1430. package/utils/iterable-helpers/assert.d.ts +1 -1
  1431. package/utils/iterable-helpers/assert.js +2 -2
  1432. package/utils/iterable-helpers/assert.js.map +1 -1
  1433. package/utils/iterable-helpers/difference.d.ts +1 -1
  1434. package/utils/iterable-helpers/difference.js +5 -5
  1435. package/utils/iterable-helpers/difference.js.map +1 -1
  1436. package/utils/iterable-helpers/distinct.d.ts +1 -1
  1437. package/utils/iterable-helpers/filter.d.ts +1 -1
  1438. package/utils/iterable-helpers/first-or-default.d.ts +1 -1
  1439. package/utils/iterable-helpers/first-or-default.js +2 -2
  1440. package/utils/iterable-helpers/first-or-default.js.map +1 -1
  1441. package/utils/iterable-helpers/first.d.ts +1 -1
  1442. package/utils/iterable-helpers/first.js +2 -2
  1443. package/utils/iterable-helpers/first.js.map +1 -1
  1444. package/utils/iterable-helpers/for-each.d.ts +1 -1
  1445. package/utils/iterable-helpers/group-single.d.ts +1 -1
  1446. package/utils/iterable-helpers/group-single.js +2 -2
  1447. package/utils/iterable-helpers/group-single.js.map +1 -1
  1448. package/utils/iterable-helpers/group-to-map.d.ts +1 -1
  1449. package/utils/iterable-helpers/group-to-map.js +2 -2
  1450. package/utils/iterable-helpers/group-to-map.js.map +1 -1
  1451. package/utils/iterable-helpers/group-to-single-map.d.ts +1 -1
  1452. package/utils/iterable-helpers/group.d.ts +1 -1
  1453. package/utils/iterable-helpers/group.js +2 -2
  1454. package/utils/iterable-helpers/group.js.map +1 -1
  1455. package/utils/iterable-helpers/includes.js +2 -2
  1456. package/utils/iterable-helpers/includes.js.map +1 -1
  1457. package/utils/iterable-helpers/index.d.ts +39 -39
  1458. package/utils/iterable-helpers/index.js +39 -39
  1459. package/utils/iterable-helpers/index.js.map +1 -1
  1460. package/utils/iterable-helpers/is-iterable.d.ts +1 -1
  1461. package/utils/iterable-helpers/is-iterable.js +3 -3
  1462. package/utils/iterable-helpers/is-iterable.js.map +1 -1
  1463. package/utils/iterable-helpers/last-or-default.d.ts +1 -1
  1464. package/utils/iterable-helpers/last-or-default.js +2 -2
  1465. package/utils/iterable-helpers/last-or-default.js.map +1 -1
  1466. package/utils/iterable-helpers/last.d.ts +1 -1
  1467. package/utils/iterable-helpers/last.js +2 -2
  1468. package/utils/iterable-helpers/last.js.map +1 -1
  1469. package/utils/iterable-helpers/map-many.d.ts +1 -1
  1470. package/utils/iterable-helpers/map.d.ts +1 -1
  1471. package/utils/iterable-helpers/metadata.d.ts +1 -1
  1472. package/utils/iterable-helpers/reduce.d.ts +1 -1
  1473. package/utils/iterable-helpers/single-or-default.d.ts +1 -1
  1474. package/utils/iterable-helpers/single.d.ts +1 -1
  1475. package/utils/iterable-helpers/sort.d.ts +1 -1
  1476. package/utils/iterable-helpers/sort.js +2 -2
  1477. package/utils/iterable-helpers/sort.js.map +1 -1
  1478. package/utils/iterable-helpers/take-until.d.ts +1 -1
  1479. package/utils/iterable-helpers/take-while.d.ts +1 -1
  1480. package/utils/iterable-helpers/tap.d.ts +1 -1
  1481. package/utils/iterable-helpers/while.d.ts +1 -1
  1482. package/utils/jwt.d.ts +2 -2
  1483. package/utils/jwt.js +26 -26
  1484. package/utils/jwt.js.map +1 -1
  1485. package/utils/map.js +2 -2
  1486. package/utils/map.js.map +1 -1
  1487. package/utils/math.js +3 -3
  1488. package/utils/math.js.map +1 -1
  1489. package/utils/merge.d.ts +1 -1
  1490. package/utils/merge.js +11 -11
  1491. package/utils/merge.js.map +1 -1
  1492. package/utils/moving-metric.js +2 -2
  1493. package/utils/moving-metric.js.map +1 -1
  1494. package/utils/object/decycle.d.ts +1 -1
  1495. package/utils/object/decycle.js +20 -20
  1496. package/utils/object/decycle.js.map +1 -1
  1497. package/utils/object/dereference.d.ts +1 -1
  1498. package/utils/object/dereference.js +4 -4
  1499. package/utils/object/dereference.js.map +1 -1
  1500. package/utils/object/forward-ref.js +14 -14
  1501. package/utils/object/forward-ref.js.map +1 -1
  1502. package/utils/object/index.d.ts +7 -7
  1503. package/utils/object/index.js +7 -7
  1504. package/utils/object/index.js.map +1 -1
  1505. package/utils/object/lazy-property.d.ts +1 -1
  1506. package/utils/object/lazy-property.js +11 -11
  1507. package/utils/object/lazy-property.js.map +1 -1
  1508. package/utils/object/merge.js +12 -12
  1509. package/utils/object/merge.js.map +1 -1
  1510. package/utils/object/object.d.ts +1 -1
  1511. package/utils/object/object.js +9 -9
  1512. package/utils/object/object.js.map +1 -1
  1513. package/utils/object/property-name.d.ts +2 -2
  1514. package/utils/object/property-name.js +7 -7
  1515. package/utils/object/property-name.js.map +1 -1
  1516. package/utils/ordered-feedable-async-iterable.d.ts +1 -1
  1517. package/utils/ordered-feedable-async-iterable.js +2 -2
  1518. package/utils/ordered-feedable-async-iterable.js.map +1 -1
  1519. package/utils/patch-worker.d.ts +1 -1
  1520. package/utils/patch-worker.js +10 -10
  1521. package/utils/patch-worker.js.map +1 -1
  1522. package/utils/periodic-reporter.js +6 -6
  1523. package/utils/periodic-reporter.js.map +1 -1
  1524. package/utils/periodic-sampler.js +8 -8
  1525. package/utils/periodic-sampler.js.map +1 -1
  1526. package/utils/provider-function-iterable.js +2 -2
  1527. package/utils/provider-function-iterable.js.map +1 -1
  1528. package/utils/proxy.js +2 -2
  1529. package/utils/proxy.js.map +1 -1
  1530. package/utils/random.js +2 -2
  1531. package/utils/random.js.map +1 -1
  1532. package/utils/reflection.d.ts +1 -1
  1533. package/utils/set.js +2 -2
  1534. package/utils/set.js.map +1 -1
  1535. package/utils/singleton.js +2 -2
  1536. package/utils/singleton.js.map +1 -1
  1537. package/utils/sort.js +3 -3
  1538. package/utils/sort.js.map +1 -1
  1539. package/utils/stream/index.d.ts +6 -6
  1540. package/utils/stream/index.js +6 -6
  1541. package/utils/stream/index.js.map +1 -1
  1542. package/utils/stream/readable-stream-adapter.d.ts +1 -1
  1543. package/utils/stream/readable-stream-adapter.js +2 -2
  1544. package/utils/stream/readable-stream-adapter.js.map +1 -1
  1545. package/utils/stream/size-limited-stream.d.ts +1 -1
  1546. package/utils/stream/size-limited-stream.js +2 -2
  1547. package/utils/stream/size-limited-stream.js.map +1 -1
  1548. package/utils/stream/stream-reader.d.ts +1 -1
  1549. package/utils/stream/stream-reader.js +10 -10
  1550. package/utils/stream/stream-reader.js.map +1 -1
  1551. package/utils/string/index.d.ts +2 -2
  1552. package/utils/string/index.js +2 -2
  1553. package/utils/string/index.js.map +1 -1
  1554. package/utils/timing.d.ts +1 -1
  1555. package/utils/type-guards.d.ts +1 -1
  1556. package/utils/type-guards.js +6 -6
  1557. package/utils/type-guards.js.map +1 -1
  1558. package/utils/type-of.js +2 -2
  1559. package/utils/type-of.js.map +1 -1
  1560. package/utils/url-builder.d.ts +1 -1
  1561. package/utils/url-builder.js +9 -9
  1562. package/utils/url-builder.js.map +1 -1
  1563. package/utils/z-base32.d.ts +1 -1
  1564. package/utils/z-base32.js +4 -4
  1565. package/utils/z-base32.js.map +1 -1
@@ -13,19 +13,19 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.AuthenticationService = void 0;
16
- const container_1 = require("../../container");
17
- const core_1 = require("../../core");
18
- const disposable_1 = require("../../disposable");
19
- const invalid_token_error_1 = require("../../error/invalid-token.error");
20
- const lock_1 = require("../../lock");
21
- const logger_1 = require("../../logger");
22
- const message_bus_1 = require("../../message-bus");
23
- const cancellation_token_1 = require("../../utils/cancellation-token");
24
- const date_time_1 = require("../../utils/date-time");
25
- const timing_1 = require("../../utils/timing");
26
- const type_guards_1 = require("../../utils/type-guards");
16
+ const index_js_1 = require("../../container/index.js");
17
+ const core_js_1 = require("../../core.js");
18
+ const index_js_2 = require("../../disposable/index.js");
19
+ const invalid_token_error_js_1 = require("../../error/invalid-token.error.js");
20
+ const index_js_3 = require("../../lock/index.js");
21
+ const index_js_4 = require("../../logger/index.js");
22
+ const index_js_5 = require("../../message-bus/index.js");
23
+ const cancellation_token_js_1 = require("../../utils/cancellation-token.js");
24
+ const date_time_js_1 = require("../../utils/date-time.js");
25
+ const timing_js_1 = require("../../utils/timing.js");
26
+ const type_guards_js_1 = require("../../utils/type-guards.js");
27
27
  const rxjs_1 = require("rxjs");
28
- const tokens_1 = require("./tokens");
28
+ const tokens_js_1 = require("./tokens.js");
29
29
  const tokenStorageKey = 'AuthenticationService:token';
30
30
  const tokenUpdateBusName = 'AuthenticationService:tokenUpdate';
31
31
  const loggedOutBusName = 'AuthenticationService:loggedOut';
@@ -51,13 +51,13 @@ let AuthenticationService = class AuthenticationService {
51
51
  isLoggedIn$;
52
52
  loggedOut$;
53
53
  get isLoggedIn() {
54
- return (0, type_guards_1.isDefined)(this.tokenSubject.value);
54
+ return (0, type_guards_js_1.isDefined)(this.tokenSubject.value);
55
55
  }
56
56
  get token() {
57
57
  return this.tokenSubject.value;
58
58
  }
59
59
  get definedToken() {
60
- return (0, type_guards_1.assertDefinedPass)(this.tokenSubject.value, 'No token available.');
60
+ return (0, type_guards_js_1.assertDefinedPass)(this.tokenSubject.value, 'No token available.');
61
61
  }
62
62
  get subject() {
63
63
  return this.token?.subject;
@@ -72,7 +72,7 @@ let AuthenticationService = class AuthenticationService {
72
72
  return this.definedToken.sessionId;
73
73
  }
74
74
  get hasValidToken() {
75
- return (this.token?.exp ?? 0) > (0, date_time_1.currentTimestampSeconds)();
75
+ return (this.token?.exp ?? 0) > (0, date_time_js_1.currentTimestampSeconds)();
76
76
  }
77
77
  constructor(client, tokenUpdateBus, loggedOutBus, refreshLock, initialAuthenticationData, logger) {
78
78
  this.client = client;
@@ -81,30 +81,30 @@ let AuthenticationService = class AuthenticationService {
81
81
  this.refreshLock = refreshLock;
82
82
  this.authenticationData = initialAuthenticationData;
83
83
  this.logger = logger;
84
- this.disposeToken = new cancellation_token_1.CancellationToken();
84
+ this.disposeToken = new cancellation_token_js_1.CancellationToken();
85
85
  this.errorSubject = new rxjs_1.Subject();
86
86
  this.tokenSubject = new rxjs_1.BehaviorSubject(undefined);
87
87
  this.error$ = this.errorSubject.asObservable();
88
88
  this.token$ = this.tokenSubject.asObservable();
89
- this.definedToken$ = this.token$.pipe((0, rxjs_1.filter)(type_guards_1.isDefined));
90
- this.validToken$ = this.definedToken$.pipe((0, rxjs_1.filter)((token) => token.exp > (0, date_time_1.currentTimestampSeconds)()));
89
+ this.definedToken$ = this.token$.pipe((0, rxjs_1.filter)(type_guards_js_1.isDefined));
90
+ this.validToken$ = this.definedToken$.pipe((0, rxjs_1.filter)((token) => token.exp > (0, date_time_js_1.currentTimestampSeconds)()));
91
91
  this.subject$ = this.token$.pipe((0, rxjs_1.map)((token) => token?.subject), (0, rxjs_1.distinctUntilChanged)());
92
- this.definedSubject$ = this.subject$.pipe((0, rxjs_1.filter)(type_guards_1.isDefined));
92
+ this.definedSubject$ = this.subject$.pipe((0, rxjs_1.filter)(type_guards_js_1.isDefined));
93
93
  this.sessionId$ = this.token$.pipe((0, rxjs_1.map)((token) => token?.sessionId), (0, rxjs_1.distinctUntilChanged)());
94
- this.definedSessionId$ = this.sessionId$.pipe((0, rxjs_1.filter)(type_guards_1.isDefined));
95
- this.isLoggedIn$ = this.token$.pipe((0, rxjs_1.map)(type_guards_1.isDefined), (0, rxjs_1.distinctUntilChanged)());
94
+ this.definedSessionId$ = this.sessionId$.pipe((0, rxjs_1.filter)(type_guards_js_1.isDefined));
95
+ this.isLoggedIn$ = this.token$.pipe((0, rxjs_1.map)(type_guards_js_1.isDefined), (0, rxjs_1.distinctUntilChanged)());
96
96
  this.loggedOut$ = loggedOutBus.allMessages$;
97
97
  }
98
- [container_1.afterResolve]() {
98
+ [index_js_1.afterResolve]() {
99
99
  this.initialize();
100
- core_1.disposer.add(this);
100
+ core_js_1.disposer.add(this);
101
101
  }
102
102
  initialize() {
103
103
  this.loadToken();
104
104
  this.tokenUpdateBus.messages$.subscribe((token) => this.tokenSubject.next(token));
105
105
  void this.refreshLoop();
106
106
  }
107
- async [disposable_1.disposeAsync]() {
107
+ async [index_js_2.disposeAsync]() {
108
108
  await this.dispose();
109
109
  }
110
110
  async dispose() {
@@ -117,7 +117,7 @@ let AuthenticationService = class AuthenticationService {
117
117
  this.authenticationData = data;
118
118
  }
119
119
  async login(subject, secret, data) {
120
- if ((0, type_guards_1.isDefined)(data)) {
120
+ if ((0, type_guards_js_1.isDefined)(data)) {
121
121
  this.setAdditionalData(data);
122
122
  }
123
123
  const token = await this.client.token({ subject, secret, data: this.authenticationData });
@@ -125,7 +125,10 @@ let AuthenticationService = class AuthenticationService {
125
125
  }
126
126
  async logout() {
127
127
  try {
128
- await this.client.endSession();
128
+ await Promise.race([
129
+ this.client.endSession(),
130
+ (0, timing_js_1.timeout)(150)
131
+ ]).catch((error) => console.error(error));
129
132
  }
130
133
  finally {
131
134
  this.setNewToken(undefined);
@@ -133,7 +136,7 @@ let AuthenticationService = class AuthenticationService {
133
136
  }
134
137
  }
135
138
  async refresh(data) {
136
- if ((0, type_guards_1.isDefined)(data)) {
139
+ if ((0, type_guards_js_1.isDefined)(data)) {
137
140
  this.setAdditionalData(data);
138
141
  }
139
142
  try {
@@ -146,10 +149,10 @@ let AuthenticationService = class AuthenticationService {
146
149
  }
147
150
  }
148
151
  saveToken(token) {
149
- if ((0, type_guards_1.isUndefined)(globalThis.localStorage)) {
152
+ if ((0, type_guards_js_1.isUndefined)(globalThis.localStorage)) {
150
153
  return;
151
154
  }
152
- if ((0, type_guards_1.isNullOrUndefined)(token)) {
155
+ if ((0, type_guards_js_1.isNullOrUndefined)(token)) {
153
156
  localStorage.removeItem(tokenStorageKey);
154
157
  }
155
158
  else {
@@ -158,11 +161,11 @@ let AuthenticationService = class AuthenticationService {
158
161
  }
159
162
  }
160
163
  loadToken() {
161
- if ((0, type_guards_1.isUndefined)(globalThis.localStorage)) {
164
+ if ((0, type_guards_js_1.isUndefined)(globalThis.localStorage)) {
162
165
  return;
163
166
  }
164
167
  const existingSerializedToken = localStorage.getItem(tokenStorageKey);
165
- const token = (0, type_guards_1.isString)(existingSerializedToken)
168
+ const token = (0, type_guards_js_1.isString)(existingSerializedToken)
166
169
  ? JSON.parse(existingSerializedToken)
167
170
  : undefined;
168
171
  this.tokenSubject.next(token);
@@ -175,48 +178,48 @@ let AuthenticationService = class AuthenticationService {
175
178
  async refreshLoop() {
176
179
  while (this.disposeToken.isUnset) {
177
180
  try {
178
- if ((0, type_guards_1.isDefined)(this.refreshLock)) {
181
+ if ((0, type_guards_js_1.isDefined)(this.refreshLock)) {
179
182
  await this.refreshLock.use(0, false, async () => this.refreshLoopIteration());
180
183
  }
181
184
  else {
182
185
  await this.refreshLoopIteration();
183
186
  }
184
- await (0, timing_1.cancelableTimeout)(2500, this.disposeToken);
187
+ await (0, timing_js_1.cancelableTimeout)(2500, this.disposeToken);
185
188
  }
186
189
  catch {
187
- await (0, timing_1.cancelableTimeout)(5000, this.disposeToken);
190
+ await (0, timing_js_1.cancelableTimeout)(5000, this.disposeToken);
188
191
  }
189
192
  }
190
193
  }
191
194
  async refreshLoopIteration() {
192
195
  const token = await (0, rxjs_1.firstValueFrom)((0, rxjs_1.race)([this.definedToken$, this.disposeToken]));
193
- if ((0, type_guards_1.isUndefined)(token)) {
196
+ if ((0, type_guards_js_1.isUndefined)(token)) {
194
197
  return;
195
198
  }
196
- if ((0, date_time_1.currentTimestampSeconds)() >= (token.exp - 60)) {
199
+ if ((0, date_time_js_1.currentTimestampSeconds)() >= (token.exp - 60)) {
197
200
  await this.refresh();
198
201
  }
199
202
  }
200
203
  async handleError(error) {
201
204
  this.logger.error(error);
202
205
  this.errorSubject.next(error);
203
- if (error instanceof invalid_token_error_1.InvalidTokenError) {
206
+ if (error instanceof invalid_token_error_js_1.InvalidTokenError) {
204
207
  await this.logout();
205
208
  }
206
209
  }
207
210
  };
208
211
  AuthenticationService = __decorate([
209
- (0, container_1.singleton)(),
210
- __param(0, (0, container_1.inject)(tokens_1.AUTHENTICATION_API_CLIENT)),
211
- __param(1, (0, container_1.resolveArg)(tokenUpdateBusName)),
212
- __param(2, (0, container_1.resolveArg)(loggedOutBusName)),
213
- __param(3, (0, container_1.inject)(lock_1.Lock, refreshLockResource)),
214
- __param(3, (0, container_1.optional)()),
215
- __param(4, (0, container_1.inject)(tokens_1.INITIAL_AUTHENTICATION_DATA)),
216
- __param(4, (0, container_1.optional)()),
217
- __param(5, (0, container_1.resolveArg)('AuthenticationService')),
218
- __metadata("design:paramtypes", [void 0, message_bus_1.MessageBus,
219
- message_bus_1.MessageBus, Object, Object, logger_1.Logger])
212
+ (0, index_js_1.singleton)(),
213
+ __param(0, (0, index_js_1.inject)(tokens_js_1.AUTHENTICATION_API_CLIENT)),
214
+ __param(1, (0, index_js_1.resolveArg)(tokenUpdateBusName)),
215
+ __param(2, (0, index_js_1.resolveArg)(loggedOutBusName)),
216
+ __param(3, (0, index_js_1.inject)(index_js_3.Lock, refreshLockResource)),
217
+ __param(3, (0, index_js_1.optional)()),
218
+ __param(4, (0, index_js_1.inject)(tokens_js_1.INITIAL_AUTHENTICATION_DATA)),
219
+ __param(4, (0, index_js_1.optional)()),
220
+ __param(5, (0, index_js_1.resolveArg)('AuthenticationService')),
221
+ __metadata("design:paramtypes", [void 0, index_js_5.MessageBus,
222
+ index_js_5.MessageBus, Object, Object, index_js_4.Logger])
220
223
  ], AuthenticationService);
221
224
  exports.AuthenticationService = AuthenticationService;
222
225
  //# sourceMappingURL=authentication.service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"authentication.service.js","sourceRoot":"","sources":["../../../source/authentication/client/authentication.service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"authentication.service.js","sourceRoot":"","sources":["../../../source/authentication/client/authentication.service.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- import type { HttpClientMiddleware } from "../../http/client/http-client";
2
- import { AuthenticationService } from './authentication.service';
1
+ import type { HttpClientMiddleware } from "../../http/client/http-client.js";
2
+ import { AuthenticationService } from './authentication.service.js';
3
3
  export type AuthenticationServiceProvider = () => (AuthenticationService<any, any> | Promise<AuthenticationService<any, any>>);
4
4
  export declare const defaultAuthenticationServiceProvider: () => Promise<AuthenticationService<unknown, unknown>>;
5
5
  export declare function waitForAuthenticationCredentialsMiddleware(authenticationService?: AuthenticationService | AuthenticationServiceProvider): HttpClientMiddleware;
@@ -1,21 +1,21 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitForAuthenticationCredentialsMiddleware = exports.defaultAuthenticationServiceProvider = void 0;
4
- const container_1 = require("../../container");
5
- const type_guards_1 = require("../../utils/type-guards");
4
+ const index_js_1 = require("../../container/index.js");
5
+ const type_guards_js_1 = require("../../utils/type-guards.js");
6
6
  const rxjs_1 = require("rxjs");
7
- const authentication_api_1 = require("../authentication.api");
8
- const authentication_service_1 = require("./authentication.service");
9
- const defaultAuthenticationServiceProvider = async () => container_1.container.resolveAsync(authentication_service_1.AuthenticationService);
7
+ const authentication_api_js_1 = require("../authentication.api.js");
8
+ const authentication_service_js_1 = require("./authentication.service.js");
9
+ const defaultAuthenticationServiceProvider = async () => index_js_1.container.resolveAsync(authentication_service_js_1.AuthenticationService);
10
10
  exports.defaultAuthenticationServiceProvider = defaultAuthenticationServiceProvider;
11
11
  function waitForAuthenticationCredentialsMiddleware(authenticationService = exports.defaultAuthenticationServiceProvider) {
12
- let service = (0, type_guards_1.isNotFunction)(authenticationService) ? authenticationService : undefined;
12
+ let service = (0, type_guards_js_1.isNotFunction)(authenticationService) ? authenticationService : undefined;
13
13
  // eslint-disable-next-line @typescript-eslint/no-shadow
14
14
  async function waitForAuthenticationCredentialsMiddleware(request, next, context) {
15
15
  const endpoint = context?.endpoint;
16
- if ((endpoint?.credentials == true) && (endpoint.data?.[authentication_api_1.dontWaitForValidToken] != true)) {
17
- if ((0, type_guards_1.isUndefined)(service)) {
18
- service = await (0, type_guards_1.assertFunctionPass)(authenticationService)(); // eslint-disable-line require-atomic-updates
16
+ if ((endpoint?.credentials == true) && (endpoint.data?.[authentication_api_js_1.dontWaitForValidToken] != true)) {
17
+ if ((0, type_guards_js_1.isUndefined)(service)) {
18
+ service = await (0, type_guards_js_1.assertFunctionPass)(authenticationService)(); // eslint-disable-line require-atomic-updates
19
19
  }
20
20
  while (!service.hasValidToken) {
21
21
  await (0, rxjs_1.firstValueFrom)(service.validToken$);
@@ -1 +1 @@
1
- {"version":3,"file":"http-client.middleware.js","sourceRoot":"","sources":["../../../source/authentication/client/http-client.middleware.ts"],"names":[],"mappings":";;;AACA,+CAAwC;AAGxC,yDAAqF;AACrF,+BAAsC;AACtC,8DAA8D;AAC9D,qEAAiE;AAI1D,MAAM,oCAAoC,GAAG,KAAK,IAAI,EAAE,CAAC,qBAAS,CAAC,YAAY,CAAC,8CAAqB,CAAC,CAAC;AAAjG,QAAA,oCAAoC,wCAA6D;AAE9G,SAAgB,0CAA0C,CAAC,wBAA+E,4CAAoC;IAC5K,IAAI,OAAO,GAAsC,IAAA,2BAAa,EAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;IAE1H,wDAAwD;IACxD,KAAK,UAAU,0CAA0C,CAAC,OAA0B,EAAE,IAA8B,EAAE,OAAgB;QACpI,MAAM,QAAQ,GAAI,OAA4D,EAAE,QAAQ,CAAC;QAEzF,IAAI,CAAC,QAAQ,EAAE,WAAW,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,0CAAqB,CAAC,IAAI,IAAI,CAAC,EAAE;YACvF,IAAI,IAAA,yBAAW,EAAC,OAAO,CAAC,EAAE;gBACxB,OAAO,GAAG,MAAM,IAAA,gCAAkB,EAAgC,qBAAqB,CAAC,EAAE,CAAC,CAAC,6CAA6C;aAC1I;YAED,OAAO,CAAC,OAAO,CAAC,aAAa,EAAE;gBAC7B,MAAM,IAAA,qBAAc,EAAC,OAAO,CAAC,WAAW,CAAC,CAAC;aAC3C;SACF;QAED,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;IACvB,CAAC;IAED,OAAO,0CAA0C,CAAC;AACpD,CAAC;AArBD,gGAqBC"}
1
+ {"version":3,"file":"http-client.middleware.js","sourceRoot":"","sources":["../../../source/authentication/client/http-client.middleware.ts"],"names":[],"mappings":";;;AACA,uDAAiD;AAIjD,+DAAwF;AACxF,+BAAsC;AACtC,oEAAiE;AACjE,2EAAoE;AAI7D,MAAM,oCAAoC,GAAG,KAAK,IAAI,EAAE,CAAC,oBAAS,CAAC,YAAY,CAAC,iDAAqB,CAAC,CAAC;AAAjG,QAAA,oCAAoC,wCAA6D;AAE9G,SAAgB,0CAA0C,CAAC,wBAA+E,4CAAoC;IAC5K,IAAI,OAAO,GAAsC,IAAA,8BAAa,EAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;IAE1H,wDAAwD;IACxD,KAAK,UAAU,0CAA0C,CAAC,OAA0B,EAAE,IAA8B,EAAE,OAAgB;QACpI,MAAM,QAAQ,GAAI,OAA4D,EAAE,QAAQ,CAAC;QAEzF,IAAI,CAAC,QAAQ,EAAE,WAAW,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,6CAAqB,CAAC,IAAI,IAAI,CAAC,EAAE;YACvF,IAAI,IAAA,4BAAW,EAAC,OAAO,CAAC,EAAE;gBACxB,OAAO,GAAG,MAAM,IAAA,mCAAkB,EAAgC,qBAAqB,CAAC,EAAE,CAAC,CAAC,6CAA6C;aAC1I;YAED,OAAO,CAAC,OAAO,CAAC,aAAa,EAAE;gBAC7B,MAAM,IAAA,qBAAc,EAAC,OAAO,CAAC,WAAW,CAAC,CAAC;aAC3C;SACF;QAED,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;IACvB,CAAC;IAED,OAAO,0CAA0C,CAAC;AACpD,CAAC;AArBD,gGAqBC"}
@@ -1,5 +1,5 @@
1
- export * from './api.client';
2
- export * from './authentication.service';
3
- export * from './http-client.middleware';
4
- export * from './module';
5
- export * from './tokens';
1
+ export * from './api.client.js';
2
+ export * from './authentication.service.js';
3
+ export * from './http-client.middleware.js';
4
+ export * from './module.js';
5
+ export * from './tokens.js';
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./api.client"), exports);
18
- __exportStar(require("./authentication.service"), exports);
19
- __exportStar(require("./http-client.middleware"), exports);
20
- __exportStar(require("./module"), exports);
21
- __exportStar(require("./tokens"), exports);
17
+ __exportStar(require("./api.client.js"), exports);
18
+ __exportStar(require("./authentication.service.js"), exports);
19
+ __exportStar(require("./http-client.middleware.js"), exports);
20
+ __exportStar(require("./module.js"), exports);
21
+ __exportStar(require("./tokens.js"), exports);
22
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../source/authentication/client/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2DAAyC;AACzC,2DAAyC;AACzC,2CAAyB;AACzB,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../source/authentication/client/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,8DAA4C;AAC5C,8DAA4C;AAC5C,8CAA4B;AAC5B,8CAA4B"}
@@ -1,6 +1,6 @@
1
- import type { ApiClientImplementation } from "../../api";
2
- import type { Type } from "../../types";
3
- import type { AuthenticationApiDefinition } from '../authentication.api';
1
+ import type { ApiClientImplementation } from "../../api/index.js";
2
+ import type { Type } from "../../types.js";
3
+ import type { AuthenticationApiDefinition } from '../authentication.api.js';
4
4
  export type AuthenticationModuleConfig = {
5
5
  authenticationApiClient?: Type<ApiClientImplementation<AuthenticationApiDefinition<any, any>>>;
6
6
  initialAuthenticationData?: unknown;
@@ -1,20 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.configureAuthenticationClient = void 0;
4
- const container_1 = require("../../container");
5
- const module_1 = require("../../http/client/module");
6
- const type_guards_1 = require("../../utils/type-guards");
7
- const http_client_middleware_1 = require("./http-client.middleware");
8
- const tokens_1 = require("./tokens");
4
+ const index_js_1 = require("../../container/index.js");
5
+ const module_js_1 = require("../../http/client/module.js");
6
+ const type_guards_js_1 = require("../../utils/type-guards.js");
7
+ const http_client_middleware_js_1 = require("./http-client.middleware.js");
8
+ const tokens_js_1 = require("./tokens.js");
9
9
  function configureAuthenticationClient(config = {}) {
10
- if ((0, type_guards_1.isDefined)(config.authenticationApiClient)) {
11
- container_1.container.registerSingleton(tokens_1.AUTHENTICATION_API_CLIENT, { useToken: config.authenticationApiClient });
10
+ if ((0, type_guards_js_1.isDefined)(config.authenticationApiClient)) {
11
+ index_js_1.container.registerSingleton(tokens_js_1.AUTHENTICATION_API_CLIENT, { useToken: config.authenticationApiClient });
12
12
  }
13
- if ((0, type_guards_1.isDefined)(config.initialAuthenticationData)) {
14
- container_1.container.register(tokens_1.INITIAL_AUTHENTICATION_DATA, { useValue: config.initialAuthenticationData });
13
+ if ((0, type_guards_js_1.isDefined)(config.initialAuthenticationData)) {
14
+ index_js_1.container.register(tokens_js_1.INITIAL_AUTHENTICATION_DATA, { useValue: config.initialAuthenticationData });
15
15
  }
16
- if ((0, type_guards_1.isDefined)(config.registerMiddleware)) {
17
- (0, module_1.configureHttpClient)({ middleware: [(0, http_client_middleware_1.waitForAuthenticationCredentialsMiddleware)()] });
16
+ if ((0, type_guards_js_1.isDefined)(config.registerMiddleware)) {
17
+ (0, module_js_1.configureHttpClient)({ middleware: [(0, http_client_middleware_js_1.waitForAuthenticationCredentialsMiddleware)()] });
18
18
  }
19
19
  }
20
20
  exports.configureAuthenticationClient = configureAuthenticationClient;
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sourceRoot":"","sources":["../../../source/authentication/client/module.ts"],"names":[],"mappings":";;;AACA,+CAAwC;AACxC,qDAA2D;AAE3D,yDAAgD;AAEhD,qEAAsF;AACtF,qCAAkF;AAQlF,SAAgB,6BAA6B,CAAC,SAAqC,EAAE;IACnF,IAAI,IAAA,uBAAS,EAAC,MAAM,CAAC,uBAAuB,CAAC,EAAE;QAC7C,qBAAS,CAAC,iBAAiB,CAAC,kCAAyB,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,uBAAuB,EAAE,CAAC,CAAC;KACtG;IAED,IAAI,IAAA,uBAAS,EAAC,MAAM,CAAC,yBAAyB,CAAC,EAAE;QAC/C,qBAAS,CAAC,QAAQ,CAAC,oCAA2B,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,yBAAyB,EAAE,CAAC,CAAC;KACjG;IAED,IAAI,IAAA,uBAAS,EAAC,MAAM,CAAC,kBAAkB,CAAC,EAAE;QACxC,IAAA,4BAAmB,EAAC,EAAE,UAAU,EAAE,CAAC,IAAA,mEAA0C,GAAE,CAAC,EAAE,CAAC,CAAC;KACrF;AACH,CAAC;AAZD,sEAYC"}
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../../../source/authentication/client/module.ts"],"names":[],"mappings":";;;AACA,uDAAiD;AACjD,2DAA8D;AAE9D,+DAAmD;AAEnD,2EAAyF;AACzF,2CAAqF;AAQrF,SAAgB,6BAA6B,CAAC,SAAqC,EAAE;IACnF,IAAI,IAAA,0BAAS,EAAC,MAAM,CAAC,uBAAuB,CAAC,EAAE;QAC7C,oBAAS,CAAC,iBAAiB,CAAC,qCAAyB,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,uBAAuB,EAAE,CAAC,CAAC;KACtG;IAED,IAAI,IAAA,0BAAS,EAAC,MAAM,CAAC,yBAAyB,CAAC,EAAE;QAC/C,oBAAS,CAAC,QAAQ,CAAC,uCAA2B,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,yBAAyB,EAAE,CAAC,CAAC;KACjG;IAED,IAAI,IAAA,0BAAS,EAAC,MAAM,CAAC,kBAAkB,CAAC,EAAE;QACxC,IAAA,+BAAmB,EAAC,EAAE,UAAU,EAAE,CAAC,IAAA,sEAA0C,GAAE,CAAC,EAAE,CAAC,CAAC;KACrF;AACH,CAAC;AAZD,sEAYC"}
@@ -1,4 +1,4 @@
1
- import type { ApiClientImplementation } from "../../api";
2
- import type { AuthenticationApiDefinition } from '../authentication.api';
3
- export declare const AUTHENTICATION_API_CLIENT: import("../../container").InjectionToken<ApiClientImplementation<AuthenticationApiDefinition<any, any>>, any>;
4
- export declare const INITIAL_AUTHENTICATION_DATA: import("../../container").InjectionToken<unknown, any>;
1
+ import type { ApiClientImplementation } from "../../api/index.js";
2
+ import type { AuthenticationApiDefinition } from '../authentication.api.js';
3
+ export declare const AUTHENTICATION_API_CLIENT: import("../../container/index.js").InjectionToken<ApiClientImplementation<AuthenticationApiDefinition<any, any>>, any>;
4
+ export declare const INITIAL_AUTHENTICATION_DATA: import("../../container/index.js").InjectionToken<unknown, any>;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.INITIAL_AUTHENTICATION_DATA = exports.AUTHENTICATION_API_CLIENT = void 0;
4
- const container_1 = require("../../container");
5
- const api_client_1 = require("./api.client");
6
- exports.AUTHENTICATION_API_CLIENT = (0, container_1.injectionToken)('AUTHENTICATION_API_CLIENT');
7
- exports.INITIAL_AUTHENTICATION_DATA = (0, container_1.injectionToken)('INITIAL_AUTHENTICATION_DATA');
8
- container_1.container.registerSingleton(exports.AUTHENTICATION_API_CLIENT, { useToken: api_client_1.AuthenticationApiClient });
4
+ const index_js_1 = require("../../container/index.js");
5
+ const api_client_js_1 = require("./api.client.js");
6
+ exports.AUTHENTICATION_API_CLIENT = (0, index_js_1.injectionToken)('AUTHENTICATION_API_CLIENT');
7
+ exports.INITIAL_AUTHENTICATION_DATA = (0, index_js_1.injectionToken)('INITIAL_AUTHENTICATION_DATA');
8
+ index_js_1.container.registerSingleton(exports.AUTHENTICATION_API_CLIENT, { useToken: api_client_js_1.AuthenticationApiClient });
9
9
  //# sourceMappingURL=tokens.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../source/authentication/client/tokens.ts"],"names":[],"mappings":";;;AACA,+CAAwD;AAExD,6CAAuD;AAE1C,QAAA,yBAAyB,GAAG,IAAA,0BAAc,EAAiE,2BAA2B,CAAC,CAAC;AAExI,QAAA,2BAA2B,GAAG,IAAA,0BAAc,EAAC,6BAA6B,CAAC,CAAC;AAEzF,qBAAS,CAAC,iBAAiB,CAAC,iCAAyB,EAAE,EAAE,QAAQ,EAAE,oCAAuB,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../source/authentication/client/tokens.ts"],"names":[],"mappings":";;;AACA,uDAAiE;AAEjE,mDAA0D;AAE7C,QAAA,yBAAyB,GAAG,IAAA,yBAAc,EAAiE,2BAA2B,CAAC,CAAC;AAExI,QAAA,2BAA2B,GAAG,IAAA,yBAAc,EAAC,6BAA6B,CAAC,CAAC;AAEzF,oBAAS,CAAC,iBAAiB,CAAC,iCAAyB,EAAE,EAAE,QAAQ,EAAE,uCAAuB,EAAE,CAAC,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './authentication.api';
2
- export * from './models';
1
+ export * from './authentication.api.js';
2
+ export * from './models/index.js';
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./authentication.api"), exports);
18
- __exportStar(require("./models"), exports);
17
+ __exportStar(require("./authentication.api.js"), exports);
18
+ __exportStar(require("./models/index.js"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../source/authentication/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../source/authentication/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,oDAAkC"}
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.NewAuthenticationCredentials = exports.AuthenticationCredentials = void 0;
13
- const schema_1 = require("../../schema");
13
+ const index_js_1 = require("../../schema/index.js");
14
14
  class AuthenticationCredentials {
15
15
  id;
16
16
  subject;
@@ -19,23 +19,23 @@ class AuthenticationCredentials {
19
19
  hash;
20
20
  }
21
21
  __decorate([
22
- (0, schema_1.Property)(),
22
+ (0, index_js_1.Property)(),
23
23
  __metadata("design:type", String)
24
24
  ], AuthenticationCredentials.prototype, "id", void 0);
25
25
  __decorate([
26
- (0, schema_1.Property)(),
26
+ (0, index_js_1.Property)(),
27
27
  __metadata("design:type", String)
28
28
  ], AuthenticationCredentials.prototype, "subject", void 0);
29
29
  __decorate([
30
- (0, schema_1.Property)(),
30
+ (0, index_js_1.Property)(),
31
31
  __metadata("design:type", Number)
32
32
  ], AuthenticationCredentials.prototype, "hashVersion", void 0);
33
33
  __decorate([
34
- (0, schema_1.Property)(),
34
+ (0, index_js_1.Property)(),
35
35
  __metadata("design:type", Uint8Array)
36
36
  ], AuthenticationCredentials.prototype, "salt", void 0);
37
37
  __decorate([
38
- (0, schema_1.Property)(),
38
+ (0, index_js_1.Property)(),
39
39
  __metadata("design:type", Uint8Array)
40
40
  ], AuthenticationCredentials.prototype, "hash", void 0);
41
41
  exports.AuthenticationCredentials = AuthenticationCredentials;
@@ -46,19 +46,19 @@ class NewAuthenticationCredentials {
46
46
  hash;
47
47
  }
48
48
  __decorate([
49
- (0, schema_1.Property)(),
49
+ (0, index_js_1.Property)(),
50
50
  __metadata("design:type", String)
51
51
  ], NewAuthenticationCredentials.prototype, "subject", void 0);
52
52
  __decorate([
53
- (0, schema_1.Property)(),
53
+ (0, index_js_1.Property)(),
54
54
  __metadata("design:type", Number)
55
55
  ], NewAuthenticationCredentials.prototype, "hashVersion", void 0);
56
56
  __decorate([
57
- (0, schema_1.Property)(),
57
+ (0, index_js_1.Property)(),
58
58
  __metadata("design:type", Uint8Array)
59
59
  ], NewAuthenticationCredentials.prototype, "salt", void 0);
60
60
  __decorate([
61
- (0, schema_1.Property)(),
61
+ (0, index_js_1.Property)(),
62
62
  __metadata("design:type", Uint8Array)
63
63
  ], NewAuthenticationCredentials.prototype, "hash", void 0);
64
64
  exports.NewAuthenticationCredentials = NewAuthenticationCredentials;
@@ -1 +1 @@
1
- {"version":3,"file":"authentication-credentials.model.js","sourceRoot":"","sources":["../../../source/authentication/models/authentication-credentials.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAoC;AAEpC,MAAa,yBAAyB;IAEpC,EAAE,CAAS;IAGX,OAAO,CAAS;IAGhB,WAAW,CAAS;IAGpB,IAAI,CAAa;IAGjB,IAAI,CAAa;CAClB;AAdC;IAAC,IAAA,iBAAQ,GAAE;;qDACA;AAEX;IAAC,IAAA,iBAAQ,GAAE;;0DACK;AAEhB;IAAC,IAAA,iBAAQ,GAAE;;8DACS;AAEpB;IAAC,IAAA,iBAAQ,GAAE;8BACL,UAAU;uDAAC;AAEjB;IAAC,IAAA,iBAAQ,GAAE;8BACL,UAAU;uDAAC;AAdnB,8DAeC;AAED,MAAa,4BAA4B;IAEvC,OAAO,CAAS;IAGhB,WAAW,CAAS;IAGpB,IAAI,CAAa;IAGjB,IAAI,CAAa;CAClB;AAXC;IAAC,IAAA,iBAAQ,GAAE;;6DACK;AAEhB;IAAC,IAAA,iBAAQ,GAAE;;iEACS;AAEpB;IAAC,IAAA,iBAAQ,GAAE;8BACL,UAAU;0DAAC;AAEjB;IAAC,IAAA,iBAAQ,GAAE;8BACL,UAAU;0DAAC;AAXnB,oEAYC"}
1
+ {"version":3,"file":"authentication-credentials.model.js","sourceRoot":"","sources":["../../../source/authentication/models/authentication-credentials.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAA6C;AAE7C,MAAa,yBAAyB;IAEpC,EAAE,CAAS;IAGX,OAAO,CAAS;IAGhB,WAAW,CAAS;IAGpB,IAAI,CAAa;IAGjB,IAAI,CAAa;CAClB;AAdC;IAAC,IAAA,mBAAQ,GAAE;;qDACA;AAEX;IAAC,IAAA,mBAAQ,GAAE;;0DACK;AAEhB;IAAC,IAAA,mBAAQ,GAAE;;8DACS;AAEpB;IAAC,IAAA,mBAAQ,GAAE;8BACL,UAAU;uDAAC;AAEjB;IAAC,IAAA,mBAAQ,GAAE;8BACL,UAAU;uDAAC;AAdnB,8DAeC;AAED,MAAa,4BAA4B;IAEvC,OAAO,CAAS;IAGhB,WAAW,CAAS;IAGpB,IAAI,CAAa;IAGjB,IAAI,CAAa;CAClB;AAXC;IAAC,IAAA,mBAAQ,GAAE;;6DACK;AAEhB;IAAC,IAAA,mBAAQ,GAAE;;iEACS;AAEpB;IAAC,IAAA,mBAAQ,GAAE;8BACL,UAAU;0DAAC;AAEjB;IAAC,IAAA,mBAAQ,GAAE;8BACL,UAAU;0DAAC;AAXnB,oEAYC"}
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.NewAuthenticationSession = exports.AuthenticationSession = void 0;
13
- const schema_1 = require("../../schema");
13
+ const index_js_1 = require("../../schema/index.js");
14
14
  class AuthenticationSession {
15
15
  id;
16
16
  subject;
@@ -23,31 +23,31 @@ class AuthenticationSession {
23
23
  refreshTokenHash;
24
24
  }
25
25
  __decorate([
26
- (0, schema_1.Property)(),
26
+ (0, index_js_1.Property)(),
27
27
  __metadata("design:type", String)
28
28
  ], AuthenticationSession.prototype, "id", void 0);
29
29
  __decorate([
30
- (0, schema_1.Property)(),
30
+ (0, index_js_1.Property)(),
31
31
  __metadata("design:type", String)
32
32
  ], AuthenticationSession.prototype, "subject", void 0);
33
33
  __decorate([
34
- (0, schema_1.Property)(),
34
+ (0, index_js_1.Property)(),
35
35
  __metadata("design:type", Number)
36
36
  ], AuthenticationSession.prototype, "begin", void 0);
37
37
  __decorate([
38
- (0, schema_1.Property)(),
38
+ (0, index_js_1.Property)(),
39
39
  __metadata("design:type", Number)
40
40
  ], AuthenticationSession.prototype, "end", void 0);
41
41
  __decorate([
42
- (0, schema_1.Property)(),
42
+ (0, index_js_1.Property)(),
43
43
  __metadata("design:type", Number)
44
44
  ], AuthenticationSession.prototype, "refreshTokenHashVersion", void 0);
45
45
  __decorate([
46
- (0, schema_1.Property)(),
46
+ (0, index_js_1.Property)(),
47
47
  __metadata("design:type", Uint8Array)
48
48
  ], AuthenticationSession.prototype, "refreshTokenSalt", void 0);
49
49
  __decorate([
50
- (0, schema_1.Property)(),
50
+ (0, index_js_1.Property)(),
51
51
  __metadata("design:type", Uint8Array)
52
52
  ], AuthenticationSession.prototype, "refreshTokenHash", void 0);
53
53
  exports.AuthenticationSession = AuthenticationSession;
@@ -60,27 +60,27 @@ class NewAuthenticationSession {
60
60
  refreshTokenHash;
61
61
  }
62
62
  __decorate([
63
- (0, schema_1.Property)(),
63
+ (0, index_js_1.Property)(),
64
64
  __metadata("design:type", String)
65
65
  ], NewAuthenticationSession.prototype, "subject", void 0);
66
66
  __decorate([
67
- (0, schema_1.Property)(),
67
+ (0, index_js_1.Property)(),
68
68
  __metadata("design:type", Number)
69
69
  ], NewAuthenticationSession.prototype, "begin", void 0);
70
70
  __decorate([
71
- (0, schema_1.Property)(),
71
+ (0, index_js_1.Property)(),
72
72
  __metadata("design:type", Number)
73
73
  ], NewAuthenticationSession.prototype, "end", void 0);
74
74
  __decorate([
75
- (0, schema_1.Property)(),
75
+ (0, index_js_1.Property)(),
76
76
  __metadata("design:type", Number)
77
77
  ], NewAuthenticationSession.prototype, "refreshTokenHashVersion", void 0);
78
78
  __decorate([
79
- (0, schema_1.Property)(),
79
+ (0, index_js_1.Property)(),
80
80
  __metadata("design:type", Uint8Array)
81
81
  ], NewAuthenticationSession.prototype, "refreshTokenSalt", void 0);
82
82
  __decorate([
83
- (0, schema_1.Property)(),
83
+ (0, index_js_1.Property)(),
84
84
  __metadata("design:type", Uint8Array)
85
85
  ], NewAuthenticationSession.prototype, "refreshTokenHash", void 0);
86
86
  exports.NewAuthenticationSession = NewAuthenticationSession;
@@ -1 +1 @@
1
- {"version":3,"file":"authentication-session.model.js","sourceRoot":"","sources":["../../../source/authentication/models/authentication-session.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAoC;AAEpC,MAAa,qBAAqB;IAEhC,EAAE,CAAS;IAGX,OAAO,CAAS;IAEhB,gBAAgB;IAEhB,KAAK,CAAS;IAEd,gBAAgB;IAEhB,GAAG,CAAS;IAGZ,uBAAuB,CAAS;IAGhC,gBAAgB,CAAa;IAG7B,gBAAgB,CAAa;CAC9B;AAtBC;IAAC,IAAA,iBAAQ,GAAE;;iDACA;AAEX;IAAC,IAAA,iBAAQ,GAAE;;sDACK;AAGhB;IAAC,IAAA,iBAAQ,GAAE;;oDACG;AAGd;IAAC,IAAA,iBAAQ,GAAE;;kDACC;AAEZ;IAAC,IAAA,iBAAQ,GAAE;;sEACqB;AAEhC;IAAC,IAAA,iBAAQ,GAAE;8BACO,UAAU;+DAAC;AAE7B;IAAC,IAAA,iBAAQ,GAAE;8BACO,UAAU;+DAAC;AAtB/B,sDAuBC;AAED,MAAa,wBAAwB;IAEnC,OAAO,CAAS;IAGhB,KAAK,CAAS;IAGd,GAAG,CAAS;IAGZ,uBAAuB,CAAS;IAGhC,gBAAgB,CAAa;IAG7B,gBAAgB,CAAa;CAC9B;AAjBC;IAAC,IAAA,iBAAQ,GAAE;;yDACK;AAEhB;IAAC,IAAA,iBAAQ,GAAE;;uDACG;AAEd;IAAC,IAAA,iBAAQ,GAAE;;qDACC;AAEZ;IAAC,IAAA,iBAAQ,GAAE;;yEACqB;AAEhC;IAAC,IAAA,iBAAQ,GAAE;8BACO,UAAU;kEAAC;AAE7B;IAAC,IAAA,iBAAQ,GAAE;8BACO,UAAU;kEAAC;AAjB/B,4DAkBC"}
1
+ {"version":3,"file":"authentication-session.model.js","sourceRoot":"","sources":["../../../source/authentication/models/authentication-session.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAA6C;AAE7C,MAAa,qBAAqB;IAEhC,EAAE,CAAS;IAGX,OAAO,CAAS;IAEhB,gBAAgB;IAEhB,KAAK,CAAS;IAEd,gBAAgB;IAEhB,GAAG,CAAS;IAGZ,uBAAuB,CAAS;IAGhC,gBAAgB,CAAa;IAG7B,gBAAgB,CAAa;CAC9B;AAtBC;IAAC,IAAA,mBAAQ,GAAE;;iDACA;AAEX;IAAC,IAAA,mBAAQ,GAAE;;sDACK;AAGhB;IAAC,IAAA,mBAAQ,GAAE;;oDACG;AAGd;IAAC,IAAA,mBAAQ,GAAE;;kDACC;AAEZ;IAAC,IAAA,mBAAQ,GAAE;;sEACqB;AAEhC;IAAC,IAAA,mBAAQ,GAAE;8BACO,UAAU;+DAAC;AAE7B;IAAC,IAAA,mBAAQ,GAAE;8BACO,UAAU;+DAAC;AAtB/B,sDAuBC;AAED,MAAa,wBAAwB;IAEnC,OAAO,CAAS;IAGhB,KAAK,CAAS;IAGd,GAAG,CAAS;IAGZ,uBAAuB,CAAS;IAGhC,gBAAgB,CAAa;IAG7B,gBAAgB,CAAa;CAC9B;AAjBC;IAAC,IAAA,mBAAQ,GAAE;;yDACK;AAEhB;IAAC,IAAA,mBAAQ,GAAE;;uDACG;AAEd;IAAC,IAAA,mBAAQ,GAAE;;qDACC;AAEZ;IAAC,IAAA,mBAAQ,GAAE;;yEACqB;AAEhC;IAAC,IAAA,mBAAQ,GAAE;8BACO,UAAU;kEAAC;AAE7B;IAAC,IAAA,mBAAQ,GAAE;8BACO,UAAU;kEAAC;AAjB/B,4DAkBC"}
@@ -1,4 +1,4 @@
1
- export * from './authentication-credentials.model';
2
- export * from './authentication-session.model';
3
- export * from './token-payload-base.model';
4
- export * from './token.model';
1
+ export * from './authentication-credentials.model.js';
2
+ export * from './authentication-session.model.js';
3
+ export * from './token-payload-base.model.js';
4
+ export * from './token.model.js';