@tstdl/base 0.93.36 → 0.93.37

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 (2693) hide show
  1. package/{dist/audit → audit}/schemas.d.ts +2 -2
  2. package/{dist/document-management → document-management}/server/schemas.d.ts +2 -2
  3. package/{dist/document-management → document-management}/server/services/document-property.service.d.ts +2 -2
  4. package/package.json +1 -1
  5. package/tsconfig.json +46 -17
  6. package/.eslintrc.json.bak +0 -281
  7. package/.repomix/bundles.json +0 -100
  8. package/.repomix/config/all-repomix.config.json +0 -31
  9. package/.repomix/config/debug-repomix.config.json +0 -31
  10. package/.repomix/config/dm-repomix.config.json +0 -31
  11. package/.vscode/launch.json +0 -16
  12. package/README.md +0 -100
  13. package/container/postgres/init/bootstrap.sql +0 -8
  14. package/container/postgres/postgresql.conf +0 -2
  15. package/deno.json +0 -8
  16. package/deno.lock +0 -847
  17. package/dist/eslint.config.js +0 -86
  18. package/dist/package.json +0 -190
  19. package/dist/tools/fetch-mime-types.d.ts +0 -1
  20. package/dist/tools/fetch-mime-types.js +0 -14
  21. package/dist/tsconfig.json +0 -50
  22. package/dist/tsconfig.server.json +0 -6
  23. package/docker-compose.yml +0 -30
  24. package/generate-readmes.ts +0 -340
  25. package/scripts/generate-context7-docs.sh +0 -52
  26. package/scripts/manage-orm.sh +0 -63
  27. package/source/ai/README.md +0 -281
  28. package/source/ai/ai-file.service.ts +0 -292
  29. package/source/ai/ai-session.ts +0 -63
  30. package/source/ai/ai.service.ts +0 -626
  31. package/source/ai/functions.ts +0 -49
  32. package/source/ai/index.ts +0 -6
  33. package/source/ai/module.ts +0 -16
  34. package/source/ai/types.ts +0 -263
  35. package/source/api/README.md +0 -257
  36. package/source/api/client/client.ts +0 -221
  37. package/source/api/client/index.ts +0 -1
  38. package/source/api/default-error-handlers.ts +0 -37
  39. package/source/api/index.ts +0 -9
  40. package/source/api/response.ts +0 -173
  41. package/source/api/server/api-controller.ts +0 -69
  42. package/source/api/server/api-request-token.provider.ts +0 -32
  43. package/source/api/server/error-handler.ts +0 -13
  44. package/source/api/server/gateway.ts +0 -347
  45. package/source/api/server/index.ts +0 -5
  46. package/source/api/server/middlewares/allowed-methods.middleware.ts +0 -19
  47. package/source/api/server/middlewares/catch-error.middleware.ts +0 -18
  48. package/source/api/server/middlewares/content-type.middleware.ts +0 -22
  49. package/source/api/server/middlewares/cors.middleware.ts +0 -73
  50. package/source/api/server/middlewares/index.ts +0 -5
  51. package/source/api/server/middlewares/response-time.middleware.ts +0 -12
  52. package/source/api/server/module.ts +0 -34
  53. package/source/api/server/tokens.ts +0 -12
  54. package/source/api/types.ts +0 -195
  55. package/source/api/utils.ts +0 -27
  56. package/source/application/README.md +0 -234
  57. package/source/application/application.ts +0 -173
  58. package/source/application/index.ts +0 -2
  59. package/source/application/providers.ts +0 -68
  60. package/source/audit/README.md +0 -272
  61. package/source/audit/audit.model.ts +0 -161
  62. package/source/audit/auditor.ts +0 -309
  63. package/source/audit/drizzle/0000_bored_stick.sql +0 -26
  64. package/source/audit/drizzle/meta/0000_snapshot.json +0 -195
  65. package/source/audit/drizzle/meta/_journal.json +0 -13
  66. package/source/audit/drizzle.config.ts +0 -13
  67. package/source/audit/index.ts +0 -5
  68. package/source/audit/module.ts +0 -40
  69. package/source/audit/schemas.ts +0 -11
  70. package/source/audit/types.ts +0 -29
  71. package/source/authentication/README.md +0 -288
  72. package/source/authentication/authentication.api.ts +0 -182
  73. package/source/authentication/client/api.client.ts +0 -36
  74. package/source/authentication/client/authentication.service.ts +0 -488
  75. package/source/authentication/client/http-client.middleware.ts +0 -32
  76. package/source/authentication/client/index.ts +0 -5
  77. package/source/authentication/client/module.ts +0 -56
  78. package/source/authentication/client/tokens.ts +0 -17
  79. package/source/authentication/errors/index.ts +0 -1
  80. package/source/authentication/errors/secret-requirements.error.ts +0 -9
  81. package/source/authentication/index.ts +0 -10
  82. package/source/authentication/models/authentication-credentials.model.ts +0 -24
  83. package/source/authentication/models/authentication-session.model.ts +0 -30
  84. package/source/authentication/models/index.ts +0 -6
  85. package/source/authentication/models/init-secret-reset-data.model.ts +0 -19
  86. package/source/authentication/models/secret-check-result.model.ts +0 -5
  87. package/source/authentication/models/token-payload-base.model.ts +0 -48
  88. package/source/authentication/models/token.model.ts +0 -61
  89. package/source/authentication/server/authentication-ancillary.service.ts +0 -64
  90. package/source/authentication/server/authentication-api-request-token.provider.ts +0 -30
  91. package/source/authentication/server/authentication-secret-requirements.validator.ts +0 -84
  92. package/source/authentication/server/authentication.api-controller.ts +0 -225
  93. package/source/authentication/server/authentication.audit.ts +0 -15
  94. package/source/authentication/server/authentication.service.ts +0 -833
  95. package/source/authentication/server/drizzle/0000_calm_warlock.sql +0 -28
  96. package/source/authentication/server/drizzle/meta/0000_snapshot.json +0 -189
  97. package/source/authentication/server/drizzle/meta/_journal.json +0 -13
  98. package/source/authentication/server/drizzle.config.ts +0 -13
  99. package/source/authentication/server/helper.ts +0 -140
  100. package/source/authentication/server/index.ts +0 -8
  101. package/source/authentication/server/module.ts +0 -69
  102. package/source/authentication/server/schemas.ts +0 -7
  103. package/source/browser/README.md +0 -311
  104. package/source/browser/browser-context-controller.ts +0 -149
  105. package/source/browser/browser-controller.ts +0 -118
  106. package/source/browser/browser.service.ts +0 -115
  107. package/source/browser/document-controller.ts +0 -114
  108. package/source/browser/element-controller.ts +0 -348
  109. package/source/browser/frame-controller.ts +0 -40
  110. package/source/browser/index.ts +0 -17
  111. package/source/browser/locator-controller.ts +0 -51
  112. package/source/browser/module.ts +0 -48
  113. package/source/browser/page-controller.ts +0 -203
  114. package/source/browser/pdf-options.ts +0 -68
  115. package/source/browser/types.ts +0 -21
  116. package/source/browser/utils.ts +0 -144
  117. package/source/cancellation/README.md +0 -301
  118. package/source/cancellation/index.ts +0 -6
  119. package/source/cancellation/token.ts +0 -339
  120. package/source/collections/awaitable/awaitable-list.ts +0 -135
  121. package/source/collections/awaitable/awaitable-map.ts +0 -124
  122. package/source/collections/awaitable/awaitable-set.ts +0 -113
  123. package/source/collections/awaitable/index.ts +0 -3
  124. package/source/collections/collection.ts +0 -10
  125. package/source/collections/index.ts +0 -12
  126. package/source/collections/keyed-set.ts +0 -104
  127. package/source/collections/list.ts +0 -18
  128. package/source/collections/observable/index.ts +0 -8
  129. package/source/collections/observable/observable-array.ts +0 -132
  130. package/source/collections/observable/observable-collection-base.ts +0 -119
  131. package/source/collections/observable/observable-collection.ts +0 -27
  132. package/source/collections/observable/observable-list-base.ts +0 -90
  133. package/source/collections/observable/observable-list.ts +0 -26
  134. package/source/collections/observable/observable-map.ts +0 -78
  135. package/source/collections/observable/observable-set.ts +0 -133
  136. package/source/collections/observable/observable-sorted-array-list.ts +0 -227
  137. package/source/collections/sorted-array-list.ts +0 -210
  138. package/source/collections/sorted-list.ts +0 -14
  139. package/source/collections/sorted-map.ts +0 -105
  140. package/source/constants.ts +0 -1
  141. package/source/context/context.ts +0 -92
  142. package/source/context/index.ts +0 -1
  143. package/source/cookie/cookie.ts +0 -99
  144. package/source/cookie/index.ts +0 -7
  145. package/source/core.ts +0 -34
  146. package/source/css/css-variables.ts +0 -73
  147. package/source/css/index.ts +0 -1
  148. package/source/data-structures/README.md +0 -330
  149. package/source/data-structures/array-dictionary.ts +0 -121
  150. package/source/data-structures/array-list.ts +0 -144
  151. package/source/data-structures/cache.ts +0 -67
  152. package/source/data-structures/circular-buffer.ts +0 -260
  153. package/source/data-structures/collection.ts +0 -137
  154. package/source/data-structures/context-data-map.ts +0 -60
  155. package/source/data-structures/dictionary.ts +0 -77
  156. package/source/data-structures/distinct-collection.ts +0 -113
  157. package/source/data-structures/index-out-of-bounds.error.ts +0 -11
  158. package/source/data-structures/index.ts +0 -24
  159. package/source/data-structures/iterable-weak-map.ts +0 -172
  160. package/source/data-structures/linked-list.ts +0 -478
  161. package/source/data-structures/list.ts +0 -164
  162. package/source/data-structures/map-dictionary.ts +0 -77
  163. package/source/data-structures/multi-key-map.ts +0 -204
  164. package/source/data-structures/multi-key-set.ts +0 -82
  165. package/source/data-structures/set-collection.ts +0 -115
  166. package/source/data-structures/sorted-array-list.ts +0 -172
  167. package/source/data-structures/weak-ref-map.ts +0 -171
  168. package/source/decorators/index.ts +0 -7
  169. package/source/decorators/log.ts +0 -46
  170. package/source/disposable/disposable.ts +0 -13
  171. package/source/disposable/index.ts +0 -2
  172. package/source/disposable/using.ts +0 -17
  173. package/source/distributed-loop/controller.ts +0 -4
  174. package/source/distributed-loop/distributed-loop.ts +0 -88
  175. package/source/distributed-loop/index.ts +0 -9
  176. package/source/distributed-loop/provider.ts +0 -16
  177. package/source/document-management/CONCEPT.md +0 -166
  178. package/source/document-management/README.md +0 -409
  179. package/source/document-management/api/document-management.api.ts +0 -235
  180. package/source/document-management/api/index.ts +0 -1
  181. package/source/document-management/authorization/document-management-authorization.service.ts +0 -99
  182. package/source/document-management/authorization/index.ts +0 -2
  183. package/source/document-management/authorization/policies.ts +0 -19
  184. package/source/document-management/index.ts +0 -5
  185. package/source/document-management/localizations/english.ts +0 -11
  186. package/source/document-management/localizations/german.ts +0 -11
  187. package/source/document-management/localizations/index.ts +0 -12
  188. package/source/document-management/localizations/localization.ts +0 -9
  189. package/source/document-management/models/document-assignment-scope.model.ts +0 -27
  190. package/source/document-management/models/document-assignment-task.model.ts +0 -30
  191. package/source/document-management/models/document-category.model.ts +0 -20
  192. package/source/document-management/models/document-collection-assignment.model.ts +0 -25
  193. package/source/document-management/models/document-collection.model.ts +0 -15
  194. package/source/document-management/models/document-management-table.ts +0 -6
  195. package/source/document-management/models/document-property-value.model.ts +0 -41
  196. package/source/document-management/models/document-property.model.ts +0 -30
  197. package/source/document-management/models/document-request-collection-assignment.model.ts +0 -24
  198. package/source/document-management/models/document-request-template.ts +0 -23
  199. package/source/document-management/models/document-request.model.ts +0 -44
  200. package/source/document-management/models/document-requests-template.ts +0 -15
  201. package/source/document-management/models/document-tag-assignment.model.ts +0 -22
  202. package/source/document-management/models/document-tag.model.ts +0 -15
  203. package/source/document-management/models/document-type-property.model.ts +0 -19
  204. package/source/document-management/models/document-type-validation.model.ts +0 -20
  205. package/source/document-management/models/document-type.model.ts +0 -20
  206. package/source/document-management/models/document-validation-definition.model.ts +0 -24
  207. package/source/document-management/models/document-validation-execution-related-document.model.ts +0 -23
  208. package/source/document-management/models/document-validation-execution.model.ts +0 -57
  209. package/source/document-management/models/document-workflow.model.ts +0 -68
  210. package/source/document-management/models/document.model.ts +0 -64
  211. package/source/document-management/models/index.ts +0 -22
  212. package/source/document-management/server/api/document-management.api.ts +0 -322
  213. package/source/document-management/server/api/index.ts +0 -1
  214. package/source/document-management/server/configure.ts +0 -10
  215. package/source/document-management/server/drizzle/0000_ordinary_pretty_boy.sql +0 -362
  216. package/source/document-management/server/drizzle/meta/0000_snapshot.json +0 -2680
  217. package/source/document-management/server/drizzle/meta/_journal.json +0 -13
  218. package/source/document-management/server/drizzle.config.ts +0 -13
  219. package/source/document-management/server/index.ts +0 -5
  220. package/source/document-management/server/module.ts +0 -30
  221. package/source/document-management/server/schemas.ts +0 -37
  222. package/source/document-management/server/services/document-category-type.service.ts +0 -95
  223. package/source/document-management/server/services/document-collection.service.ts +0 -100
  224. package/source/document-management/server/services/document-file.service.ts +0 -213
  225. package/source/document-management/server/services/document-management-ai.service.ts +0 -393
  226. package/source/document-management/server/services/document-management-ancillary.service.ts +0 -11
  227. package/source/document-management/server/services/document-management-observation.service.ts +0 -185
  228. package/source/document-management/server/services/document-management.service.ts +0 -411
  229. package/source/document-management/server/services/document-property.service.ts +0 -184
  230. package/source/document-management/server/services/document-request.service.ts +0 -142
  231. package/source/document-management/server/services/document-tag.service.ts +0 -70
  232. package/source/document-management/server/services/document-validation.service.ts +0 -187
  233. package/source/document-management/server/services/document-workflow.service.ts +0 -205
  234. package/source/document-management/server/services/document.service.ts +0 -197
  235. package/source/document-management/server/services/enum-type-key.ts +0 -1
  236. package/source/document-management/server/services/index.ts +0 -15
  237. package/source/document-management/server/services/singleton.ts +0 -12
  238. package/source/document-management/server/validators/ai-validation-executor.ts +0 -60
  239. package/source/document-management/server/validators/index.ts +0 -2
  240. package/source/document-management/server/validators/single-document-validation-executor.ts +0 -27
  241. package/source/document-management/server/validators/validator.ts +0 -23
  242. package/source/document-management/service-models/categories-and-types.view-model.ts +0 -10
  243. package/source/document-management/service-models/document-collection-metadata.service-model.ts +0 -15
  244. package/source/document-management/service-models/document-folders.view-model.ts +0 -35
  245. package/source/document-management/service-models/document-management.view-model.ts +0 -123
  246. package/source/document-management/service-models/document-requests-template.view-model.ts +0 -12
  247. package/source/document-management/service-models/document.service-model.ts +0 -157
  248. package/source/document-management/service-models/enriched/enriched-document-assignment.view.ts +0 -47
  249. package/source/document-management/service-models/enriched/enriched-document-category.view.ts +0 -75
  250. package/source/document-management/service-models/enriched/enriched-document-collection.view.ts +0 -72
  251. package/source/document-management/service-models/enriched/enriched-document-management-data.view.ts +0 -103
  252. package/source/document-management/service-models/enriched/enriched-document-request.view.ts +0 -48
  253. package/source/document-management/service-models/enriched/enriched-document-type.view.ts +0 -34
  254. package/source/document-management/service-models/enriched/enriched-document.view.ts +0 -97
  255. package/source/document-management/service-models/enriched/enriched-requests-template-data.model.ts +0 -35
  256. package/source/document-management/service-models/enriched/enriched.ts +0 -64
  257. package/source/document-management/service-models/enriched/index.ts +0 -9
  258. package/source/document-management/service-models/index.ts +0 -8
  259. package/source/document-management/service-models/stats.view-model.ts +0 -21
  260. package/source/dom/file-download.ts +0 -19
  261. package/source/dom/file-select-dialog.ts +0 -32
  262. package/source/dom/index.ts +0 -3
  263. package/source/dom/observation/index.ts +0 -6
  264. package/source/dom/observation/intersection-observer.ts +0 -61
  265. package/source/dom/observation/media-query-observer.ts +0 -19
  266. package/source/dom/observation/mutation-observer.ts +0 -43
  267. package/source/dom/observation/performance-observer.ts +0 -56
  268. package/source/dom/observation/resize-observer.ts +0 -46
  269. package/source/dom/observation/touch-observer.ts +0 -25
  270. package/source/enumerable/README.md +0 -192
  271. package/source/enumerable/async-enumerable.ts +0 -320
  272. package/source/enumerable/enumerable-methods.ts +0 -47
  273. package/source/enumerable/enumerable.ts +0 -243
  274. package/source/enumerable/index.ts +0 -8
  275. package/source/enumeration/README.md +0 -100
  276. package/source/enumeration/enumeration.ts +0 -26
  277. package/source/enumeration/index.ts +0 -1
  278. package/source/environment.ts +0 -41
  279. package/source/errors/README.md +0 -156
  280. package/source/errors/api.error.ts +0 -16
  281. package/source/errors/assertion.error.ts +0 -9
  282. package/source/errors/bad-request.error.ts +0 -9
  283. package/source/errors/custom.error.ts +0 -74
  284. package/source/errors/details.error.ts +0 -13
  285. package/source/errors/errors.localization.ts +0 -228
  286. package/source/errors/forbidden.error.ts +0 -9
  287. package/source/errors/index.ts +0 -25
  288. package/source/errors/invalid-credentials.error.ts +0 -9
  289. package/source/errors/invalid-token.error.ts +0 -9
  290. package/source/errors/max-bytes-exceeded.error.ts +0 -13
  291. package/source/errors/method-not-allowed.error.ts +0 -9
  292. package/source/errors/multi.error.ts +0 -13
  293. package/source/errors/not-found.error.ts +0 -9
  294. package/source/errors/not-implemented.error.ts +0 -9
  295. package/source/errors/not-supported.error.ts +0 -16
  296. package/source/errors/timeout.error.ts +0 -9
  297. package/source/errors/unauthorized.error.ts +0 -9
  298. package/source/errors/unsupported-media-type.error.ts +0 -9
  299. package/source/errors/utils.ts +0 -13
  300. package/source/examples/api/authentication.ts +0 -71
  301. package/source/examples/api/basic-overview.ts +0 -111
  302. package/source/examples/api/custom-authentication.ts +0 -140
  303. package/source/examples/api/streaming.ts +0 -127
  304. package/source/examples/browser/basic.ts +0 -35
  305. package/source/examples/document-management/categories-and-types.ts +0 -820
  306. package/source/examples/document-management/main.ts +0 -171
  307. package/source/examples/http/client.ts +0 -29
  308. package/source/examples/mail/basic.ts +0 -64
  309. package/source/examples/mail/templates/hello-name.tsx +0 -30
  310. package/source/examples/pdf/basic.ts +0 -70
  311. package/source/examples/pdf/templates/hello-name.hbs +0 -12
  312. package/source/examples/pdf/templates/hello-name.ts +0 -49
  313. package/source/examples/reflection/basic.ts +0 -38
  314. package/source/examples/template/basic.ts +0 -48
  315. package/source/examples/template/templates/hello-jsx.tsx +0 -17
  316. package/source/examples/template/templates/hello-name.hbs +0 -12
  317. package/source/examples/template/templates/hello-name.ts +0 -26
  318. package/source/file/index.ts +0 -2
  319. package/source/file/mime-type.ts +0 -21
  320. package/source/file/mime-types.ts +0 -773
  321. package/source/file/server/index.ts +0 -1
  322. package/source/file/server/temporary-file.ts +0 -67
  323. package/source/formats/formats.ts +0 -192
  324. package/source/formats/index.ts +0 -1
  325. package/source/function/index.ts +0 -7
  326. package/source/function/log.ts +0 -46
  327. package/source/http/README.md +0 -367
  328. package/source/http/client/adapters/undici.adapter.ts +0 -143
  329. package/source/http/client/http-client-options.ts +0 -12
  330. package/source/http/client/http-client-request.ts +0 -249
  331. package/source/http/client/http-client-response.ts +0 -58
  332. package/source/http/client/http-client.adapter.ts +0 -9
  333. package/source/http/client/http-client.ts +0 -391
  334. package/source/http/client/index.ts +0 -8
  335. package/source/http/client/middleware.ts +0 -8
  336. package/source/http/client/module.ts +0 -39
  337. package/source/http/client/tokens.ts +0 -4
  338. package/source/http/cookie-parser.ts +0 -30
  339. package/source/http/http-body.ts +0 -77
  340. package/source/http/http-form.ts +0 -27
  341. package/source/http/http-headers.ts +0 -124
  342. package/source/http/http-query.ts +0 -26
  343. package/source/http/http-url-parameters.ts +0 -17
  344. package/source/http/http-value-map.ts +0 -147
  345. package/source/http/http.error.ts +0 -89
  346. package/source/http/index.ts +0 -19
  347. package/source/http/server/http-server-request.ts +0 -40
  348. package/source/http/server/http-server-response.ts +0 -75
  349. package/source/http/server/http-server.ts +0 -18
  350. package/source/http/server/index.ts +0 -3
  351. package/source/http/server/node/index.ts +0 -2
  352. package/source/http/server/node/module.ts +0 -20
  353. package/source/http/server/node/node-http-server.ts +0 -270
  354. package/source/http/tokens.ts +0 -5
  355. package/source/http/types.ts +0 -51
  356. package/source/http/utils.ts +0 -143
  357. package/source/image-service/image-service.ts +0 -57
  358. package/source/image-service/imgproxy/imgproxy-image-service.ts +0 -115
  359. package/source/image-service/imgproxy/index.ts +0 -1
  360. package/source/image-service/index.ts +0 -8
  361. package/source/import.ts +0 -3
  362. package/source/index.ts +0 -9
  363. package/source/injector/README.md +0 -389
  364. package/source/injector/decorators.ts +0 -252
  365. package/source/injector/index.ts +0 -18
  366. package/source/injector/inject.ts +0 -181
  367. package/source/injector/injector.ts +0 -919
  368. package/source/injector/interfaces.ts +0 -28
  369. package/source/injector/provider.ts +0 -89
  370. package/source/injector/registration.error.ts +0 -12
  371. package/source/injector/resolution.ts +0 -25
  372. package/source/injector/resolve-chain.ts +0 -166
  373. package/source/injector/resolve.error.ts +0 -11
  374. package/source/injector/symbols.ts +0 -3
  375. package/source/injector/token.ts +0 -54
  376. package/source/injector/type-info.ts +0 -30
  377. package/source/injector/types.ts +0 -80
  378. package/source/interfaces.ts +0 -3
  379. package/source/intl/index.ts +0 -1
  380. package/source/intl/number-parser.ts +0 -50
  381. package/source/json-path/index.ts +0 -7
  382. package/source/json-path/json-path.ts +0 -226
  383. package/source/jsx/index.ts +0 -2
  384. package/source/jsx/is-component-class.ts +0 -9
  385. package/source/jsx/render-to-string.tsx +0 -23
  386. package/source/key-value-store/README.md +0 -231
  387. package/source/key-value-store/index.ts +0 -8
  388. package/source/key-value-store/key-value-store.provider.ts +0 -6
  389. package/source/key-value-store/key-value.store.ts +0 -68
  390. package/source/key-value-store/postgres/drizzle/0000_shocking_slipstream.sql +0 -12
  391. package/source/key-value-store/postgres/drizzle/meta/0000_snapshot.json +0 -97
  392. package/source/key-value-store/postgres/drizzle/meta/_journal.json +0 -13
  393. package/source/key-value-store/postgres/drizzle.config.ts +0 -13
  394. package/source/key-value-store/postgres/index.ts +0 -2
  395. package/source/key-value-store/postgres/key-value-store.service.ts +0 -75
  396. package/source/key-value-store/postgres/models/index.ts +0 -2
  397. package/source/key-value-store/postgres/models/key-value.model.ts +0 -15
  398. package/source/key-value-store/postgres/models/schemas.ts +0 -6
  399. package/source/key-value-store/postgres/module.ts +0 -31
  400. package/source/lock/README.md +0 -214
  401. package/source/lock/index.ts +0 -8
  402. package/source/lock/lock.ts +0 -133
  403. package/source/lock/postgres/drizzle/0000_busy_tattoo.sql +0 -7
  404. package/source/lock/postgres/drizzle/meta/0000_snapshot.json +0 -65
  405. package/source/lock/postgres/drizzle/meta/_journal.json +0 -13
  406. package/source/lock/postgres/drizzle.config.ts +0 -13
  407. package/source/lock/postgres/index.ts +0 -2
  408. package/source/lock/postgres/lock.ts +0 -145
  409. package/source/lock/postgres/models/index.ts +0 -2
  410. package/source/lock/postgres/models/lock.model.ts +0 -16
  411. package/source/lock/postgres/models/schemas.ts +0 -6
  412. package/source/lock/postgres/module.ts +0 -34
  413. package/source/lock/postgres/provider.ts +0 -22
  414. package/source/lock/provider.ts +0 -42
  415. package/source/lock/web/index.ts +0 -3
  416. package/source/lock/web/module.ts +0 -13
  417. package/source/lock/web/web-lock.provider.ts +0 -11
  418. package/source/lock/web/web-lock.ts +0 -101
  419. package/source/logger/README.md +0 -257
  420. package/source/logger/formatter.ts +0 -15
  421. package/source/logger/formatters/index.ts +0 -2
  422. package/source/logger/formatters/json.ts +0 -28
  423. package/source/logger/formatters/pretty-print.ts +0 -58
  424. package/source/logger/index.ts +0 -14
  425. package/source/logger/level.ts +0 -12
  426. package/source/logger/logger.ts +0 -156
  427. package/source/logger/manager.ts +0 -96
  428. package/source/logger/tokens.ts +0 -4
  429. package/source/logger/transport.ts +0 -27
  430. package/source/logger/transports/console.ts +0 -38
  431. package/source/logger/transports/index.ts +0 -1
  432. package/source/mail/README.md +0 -225
  433. package/source/mail/clients/index.ts +0 -1
  434. package/source/mail/clients/nodemailer.mail-client.ts +0 -90
  435. package/source/mail/drizzle/0000_previous_malcolm_colcord.sql +0 -13
  436. package/source/mail/drizzle/0001_flimsy_bloodscream.sql +0 -5
  437. package/source/mail/drizzle/meta/0000_snapshot.json +0 -100
  438. package/source/mail/drizzle/meta/0001_snapshot.json +0 -69
  439. package/source/mail/drizzle/meta/_journal.json +0 -20
  440. package/source/mail/drizzle.config.ts +0 -13
  441. package/source/mail/index.ts +0 -12
  442. package/source/mail/mail.client.ts +0 -33
  443. package/source/mail/mail.service.ts +0 -73
  444. package/source/mail/models/index.ts +0 -7
  445. package/source/mail/models/mail-address.model.ts +0 -1
  446. package/source/mail/models/mail-content.model.ts +0 -4
  447. package/source/mail/models/mail-data.model.ts +0 -24
  448. package/source/mail/models/mail-log.model.ts +0 -22
  449. package/source/mail/models/mail-send-result.model.ts +0 -8
  450. package/source/mail/models/mail-template.model.ts +0 -17
  451. package/source/mail/models/schemas.ts +0 -6
  452. package/source/mail/module.ts +0 -45
  453. package/source/mail/tokens.ts +0 -4
  454. package/source/memory/finalization.ts +0 -62
  455. package/source/memory/index.ts +0 -8
  456. package/source/memory/observable-finalization-registry.ts +0 -14
  457. package/source/message-bus/README.md +0 -245
  458. package/source/message-bus/broadcast-channel/broadcast-channel-message-bus-provider.ts +0 -14
  459. package/source/message-bus/broadcast-channel/broadcast-channel-message-bus.ts +0 -63
  460. package/source/message-bus/broadcast-channel/index.ts +0 -3
  461. package/source/message-bus/broadcast-channel/module.ts +0 -13
  462. package/source/message-bus/index.ts +0 -11
  463. package/source/message-bus/local/index.ts +0 -3
  464. package/source/message-bus/local/local-message-bus-provider.ts +0 -27
  465. package/source/message-bus/local/local-message-bus.ts +0 -43
  466. package/source/message-bus/local/module.ts +0 -13
  467. package/source/message-bus/local/types.ts +0 -4
  468. package/source/message-bus/message-bus-base.ts +0 -65
  469. package/source/message-bus/message-bus-provider.ts +0 -5
  470. package/source/message-bus/message-bus.ts +0 -24
  471. package/source/module/README.md +0 -169
  472. package/source/module/index.ts +0 -8
  473. package/source/module/module.ts +0 -64
  474. package/source/module/modules/function.module.ts +0 -24
  475. package/source/module/modules/index.ts +0 -2
  476. package/source/module/modules/web-server.module.ts +0 -64
  477. package/source/object-storage/README.md +0 -272
  478. package/source/object-storage/index.ts +0 -10
  479. package/source/object-storage/object-storage-provider.ts +0 -9
  480. package/source/object-storage/object-storage.ts +0 -137
  481. package/source/object-storage/object.ts +0 -23
  482. package/source/object-storage/s3/index.ts +0 -3
  483. package/source/object-storage/s3/s3.object-storage-provider.ts +0 -86
  484. package/source/object-storage/s3/s3.object-storage.ts +0 -253
  485. package/source/object-storage/s3/s3.object.ts +0 -56
  486. package/source/openid-connect/cached-oidc-configuration.service.ts +0 -39
  487. package/source/openid-connect/index.ts +0 -17
  488. package/source/openid-connect/oidc-configuration.service.ts +0 -47
  489. package/source/openid-connect/oidc-state.model.ts +0 -27
  490. package/source/openid-connect/oidc.service-model.ts +0 -57
  491. package/source/openid-connect/oidc.service.ts +0 -190
  492. package/source/orm/README.md +0 -385
  493. package/source/orm/data-types/bytea.ts +0 -21
  494. package/source/orm/data-types/common.ts +0 -28
  495. package/source/orm/data-types/index.ts +0 -9
  496. package/source/orm/data-types/numeric-date.ts +0 -29
  497. package/source/orm/data-types/timestamp.ts +0 -22
  498. package/source/orm/data-types/tsvector.ts +0 -16
  499. package/source/orm/decorators.ts +0 -546
  500. package/source/orm/entity.ts +0 -84
  501. package/source/orm/index.ts +0 -13
  502. package/source/orm/query/base.ts +0 -269
  503. package/source/orm/query/index.ts +0 -2
  504. package/source/orm/query/parade.ts +0 -135
  505. package/source/orm/repository.types.ts +0 -221
  506. package/source/orm/schemas/index.ts +0 -6
  507. package/source/orm/schemas/json.ts +0 -38
  508. package/source/orm/schemas/numeric-date.ts +0 -19
  509. package/source/orm/schemas/numeric.ts +0 -41
  510. package/source/orm/schemas/timestamp.ts +0 -29
  511. package/source/orm/schemas/tsvector.ts +0 -25
  512. package/source/orm/schemas/uuid.ts +0 -27
  513. package/source/orm/server/database-schema.ts +0 -65
  514. package/source/orm/server/database.ts +0 -51
  515. package/source/orm/server/drizzle/index.ts +0 -1
  516. package/source/orm/server/drizzle/schema-converter.ts +0 -507
  517. package/source/orm/server/encryption.ts +0 -65
  518. package/source/orm/server/index.ts +0 -13
  519. package/source/orm/server/module.ts +0 -45
  520. package/source/orm/server/query-converter.ts +0 -567
  521. package/source/orm/server/repository.ts +0 -1487
  522. package/source/orm/server/tokens.ts +0 -3
  523. package/source/orm/server/transaction.ts +0 -117
  524. package/source/orm/server/transactional.ts +0 -217
  525. package/source/orm/server/types.ts +0 -58
  526. package/source/orm/sqls.ts +0 -374
  527. package/source/orm/types.ts +0 -118
  528. package/source/orm/utils.ts +0 -25
  529. package/source/password/README.md +0 -123
  530. package/source/password/have-i-been-pwned.ts +0 -29
  531. package/source/password/index.ts +0 -10
  532. package/source/password/password-check-result.model.ts +0 -32
  533. package/source/password/password-check.localization.ts +0 -104
  534. package/source/password/password-check.ts +0 -70
  535. package/source/pdf/README.md +0 -206
  536. package/source/pdf/index.ts +0 -2
  537. package/source/pdf/pdf.service.ts +0 -197
  538. package/source/pdf/utils.ts +0 -91
  539. package/source/polyfills.ts +0 -1
  540. package/source/pool/index.ts +0 -7
  541. package/source/pool/pool.ts +0 -186
  542. package/source/process/README.md +0 -162
  543. package/source/process/index.ts +0 -1
  544. package/source/process/spawn.ts +0 -131
  545. package/source/promise/README.md +0 -209
  546. package/source/promise/cancelable-promise.ts +0 -46
  547. package/source/promise/custom-promise.ts +0 -21
  548. package/source/promise/deferred-promise.ts +0 -102
  549. package/source/promise/index.ts +0 -10
  550. package/source/promise/lazy-promise.ts +0 -46
  551. package/source/promise/types.ts +0 -3
  552. package/source/queue/README.md +0 -235
  553. package/source/queue/enqueue-batch.ts +0 -36
  554. package/source/queue/index.ts +0 -3
  555. package/source/queue/postgres/drizzle/0000_zippy_moondragon.sql +0 -11
  556. package/source/queue/postgres/drizzle/0001_certain_wild_pack.sql +0 -2
  557. package/source/queue/postgres/drizzle/0002_dear_meggan.sql +0 -2
  558. package/source/queue/postgres/drizzle/meta/0000_snapshot.json +0 -90
  559. package/source/queue/postgres/drizzle/meta/0001_snapshot.json +0 -103
  560. package/source/queue/postgres/drizzle/meta/0002_snapshot.json +0 -90
  561. package/source/queue/postgres/drizzle/meta/_journal.json +0 -27
  562. package/source/queue/postgres/drizzle.config.ts +0 -13
  563. package/source/queue/postgres/index.ts +0 -4
  564. package/source/queue/postgres/job.model.ts +0 -29
  565. package/source/queue/postgres/module.ts +0 -34
  566. package/source/queue/postgres/queue.provider.ts +0 -15
  567. package/source/queue/postgres/queue.ts +0 -208
  568. package/source/queue/postgres/schemas.ts +0 -6
  569. package/source/queue/provider.ts +0 -6
  570. package/source/queue/queue.ts +0 -150
  571. package/source/random/index.ts +0 -2
  572. package/source/random/number-generator/index.ts +0 -5
  573. package/source/random/number-generator/mulberry32.ts +0 -48
  574. package/source/random/number-generator/random-number-generator-function.ts +0 -6
  575. package/source/random/number-generator/random-number-generator.ts +0 -20
  576. package/source/random/number-generator/seeded-random-number-generator.ts +0 -17
  577. package/source/random/number-generator/sfc32.ts +0 -66
  578. package/source/random/number-generator/utils.ts +0 -10
  579. package/source/random/series.ts +0 -85
  580. package/source/reflection/README.md +0 -235
  581. package/source/reflection/decorator-data.ts +0 -68
  582. package/source/reflection/decorators.ts +0 -56
  583. package/source/reflection/index.ts +0 -5
  584. package/source/reflection/registry.ts +0 -212
  585. package/source/reflection/types.ts +0 -106
  586. package/source/reflection/utils.ts +0 -169
  587. package/source/require.ts +0 -7
  588. package/source/rpc/README.md +0 -234
  589. package/source/rpc/adapters/index.ts +0 -1
  590. package/source/rpc/adapters/readable-stream.adapter.ts +0 -97
  591. package/source/rpc/endpoints/index.ts +0 -1
  592. package/source/rpc/endpoints/message-port.rpc-endpoint.ts +0 -185
  593. package/source/rpc/index.ts +0 -6
  594. package/source/rpc/model.ts +0 -41
  595. package/source/rpc/rpc.adapter.ts +0 -14
  596. package/source/rpc/rpc.endpoint.ts +0 -86
  597. package/source/rpc/rpc.error.ts +0 -23
  598. package/source/rpc/rpc.ts +0 -419
  599. package/source/rxjs-utils/cast.ts +0 -9
  600. package/source/rxjs-utils/index.ts +0 -9
  601. package/source/rxjs-utils/noop.ts +0 -9
  602. package/source/rxjs-utils/reject-error.ts +0 -10
  603. package/source/rxjs-utils/retry-backoff.ts +0 -42
  604. package/source/rxjs-utils/slow-array.ts +0 -55
  605. package/source/rxjs-utils/start-with-provider.ts +0 -7
  606. package/source/rxjs-utils/teardown.ts +0 -25
  607. package/source/rxjs-utils/timing.ts +0 -43
  608. package/source/rxjs-utils/untrack.ts +0 -13
  609. package/source/schema/README.md +0 -414
  610. package/source/schema/converters/index.ts +0 -1
  611. package/source/schema/converters/openapi-converter.ts +0 -150
  612. package/source/schema/decorators/class.ts +0 -6
  613. package/source/schema/decorators/description.ts +0 -13
  614. package/source/schema/decorators/index.ts +0 -3
  615. package/source/schema/decorators/schema.ts +0 -57
  616. package/source/schema/decorators/types.ts +0 -28
  617. package/source/schema/decorators/utils.ts +0 -40
  618. package/source/schema/index.ts +0 -25
  619. package/source/schema/schema.error.ts +0 -88
  620. package/source/schema/schema.ts +0 -153
  621. package/source/schema/schemas/any.ts +0 -20
  622. package/source/schema/schemas/array.ts +0 -75
  623. package/source/schema/schemas/bigint.ts +0 -44
  624. package/source/schema/schemas/boolean.ts +0 -46
  625. package/source/schema/schemas/date.ts +0 -38
  626. package/source/schema/schemas/defaulted.ts +0 -39
  627. package/source/schema/schemas/deferred.ts +0 -30
  628. package/source/schema/schemas/enumeration.ts +0 -50
  629. package/source/schema/schemas/function.ts +0 -94
  630. package/source/schema/schemas/index.ts +0 -26
  631. package/source/schema/schemas/instance.ts +0 -46
  632. package/source/schema/schemas/literal.ts +0 -46
  633. package/source/schema/schemas/never.ts +0 -18
  634. package/source/schema/schemas/nullable.ts +0 -40
  635. package/source/schema/schemas/number.ts +0 -60
  636. package/source/schema/schemas/object.ts +0 -333
  637. package/source/schema/schemas/one-or-many.ts +0 -39
  638. package/source/schema/schemas/optional.ts +0 -43
  639. package/source/schema/schemas/readable-stream.ts +0 -21
  640. package/source/schema/schemas/regexp.ts +0 -34
  641. package/source/schema/schemas/simple.ts +0 -103
  642. package/source/schema/schemas/string.ts +0 -59
  643. package/source/schema/schemas/symbol.ts +0 -21
  644. package/source/schema/schemas/transform.ts +0 -34
  645. package/source/schema/schemas/uint8-array.ts +0 -38
  646. package/source/schema/schemas/union.ts +0 -61
  647. package/source/schema/schemas/unknown.ts +0 -20
  648. package/source/schema/testable.ts +0 -51
  649. package/source/schema/types.ts +0 -25
  650. package/source/serializer/README.md +0 -237
  651. package/source/serializer/handlers/binary.ts +0 -40
  652. package/source/serializer/handlers/date.ts +0 -7
  653. package/source/serializer/handlers/error.ts +0 -13
  654. package/source/serializer/handlers/index.ts +0 -7
  655. package/source/serializer/handlers/map.ts +0 -29
  656. package/source/serializer/handlers/regex.ts +0 -15
  657. package/source/serializer/handlers/register.ts +0 -44
  658. package/source/serializer/handlers/set.ts +0 -25
  659. package/source/serializer/index.ts +0 -4
  660. package/source/serializer/serializable.ts +0 -94
  661. package/source/serializer/serializer.ts +0 -396
  662. package/source/serializer/types.ts +0 -68
  663. package/source/signals/api.ts +0 -40
  664. package/source/signals/computed-with-dependencies.ts +0 -17
  665. package/source/signals/effect-with-dependencies.ts +0 -17
  666. package/source/signals/implementation/README.md +0 -1
  667. package/source/signals/implementation/api.ts +0 -29
  668. package/source/signals/implementation/asserts.ts +0 -24
  669. package/source/signals/implementation/computed.ts +0 -160
  670. package/source/signals/implementation/configure.ts +0 -23
  671. package/source/signals/implementation/effect.ts +0 -181
  672. package/source/signals/implementation/equality.ts +0 -19
  673. package/source/signals/implementation/errors.ts +0 -23
  674. package/source/signals/implementation/graph.ts +0 -500
  675. package/source/signals/implementation/index.ts +0 -13
  676. package/source/signals/implementation/signal.ts +0 -93
  677. package/source/signals/implementation/to-observable.ts +0 -43
  678. package/source/signals/implementation/to-signal.ts +0 -212
  679. package/source/signals/implementation/untracked.ts +0 -24
  680. package/source/signals/implementation/watch.ts +0 -145
  681. package/source/signals/implementation/writable-signal.ts +0 -79
  682. package/source/signals/index.ts +0 -9
  683. package/source/signals/notifier.ts +0 -22
  684. package/source/signals/operators/combine.ts +0 -16
  685. package/source/signals/operators/defer.ts +0 -10
  686. package/source/signals/operators/derive-async.ts +0 -64
  687. package/source/signals/operators/index.ts +0 -5
  688. package/source/signals/operators/map.ts +0 -5
  689. package/source/signals/operators/switchAll.ts +0 -6
  690. package/source/signals/pipe.ts +0 -41
  691. package/source/signals/symbol.ts +0 -6
  692. package/source/signals/to-lazy-signal.ts +0 -24
  693. package/source/signals/types.ts +0 -4
  694. package/source/signals/untracked-operator.ts +0 -14
  695. package/source/sse/README.md +0 -271
  696. package/source/sse/data-stream-source.ts +0 -99
  697. package/source/sse/data-stream.ts +0 -27
  698. package/source/sse/index.ts +0 -5
  699. package/source/sse/model.ts +0 -28
  700. package/source/sse/server-sent-events-source.ts +0 -78
  701. package/source/sse/server-sent-events.ts +0 -126
  702. package/source/supports.ts +0 -7
  703. package/source/templates/README.md +0 -261
  704. package/source/templates/index.ts +0 -9
  705. package/source/templates/module.ts +0 -41
  706. package/source/templates/providers/file.template-provider.ts +0 -53
  707. package/source/templates/providers/index.ts +0 -2
  708. package/source/templates/providers/memory.template-provider.ts +0 -29
  709. package/source/templates/renderers/handlebars.template-renderer.ts +0 -154
  710. package/source/templates/renderers/index.ts +0 -4
  711. package/source/templates/renderers/jsx.template-renderer.tsx +0 -23
  712. package/source/templates/renderers/mjml.template-renderer.ts +0 -57
  713. package/source/templates/renderers/string.template-renderer.ts +0 -27
  714. package/source/templates/resolvers/file.template-resolver.ts +0 -60
  715. package/source/templates/resolvers/index.ts +0 -3
  716. package/source/templates/resolvers/jsx.template-resolver.ts +0 -33
  717. package/source/templates/resolvers/string.template-resolver.ts +0 -28
  718. package/source/templates/template-renderer.provider.ts +0 -32
  719. package/source/templates/template-resolver.provider.ts +0 -32
  720. package/source/templates/template.model.ts +0 -51
  721. package/source/templates/template.provider.ts +0 -5
  722. package/source/templates/template.renderer.ts +0 -36
  723. package/source/templates/template.resolver.ts +0 -6
  724. package/source/templates/template.service.ts +0 -50
  725. package/source/templates/tokens.ts +0 -6
  726. package/source/templates/types/index.ts +0 -1
  727. package/source/templates/types/jsx.intrinsic-elements.ts +0 -7
  728. package/source/test/drizzle/0000_natural_cannonball.sql +0 -9
  729. package/source/test/drizzle/meta/0000_snapshot.json +0 -118
  730. package/source/test/drizzle/meta/_journal.json +0 -13
  731. package/source/test/drizzle.config.ts +0 -13
  732. package/source/test/index.ts +0 -3
  733. package/source/test/module.ts +0 -24
  734. package/source/test/schemas.ts +0 -6
  735. package/source/test/test.model.ts +0 -327
  736. package/source/test1.ts +0 -111
  737. package/source/test2.ts +0 -19
  738. package/source/test3.ts +0 -58
  739. package/source/test4.ts +0 -176
  740. package/source/test5.ts +0 -27
  741. package/source/test6.ts +0 -36
  742. package/source/text/README.md +0 -364
  743. package/source/text/common-localization.ts +0 -71
  744. package/source/text/dynamic-text.model.ts +0 -59
  745. package/source/text/index.ts +0 -4
  746. package/source/text/localizable-text.model.ts +0 -3
  747. package/source/text/localization.service.ts +0 -348
  748. package/source/threading/index.ts +0 -2
  749. package/source/threading/thread-pool.ts +0 -83
  750. package/source/threading/thread-worker.ts +0 -7
  751. package/source/tokens.ts +0 -3
  752. package/source/tools/fetch-mime-types.ts +0 -22
  753. package/source/types/README.md +0 -216
  754. package/source/types/geo-json.ts +0 -48
  755. package/source/types/index.ts +0 -4
  756. package/source/types/tagged.ts +0 -23
  757. package/source/types/types.ts +0 -290
  758. package/source/types/web-types.ts +0 -119
  759. package/source/utils/README.md +0 -385
  760. package/source/utils/alphabet.ts +0 -12
  761. package/source/utils/any-iterable-iterator.ts +0 -10
  762. package/source/utils/array/array-backtracker.ts +0 -62
  763. package/source/utils/array/array.ts +0 -114
  764. package/source/utils/array/index.ts +0 -2
  765. package/source/utils/async-hook/async-hook.ts +0 -153
  766. package/source/utils/async-hook/index.ts +0 -1
  767. package/source/utils/async-iterable-helpers/all.ts +0 -45
  768. package/source/utils/async-iterable-helpers/any.ts +0 -45
  769. package/source/utils/async-iterable-helpers/assert.ts +0 -40
  770. package/source/utils/async-iterable-helpers/batch.ts +0 -43
  771. package/source/utils/async-iterable-helpers/buffer.ts +0 -68
  772. package/source/utils/async-iterable-helpers/concat.ts +0 -8
  773. package/source/utils/async-iterable-helpers/default-if-empty.ts +0 -14
  774. package/source/utils/async-iterable-helpers/deferred.ts +0 -6
  775. package/source/utils/async-iterable-helpers/difference.ts +0 -36
  776. package/source/utils/async-iterable-helpers/distinct.ts +0 -39
  777. package/source/utils/async-iterable-helpers/drain.ts +0 -7
  778. package/source/utils/async-iterable-helpers/filter.ts +0 -41
  779. package/source/utils/async-iterable-helpers/first-or-default.ts +0 -15
  780. package/source/utils/async-iterable-helpers/first.ts +0 -15
  781. package/source/utils/async-iterable-helpers/for-each.ts +0 -34
  782. package/source/utils/async-iterable-helpers/group-single.ts +0 -9
  783. package/source/utils/async-iterable-helpers/group-to-map.ts +0 -88
  784. package/source/utils/async-iterable-helpers/group-to-single-map.ts +0 -88
  785. package/source/utils/async-iterable-helpers/group.ts +0 -9
  786. package/source/utils/async-iterable-helpers/includes.ts +0 -10
  787. package/source/utils/async-iterable-helpers/index.ts +0 -48
  788. package/source/utils/async-iterable-helpers/interrupt.ts +0 -31
  789. package/source/utils/async-iterable-helpers/is-async-iterable.ts +0 -11
  790. package/source/utils/async-iterable-helpers/last-or-default.ts +0 -22
  791. package/source/utils/async-iterable-helpers/last.ts +0 -22
  792. package/source/utils/async-iterable-helpers/map-many.ts +0 -37
  793. package/source/utils/async-iterable-helpers/map.ts +0 -37
  794. package/source/utils/async-iterable-helpers/materialize.ts +0 -34
  795. package/source/utils/async-iterable-helpers/metadata.ts +0 -58
  796. package/source/utils/async-iterable-helpers/multiplex.ts +0 -37
  797. package/source/utils/async-iterable-helpers/observable-iterable.ts +0 -40
  798. package/source/utils/async-iterable-helpers/pairwise.ts +0 -41
  799. package/source/utils/async-iterable-helpers/parallel/feed.ts +0 -32
  800. package/source/utils/async-iterable-helpers/parallel/filter.ts +0 -13
  801. package/source/utils/async-iterable-helpers/parallel/for-each.ts +0 -32
  802. package/source/utils/async-iterable-helpers/parallel/group.ts +0 -19
  803. package/source/utils/async-iterable-helpers/parallel/index.ts +0 -7
  804. package/source/utils/async-iterable-helpers/parallel/map.ts +0 -10
  805. package/source/utils/async-iterable-helpers/parallel/tap.ts +0 -10
  806. package/source/utils/async-iterable-helpers/parallel/types.ts +0 -2
  807. package/source/utils/async-iterable-helpers/reduce.ts +0 -51
  808. package/source/utils/async-iterable-helpers/retry.ts +0 -67
  809. package/source/utils/async-iterable-helpers/single-or-default.ts +0 -28
  810. package/source/utils/async-iterable-helpers/single.ts +0 -32
  811. package/source/utils/async-iterable-helpers/skip.ts +0 -6
  812. package/source/utils/async-iterable-helpers/sort.ts +0 -12
  813. package/source/utils/async-iterable-helpers/take-until.ts +0 -52
  814. package/source/utils/async-iterable-helpers/take-while.ts +0 -45
  815. package/source/utils/async-iterable-helpers/take.ts +0 -38
  816. package/source/utils/async-iterable-helpers/tap.ts +0 -37
  817. package/source/utils/async-iterable-helpers/throttle.ts +0 -15
  818. package/source/utils/async-iterable-helpers/to-array.ts +0 -16
  819. package/source/utils/async-iterable-helpers/to-async-iterable-iterator.ts +0 -53
  820. package/source/utils/async-iterable-helpers/to-async-iterator.ts +0 -43
  821. package/source/utils/async-iterable-helpers/to-set.ts +0 -16
  822. package/source/utils/async-iterable-helpers/to-sync-iterable.ts +0 -9
  823. package/source/utils/async-iterable-helpers/types.ts +0 -12
  824. package/source/utils/async-iterable-helpers/while.ts +0 -45
  825. package/source/utils/async-iterator-iterable-iterator.ts +0 -58
  826. package/source/utils/backoff.ts +0 -320
  827. package/source/utils/base64.ts +0 -207
  828. package/source/utils/benchmark.ts +0 -164
  829. package/source/utils/binary-search.ts +0 -114
  830. package/source/utils/binary.ts +0 -66
  831. package/source/utils/clone.ts +0 -57
  832. package/source/utils/comparison.ts +0 -112
  833. package/source/utils/compression.ts +0 -163
  834. package/source/utils/config-parser.ts +0 -37
  835. package/source/utils/crc32.ts +0 -38
  836. package/source/utils/cryptography.ts +0 -259
  837. package/source/utils/date-time.ts +0 -196
  838. package/source/utils/encoding.ts +0 -84
  839. package/source/utils/enum.ts +0 -54
  840. package/source/utils/equals.ts +0 -196
  841. package/source/utils/event-loop.ts +0 -29
  842. package/source/utils/factory-map.ts +0 -90
  843. package/source/utils/feedable-async-iterable.ts +0 -60
  844. package/source/utils/file-reader.ts +0 -27
  845. package/source/utils/format-error.ts +0 -133
  846. package/source/utils/format.ts +0 -42
  847. package/source/utils/function/class.ts +0 -14
  848. package/source/utils/function/index.ts +0 -3
  849. package/source/utils/function/memoize.ts +0 -190
  850. package/source/utils/function/throttle.ts +0 -33
  851. package/source/utils/helpers.ts +0 -91
  852. package/source/utils/html-link-utils.ts +0 -20
  853. package/source/utils/image.ts +0 -94
  854. package/source/utils/index.ts +0 -60
  855. package/source/utils/iterable-helpers/all.ts +0 -15
  856. package/source/utils/iterable-helpers/any.ts +0 -15
  857. package/source/utils/iterable-helpers/assert.ts +0 -11
  858. package/source/utils/iterable-helpers/batch.ts +0 -16
  859. package/source/utils/iterable-helpers/concat.ts +0 -5
  860. package/source/utils/iterable-helpers/default-if-empty.ts +0 -12
  861. package/source/utils/iterable-helpers/deferred.ts +0 -3
  862. package/source/utils/iterable-helpers/difference.ts +0 -32
  863. package/source/utils/iterable-helpers/distinct.ts +0 -15
  864. package/source/utils/iterable-helpers/drain.ts +0 -5
  865. package/source/utils/iterable-helpers/filter.ts +0 -13
  866. package/source/utils/iterable-helpers/first-or-default.ts +0 -12
  867. package/source/utils/iterable-helpers/first.ts +0 -12
  868. package/source/utils/iterable-helpers/for-each.ts +0 -9
  869. package/source/utils/iterable-helpers/group-single.ts +0 -8
  870. package/source/utils/iterable-helpers/group-to-map.ts +0 -40
  871. package/source/utils/iterable-helpers/group-to-single-map.ts +0 -40
  872. package/source/utils/iterable-helpers/group.ts +0 -8
  873. package/source/utils/iterable-helpers/includes.ts +0 -5
  874. package/source/utils/iterable-helpers/index.ts +0 -39
  875. package/source/utils/iterable-helpers/is-iterable.ts +0 -11
  876. package/source/utils/iterable-helpers/last-or-default.ts +0 -20
  877. package/source/utils/iterable-helpers/last.ts +0 -20
  878. package/source/utils/iterable-helpers/map-many.ts +0 -10
  879. package/source/utils/iterable-helpers/map.ts +0 -10
  880. package/source/utils/iterable-helpers/materialize.ts +0 -3
  881. package/source/utils/iterable-helpers/metadata.ts +0 -25
  882. package/source/utils/iterable-helpers/pairwise.ts +0 -15
  883. package/source/utils/iterable-helpers/range.ts +0 -5
  884. package/source/utils/iterable-helpers/reduce.ts +0 -17
  885. package/source/utils/iterable-helpers/single-or-default.ts +0 -22
  886. package/source/utils/iterable-helpers/single.ts +0 -26
  887. package/source/utils/iterable-helpers/skip.ts +0 -8
  888. package/source/utils/iterable-helpers/sort.ts +0 -7
  889. package/source/utils/iterable-helpers/take-until.ts +0 -15
  890. package/source/utils/iterable-helpers/take-while.ts +0 -16
  891. package/source/utils/iterable-helpers/take.ts +0 -14
  892. package/source/utils/iterable-helpers/tap.ts +0 -10
  893. package/source/utils/iterable-helpers/types.ts +0 -7
  894. package/source/utils/iterable-helpers/while.ts +0 -15
  895. package/source/utils/jwt.ts +0 -145
  896. package/source/utils/map.ts +0 -59
  897. package/source/utils/math.ts +0 -159
  898. package/source/utils/merge.ts +0 -89
  899. package/source/utils/middleware.ts +0 -69
  900. package/source/utils/moving-metric.ts +0 -222
  901. package/source/utils/noop.ts +0 -7
  902. package/source/utils/object/decycle.ts +0 -98
  903. package/source/utils/object/dereference.ts +0 -133
  904. package/source/utils/object/forward-ref.ts +0 -105
  905. package/source/utils/object/index.ts +0 -7
  906. package/source/utils/object/lazy-property.ts +0 -152
  907. package/source/utils/object/merge.ts +0 -88
  908. package/source/utils/object/object.ts +0 -203
  909. package/source/utils/object/property-name.ts +0 -100
  910. package/source/utils/ordered-feedable-async-iterable.ts +0 -60
  911. package/source/utils/patch-worker.ts +0 -109
  912. package/source/utils/patterns.ts +0 -10
  913. package/source/utils/periodic-reporter.ts +0 -81
  914. package/source/utils/periodic-sampler.ts +0 -100
  915. package/source/utils/provider-function-iterable.ts +0 -40
  916. package/source/utils/proxy.ts +0 -23
  917. package/source/utils/random.ts +0 -57
  918. package/source/utils/reactive-value-to-signal.ts +0 -23
  919. package/source/utils/reflection.ts +0 -27
  920. package/source/utils/repl.ts +0 -23
  921. package/source/utils/set.ts +0 -58
  922. package/source/utils/singleton.ts +0 -38
  923. package/source/utils/sort.ts +0 -90
  924. package/source/utils/stream/finalize-stream.ts +0 -68
  925. package/source/utils/stream/from-promise.ts +0 -34
  926. package/source/utils/stream/index.ts +0 -9
  927. package/source/utils/stream/readable-stream-adapter.ts +0 -46
  928. package/source/utils/stream/size-limited-stream.ts +0 -18
  929. package/source/utils/stream/slice.ts +0 -97
  930. package/source/utils/stream/stream-helper-types.ts +0 -18
  931. package/source/utils/stream/stream-reader.ts +0 -169
  932. package/source/utils/stream/to-bytes-stream.ts +0 -97
  933. package/source/utils/stream/to-readable-stream.ts +0 -8
  934. package/source/utils/string/casing.ts +0 -21
  935. package/source/utils/string/hypenate.ts +0 -3
  936. package/source/utils/string/index.ts +0 -5
  937. package/source/utils/string/normalize.ts +0 -100
  938. package/source/utils/string/title-case.ts +0 -10
  939. package/source/utils/string/trim.ts +0 -13
  940. package/source/utils/throw.ts +0 -9
  941. package/source/utils/timer.ts +0 -103
  942. package/source/utils/timing.ts +0 -70
  943. package/source/utils/try-chain.ts +0 -51
  944. package/source/utils/try-ignore.ts +0 -49
  945. package/source/utils/type/extends.ts +0 -7
  946. package/source/utils/type/index.ts +0 -1
  947. package/source/utils/type-guards.ts +0 -431
  948. package/source/utils/type-of.ts +0 -50
  949. package/source/utils/units.ts +0 -61
  950. package/source/utils/url-builder.ts +0 -78
  951. package/source/utils/value-or-provider.ts +0 -58
  952. package/source/utils/z-base32.ts +0 -59
  953. package/tsconfig.base.json +0 -50
  954. package/tsconfig.dts.json +0 -6
  955. package/tstdl-features.xml +0 -1239
  956. package/typedoc.js +0 -46
  957. /package/{dist/ai → ai}/ai-file.service.d.ts +0 -0
  958. /package/{dist/ai → ai}/ai-file.service.js +0 -0
  959. /package/{dist/ai → ai}/ai-session.d.ts +0 -0
  960. /package/{dist/ai → ai}/ai-session.js +0 -0
  961. /package/{dist/ai → ai}/ai.service.d.ts +0 -0
  962. /package/{dist/ai → ai}/ai.service.js +0 -0
  963. /package/{dist/ai → ai}/functions.d.ts +0 -0
  964. /package/{dist/ai → ai}/functions.js +0 -0
  965. /package/{dist/ai → ai}/index.d.ts +0 -0
  966. /package/{dist/ai → ai}/index.js +0 -0
  967. /package/{dist/ai → ai}/module.d.ts +0 -0
  968. /package/{dist/ai → ai}/module.js +0 -0
  969. /package/{dist/ai → ai}/types.d.ts +0 -0
  970. /package/{dist/ai → ai}/types.js +0 -0
  971. /package/{dist/api → api}/client/client.d.ts +0 -0
  972. /package/{dist/api → api}/client/client.js +0 -0
  973. /package/{dist/api → api}/client/index.d.ts +0 -0
  974. /package/{dist/api → api}/client/index.js +0 -0
  975. /package/{dist/api → api}/default-error-handlers.d.ts +0 -0
  976. /package/{dist/api → api}/default-error-handlers.js +0 -0
  977. /package/{dist/api → api}/index.d.ts +0 -0
  978. /package/{dist/api → api}/index.js +0 -0
  979. /package/{dist/api → api}/response.d.ts +0 -0
  980. /package/{dist/api → api}/response.js +0 -0
  981. /package/{dist/api → api}/server/api-controller.d.ts +0 -0
  982. /package/{dist/api → api}/server/api-controller.js +0 -0
  983. /package/{dist/api → api}/server/api-request-token.provider.d.ts +0 -0
  984. /package/{dist/api → api}/server/api-request-token.provider.js +0 -0
  985. /package/{dist/api → api}/server/error-handler.d.ts +0 -0
  986. /package/{dist/api → api}/server/error-handler.js +0 -0
  987. /package/{dist/api → api}/server/gateway.d.ts +0 -0
  988. /package/{dist/api → api}/server/gateway.js +0 -0
  989. /package/{dist/api → api}/server/index.d.ts +0 -0
  990. /package/{dist/api → api}/server/index.js +0 -0
  991. /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.d.ts +0 -0
  992. /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.js +0 -0
  993. /package/{dist/api → api}/server/middlewares/catch-error.middleware.d.ts +0 -0
  994. /package/{dist/api → api}/server/middlewares/catch-error.middleware.js +0 -0
  995. /package/{dist/api → api}/server/middlewares/content-type.middleware.d.ts +0 -0
  996. /package/{dist/api → api}/server/middlewares/content-type.middleware.js +0 -0
  997. /package/{dist/api → api}/server/middlewares/cors.middleware.d.ts +0 -0
  998. /package/{dist/api → api}/server/middlewares/cors.middleware.js +0 -0
  999. /package/{dist/api → api}/server/middlewares/index.d.ts +0 -0
  1000. /package/{dist/api → api}/server/middlewares/index.js +0 -0
  1001. /package/{dist/api → api}/server/middlewares/response-time.middleware.d.ts +0 -0
  1002. /package/{dist/api → api}/server/middlewares/response-time.middleware.js +0 -0
  1003. /package/{dist/api → api}/server/module.d.ts +0 -0
  1004. /package/{dist/api → api}/server/module.js +0 -0
  1005. /package/{dist/api → api}/server/tokens.d.ts +0 -0
  1006. /package/{dist/api → api}/server/tokens.js +0 -0
  1007. /package/{dist/api → api}/types.d.ts +0 -0
  1008. /package/{dist/api → api}/types.js +0 -0
  1009. /package/{dist/api → api}/utils.d.ts +0 -0
  1010. /package/{dist/api → api}/utils.js +0 -0
  1011. /package/{dist/application → application}/application.d.ts +0 -0
  1012. /package/{dist/application → application}/application.js +0 -0
  1013. /package/{dist/application → application}/index.d.ts +0 -0
  1014. /package/{dist/application → application}/index.js +0 -0
  1015. /package/{dist/application → application}/providers.d.ts +0 -0
  1016. /package/{dist/application → application}/providers.js +0 -0
  1017. /package/{dist/audit → audit}/audit.model.d.ts +0 -0
  1018. /package/{dist/audit → audit}/audit.model.js +0 -0
  1019. /package/{dist/audit → audit}/auditor.d.ts +0 -0
  1020. /package/{dist/audit → audit}/auditor.js +0 -0
  1021. /package/{dist/audit → audit}/drizzle/0000_bored_stick.sql +0 -0
  1022. /package/{dist/audit → audit}/drizzle/meta/0000_snapshot.json +0 -0
  1023. /package/{dist/audit → audit}/drizzle/meta/_journal.json +0 -0
  1024. /package/{dist/audit → audit}/drizzle.config.d.ts +0 -0
  1025. /package/{dist/audit → audit}/drizzle.config.js +0 -0
  1026. /package/{dist/audit → audit}/index.d.ts +0 -0
  1027. /package/{dist/audit → audit}/index.js +0 -0
  1028. /package/{dist/audit → audit}/module.d.ts +0 -0
  1029. /package/{dist/audit → audit}/module.js +0 -0
  1030. /package/{dist/audit → audit}/schemas.js +0 -0
  1031. /package/{dist/audit → audit}/types.d.ts +0 -0
  1032. /package/{dist/audit → audit}/types.js +0 -0
  1033. /package/{dist/authentication → authentication}/authentication.api.d.ts +0 -0
  1034. /package/{dist/authentication → authentication}/authentication.api.js +0 -0
  1035. /package/{dist/authentication → authentication}/client/api.client.d.ts +0 -0
  1036. /package/{dist/authentication → authentication}/client/api.client.js +0 -0
  1037. /package/{dist/authentication → authentication}/client/authentication.service.d.ts +0 -0
  1038. /package/{dist/authentication → authentication}/client/authentication.service.js +0 -0
  1039. /package/{dist/authentication → authentication}/client/http-client.middleware.d.ts +0 -0
  1040. /package/{dist/authentication → authentication}/client/http-client.middleware.js +0 -0
  1041. /package/{dist/authentication → authentication}/client/index.d.ts +0 -0
  1042. /package/{dist/authentication → authentication}/client/index.js +0 -0
  1043. /package/{dist/authentication → authentication}/client/module.d.ts +0 -0
  1044. /package/{dist/authentication → authentication}/client/module.js +0 -0
  1045. /package/{dist/authentication → authentication}/client/tokens.d.ts +0 -0
  1046. /package/{dist/authentication → authentication}/client/tokens.js +0 -0
  1047. /package/{dist/authentication → authentication}/errors/index.d.ts +0 -0
  1048. /package/{dist/authentication → authentication}/errors/index.js +0 -0
  1049. /package/{dist/authentication → authentication}/errors/secret-requirements.error.d.ts +0 -0
  1050. /package/{dist/authentication → authentication}/errors/secret-requirements.error.js +0 -0
  1051. /package/{dist/authentication → authentication}/index.d.ts +0 -0
  1052. /package/{dist/authentication → authentication}/index.js +0 -0
  1053. /package/{dist/authentication → authentication}/models/authentication-credentials.model.d.ts +0 -0
  1054. /package/{dist/authentication → authentication}/models/authentication-credentials.model.js +0 -0
  1055. /package/{dist/authentication → authentication}/models/authentication-session.model.d.ts +0 -0
  1056. /package/{dist/authentication → authentication}/models/authentication-session.model.js +0 -0
  1057. /package/{dist/authentication → authentication}/models/index.d.ts +0 -0
  1058. /package/{dist/authentication → authentication}/models/index.js +0 -0
  1059. /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.d.ts +0 -0
  1060. /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.js +0 -0
  1061. /package/{dist/authentication → authentication}/models/secret-check-result.model.d.ts +0 -0
  1062. /package/{dist/authentication → authentication}/models/secret-check-result.model.js +0 -0
  1063. /package/{dist/authentication → authentication}/models/token-payload-base.model.d.ts +0 -0
  1064. /package/{dist/authentication → authentication}/models/token-payload-base.model.js +0 -0
  1065. /package/{dist/authentication → authentication}/models/token.model.d.ts +0 -0
  1066. /package/{dist/authentication → authentication}/models/token.model.js +0 -0
  1067. /package/{dist/authentication → authentication}/server/authentication-ancillary.service.d.ts +0 -0
  1068. /package/{dist/authentication → authentication}/server/authentication-ancillary.service.js +0 -0
  1069. /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.d.ts +0 -0
  1070. /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.js +0 -0
  1071. /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.d.ts +0 -0
  1072. /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.js +0 -0
  1073. /package/{dist/authentication → authentication}/server/authentication.api-controller.d.ts +0 -0
  1074. /package/{dist/authentication → authentication}/server/authentication.api-controller.js +0 -0
  1075. /package/{dist/authentication → authentication}/server/authentication.audit.d.ts +0 -0
  1076. /package/{dist/authentication → authentication}/server/authentication.audit.js +0 -0
  1077. /package/{dist/authentication → authentication}/server/authentication.service.d.ts +0 -0
  1078. /package/{dist/authentication → authentication}/server/authentication.service.js +0 -0
  1079. /package/{dist/authentication → authentication}/server/drizzle/0000_calm_warlock.sql +0 -0
  1080. /package/{dist/authentication → authentication}/server/drizzle/meta/0000_snapshot.json +0 -0
  1081. /package/{dist/authentication → authentication}/server/drizzle/meta/_journal.json +0 -0
  1082. /package/{dist/authentication → authentication}/server/drizzle.config.d.ts +0 -0
  1083. /package/{dist/authentication → authentication}/server/drizzle.config.js +0 -0
  1084. /package/{dist/authentication → authentication}/server/helper.d.ts +0 -0
  1085. /package/{dist/authentication → authentication}/server/helper.js +0 -0
  1086. /package/{dist/authentication → authentication}/server/index.d.ts +0 -0
  1087. /package/{dist/authentication → authentication}/server/index.js +0 -0
  1088. /package/{dist/authentication → authentication}/server/module.d.ts +0 -0
  1089. /package/{dist/authentication → authentication}/server/module.js +0 -0
  1090. /package/{dist/authentication → authentication}/server/schemas.d.ts +0 -0
  1091. /package/{dist/authentication → authentication}/server/schemas.js +0 -0
  1092. /package/{dist/browser → browser}/browser-context-controller.d.ts +0 -0
  1093. /package/{dist/browser → browser}/browser-context-controller.js +0 -0
  1094. /package/{dist/browser → browser}/browser-controller.d.ts +0 -0
  1095. /package/{dist/browser → browser}/browser-controller.js +0 -0
  1096. /package/{dist/browser → browser}/browser.service.d.ts +0 -0
  1097. /package/{dist/browser → browser}/browser.service.js +0 -0
  1098. /package/{dist/browser → browser}/document-controller.d.ts +0 -0
  1099. /package/{dist/browser → browser}/document-controller.js +0 -0
  1100. /package/{dist/browser → browser}/element-controller.d.ts +0 -0
  1101. /package/{dist/browser → browser}/element-controller.js +0 -0
  1102. /package/{dist/browser → browser}/frame-controller.d.ts +0 -0
  1103. /package/{dist/browser → browser}/frame-controller.js +0 -0
  1104. /package/{dist/browser → browser}/index.d.ts +0 -0
  1105. /package/{dist/browser → browser}/index.js +0 -0
  1106. /package/{dist/browser → browser}/locator-controller.d.ts +0 -0
  1107. /package/{dist/browser → browser}/locator-controller.js +0 -0
  1108. /package/{dist/browser → browser}/module.d.ts +0 -0
  1109. /package/{dist/browser → browser}/module.js +0 -0
  1110. /package/{dist/browser → browser}/page-controller.d.ts +0 -0
  1111. /package/{dist/browser → browser}/page-controller.js +0 -0
  1112. /package/{dist/browser → browser}/pdf-options.d.ts +0 -0
  1113. /package/{dist/browser → browser}/pdf-options.js +0 -0
  1114. /package/{dist/browser → browser}/types.d.ts +0 -0
  1115. /package/{dist/browser → browser}/types.js +0 -0
  1116. /package/{dist/browser → browser}/utils.d.ts +0 -0
  1117. /package/{dist/browser → browser}/utils.js +0 -0
  1118. /package/{dist/cancellation → cancellation}/index.d.ts +0 -0
  1119. /package/{dist/cancellation → cancellation}/index.js +0 -0
  1120. /package/{dist/cancellation → cancellation}/token.d.ts +0 -0
  1121. /package/{dist/cancellation → cancellation}/token.js +0 -0
  1122. /package/{dist/collections → collections}/awaitable/awaitable-list.d.ts +0 -0
  1123. /package/{dist/collections → collections}/awaitable/awaitable-list.js +0 -0
  1124. /package/{dist/collections → collections}/awaitable/awaitable-map.d.ts +0 -0
  1125. /package/{dist/collections → collections}/awaitable/awaitable-map.js +0 -0
  1126. /package/{dist/collections → collections}/awaitable/awaitable-set.d.ts +0 -0
  1127. /package/{dist/collections → collections}/awaitable/awaitable-set.js +0 -0
  1128. /package/{dist/collections → collections}/awaitable/index.d.ts +0 -0
  1129. /package/{dist/collections → collections}/awaitable/index.js +0 -0
  1130. /package/{dist/collections → collections}/collection.d.ts +0 -0
  1131. /package/{dist/collections → collections}/collection.js +0 -0
  1132. /package/{dist/collections → collections}/index.d.ts +0 -0
  1133. /package/{dist/collections → collections}/index.js +0 -0
  1134. /package/{dist/collections → collections}/keyed-set.d.ts +0 -0
  1135. /package/{dist/collections → collections}/keyed-set.js +0 -0
  1136. /package/{dist/collections → collections}/list.d.ts +0 -0
  1137. /package/{dist/collections → collections}/list.js +0 -0
  1138. /package/{dist/collections → collections}/observable/index.d.ts +0 -0
  1139. /package/{dist/collections → collections}/observable/index.js +0 -0
  1140. /package/{dist/collections → collections}/observable/observable-array.d.ts +0 -0
  1141. /package/{dist/collections → collections}/observable/observable-array.js +0 -0
  1142. /package/{dist/collections → collections}/observable/observable-collection-base.d.ts +0 -0
  1143. /package/{dist/collections → collections}/observable/observable-collection-base.js +0 -0
  1144. /package/{dist/collections → collections}/observable/observable-collection.d.ts +0 -0
  1145. /package/{dist/collections → collections}/observable/observable-collection.js +0 -0
  1146. /package/{dist/collections → collections}/observable/observable-list-base.d.ts +0 -0
  1147. /package/{dist/collections → collections}/observable/observable-list-base.js +0 -0
  1148. /package/{dist/collections → collections}/observable/observable-list.d.ts +0 -0
  1149. /package/{dist/collections → collections}/observable/observable-list.js +0 -0
  1150. /package/{dist/collections → collections}/observable/observable-map.d.ts +0 -0
  1151. /package/{dist/collections → collections}/observable/observable-map.js +0 -0
  1152. /package/{dist/collections → collections}/observable/observable-set.d.ts +0 -0
  1153. /package/{dist/collections → collections}/observable/observable-set.js +0 -0
  1154. /package/{dist/collections → collections}/observable/observable-sorted-array-list.d.ts +0 -0
  1155. /package/{dist/collections → collections}/observable/observable-sorted-array-list.js +0 -0
  1156. /package/{dist/collections → collections}/sorted-array-list.d.ts +0 -0
  1157. /package/{dist/collections → collections}/sorted-array-list.js +0 -0
  1158. /package/{dist/collections → collections}/sorted-list.d.ts +0 -0
  1159. /package/{dist/collections → collections}/sorted-list.js +0 -0
  1160. /package/{dist/collections → collections}/sorted-map.d.ts +0 -0
  1161. /package/{dist/collections → collections}/sorted-map.js +0 -0
  1162. /package/{dist/constants.d.ts → constants.d.ts} +0 -0
  1163. /package/{dist/constants.js → constants.js} +0 -0
  1164. /package/{dist/context → context}/context.d.ts +0 -0
  1165. /package/{dist/context → context}/context.js +0 -0
  1166. /package/{dist/context → context}/index.d.ts +0 -0
  1167. /package/{dist/context → context}/index.js +0 -0
  1168. /package/{dist/cookie → cookie}/cookie.d.ts +0 -0
  1169. /package/{dist/cookie → cookie}/cookie.js +0 -0
  1170. /package/{dist/cookie → cookie}/index.d.ts +0 -0
  1171. /package/{dist/cookie → cookie}/index.js +0 -0
  1172. /package/{dist/core.d.ts → core.d.ts} +0 -0
  1173. /package/{dist/core.js → core.js} +0 -0
  1174. /package/{dist/css → css}/css-variables.d.ts +0 -0
  1175. /package/{dist/css → css}/css-variables.js +0 -0
  1176. /package/{dist/css → css}/index.d.ts +0 -0
  1177. /package/{dist/css → css}/index.js +0 -0
  1178. /package/{dist/data-structures → data-structures}/array-dictionary.d.ts +0 -0
  1179. /package/{dist/data-structures → data-structures}/array-dictionary.js +0 -0
  1180. /package/{dist/data-structures → data-structures}/array-list.d.ts +0 -0
  1181. /package/{dist/data-structures → data-structures}/array-list.js +0 -0
  1182. /package/{dist/data-structures → data-structures}/cache.d.ts +0 -0
  1183. /package/{dist/data-structures → data-structures}/cache.js +0 -0
  1184. /package/{dist/data-structures → data-structures}/circular-buffer.d.ts +0 -0
  1185. /package/{dist/data-structures → data-structures}/circular-buffer.js +0 -0
  1186. /package/{dist/data-structures → data-structures}/collection.d.ts +0 -0
  1187. /package/{dist/data-structures → data-structures}/collection.js +0 -0
  1188. /package/{dist/data-structures → data-structures}/context-data-map.d.ts +0 -0
  1189. /package/{dist/data-structures → data-structures}/context-data-map.js +0 -0
  1190. /package/{dist/data-structures → data-structures}/dictionary.d.ts +0 -0
  1191. /package/{dist/data-structures → data-structures}/dictionary.js +0 -0
  1192. /package/{dist/data-structures → data-structures}/distinct-collection.d.ts +0 -0
  1193. /package/{dist/data-structures → data-structures}/distinct-collection.js +0 -0
  1194. /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.d.ts +0 -0
  1195. /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.js +0 -0
  1196. /package/{dist/data-structures → data-structures}/index.d.ts +0 -0
  1197. /package/{dist/data-structures → data-structures}/index.js +0 -0
  1198. /package/{dist/data-structures → data-structures}/iterable-weak-map.d.ts +0 -0
  1199. /package/{dist/data-structures → data-structures}/iterable-weak-map.js +0 -0
  1200. /package/{dist/data-structures → data-structures}/linked-list.d.ts +0 -0
  1201. /package/{dist/data-structures → data-structures}/linked-list.js +0 -0
  1202. /package/{dist/data-structures → data-structures}/list.d.ts +0 -0
  1203. /package/{dist/data-structures → data-structures}/list.js +0 -0
  1204. /package/{dist/data-structures → data-structures}/map-dictionary.d.ts +0 -0
  1205. /package/{dist/data-structures → data-structures}/map-dictionary.js +0 -0
  1206. /package/{dist/data-structures → data-structures}/multi-key-map.d.ts +0 -0
  1207. /package/{dist/data-structures → data-structures}/multi-key-map.js +0 -0
  1208. /package/{dist/data-structures → data-structures}/multi-key-set.d.ts +0 -0
  1209. /package/{dist/data-structures → data-structures}/multi-key-set.js +0 -0
  1210. /package/{dist/data-structures → data-structures}/set-collection.d.ts +0 -0
  1211. /package/{dist/data-structures → data-structures}/set-collection.js +0 -0
  1212. /package/{dist/data-structures → data-structures}/sorted-array-list.d.ts +0 -0
  1213. /package/{dist/data-structures → data-structures}/sorted-array-list.js +0 -0
  1214. /package/{dist/data-structures → data-structures}/weak-ref-map.d.ts +0 -0
  1215. /package/{dist/data-structures → data-structures}/weak-ref-map.js +0 -0
  1216. /package/{dist/decorators → decorators}/index.d.ts +0 -0
  1217. /package/{dist/decorators → decorators}/index.js +0 -0
  1218. /package/{dist/decorators → decorators}/log.d.ts +0 -0
  1219. /package/{dist/decorators → decorators}/log.js +0 -0
  1220. /package/{dist/disposable → disposable}/disposable.d.ts +0 -0
  1221. /package/{dist/disposable → disposable}/disposable.js +0 -0
  1222. /package/{dist/disposable → disposable}/index.d.ts +0 -0
  1223. /package/{dist/disposable → disposable}/index.js +0 -0
  1224. /package/{dist/disposable → disposable}/using.d.ts +0 -0
  1225. /package/{dist/disposable → disposable}/using.js +0 -0
  1226. /package/{dist/distributed-loop → distributed-loop}/controller.d.ts +0 -0
  1227. /package/{dist/distributed-loop → distributed-loop}/controller.js +0 -0
  1228. /package/{dist/distributed-loop → distributed-loop}/distributed-loop.d.ts +0 -0
  1229. /package/{dist/distributed-loop → distributed-loop}/distributed-loop.js +0 -0
  1230. /package/{dist/distributed-loop → distributed-loop}/index.d.ts +0 -0
  1231. /package/{dist/distributed-loop → distributed-loop}/index.js +0 -0
  1232. /package/{dist/distributed-loop → distributed-loop}/provider.d.ts +0 -0
  1233. /package/{dist/distributed-loop → distributed-loop}/provider.js +0 -0
  1234. /package/{dist/document-management → document-management}/api/document-management.api.d.ts +0 -0
  1235. /package/{dist/document-management → document-management}/api/document-management.api.js +0 -0
  1236. /package/{dist/document-management → document-management}/api/index.d.ts +0 -0
  1237. /package/{dist/document-management → document-management}/api/index.js +0 -0
  1238. /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.d.ts +0 -0
  1239. /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.js +0 -0
  1240. /package/{dist/document-management → document-management}/authorization/index.d.ts +0 -0
  1241. /package/{dist/document-management → document-management}/authorization/index.js +0 -0
  1242. /package/{dist/document-management → document-management}/authorization/policies.d.ts +0 -0
  1243. /package/{dist/document-management → document-management}/authorization/policies.js +0 -0
  1244. /package/{dist/document-management → document-management}/index.d.ts +0 -0
  1245. /package/{dist/document-management → document-management}/index.js +0 -0
  1246. /package/{dist/document-management → document-management}/localizations/english.d.ts +0 -0
  1247. /package/{dist/document-management → document-management}/localizations/english.js +0 -0
  1248. /package/{dist/document-management → document-management}/localizations/german.d.ts +0 -0
  1249. /package/{dist/document-management → document-management}/localizations/german.js +0 -0
  1250. /package/{dist/document-management → document-management}/localizations/index.d.ts +0 -0
  1251. /package/{dist/document-management → document-management}/localizations/index.js +0 -0
  1252. /package/{dist/document-management → document-management}/localizations/localization.d.ts +0 -0
  1253. /package/{dist/document-management → document-management}/localizations/localization.js +0 -0
  1254. /package/{dist/document-management → document-management}/models/document-assignment-scope.model.d.ts +0 -0
  1255. /package/{dist/document-management → document-management}/models/document-assignment-scope.model.js +0 -0
  1256. /package/{dist/document-management → document-management}/models/document-assignment-task.model.d.ts +0 -0
  1257. /package/{dist/document-management → document-management}/models/document-assignment-task.model.js +0 -0
  1258. /package/{dist/document-management → document-management}/models/document-category.model.d.ts +0 -0
  1259. /package/{dist/document-management → document-management}/models/document-category.model.js +0 -0
  1260. /package/{dist/document-management → document-management}/models/document-collection-assignment.model.d.ts +0 -0
  1261. /package/{dist/document-management → document-management}/models/document-collection-assignment.model.js +0 -0
  1262. /package/{dist/document-management → document-management}/models/document-collection.model.d.ts +0 -0
  1263. /package/{dist/document-management → document-management}/models/document-collection.model.js +0 -0
  1264. /package/{dist/document-management → document-management}/models/document-management-table.d.ts +0 -0
  1265. /package/{dist/document-management → document-management}/models/document-management-table.js +0 -0
  1266. /package/{dist/document-management → document-management}/models/document-property-value.model.d.ts +0 -0
  1267. /package/{dist/document-management → document-management}/models/document-property-value.model.js +0 -0
  1268. /package/{dist/document-management → document-management}/models/document-property.model.d.ts +0 -0
  1269. /package/{dist/document-management → document-management}/models/document-property.model.js +0 -0
  1270. /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.d.ts +0 -0
  1271. /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.js +0 -0
  1272. /package/{dist/document-management → document-management}/models/document-request-template.d.ts +0 -0
  1273. /package/{dist/document-management → document-management}/models/document-request-template.js +0 -0
  1274. /package/{dist/document-management → document-management}/models/document-request.model.d.ts +0 -0
  1275. /package/{dist/document-management → document-management}/models/document-request.model.js +0 -0
  1276. /package/{dist/document-management → document-management}/models/document-requests-template.d.ts +0 -0
  1277. /package/{dist/document-management → document-management}/models/document-requests-template.js +0 -0
  1278. /package/{dist/document-management → document-management}/models/document-tag-assignment.model.d.ts +0 -0
  1279. /package/{dist/document-management → document-management}/models/document-tag-assignment.model.js +0 -0
  1280. /package/{dist/document-management → document-management}/models/document-tag.model.d.ts +0 -0
  1281. /package/{dist/document-management → document-management}/models/document-tag.model.js +0 -0
  1282. /package/{dist/document-management → document-management}/models/document-type-property.model.d.ts +0 -0
  1283. /package/{dist/document-management → document-management}/models/document-type-property.model.js +0 -0
  1284. /package/{dist/document-management → document-management}/models/document-type-validation.model.d.ts +0 -0
  1285. /package/{dist/document-management → document-management}/models/document-type-validation.model.js +0 -0
  1286. /package/{dist/document-management → document-management}/models/document-type.model.d.ts +0 -0
  1287. /package/{dist/document-management → document-management}/models/document-type.model.js +0 -0
  1288. /package/{dist/document-management → document-management}/models/document-validation-definition.model.d.ts +0 -0
  1289. /package/{dist/document-management → document-management}/models/document-validation-definition.model.js +0 -0
  1290. /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.d.ts +0 -0
  1291. /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.js +0 -0
  1292. /package/{dist/document-management → document-management}/models/document-validation-execution.model.d.ts +0 -0
  1293. /package/{dist/document-management → document-management}/models/document-validation-execution.model.js +0 -0
  1294. /package/{dist/document-management → document-management}/models/document-workflow.model.d.ts +0 -0
  1295. /package/{dist/document-management → document-management}/models/document-workflow.model.js +0 -0
  1296. /package/{dist/document-management → document-management}/models/document.model.d.ts +0 -0
  1297. /package/{dist/document-management → document-management}/models/document.model.js +0 -0
  1298. /package/{dist/document-management → document-management}/models/index.d.ts +0 -0
  1299. /package/{dist/document-management → document-management}/models/index.js +0 -0
  1300. /package/{dist/document-management → document-management}/server/api/document-management.api.d.ts +0 -0
  1301. /package/{dist/document-management → document-management}/server/api/document-management.api.js +0 -0
  1302. /package/{dist/document-management → document-management}/server/api/index.d.ts +0 -0
  1303. /package/{dist/document-management → document-management}/server/api/index.js +0 -0
  1304. /package/{dist/document-management → document-management}/server/configure.d.ts +0 -0
  1305. /package/{dist/document-management → document-management}/server/configure.js +0 -0
  1306. /package/{dist/document-management → document-management}/server/drizzle/0000_ordinary_pretty_boy.sql +0 -0
  1307. /package/{dist/document-management → document-management}/server/drizzle/meta/0000_snapshot.json +0 -0
  1308. /package/{dist/document-management → document-management}/server/drizzle/meta/_journal.json +0 -0
  1309. /package/{dist/document-management → document-management}/server/drizzle.config.d.ts +0 -0
  1310. /package/{dist/document-management → document-management}/server/drizzle.config.js +0 -0
  1311. /package/{dist/document-management → document-management}/server/index.d.ts +0 -0
  1312. /package/{dist/document-management → document-management}/server/index.js +0 -0
  1313. /package/{dist/document-management → document-management}/server/module.d.ts +0 -0
  1314. /package/{dist/document-management → document-management}/server/module.js +0 -0
  1315. /package/{dist/document-management → document-management}/server/schemas.js +0 -0
  1316. /package/{dist/document-management → document-management}/server/services/document-category-type.service.d.ts +0 -0
  1317. /package/{dist/document-management → document-management}/server/services/document-category-type.service.js +0 -0
  1318. /package/{dist/document-management → document-management}/server/services/document-collection.service.d.ts +0 -0
  1319. /package/{dist/document-management → document-management}/server/services/document-collection.service.js +0 -0
  1320. /package/{dist/document-management → document-management}/server/services/document-file.service.d.ts +0 -0
  1321. /package/{dist/document-management → document-management}/server/services/document-file.service.js +0 -0
  1322. /package/{dist/document-management → document-management}/server/services/document-management-ai.service.d.ts +0 -0
  1323. /package/{dist/document-management → document-management}/server/services/document-management-ai.service.js +0 -0
  1324. /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.d.ts +0 -0
  1325. /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.js +0 -0
  1326. /package/{dist/document-management → document-management}/server/services/document-management-observation.service.d.ts +0 -0
  1327. /package/{dist/document-management → document-management}/server/services/document-management-observation.service.js +0 -0
  1328. /package/{dist/document-management → document-management}/server/services/document-management.service.d.ts +0 -0
  1329. /package/{dist/document-management → document-management}/server/services/document-management.service.js +0 -0
  1330. /package/{dist/document-management → document-management}/server/services/document-property.service.js +0 -0
  1331. /package/{dist/document-management → document-management}/server/services/document-request.service.d.ts +0 -0
  1332. /package/{dist/document-management → document-management}/server/services/document-request.service.js +0 -0
  1333. /package/{dist/document-management → document-management}/server/services/document-tag.service.d.ts +0 -0
  1334. /package/{dist/document-management → document-management}/server/services/document-tag.service.js +0 -0
  1335. /package/{dist/document-management → document-management}/server/services/document-validation.service.d.ts +0 -0
  1336. /package/{dist/document-management → document-management}/server/services/document-validation.service.js +0 -0
  1337. /package/{dist/document-management → document-management}/server/services/document-workflow.service.d.ts +0 -0
  1338. /package/{dist/document-management → document-management}/server/services/document-workflow.service.js +0 -0
  1339. /package/{dist/document-management → document-management}/server/services/document.service.d.ts +0 -0
  1340. /package/{dist/document-management → document-management}/server/services/document.service.js +0 -0
  1341. /package/{dist/document-management → document-management}/server/services/enum-type-key.d.ts +0 -0
  1342. /package/{dist/document-management → document-management}/server/services/enum-type-key.js +0 -0
  1343. /package/{dist/document-management → document-management}/server/services/index.d.ts +0 -0
  1344. /package/{dist/document-management → document-management}/server/services/index.js +0 -0
  1345. /package/{dist/document-management → document-management}/server/services/singleton.d.ts +0 -0
  1346. /package/{dist/document-management → document-management}/server/services/singleton.js +0 -0
  1347. /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.d.ts +0 -0
  1348. /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.js +0 -0
  1349. /package/{dist/document-management → document-management}/server/validators/index.d.ts +0 -0
  1350. /package/{dist/document-management → document-management}/server/validators/index.js +0 -0
  1351. /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.d.ts +0 -0
  1352. /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.js +0 -0
  1353. /package/{dist/document-management → document-management}/server/validators/validator.d.ts +0 -0
  1354. /package/{dist/document-management → document-management}/server/validators/validator.js +0 -0
  1355. /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.d.ts +0 -0
  1356. /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.js +0 -0
  1357. /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.d.ts +0 -0
  1358. /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.js +0 -0
  1359. /package/{dist/document-management → document-management}/service-models/document-folders.view-model.d.ts +0 -0
  1360. /package/{dist/document-management → document-management}/service-models/document-folders.view-model.js +0 -0
  1361. /package/{dist/document-management → document-management}/service-models/document-management.view-model.d.ts +0 -0
  1362. /package/{dist/document-management → document-management}/service-models/document-management.view-model.js +0 -0
  1363. /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.d.ts +0 -0
  1364. /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.js +0 -0
  1365. /package/{dist/document-management → document-management}/service-models/document.service-model.d.ts +0 -0
  1366. /package/{dist/document-management → document-management}/service-models/document.service-model.js +0 -0
  1367. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.d.ts +0 -0
  1368. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.js +0 -0
  1369. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.d.ts +0 -0
  1370. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.js +0 -0
  1371. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.d.ts +0 -0
  1372. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.js +0 -0
  1373. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.d.ts +0 -0
  1374. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.js +0 -0
  1375. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.d.ts +0 -0
  1376. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.js +0 -0
  1377. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.d.ts +0 -0
  1378. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.js +0 -0
  1379. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.d.ts +0 -0
  1380. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.js +0 -0
  1381. /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.d.ts +0 -0
  1382. /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.js +0 -0
  1383. /package/{dist/document-management → document-management}/service-models/enriched/enriched.d.ts +0 -0
  1384. /package/{dist/document-management → document-management}/service-models/enriched/enriched.js +0 -0
  1385. /package/{dist/document-management → document-management}/service-models/enriched/index.d.ts +0 -0
  1386. /package/{dist/document-management → document-management}/service-models/enriched/index.js +0 -0
  1387. /package/{dist/document-management → document-management}/service-models/index.d.ts +0 -0
  1388. /package/{dist/document-management → document-management}/service-models/index.js +0 -0
  1389. /package/{dist/document-management → document-management}/service-models/stats.view-model.d.ts +0 -0
  1390. /package/{dist/document-management → document-management}/service-models/stats.view-model.js +0 -0
  1391. /package/{dist/dom → dom}/file-download.d.ts +0 -0
  1392. /package/{dist/dom → dom}/file-download.js +0 -0
  1393. /package/{dist/dom → dom}/file-select-dialog.d.ts +0 -0
  1394. /package/{dist/dom → dom}/file-select-dialog.js +0 -0
  1395. /package/{dist/dom → dom}/index.d.ts +0 -0
  1396. /package/{dist/dom → dom}/index.js +0 -0
  1397. /package/{dist/dom → dom}/observation/index.d.ts +0 -0
  1398. /package/{dist/dom → dom}/observation/index.js +0 -0
  1399. /package/{dist/dom → dom}/observation/intersection-observer.d.ts +0 -0
  1400. /package/{dist/dom → dom}/observation/intersection-observer.js +0 -0
  1401. /package/{dist/dom → dom}/observation/media-query-observer.d.ts +0 -0
  1402. /package/{dist/dom → dom}/observation/media-query-observer.js +0 -0
  1403. /package/{dist/dom → dom}/observation/mutation-observer.d.ts +0 -0
  1404. /package/{dist/dom → dom}/observation/mutation-observer.js +0 -0
  1405. /package/{dist/dom → dom}/observation/performance-observer.d.ts +0 -0
  1406. /package/{dist/dom → dom}/observation/performance-observer.js +0 -0
  1407. /package/{dist/dom → dom}/observation/resize-observer.d.ts +0 -0
  1408. /package/{dist/dom → dom}/observation/resize-observer.js +0 -0
  1409. /package/{dist/dom → dom}/observation/touch-observer.d.ts +0 -0
  1410. /package/{dist/dom → dom}/observation/touch-observer.js +0 -0
  1411. /package/{dist/enumerable → enumerable}/async-enumerable.d.ts +0 -0
  1412. /package/{dist/enumerable → enumerable}/async-enumerable.js +0 -0
  1413. /package/{dist/enumerable → enumerable}/enumerable-methods.d.ts +0 -0
  1414. /package/{dist/enumerable → enumerable}/enumerable-methods.js +0 -0
  1415. /package/{dist/enumerable → enumerable}/enumerable.d.ts +0 -0
  1416. /package/{dist/enumerable → enumerable}/enumerable.js +0 -0
  1417. /package/{dist/enumerable → enumerable}/index.d.ts +0 -0
  1418. /package/{dist/enumerable → enumerable}/index.js +0 -0
  1419. /package/{dist/enumeration → enumeration}/enumeration.d.ts +0 -0
  1420. /package/{dist/enumeration → enumeration}/enumeration.js +0 -0
  1421. /package/{dist/enumeration → enumeration}/index.d.ts +0 -0
  1422. /package/{dist/enumeration → enumeration}/index.js +0 -0
  1423. /package/{dist/environment.d.ts → environment.d.ts} +0 -0
  1424. /package/{dist/environment.js → environment.js} +0 -0
  1425. /package/{dist/errors → errors}/api.error.d.ts +0 -0
  1426. /package/{dist/errors → errors}/api.error.js +0 -0
  1427. /package/{dist/errors → errors}/assertion.error.d.ts +0 -0
  1428. /package/{dist/errors → errors}/assertion.error.js +0 -0
  1429. /package/{dist/errors → errors}/bad-request.error.d.ts +0 -0
  1430. /package/{dist/errors → errors}/bad-request.error.js +0 -0
  1431. /package/{dist/errors → errors}/custom.error.d.ts +0 -0
  1432. /package/{dist/errors → errors}/custom.error.js +0 -0
  1433. /package/{dist/errors → errors}/details.error.d.ts +0 -0
  1434. /package/{dist/errors → errors}/details.error.js +0 -0
  1435. /package/{dist/errors → errors}/errors.localization.d.ts +0 -0
  1436. /package/{dist/errors → errors}/errors.localization.js +0 -0
  1437. /package/{dist/errors → errors}/forbidden.error.d.ts +0 -0
  1438. /package/{dist/errors → errors}/forbidden.error.js +0 -0
  1439. /package/{dist/errors → errors}/index.d.ts +0 -0
  1440. /package/{dist/errors → errors}/index.js +0 -0
  1441. /package/{dist/errors → errors}/invalid-credentials.error.d.ts +0 -0
  1442. /package/{dist/errors → errors}/invalid-credentials.error.js +0 -0
  1443. /package/{dist/errors → errors}/invalid-token.error.d.ts +0 -0
  1444. /package/{dist/errors → errors}/invalid-token.error.js +0 -0
  1445. /package/{dist/errors → errors}/max-bytes-exceeded.error.d.ts +0 -0
  1446. /package/{dist/errors → errors}/max-bytes-exceeded.error.js +0 -0
  1447. /package/{dist/errors → errors}/method-not-allowed.error.d.ts +0 -0
  1448. /package/{dist/errors → errors}/method-not-allowed.error.js +0 -0
  1449. /package/{dist/errors → errors}/multi.error.d.ts +0 -0
  1450. /package/{dist/errors → errors}/multi.error.js +0 -0
  1451. /package/{dist/errors → errors}/not-found.error.d.ts +0 -0
  1452. /package/{dist/errors → errors}/not-found.error.js +0 -0
  1453. /package/{dist/errors → errors}/not-implemented.error.d.ts +0 -0
  1454. /package/{dist/errors → errors}/not-implemented.error.js +0 -0
  1455. /package/{dist/errors → errors}/not-supported.error.d.ts +0 -0
  1456. /package/{dist/errors → errors}/not-supported.error.js +0 -0
  1457. /package/{dist/errors → errors}/timeout.error.d.ts +0 -0
  1458. /package/{dist/errors → errors}/timeout.error.js +0 -0
  1459. /package/{dist/errors → errors}/unauthorized.error.d.ts +0 -0
  1460. /package/{dist/errors → errors}/unauthorized.error.js +0 -0
  1461. /package/{dist/errors → errors}/unsupported-media-type.error.d.ts +0 -0
  1462. /package/{dist/errors → errors}/unsupported-media-type.error.js +0 -0
  1463. /package/{dist/errors → errors}/utils.d.ts +0 -0
  1464. /package/{dist/errors → errors}/utils.js +0 -0
  1465. /package/{dist/examples → examples}/api/authentication.d.ts +0 -0
  1466. /package/{dist/examples → examples}/api/authentication.js +0 -0
  1467. /package/{dist/examples → examples}/api/basic-overview.d.ts +0 -0
  1468. /package/{dist/examples → examples}/api/basic-overview.js +0 -0
  1469. /package/{dist/examples → examples}/api/custom-authentication.d.ts +0 -0
  1470. /package/{dist/examples → examples}/api/custom-authentication.js +0 -0
  1471. /package/{dist/examples → examples}/api/streaming.d.ts +0 -0
  1472. /package/{dist/examples → examples}/api/streaming.js +0 -0
  1473. /package/{dist/examples → examples}/browser/basic.d.ts +0 -0
  1474. /package/{dist/examples → examples}/browser/basic.js +0 -0
  1475. /package/{dist/examples → examples}/document-management/categories-and-types.d.ts +0 -0
  1476. /package/{dist/examples → examples}/document-management/categories-and-types.js +0 -0
  1477. /package/{dist/examples → examples}/document-management/main.d.ts +0 -0
  1478. /package/{dist/examples → examples}/document-management/main.js +0 -0
  1479. /package/{dist/examples → examples}/http/client.d.ts +0 -0
  1480. /package/{dist/examples → examples}/http/client.js +0 -0
  1481. /package/{dist/examples → examples}/mail/basic.d.ts +0 -0
  1482. /package/{dist/examples → examples}/mail/basic.js +0 -0
  1483. /package/{dist/examples → examples}/mail/templates/hello-name.d.ts +0 -0
  1484. /package/{dist/examples → examples}/mail/templates/hello-name.js +0 -0
  1485. /package/{dist/examples → examples}/pdf/basic.d.ts +0 -0
  1486. /package/{dist/examples → examples}/pdf/basic.js +0 -0
  1487. /package/{dist/examples → examples}/pdf/templates/hello-name.d.ts +0 -0
  1488. /package/{dist/examples → examples}/pdf/templates/hello-name.js +0 -0
  1489. /package/{dist/examples → examples}/reflection/basic.d.ts +0 -0
  1490. /package/{dist/examples → examples}/reflection/basic.js +0 -0
  1491. /package/{dist/examples → examples}/template/basic.d.ts +0 -0
  1492. /package/{dist/examples → examples}/template/basic.js +0 -0
  1493. /package/{dist/examples → examples}/template/templates/hello-jsx.d.ts +0 -0
  1494. /package/{dist/examples → examples}/template/templates/hello-jsx.js +0 -0
  1495. /package/{dist/examples → examples}/template/templates/hello-name.d.ts +0 -0
  1496. /package/{dist/examples → examples}/template/templates/hello-name.js +0 -0
  1497. /package/{dist/file → file}/index.d.ts +0 -0
  1498. /package/{dist/file → file}/index.js +0 -0
  1499. /package/{dist/file → file}/mime-type.d.ts +0 -0
  1500. /package/{dist/file → file}/mime-type.js +0 -0
  1501. /package/{dist/file → file}/mime-types.d.ts +0 -0
  1502. /package/{dist/file → file}/mime-types.js +0 -0
  1503. /package/{dist/file → file}/server/index.d.ts +0 -0
  1504. /package/{dist/file → file}/server/index.js +0 -0
  1505. /package/{dist/file → file}/server/temporary-file.d.ts +0 -0
  1506. /package/{dist/file → file}/server/temporary-file.js +0 -0
  1507. /package/{dist/formats → formats}/formats.d.ts +0 -0
  1508. /package/{dist/formats → formats}/formats.js +0 -0
  1509. /package/{dist/formats → formats}/index.d.ts +0 -0
  1510. /package/{dist/formats → formats}/index.js +0 -0
  1511. /package/{dist/function → function}/index.d.ts +0 -0
  1512. /package/{dist/function → function}/index.js +0 -0
  1513. /package/{dist/function → function}/log.d.ts +0 -0
  1514. /package/{dist/function → function}/log.js +0 -0
  1515. /package/{dist/http → http}/client/adapters/undici.adapter.d.ts +0 -0
  1516. /package/{dist/http → http}/client/adapters/undici.adapter.js +0 -0
  1517. /package/{dist/http → http}/client/http-client-options.d.ts +0 -0
  1518. /package/{dist/http → http}/client/http-client-options.js +0 -0
  1519. /package/{dist/http → http}/client/http-client-request.d.ts +0 -0
  1520. /package/{dist/http → http}/client/http-client-request.js +0 -0
  1521. /package/{dist/http → http}/client/http-client-response.d.ts +0 -0
  1522. /package/{dist/http → http}/client/http-client-response.js +0 -0
  1523. /package/{dist/http → http}/client/http-client.adapter.d.ts +0 -0
  1524. /package/{dist/http → http}/client/http-client.adapter.js +0 -0
  1525. /package/{dist/http → http}/client/http-client.d.ts +0 -0
  1526. /package/{dist/http → http}/client/http-client.js +0 -0
  1527. /package/{dist/http → http}/client/index.d.ts +0 -0
  1528. /package/{dist/http → http}/client/index.js +0 -0
  1529. /package/{dist/http → http}/client/middleware.d.ts +0 -0
  1530. /package/{dist/http → http}/client/middleware.js +0 -0
  1531. /package/{dist/http → http}/client/module.d.ts +0 -0
  1532. /package/{dist/http → http}/client/module.js +0 -0
  1533. /package/{dist/http → http}/client/tokens.d.ts +0 -0
  1534. /package/{dist/http → http}/client/tokens.js +0 -0
  1535. /package/{dist/http → http}/cookie-parser.d.ts +0 -0
  1536. /package/{dist/http → http}/cookie-parser.js +0 -0
  1537. /package/{dist/http → http}/http-body.d.ts +0 -0
  1538. /package/{dist/http → http}/http-body.js +0 -0
  1539. /package/{dist/http → http}/http-form.d.ts +0 -0
  1540. /package/{dist/http → http}/http-form.js +0 -0
  1541. /package/{dist/http → http}/http-headers.d.ts +0 -0
  1542. /package/{dist/http → http}/http-headers.js +0 -0
  1543. /package/{dist/http → http}/http-query.d.ts +0 -0
  1544. /package/{dist/http → http}/http-query.js +0 -0
  1545. /package/{dist/http → http}/http-url-parameters.d.ts +0 -0
  1546. /package/{dist/http → http}/http-url-parameters.js +0 -0
  1547. /package/{dist/http → http}/http-value-map.d.ts +0 -0
  1548. /package/{dist/http → http}/http-value-map.js +0 -0
  1549. /package/{dist/http → http}/http.error.d.ts +0 -0
  1550. /package/{dist/http → http}/http.error.js +0 -0
  1551. /package/{dist/http → http}/index.d.ts +0 -0
  1552. /package/{dist/http → http}/index.js +0 -0
  1553. /package/{dist/http → http}/server/http-server-request.d.ts +0 -0
  1554. /package/{dist/http → http}/server/http-server-request.js +0 -0
  1555. /package/{dist/http → http}/server/http-server-response.d.ts +0 -0
  1556. /package/{dist/http → http}/server/http-server-response.js +0 -0
  1557. /package/{dist/http → http}/server/http-server.d.ts +0 -0
  1558. /package/{dist/http → http}/server/http-server.js +0 -0
  1559. /package/{dist/http → http}/server/index.d.ts +0 -0
  1560. /package/{dist/http → http}/server/index.js +0 -0
  1561. /package/{dist/http → http}/server/node/index.d.ts +0 -0
  1562. /package/{dist/http → http}/server/node/index.js +0 -0
  1563. /package/{dist/http → http}/server/node/module.d.ts +0 -0
  1564. /package/{dist/http → http}/server/node/module.js +0 -0
  1565. /package/{dist/http → http}/server/node/node-http-server.d.ts +0 -0
  1566. /package/{dist/http → http}/server/node/node-http-server.js +0 -0
  1567. /package/{dist/http → http}/tokens.d.ts +0 -0
  1568. /package/{dist/http → http}/tokens.js +0 -0
  1569. /package/{dist/http → http}/types.d.ts +0 -0
  1570. /package/{dist/http → http}/types.js +0 -0
  1571. /package/{dist/http → http}/utils.d.ts +0 -0
  1572. /package/{dist/http → http}/utils.js +0 -0
  1573. /package/{dist/image-service → image-service}/image-service.d.ts +0 -0
  1574. /package/{dist/image-service → image-service}/image-service.js +0 -0
  1575. /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.d.ts +0 -0
  1576. /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.js +0 -0
  1577. /package/{dist/image-service → image-service}/imgproxy/index.d.ts +0 -0
  1578. /package/{dist/image-service → image-service}/imgproxy/index.js +0 -0
  1579. /package/{dist/image-service → image-service}/index.d.ts +0 -0
  1580. /package/{dist/image-service → image-service}/index.js +0 -0
  1581. /package/{dist/import.d.ts → import.d.ts} +0 -0
  1582. /package/{dist/import.js → import.js} +0 -0
  1583. /package/{dist/index.d.ts → index.d.ts} +0 -0
  1584. /package/{dist/index.js → index.js} +0 -0
  1585. /package/{dist/injector → injector}/decorators.d.ts +0 -0
  1586. /package/{dist/injector → injector}/decorators.js +0 -0
  1587. /package/{dist/injector → injector}/index.d.ts +0 -0
  1588. /package/{dist/injector → injector}/index.js +0 -0
  1589. /package/{dist/injector → injector}/inject.d.ts +0 -0
  1590. /package/{dist/injector → injector}/inject.js +0 -0
  1591. /package/{dist/injector → injector}/injector.d.ts +0 -0
  1592. /package/{dist/injector → injector}/injector.js +0 -0
  1593. /package/{dist/injector → injector}/interfaces.d.ts +0 -0
  1594. /package/{dist/injector → injector}/interfaces.js +0 -0
  1595. /package/{dist/injector → injector}/provider.d.ts +0 -0
  1596. /package/{dist/injector → injector}/provider.js +0 -0
  1597. /package/{dist/injector → injector}/registration.error.d.ts +0 -0
  1598. /package/{dist/injector → injector}/registration.error.js +0 -0
  1599. /package/{dist/injector → injector}/resolution.d.ts +0 -0
  1600. /package/{dist/injector → injector}/resolution.js +0 -0
  1601. /package/{dist/injector → injector}/resolve-chain.d.ts +0 -0
  1602. /package/{dist/injector → injector}/resolve-chain.js +0 -0
  1603. /package/{dist/injector → injector}/resolve.error.d.ts +0 -0
  1604. /package/{dist/injector → injector}/resolve.error.js +0 -0
  1605. /package/{dist/injector → injector}/symbols.d.ts +0 -0
  1606. /package/{dist/injector → injector}/symbols.js +0 -0
  1607. /package/{dist/injector → injector}/token.d.ts +0 -0
  1608. /package/{dist/injector → injector}/token.js +0 -0
  1609. /package/{dist/injector → injector}/type-info.d.ts +0 -0
  1610. /package/{dist/injector → injector}/type-info.js +0 -0
  1611. /package/{dist/injector → injector}/types.d.ts +0 -0
  1612. /package/{dist/injector → injector}/types.js +0 -0
  1613. /package/{dist/interfaces.d.ts → interfaces.d.ts} +0 -0
  1614. /package/{dist/interfaces.js → interfaces.js} +0 -0
  1615. /package/{dist/intl → intl}/index.d.ts +0 -0
  1616. /package/{dist/intl → intl}/index.js +0 -0
  1617. /package/{dist/intl → intl}/number-parser.d.ts +0 -0
  1618. /package/{dist/intl → intl}/number-parser.js +0 -0
  1619. /package/{dist/json-path → json-path}/index.d.ts +0 -0
  1620. /package/{dist/json-path → json-path}/index.js +0 -0
  1621. /package/{dist/json-path → json-path}/json-path.d.ts +0 -0
  1622. /package/{dist/json-path → json-path}/json-path.js +0 -0
  1623. /package/{dist/jsx → jsx}/index.d.ts +0 -0
  1624. /package/{dist/jsx → jsx}/index.js +0 -0
  1625. /package/{dist/jsx → jsx}/is-component-class.d.ts +0 -0
  1626. /package/{dist/jsx → jsx}/is-component-class.js +0 -0
  1627. /package/{dist/jsx → jsx}/render-to-string.d.ts +0 -0
  1628. /package/{dist/jsx → jsx}/render-to-string.js +0 -0
  1629. /package/{dist/key-value-store → key-value-store}/index.d.ts +0 -0
  1630. /package/{dist/key-value-store → key-value-store}/index.js +0 -0
  1631. /package/{dist/key-value-store → key-value-store}/key-value-store.provider.d.ts +0 -0
  1632. /package/{dist/key-value-store → key-value-store}/key-value-store.provider.js +0 -0
  1633. /package/{dist/key-value-store → key-value-store}/key-value.store.d.ts +0 -0
  1634. /package/{dist/key-value-store → key-value-store}/key-value.store.js +0 -0
  1635. /package/{dist/key-value-store → key-value-store}/postgres/drizzle/0000_shocking_slipstream.sql +0 -0
  1636. /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/0000_snapshot.json +0 -0
  1637. /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/_journal.json +0 -0
  1638. /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.d.ts +0 -0
  1639. /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.js +0 -0
  1640. /package/{dist/key-value-store → key-value-store}/postgres/index.d.ts +0 -0
  1641. /package/{dist/key-value-store → key-value-store}/postgres/index.js +0 -0
  1642. /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.d.ts +0 -0
  1643. /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.js +0 -0
  1644. /package/{dist/key-value-store → key-value-store}/postgres/models/index.d.ts +0 -0
  1645. /package/{dist/key-value-store → key-value-store}/postgres/models/index.js +0 -0
  1646. /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.d.ts +0 -0
  1647. /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.js +0 -0
  1648. /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.d.ts +0 -0
  1649. /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.js +0 -0
  1650. /package/{dist/key-value-store → key-value-store}/postgres/module.d.ts +0 -0
  1651. /package/{dist/key-value-store → key-value-store}/postgres/module.js +0 -0
  1652. /package/{dist/lock → lock}/index.d.ts +0 -0
  1653. /package/{dist/lock → lock}/index.js +0 -0
  1654. /package/{dist/lock → lock}/lock.d.ts +0 -0
  1655. /package/{dist/lock → lock}/lock.js +0 -0
  1656. /package/{dist/lock → lock}/postgres/drizzle/0000_busy_tattoo.sql +0 -0
  1657. /package/{dist/lock → lock}/postgres/drizzle/meta/0000_snapshot.json +0 -0
  1658. /package/{dist/lock → lock}/postgres/drizzle/meta/_journal.json +0 -0
  1659. /package/{dist/lock → lock}/postgres/drizzle.config.d.ts +0 -0
  1660. /package/{dist/lock → lock}/postgres/drizzle.config.js +0 -0
  1661. /package/{dist/lock → lock}/postgres/index.d.ts +0 -0
  1662. /package/{dist/lock → lock}/postgres/index.js +0 -0
  1663. /package/{dist/lock → lock}/postgres/lock.d.ts +0 -0
  1664. /package/{dist/lock → lock}/postgres/lock.js +0 -0
  1665. /package/{dist/lock → lock}/postgres/models/index.d.ts +0 -0
  1666. /package/{dist/lock → lock}/postgres/models/index.js +0 -0
  1667. /package/{dist/lock → lock}/postgres/models/lock.model.d.ts +0 -0
  1668. /package/{dist/lock → lock}/postgres/models/lock.model.js +0 -0
  1669. /package/{dist/lock → lock}/postgres/models/schemas.d.ts +0 -0
  1670. /package/{dist/lock → lock}/postgres/models/schemas.js +0 -0
  1671. /package/{dist/lock → lock}/postgres/module.d.ts +0 -0
  1672. /package/{dist/lock → lock}/postgres/module.js +0 -0
  1673. /package/{dist/lock → lock}/postgres/provider.d.ts +0 -0
  1674. /package/{dist/lock → lock}/postgres/provider.js +0 -0
  1675. /package/{dist/lock → lock}/provider.d.ts +0 -0
  1676. /package/{dist/lock → lock}/provider.js +0 -0
  1677. /package/{dist/lock → lock}/web/index.d.ts +0 -0
  1678. /package/{dist/lock → lock}/web/index.js +0 -0
  1679. /package/{dist/lock → lock}/web/module.d.ts +0 -0
  1680. /package/{dist/lock → lock}/web/module.js +0 -0
  1681. /package/{dist/lock → lock}/web/web-lock.d.ts +0 -0
  1682. /package/{dist/lock → lock}/web/web-lock.js +0 -0
  1683. /package/{dist/lock → lock}/web/web-lock.provider.d.ts +0 -0
  1684. /package/{dist/lock → lock}/web/web-lock.provider.js +0 -0
  1685. /package/{dist/logger → logger}/formatter.d.ts +0 -0
  1686. /package/{dist/logger → logger}/formatter.js +0 -0
  1687. /package/{dist/logger → logger}/formatters/index.d.ts +0 -0
  1688. /package/{dist/logger → logger}/formatters/index.js +0 -0
  1689. /package/{dist/logger → logger}/formatters/json.d.ts +0 -0
  1690. /package/{dist/logger → logger}/formatters/json.js +0 -0
  1691. /package/{dist/logger → logger}/formatters/pretty-print.d.ts +0 -0
  1692. /package/{dist/logger → logger}/formatters/pretty-print.js +0 -0
  1693. /package/{dist/logger → logger}/index.d.ts +0 -0
  1694. /package/{dist/logger → logger}/index.js +0 -0
  1695. /package/{dist/logger → logger}/level.d.ts +0 -0
  1696. /package/{dist/logger → logger}/level.js +0 -0
  1697. /package/{dist/logger → logger}/logger.d.ts +0 -0
  1698. /package/{dist/logger → logger}/logger.js +0 -0
  1699. /package/{dist/logger → logger}/manager.d.ts +0 -0
  1700. /package/{dist/logger → logger}/manager.js +0 -0
  1701. /package/{dist/logger → logger}/tokens.d.ts +0 -0
  1702. /package/{dist/logger → logger}/tokens.js +0 -0
  1703. /package/{dist/logger → logger}/transport.d.ts +0 -0
  1704. /package/{dist/logger → logger}/transport.js +0 -0
  1705. /package/{dist/logger → logger}/transports/console.d.ts +0 -0
  1706. /package/{dist/logger → logger}/transports/console.js +0 -0
  1707. /package/{dist/logger → logger}/transports/index.d.ts +0 -0
  1708. /package/{dist/logger → logger}/transports/index.js +0 -0
  1709. /package/{dist/mail → mail}/clients/index.d.ts +0 -0
  1710. /package/{dist/mail → mail}/clients/index.js +0 -0
  1711. /package/{dist/mail → mail}/clients/nodemailer.mail-client.d.ts +0 -0
  1712. /package/{dist/mail → mail}/clients/nodemailer.mail-client.js +0 -0
  1713. /package/{dist/mail → mail}/drizzle/0000_previous_malcolm_colcord.sql +0 -0
  1714. /package/{dist/mail → mail}/drizzle/0001_flimsy_bloodscream.sql +0 -0
  1715. /package/{dist/mail → mail}/drizzle/meta/0000_snapshot.json +0 -0
  1716. /package/{dist/mail → mail}/drizzle/meta/0001_snapshot.json +0 -0
  1717. /package/{dist/mail → mail}/drizzle/meta/_journal.json +0 -0
  1718. /package/{dist/mail → mail}/drizzle.config.d.ts +0 -0
  1719. /package/{dist/mail → mail}/drizzle.config.js +0 -0
  1720. /package/{dist/mail → mail}/index.d.ts +0 -0
  1721. /package/{dist/mail → mail}/index.js +0 -0
  1722. /package/{dist/mail → mail}/mail.client.d.ts +0 -0
  1723. /package/{dist/mail → mail}/mail.client.js +0 -0
  1724. /package/{dist/mail → mail}/mail.service.d.ts +0 -0
  1725. /package/{dist/mail → mail}/mail.service.js +0 -0
  1726. /package/{dist/mail → mail}/models/index.d.ts +0 -0
  1727. /package/{dist/mail → mail}/models/index.js +0 -0
  1728. /package/{dist/mail → mail}/models/mail-address.model.d.ts +0 -0
  1729. /package/{dist/mail → mail}/models/mail-address.model.js +0 -0
  1730. /package/{dist/mail → mail}/models/mail-content.model.d.ts +0 -0
  1731. /package/{dist/mail → mail}/models/mail-content.model.js +0 -0
  1732. /package/{dist/mail → mail}/models/mail-data.model.d.ts +0 -0
  1733. /package/{dist/mail → mail}/models/mail-data.model.js +0 -0
  1734. /package/{dist/mail → mail}/models/mail-log.model.d.ts +0 -0
  1735. /package/{dist/mail → mail}/models/mail-log.model.js +0 -0
  1736. /package/{dist/mail → mail}/models/mail-send-result.model.d.ts +0 -0
  1737. /package/{dist/mail → mail}/models/mail-send-result.model.js +0 -0
  1738. /package/{dist/mail → mail}/models/mail-template.model.d.ts +0 -0
  1739. /package/{dist/mail → mail}/models/mail-template.model.js +0 -0
  1740. /package/{dist/mail → mail}/models/schemas.d.ts +0 -0
  1741. /package/{dist/mail → mail}/models/schemas.js +0 -0
  1742. /package/{dist/mail → mail}/module.d.ts +0 -0
  1743. /package/{dist/mail → mail}/module.js +0 -0
  1744. /package/{dist/mail → mail}/tokens.d.ts +0 -0
  1745. /package/{dist/mail → mail}/tokens.js +0 -0
  1746. /package/{dist/memory → memory}/finalization.d.ts +0 -0
  1747. /package/{dist/memory → memory}/finalization.js +0 -0
  1748. /package/{dist/memory → memory}/index.d.ts +0 -0
  1749. /package/{dist/memory → memory}/index.js +0 -0
  1750. /package/{dist/memory → memory}/observable-finalization-registry.d.ts +0 -0
  1751. /package/{dist/memory → memory}/observable-finalization-registry.js +0 -0
  1752. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.d.ts +0 -0
  1753. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.js +0 -0
  1754. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.d.ts +0 -0
  1755. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.js +0 -0
  1756. /package/{dist/message-bus → message-bus}/broadcast-channel/index.d.ts +0 -0
  1757. /package/{dist/message-bus → message-bus}/broadcast-channel/index.js +0 -0
  1758. /package/{dist/message-bus → message-bus}/broadcast-channel/module.d.ts +0 -0
  1759. /package/{dist/message-bus → message-bus}/broadcast-channel/module.js +0 -0
  1760. /package/{dist/message-bus → message-bus}/index.d.ts +0 -0
  1761. /package/{dist/message-bus → message-bus}/index.js +0 -0
  1762. /package/{dist/message-bus → message-bus}/local/index.d.ts +0 -0
  1763. /package/{dist/message-bus → message-bus}/local/index.js +0 -0
  1764. /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.d.ts +0 -0
  1765. /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.js +0 -0
  1766. /package/{dist/message-bus → message-bus}/local/local-message-bus.d.ts +0 -0
  1767. /package/{dist/message-bus → message-bus}/local/local-message-bus.js +0 -0
  1768. /package/{dist/message-bus → message-bus}/local/module.d.ts +0 -0
  1769. /package/{dist/message-bus → message-bus}/local/module.js +0 -0
  1770. /package/{dist/message-bus → message-bus}/local/types.d.ts +0 -0
  1771. /package/{dist/message-bus → message-bus}/local/types.js +0 -0
  1772. /package/{dist/message-bus → message-bus}/message-bus-base.d.ts +0 -0
  1773. /package/{dist/message-bus → message-bus}/message-bus-base.js +0 -0
  1774. /package/{dist/message-bus → message-bus}/message-bus-provider.d.ts +0 -0
  1775. /package/{dist/message-bus → message-bus}/message-bus-provider.js +0 -0
  1776. /package/{dist/message-bus → message-bus}/message-bus.d.ts +0 -0
  1777. /package/{dist/message-bus → message-bus}/message-bus.js +0 -0
  1778. /package/{dist/module → module}/index.d.ts +0 -0
  1779. /package/{dist/module → module}/index.js +0 -0
  1780. /package/{dist/module → module}/module.d.ts +0 -0
  1781. /package/{dist/module → module}/module.js +0 -0
  1782. /package/{dist/module → module}/modules/function.module.d.ts +0 -0
  1783. /package/{dist/module → module}/modules/function.module.js +0 -0
  1784. /package/{dist/module → module}/modules/index.d.ts +0 -0
  1785. /package/{dist/module → module}/modules/index.js +0 -0
  1786. /package/{dist/module → module}/modules/web-server.module.d.ts +0 -0
  1787. /package/{dist/module → module}/modules/web-server.module.js +0 -0
  1788. /package/{dist/object-storage → object-storage}/index.d.ts +0 -0
  1789. /package/{dist/object-storage → object-storage}/index.js +0 -0
  1790. /package/{dist/object-storage → object-storage}/object-storage-provider.d.ts +0 -0
  1791. /package/{dist/object-storage → object-storage}/object-storage-provider.js +0 -0
  1792. /package/{dist/object-storage → object-storage}/object-storage.d.ts +0 -0
  1793. /package/{dist/object-storage → object-storage}/object-storage.js +0 -0
  1794. /package/{dist/object-storage → object-storage}/object.d.ts +0 -0
  1795. /package/{dist/object-storage → object-storage}/object.js +0 -0
  1796. /package/{dist/object-storage → object-storage}/s3/index.d.ts +0 -0
  1797. /package/{dist/object-storage → object-storage}/s3/index.js +0 -0
  1798. /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.d.ts +0 -0
  1799. /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.js +0 -0
  1800. /package/{dist/object-storage → object-storage}/s3/s3.object-storage.d.ts +0 -0
  1801. /package/{dist/object-storage → object-storage}/s3/s3.object-storage.js +0 -0
  1802. /package/{dist/object-storage → object-storage}/s3/s3.object.d.ts +0 -0
  1803. /package/{dist/object-storage → object-storage}/s3/s3.object.js +0 -0
  1804. /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.d.ts +0 -0
  1805. /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.js +0 -0
  1806. /package/{dist/openid-connect → openid-connect}/index.d.ts +0 -0
  1807. /package/{dist/openid-connect → openid-connect}/index.js +0 -0
  1808. /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.d.ts +0 -0
  1809. /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.js +0 -0
  1810. /package/{dist/openid-connect → openid-connect}/oidc-state.model.d.ts +0 -0
  1811. /package/{dist/openid-connect → openid-connect}/oidc-state.model.js +0 -0
  1812. /package/{dist/openid-connect → openid-connect}/oidc.service-model.d.ts +0 -0
  1813. /package/{dist/openid-connect → openid-connect}/oidc.service-model.js +0 -0
  1814. /package/{dist/openid-connect → openid-connect}/oidc.service.d.ts +0 -0
  1815. /package/{dist/openid-connect → openid-connect}/oidc.service.js +0 -0
  1816. /package/{dist/orm → orm}/data-types/bytea.d.ts +0 -0
  1817. /package/{dist/orm → orm}/data-types/bytea.js +0 -0
  1818. /package/{dist/orm → orm}/data-types/common.d.ts +0 -0
  1819. /package/{dist/orm → orm}/data-types/common.js +0 -0
  1820. /package/{dist/orm → orm}/data-types/index.d.ts +0 -0
  1821. /package/{dist/orm → orm}/data-types/index.js +0 -0
  1822. /package/{dist/orm → orm}/data-types/numeric-date.d.ts +0 -0
  1823. /package/{dist/orm → orm}/data-types/numeric-date.js +0 -0
  1824. /package/{dist/orm → orm}/data-types/timestamp.d.ts +0 -0
  1825. /package/{dist/orm → orm}/data-types/timestamp.js +0 -0
  1826. /package/{dist/orm → orm}/data-types/tsvector.d.ts +0 -0
  1827. /package/{dist/orm → orm}/data-types/tsvector.js +0 -0
  1828. /package/{dist/orm → orm}/decorators.d.ts +0 -0
  1829. /package/{dist/orm → orm}/decorators.js +0 -0
  1830. /package/{dist/orm → orm}/entity.d.ts +0 -0
  1831. /package/{dist/orm → orm}/entity.js +0 -0
  1832. /package/{dist/orm → orm}/index.d.ts +0 -0
  1833. /package/{dist/orm → orm}/index.js +0 -0
  1834. /package/{dist/orm → orm}/query/base.d.ts +0 -0
  1835. /package/{dist/orm → orm}/query/base.js +0 -0
  1836. /package/{dist/orm → orm}/query/index.d.ts +0 -0
  1837. /package/{dist/orm → orm}/query/index.js +0 -0
  1838. /package/{dist/orm → orm}/query/parade.d.ts +0 -0
  1839. /package/{dist/orm → orm}/query/parade.js +0 -0
  1840. /package/{dist/orm → orm}/repository.types.d.ts +0 -0
  1841. /package/{dist/orm → orm}/repository.types.js +0 -0
  1842. /package/{dist/orm → orm}/schemas/index.d.ts +0 -0
  1843. /package/{dist/orm → orm}/schemas/index.js +0 -0
  1844. /package/{dist/orm → orm}/schemas/json.d.ts +0 -0
  1845. /package/{dist/orm → orm}/schemas/json.js +0 -0
  1846. /package/{dist/orm → orm}/schemas/numeric-date.d.ts +0 -0
  1847. /package/{dist/orm → orm}/schemas/numeric-date.js +0 -0
  1848. /package/{dist/orm → orm}/schemas/numeric.d.ts +0 -0
  1849. /package/{dist/orm → orm}/schemas/numeric.js +0 -0
  1850. /package/{dist/orm → orm}/schemas/timestamp.d.ts +0 -0
  1851. /package/{dist/orm → orm}/schemas/timestamp.js +0 -0
  1852. /package/{dist/orm → orm}/schemas/tsvector.d.ts +0 -0
  1853. /package/{dist/orm → orm}/schemas/tsvector.js +0 -0
  1854. /package/{dist/orm → orm}/schemas/uuid.d.ts +0 -0
  1855. /package/{dist/orm → orm}/schemas/uuid.js +0 -0
  1856. /package/{dist/orm → orm}/server/database-schema.d.ts +0 -0
  1857. /package/{dist/orm → orm}/server/database-schema.js +0 -0
  1858. /package/{dist/orm → orm}/server/database.d.ts +0 -0
  1859. /package/{dist/orm → orm}/server/database.js +0 -0
  1860. /package/{dist/orm → orm}/server/drizzle/index.d.ts +0 -0
  1861. /package/{dist/orm → orm}/server/drizzle/index.js +0 -0
  1862. /package/{dist/orm → orm}/server/drizzle/schema-converter.d.ts +0 -0
  1863. /package/{dist/orm → orm}/server/drizzle/schema-converter.js +0 -0
  1864. /package/{dist/orm → orm}/server/encryption.d.ts +0 -0
  1865. /package/{dist/orm → orm}/server/encryption.js +0 -0
  1866. /package/{dist/orm → orm}/server/index.d.ts +0 -0
  1867. /package/{dist/orm → orm}/server/index.js +0 -0
  1868. /package/{dist/orm → orm}/server/module.d.ts +0 -0
  1869. /package/{dist/orm → orm}/server/module.js +0 -0
  1870. /package/{dist/orm → orm}/server/query-converter.d.ts +0 -0
  1871. /package/{dist/orm → orm}/server/query-converter.js +0 -0
  1872. /package/{dist/orm → orm}/server/repository.d.ts +0 -0
  1873. /package/{dist/orm → orm}/server/repository.js +0 -0
  1874. /package/{dist/orm → orm}/server/tokens.d.ts +0 -0
  1875. /package/{dist/orm → orm}/server/tokens.js +0 -0
  1876. /package/{dist/orm → orm}/server/transaction.d.ts +0 -0
  1877. /package/{dist/orm → orm}/server/transaction.js +0 -0
  1878. /package/{dist/orm → orm}/server/transactional.d.ts +0 -0
  1879. /package/{dist/orm → orm}/server/transactional.js +0 -0
  1880. /package/{dist/orm → orm}/server/types.d.ts +0 -0
  1881. /package/{dist/orm → orm}/server/types.js +0 -0
  1882. /package/{dist/orm → orm}/sqls.d.ts +0 -0
  1883. /package/{dist/orm → orm}/sqls.js +0 -0
  1884. /package/{dist/orm → orm}/types.d.ts +0 -0
  1885. /package/{dist/orm → orm}/types.js +0 -0
  1886. /package/{dist/orm → orm}/utils.d.ts +0 -0
  1887. /package/{dist/orm → orm}/utils.js +0 -0
  1888. /package/{dist/password → password}/have-i-been-pwned.d.ts +0 -0
  1889. /package/{dist/password → password}/have-i-been-pwned.js +0 -0
  1890. /package/{dist/password → password}/index.d.ts +0 -0
  1891. /package/{dist/password → password}/index.js +0 -0
  1892. /package/{dist/password → password}/password-check-result.model.d.ts +0 -0
  1893. /package/{dist/password → password}/password-check-result.model.js +0 -0
  1894. /package/{dist/password → password}/password-check.d.ts +0 -0
  1895. /package/{dist/password → password}/password-check.js +0 -0
  1896. /package/{dist/password → password}/password-check.localization.d.ts +0 -0
  1897. /package/{dist/password → password}/password-check.localization.js +0 -0
  1898. /package/{dist/pdf → pdf}/index.d.ts +0 -0
  1899. /package/{dist/pdf → pdf}/index.js +0 -0
  1900. /package/{dist/pdf → pdf}/pdf.service.d.ts +0 -0
  1901. /package/{dist/pdf → pdf}/pdf.service.js +0 -0
  1902. /package/{dist/pdf → pdf}/utils.d.ts +0 -0
  1903. /package/{dist/pdf → pdf}/utils.js +0 -0
  1904. /package/{dist/polyfills.d.ts → polyfills.d.ts} +0 -0
  1905. /package/{dist/polyfills.js → polyfills.js} +0 -0
  1906. /package/{dist/pool → pool}/index.d.ts +0 -0
  1907. /package/{dist/pool → pool}/index.js +0 -0
  1908. /package/{dist/pool → pool}/pool.d.ts +0 -0
  1909. /package/{dist/pool → pool}/pool.js +0 -0
  1910. /package/{dist/process → process}/index.d.ts +0 -0
  1911. /package/{dist/process → process}/index.js +0 -0
  1912. /package/{dist/process → process}/spawn.d.ts +0 -0
  1913. /package/{dist/process → process}/spawn.js +0 -0
  1914. /package/{dist/promise → promise}/cancelable-promise.d.ts +0 -0
  1915. /package/{dist/promise → promise}/cancelable-promise.js +0 -0
  1916. /package/{dist/promise → promise}/custom-promise.d.ts +0 -0
  1917. /package/{dist/promise → promise}/custom-promise.js +0 -0
  1918. /package/{dist/promise → promise}/deferred-promise.d.ts +0 -0
  1919. /package/{dist/promise → promise}/deferred-promise.js +0 -0
  1920. /package/{dist/promise → promise}/index.d.ts +0 -0
  1921. /package/{dist/promise → promise}/index.js +0 -0
  1922. /package/{dist/promise → promise}/lazy-promise.d.ts +0 -0
  1923. /package/{dist/promise → promise}/lazy-promise.js +0 -0
  1924. /package/{dist/promise → promise}/types.d.ts +0 -0
  1925. /package/{dist/promise → promise}/types.js +0 -0
  1926. /package/{dist/queue → queue}/enqueue-batch.d.ts +0 -0
  1927. /package/{dist/queue → queue}/enqueue-batch.js +0 -0
  1928. /package/{dist/queue → queue}/index.d.ts +0 -0
  1929. /package/{dist/queue → queue}/index.js +0 -0
  1930. /package/{dist/queue → queue}/postgres/drizzle/0000_zippy_moondragon.sql +0 -0
  1931. /package/{dist/queue → queue}/postgres/drizzle/0001_certain_wild_pack.sql +0 -0
  1932. /package/{dist/queue → queue}/postgres/drizzle/0002_dear_meggan.sql +0 -0
  1933. /package/{dist/queue → queue}/postgres/drizzle/meta/0000_snapshot.json +0 -0
  1934. /package/{dist/queue → queue}/postgres/drizzle/meta/0001_snapshot.json +0 -0
  1935. /package/{dist/queue → queue}/postgres/drizzle/meta/0002_snapshot.json +0 -0
  1936. /package/{dist/queue → queue}/postgres/drizzle/meta/_journal.json +0 -0
  1937. /package/{dist/queue → queue}/postgres/drizzle.config.d.ts +0 -0
  1938. /package/{dist/queue → queue}/postgres/drizzle.config.js +0 -0
  1939. /package/{dist/queue → queue}/postgres/index.d.ts +0 -0
  1940. /package/{dist/queue → queue}/postgres/index.js +0 -0
  1941. /package/{dist/queue → queue}/postgres/job.model.d.ts +0 -0
  1942. /package/{dist/queue → queue}/postgres/job.model.js +0 -0
  1943. /package/{dist/queue → queue}/postgres/module.d.ts +0 -0
  1944. /package/{dist/queue → queue}/postgres/module.js +0 -0
  1945. /package/{dist/queue → queue}/postgres/queue.d.ts +0 -0
  1946. /package/{dist/queue → queue}/postgres/queue.js +0 -0
  1947. /package/{dist/queue → queue}/postgres/queue.provider.d.ts +0 -0
  1948. /package/{dist/queue → queue}/postgres/queue.provider.js +0 -0
  1949. /package/{dist/queue → queue}/postgres/schemas.d.ts +0 -0
  1950. /package/{dist/queue → queue}/postgres/schemas.js +0 -0
  1951. /package/{dist/queue → queue}/provider.d.ts +0 -0
  1952. /package/{dist/queue → queue}/provider.js +0 -0
  1953. /package/{dist/queue → queue}/queue.d.ts +0 -0
  1954. /package/{dist/queue → queue}/queue.js +0 -0
  1955. /package/{dist/random → random}/index.d.ts +0 -0
  1956. /package/{dist/random → random}/index.js +0 -0
  1957. /package/{dist/random → random}/number-generator/index.d.ts +0 -0
  1958. /package/{dist/random → random}/number-generator/index.js +0 -0
  1959. /package/{dist/random → random}/number-generator/mulberry32.d.ts +0 -0
  1960. /package/{dist/random → random}/number-generator/mulberry32.js +0 -0
  1961. /package/{dist/random → random}/number-generator/random-number-generator-function.d.ts +0 -0
  1962. /package/{dist/random → random}/number-generator/random-number-generator-function.js +0 -0
  1963. /package/{dist/random → random}/number-generator/random-number-generator.d.ts +0 -0
  1964. /package/{dist/random → random}/number-generator/random-number-generator.js +0 -0
  1965. /package/{dist/random → random}/number-generator/seeded-random-number-generator.d.ts +0 -0
  1966. /package/{dist/random → random}/number-generator/seeded-random-number-generator.js +0 -0
  1967. /package/{dist/random → random}/number-generator/sfc32.d.ts +0 -0
  1968. /package/{dist/random → random}/number-generator/sfc32.js +0 -0
  1969. /package/{dist/random → random}/number-generator/utils.d.ts +0 -0
  1970. /package/{dist/random → random}/number-generator/utils.js +0 -0
  1971. /package/{dist/random → random}/series.d.ts +0 -0
  1972. /package/{dist/random → random}/series.js +0 -0
  1973. /package/{dist/reflection → reflection}/decorator-data.d.ts +0 -0
  1974. /package/{dist/reflection → reflection}/decorator-data.js +0 -0
  1975. /package/{dist/reflection → reflection}/decorators.d.ts +0 -0
  1976. /package/{dist/reflection → reflection}/decorators.js +0 -0
  1977. /package/{dist/reflection → reflection}/index.d.ts +0 -0
  1978. /package/{dist/reflection → reflection}/index.js +0 -0
  1979. /package/{dist/reflection → reflection}/registry.d.ts +0 -0
  1980. /package/{dist/reflection → reflection}/registry.js +0 -0
  1981. /package/{dist/reflection → reflection}/types.d.ts +0 -0
  1982. /package/{dist/reflection → reflection}/types.js +0 -0
  1983. /package/{dist/reflection → reflection}/utils.d.ts +0 -0
  1984. /package/{dist/reflection → reflection}/utils.js +0 -0
  1985. /package/{dist/require.d.ts → require.d.ts} +0 -0
  1986. /package/{dist/require.js → require.js} +0 -0
  1987. /package/{dist/rpc → rpc}/adapters/index.d.ts +0 -0
  1988. /package/{dist/rpc → rpc}/adapters/index.js +0 -0
  1989. /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.d.ts +0 -0
  1990. /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.js +0 -0
  1991. /package/{dist/rpc → rpc}/endpoints/index.d.ts +0 -0
  1992. /package/{dist/rpc → rpc}/endpoints/index.js +0 -0
  1993. /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.d.ts +0 -0
  1994. /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.js +0 -0
  1995. /package/{dist/rpc → rpc}/index.d.ts +0 -0
  1996. /package/{dist/rpc → rpc}/index.js +0 -0
  1997. /package/{dist/rpc → rpc}/model.d.ts +0 -0
  1998. /package/{dist/rpc → rpc}/model.js +0 -0
  1999. /package/{dist/rpc → rpc}/rpc.adapter.d.ts +0 -0
  2000. /package/{dist/rpc → rpc}/rpc.adapter.js +0 -0
  2001. /package/{dist/rpc → rpc}/rpc.d.ts +0 -0
  2002. /package/{dist/rpc → rpc}/rpc.endpoint.d.ts +0 -0
  2003. /package/{dist/rpc → rpc}/rpc.endpoint.js +0 -0
  2004. /package/{dist/rpc → rpc}/rpc.error.d.ts +0 -0
  2005. /package/{dist/rpc → rpc}/rpc.error.js +0 -0
  2006. /package/{dist/rpc → rpc}/rpc.js +0 -0
  2007. /package/{dist/rxjs-utils → rxjs-utils}/cast.d.ts +0 -0
  2008. /package/{dist/rxjs-utils → rxjs-utils}/cast.js +0 -0
  2009. /package/{dist/rxjs-utils → rxjs-utils}/index.d.ts +0 -0
  2010. /package/{dist/rxjs-utils → rxjs-utils}/index.js +0 -0
  2011. /package/{dist/rxjs-utils → rxjs-utils}/noop.d.ts +0 -0
  2012. /package/{dist/rxjs-utils → rxjs-utils}/noop.js +0 -0
  2013. /package/{dist/rxjs-utils → rxjs-utils}/reject-error.d.ts +0 -0
  2014. /package/{dist/rxjs-utils → rxjs-utils}/reject-error.js +0 -0
  2015. /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.d.ts +0 -0
  2016. /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.js +0 -0
  2017. /package/{dist/rxjs-utils → rxjs-utils}/slow-array.d.ts +0 -0
  2018. /package/{dist/rxjs-utils → rxjs-utils}/slow-array.js +0 -0
  2019. /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.d.ts +0 -0
  2020. /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.js +0 -0
  2021. /package/{dist/rxjs-utils → rxjs-utils}/teardown.d.ts +0 -0
  2022. /package/{dist/rxjs-utils → rxjs-utils}/teardown.js +0 -0
  2023. /package/{dist/rxjs-utils → rxjs-utils}/timing.d.ts +0 -0
  2024. /package/{dist/rxjs-utils → rxjs-utils}/timing.js +0 -0
  2025. /package/{dist/rxjs-utils → rxjs-utils}/untrack.d.ts +0 -0
  2026. /package/{dist/rxjs-utils → rxjs-utils}/untrack.js +0 -0
  2027. /package/{dist/schema → schema}/converters/index.d.ts +0 -0
  2028. /package/{dist/schema → schema}/converters/index.js +0 -0
  2029. /package/{dist/schema → schema}/converters/openapi-converter.d.ts +0 -0
  2030. /package/{dist/schema → schema}/converters/openapi-converter.js +0 -0
  2031. /package/{dist/schema → schema}/decorators/class.d.ts +0 -0
  2032. /package/{dist/schema → schema}/decorators/class.js +0 -0
  2033. /package/{dist/schema → schema}/decorators/description.d.ts +0 -0
  2034. /package/{dist/schema → schema}/decorators/description.js +0 -0
  2035. /package/{dist/schema → schema}/decorators/index.d.ts +0 -0
  2036. /package/{dist/schema → schema}/decorators/index.js +0 -0
  2037. /package/{dist/schema → schema}/decorators/schema.d.ts +0 -0
  2038. /package/{dist/schema → schema}/decorators/schema.js +0 -0
  2039. /package/{dist/schema → schema}/decorators/types.d.ts +0 -0
  2040. /package/{dist/schema → schema}/decorators/types.js +0 -0
  2041. /package/{dist/schema → schema}/decorators/utils.d.ts +0 -0
  2042. /package/{dist/schema → schema}/decorators/utils.js +0 -0
  2043. /package/{dist/schema → schema}/index.d.ts +0 -0
  2044. /package/{dist/schema → schema}/index.js +0 -0
  2045. /package/{dist/schema → schema}/schema.d.ts +0 -0
  2046. /package/{dist/schema → schema}/schema.error.d.ts +0 -0
  2047. /package/{dist/schema → schema}/schema.error.js +0 -0
  2048. /package/{dist/schema → schema}/schema.js +0 -0
  2049. /package/{dist/schema → schema}/schemas/any.d.ts +0 -0
  2050. /package/{dist/schema → schema}/schemas/any.js +0 -0
  2051. /package/{dist/schema → schema}/schemas/array.d.ts +0 -0
  2052. /package/{dist/schema → schema}/schemas/array.js +0 -0
  2053. /package/{dist/schema → schema}/schemas/bigint.d.ts +0 -0
  2054. /package/{dist/schema → schema}/schemas/bigint.js +0 -0
  2055. /package/{dist/schema → schema}/schemas/boolean.d.ts +0 -0
  2056. /package/{dist/schema → schema}/schemas/boolean.js +0 -0
  2057. /package/{dist/schema → schema}/schemas/date.d.ts +0 -0
  2058. /package/{dist/schema → schema}/schemas/date.js +0 -0
  2059. /package/{dist/schema → schema}/schemas/defaulted.d.ts +0 -0
  2060. /package/{dist/schema → schema}/schemas/defaulted.js +0 -0
  2061. /package/{dist/schema → schema}/schemas/deferred.d.ts +0 -0
  2062. /package/{dist/schema → schema}/schemas/deferred.js +0 -0
  2063. /package/{dist/schema → schema}/schemas/enumeration.d.ts +0 -0
  2064. /package/{dist/schema → schema}/schemas/enumeration.js +0 -0
  2065. /package/{dist/schema → schema}/schemas/function.d.ts +0 -0
  2066. /package/{dist/schema → schema}/schemas/function.js +0 -0
  2067. /package/{dist/schema → schema}/schemas/index.d.ts +0 -0
  2068. /package/{dist/schema → schema}/schemas/index.js +0 -0
  2069. /package/{dist/schema → schema}/schemas/instance.d.ts +0 -0
  2070. /package/{dist/schema → schema}/schemas/instance.js +0 -0
  2071. /package/{dist/schema → schema}/schemas/literal.d.ts +0 -0
  2072. /package/{dist/schema → schema}/schemas/literal.js +0 -0
  2073. /package/{dist/schema → schema}/schemas/never.d.ts +0 -0
  2074. /package/{dist/schema → schema}/schemas/never.js +0 -0
  2075. /package/{dist/schema → schema}/schemas/nullable.d.ts +0 -0
  2076. /package/{dist/schema → schema}/schemas/nullable.js +0 -0
  2077. /package/{dist/schema → schema}/schemas/number.d.ts +0 -0
  2078. /package/{dist/schema → schema}/schemas/number.js +0 -0
  2079. /package/{dist/schema → schema}/schemas/object.d.ts +0 -0
  2080. /package/{dist/schema → schema}/schemas/object.js +0 -0
  2081. /package/{dist/schema → schema}/schemas/one-or-many.d.ts +0 -0
  2082. /package/{dist/schema → schema}/schemas/one-or-many.js +0 -0
  2083. /package/{dist/schema → schema}/schemas/optional.d.ts +0 -0
  2084. /package/{dist/schema → schema}/schemas/optional.js +0 -0
  2085. /package/{dist/schema → schema}/schemas/readable-stream.d.ts +0 -0
  2086. /package/{dist/schema → schema}/schemas/readable-stream.js +0 -0
  2087. /package/{dist/schema → schema}/schemas/regexp.d.ts +0 -0
  2088. /package/{dist/schema → schema}/schemas/regexp.js +0 -0
  2089. /package/{dist/schema → schema}/schemas/simple.d.ts +0 -0
  2090. /package/{dist/schema → schema}/schemas/simple.js +0 -0
  2091. /package/{dist/schema → schema}/schemas/string.d.ts +0 -0
  2092. /package/{dist/schema → schema}/schemas/string.js +0 -0
  2093. /package/{dist/schema → schema}/schemas/symbol.d.ts +0 -0
  2094. /package/{dist/schema → schema}/schemas/symbol.js +0 -0
  2095. /package/{dist/schema → schema}/schemas/transform.d.ts +0 -0
  2096. /package/{dist/schema → schema}/schemas/transform.js +0 -0
  2097. /package/{dist/schema → schema}/schemas/uint8-array.d.ts +0 -0
  2098. /package/{dist/schema → schema}/schemas/uint8-array.js +0 -0
  2099. /package/{dist/schema → schema}/schemas/union.d.ts +0 -0
  2100. /package/{dist/schema → schema}/schemas/union.js +0 -0
  2101. /package/{dist/schema → schema}/schemas/unknown.d.ts +0 -0
  2102. /package/{dist/schema → schema}/schemas/unknown.js +0 -0
  2103. /package/{dist/schema → schema}/testable.d.ts +0 -0
  2104. /package/{dist/schema → schema}/testable.js +0 -0
  2105. /package/{dist/schema → schema}/types.d.ts +0 -0
  2106. /package/{dist/schema → schema}/types.js +0 -0
  2107. /package/{dist/serializer → serializer}/handlers/binary.d.ts +0 -0
  2108. /package/{dist/serializer → serializer}/handlers/binary.js +0 -0
  2109. /package/{dist/serializer → serializer}/handlers/date.d.ts +0 -0
  2110. /package/{dist/serializer → serializer}/handlers/date.js +0 -0
  2111. /package/{dist/serializer → serializer}/handlers/error.d.ts +0 -0
  2112. /package/{dist/serializer → serializer}/handlers/error.js +0 -0
  2113. /package/{dist/serializer → serializer}/handlers/index.d.ts +0 -0
  2114. /package/{dist/serializer → serializer}/handlers/index.js +0 -0
  2115. /package/{dist/serializer → serializer}/handlers/map.d.ts +0 -0
  2116. /package/{dist/serializer → serializer}/handlers/map.js +0 -0
  2117. /package/{dist/serializer → serializer}/handlers/regex.d.ts +0 -0
  2118. /package/{dist/serializer → serializer}/handlers/regex.js +0 -0
  2119. /package/{dist/serializer → serializer}/handlers/register.d.ts +0 -0
  2120. /package/{dist/serializer → serializer}/handlers/register.js +0 -0
  2121. /package/{dist/serializer → serializer}/handlers/set.d.ts +0 -0
  2122. /package/{dist/serializer → serializer}/handlers/set.js +0 -0
  2123. /package/{dist/serializer → serializer}/index.d.ts +0 -0
  2124. /package/{dist/serializer → serializer}/index.js +0 -0
  2125. /package/{dist/serializer → serializer}/serializable.d.ts +0 -0
  2126. /package/{dist/serializer → serializer}/serializable.js +0 -0
  2127. /package/{dist/serializer → serializer}/serializer.d.ts +0 -0
  2128. /package/{dist/serializer → serializer}/serializer.js +0 -0
  2129. /package/{dist/serializer → serializer}/types.d.ts +0 -0
  2130. /package/{dist/serializer → serializer}/types.js +0 -0
  2131. /package/{dist/signals → signals}/api.d.ts +0 -0
  2132. /package/{dist/signals → signals}/api.js +0 -0
  2133. /package/{dist/signals → signals}/computed-with-dependencies.d.ts +0 -0
  2134. /package/{dist/signals → signals}/computed-with-dependencies.js +0 -0
  2135. /package/{dist/signals → signals}/effect-with-dependencies.d.ts +0 -0
  2136. /package/{dist/signals → signals}/effect-with-dependencies.js +0 -0
  2137. /package/{dist/signals → signals}/implementation/api.d.ts +0 -0
  2138. /package/{dist/signals → signals}/implementation/api.js +0 -0
  2139. /package/{dist/signals → signals}/implementation/asserts.d.ts +0 -0
  2140. /package/{dist/signals → signals}/implementation/asserts.js +0 -0
  2141. /package/{dist/signals → signals}/implementation/computed.d.ts +0 -0
  2142. /package/{dist/signals → signals}/implementation/computed.js +0 -0
  2143. /package/{dist/signals → signals}/implementation/configure.d.ts +0 -0
  2144. /package/{dist/signals → signals}/implementation/configure.js +0 -0
  2145. /package/{dist/signals → signals}/implementation/effect.d.ts +0 -0
  2146. /package/{dist/signals → signals}/implementation/effect.js +0 -0
  2147. /package/{dist/signals → signals}/implementation/equality.d.ts +0 -0
  2148. /package/{dist/signals → signals}/implementation/equality.js +0 -0
  2149. /package/{dist/signals → signals}/implementation/errors.d.ts +0 -0
  2150. /package/{dist/signals → signals}/implementation/errors.js +0 -0
  2151. /package/{dist/signals → signals}/implementation/graph.d.ts +0 -0
  2152. /package/{dist/signals → signals}/implementation/graph.js +0 -0
  2153. /package/{dist/signals → signals}/implementation/index.d.ts +0 -0
  2154. /package/{dist/signals → signals}/implementation/index.js +0 -0
  2155. /package/{dist/signals → signals}/implementation/signal.d.ts +0 -0
  2156. /package/{dist/signals → signals}/implementation/signal.js +0 -0
  2157. /package/{dist/signals → signals}/implementation/to-observable.d.ts +0 -0
  2158. /package/{dist/signals → signals}/implementation/to-observable.js +0 -0
  2159. /package/{dist/signals → signals}/implementation/to-signal.d.ts +0 -0
  2160. /package/{dist/signals → signals}/implementation/to-signal.js +0 -0
  2161. /package/{dist/signals → signals}/implementation/untracked.d.ts +0 -0
  2162. /package/{dist/signals → signals}/implementation/untracked.js +0 -0
  2163. /package/{dist/signals → signals}/implementation/watch.d.ts +0 -0
  2164. /package/{dist/signals → signals}/implementation/watch.js +0 -0
  2165. /package/{dist/signals → signals}/implementation/writable-signal.d.ts +0 -0
  2166. /package/{dist/signals → signals}/implementation/writable-signal.js +0 -0
  2167. /package/{dist/signals → signals}/index.d.ts +0 -0
  2168. /package/{dist/signals → signals}/index.js +0 -0
  2169. /package/{dist/signals → signals}/notifier.d.ts +0 -0
  2170. /package/{dist/signals → signals}/notifier.js +0 -0
  2171. /package/{dist/signals → signals}/operators/combine.d.ts +0 -0
  2172. /package/{dist/signals → signals}/operators/combine.js +0 -0
  2173. /package/{dist/signals → signals}/operators/defer.d.ts +0 -0
  2174. /package/{dist/signals → signals}/operators/defer.js +0 -0
  2175. /package/{dist/signals → signals}/operators/derive-async.d.ts +0 -0
  2176. /package/{dist/signals → signals}/operators/derive-async.js +0 -0
  2177. /package/{dist/signals → signals}/operators/index.d.ts +0 -0
  2178. /package/{dist/signals → signals}/operators/index.js +0 -0
  2179. /package/{dist/signals → signals}/operators/map.d.ts +0 -0
  2180. /package/{dist/signals → signals}/operators/map.js +0 -0
  2181. /package/{dist/signals → signals}/operators/switchAll.d.ts +0 -0
  2182. /package/{dist/signals → signals}/operators/switchAll.js +0 -0
  2183. /package/{dist/signals → signals}/pipe.d.ts +0 -0
  2184. /package/{dist/signals → signals}/pipe.js +0 -0
  2185. /package/{dist/signals → signals}/symbol.d.ts +0 -0
  2186. /package/{dist/signals → signals}/symbol.js +0 -0
  2187. /package/{dist/signals → signals}/to-lazy-signal.d.ts +0 -0
  2188. /package/{dist/signals → signals}/to-lazy-signal.js +0 -0
  2189. /package/{dist/signals → signals}/types.d.ts +0 -0
  2190. /package/{dist/signals → signals}/types.js +0 -0
  2191. /package/{dist/signals → signals}/untracked-operator.d.ts +0 -0
  2192. /package/{dist/signals → signals}/untracked-operator.js +0 -0
  2193. /package/{dist/sse → sse}/data-stream-source.d.ts +0 -0
  2194. /package/{dist/sse → sse}/data-stream-source.js +0 -0
  2195. /package/{dist/sse → sse}/data-stream.d.ts +0 -0
  2196. /package/{dist/sse → sse}/data-stream.js +0 -0
  2197. /package/{dist/sse → sse}/index.d.ts +0 -0
  2198. /package/{dist/sse → sse}/index.js +0 -0
  2199. /package/{dist/sse → sse}/model.d.ts +0 -0
  2200. /package/{dist/sse → sse}/model.js +0 -0
  2201. /package/{dist/sse → sse}/server-sent-events-source.d.ts +0 -0
  2202. /package/{dist/sse → sse}/server-sent-events-source.js +0 -0
  2203. /package/{dist/sse → sse}/server-sent-events.d.ts +0 -0
  2204. /package/{dist/sse → sse}/server-sent-events.js +0 -0
  2205. /package/{dist/supports.d.ts → supports.d.ts} +0 -0
  2206. /package/{dist/supports.js → supports.js} +0 -0
  2207. /package/{dist/templates → templates}/index.d.ts +0 -0
  2208. /package/{dist/templates → templates}/index.js +0 -0
  2209. /package/{dist/templates → templates}/module.d.ts +0 -0
  2210. /package/{dist/templates → templates}/module.js +0 -0
  2211. /package/{dist/templates → templates}/providers/file.template-provider.d.ts +0 -0
  2212. /package/{dist/templates → templates}/providers/file.template-provider.js +0 -0
  2213. /package/{dist/templates → templates}/providers/index.d.ts +0 -0
  2214. /package/{dist/templates → templates}/providers/index.js +0 -0
  2215. /package/{dist/templates → templates}/providers/memory.template-provider.d.ts +0 -0
  2216. /package/{dist/templates → templates}/providers/memory.template-provider.js +0 -0
  2217. /package/{dist/templates → templates}/renderers/handlebars.template-renderer.d.ts +0 -0
  2218. /package/{dist/templates → templates}/renderers/handlebars.template-renderer.js +0 -0
  2219. /package/{dist/templates → templates}/renderers/index.d.ts +0 -0
  2220. /package/{dist/templates → templates}/renderers/index.js +0 -0
  2221. /package/{dist/templates → templates}/renderers/jsx.template-renderer.d.ts +0 -0
  2222. /package/{dist/templates → templates}/renderers/jsx.template-renderer.js +0 -0
  2223. /package/{dist/templates → templates}/renderers/mjml.template-renderer.d.ts +0 -0
  2224. /package/{dist/templates → templates}/renderers/mjml.template-renderer.js +0 -0
  2225. /package/{dist/templates → templates}/renderers/string.template-renderer.d.ts +0 -0
  2226. /package/{dist/templates → templates}/renderers/string.template-renderer.js +0 -0
  2227. /package/{dist/templates → templates}/resolvers/file.template-resolver.d.ts +0 -0
  2228. /package/{dist/templates → templates}/resolvers/file.template-resolver.js +0 -0
  2229. /package/{dist/templates → templates}/resolvers/index.d.ts +0 -0
  2230. /package/{dist/templates → templates}/resolvers/index.js +0 -0
  2231. /package/{dist/templates → templates}/resolvers/jsx.template-resolver.d.ts +0 -0
  2232. /package/{dist/templates → templates}/resolvers/jsx.template-resolver.js +0 -0
  2233. /package/{dist/templates → templates}/resolvers/string.template-resolver.d.ts +0 -0
  2234. /package/{dist/templates → templates}/resolvers/string.template-resolver.js +0 -0
  2235. /package/{dist/templates → templates}/template-renderer.provider.d.ts +0 -0
  2236. /package/{dist/templates → templates}/template-renderer.provider.js +0 -0
  2237. /package/{dist/templates → templates}/template-resolver.provider.d.ts +0 -0
  2238. /package/{dist/templates → templates}/template-resolver.provider.js +0 -0
  2239. /package/{dist/templates → templates}/template.model.d.ts +0 -0
  2240. /package/{dist/templates → templates}/template.model.js +0 -0
  2241. /package/{dist/templates → templates}/template.provider.d.ts +0 -0
  2242. /package/{dist/templates → templates}/template.provider.js +0 -0
  2243. /package/{dist/templates → templates}/template.renderer.d.ts +0 -0
  2244. /package/{dist/templates → templates}/template.renderer.js +0 -0
  2245. /package/{dist/templates → templates}/template.resolver.d.ts +0 -0
  2246. /package/{dist/templates → templates}/template.resolver.js +0 -0
  2247. /package/{dist/templates → templates}/template.service.d.ts +0 -0
  2248. /package/{dist/templates → templates}/template.service.js +0 -0
  2249. /package/{dist/templates → templates}/tokens.d.ts +0 -0
  2250. /package/{dist/templates → templates}/tokens.js +0 -0
  2251. /package/{dist/templates → templates}/types/index.d.ts +0 -0
  2252. /package/{dist/templates → templates}/types/index.js +0 -0
  2253. /package/{dist/templates → templates}/types/jsx.intrinsic-elements.d.ts +0 -0
  2254. /package/{dist/templates → templates}/types/jsx.intrinsic-elements.js +0 -0
  2255. /package/{dist/test → test}/drizzle/0000_natural_cannonball.sql +0 -0
  2256. /package/{dist/test → test}/drizzle/meta/0000_snapshot.json +0 -0
  2257. /package/{dist/test → test}/drizzle/meta/_journal.json +0 -0
  2258. /package/{dist/test → test}/drizzle.config.d.ts +0 -0
  2259. /package/{dist/test → test}/drizzle.config.js +0 -0
  2260. /package/{dist/test → test}/index.d.ts +0 -0
  2261. /package/{dist/test → test}/index.js +0 -0
  2262. /package/{dist/test → test}/module.d.ts +0 -0
  2263. /package/{dist/test → test}/module.js +0 -0
  2264. /package/{dist/test → test}/schemas.d.ts +0 -0
  2265. /package/{dist/test → test}/schemas.js +0 -0
  2266. /package/{dist/test → test}/test.model.d.ts +0 -0
  2267. /package/{dist/test → test}/test.model.js +0 -0
  2268. /package/{dist/test1.d.ts → test1.d.ts} +0 -0
  2269. /package/{dist/test1.js → test1.js} +0 -0
  2270. /package/{dist/test2.d.ts → test2.d.ts} +0 -0
  2271. /package/{dist/test2.js → test2.js} +0 -0
  2272. /package/{dist/test3.d.ts → test3.d.ts} +0 -0
  2273. /package/{dist/test3.js → test3.js} +0 -0
  2274. /package/{dist/test4.d.ts → test4.d.ts} +0 -0
  2275. /package/{dist/test4.js → test4.js} +0 -0
  2276. /package/{dist/test5.d.ts → test5.d.ts} +0 -0
  2277. /package/{dist/test5.js → test5.js} +0 -0
  2278. /package/{dist/test6.d.ts → test6.d.ts} +0 -0
  2279. /package/{dist/test6.js → test6.js} +0 -0
  2280. /package/{dist/text → text}/common-localization.d.ts +0 -0
  2281. /package/{dist/text → text}/common-localization.js +0 -0
  2282. /package/{dist/text → text}/dynamic-text.model.d.ts +0 -0
  2283. /package/{dist/text → text}/dynamic-text.model.js +0 -0
  2284. /package/{dist/text → text}/index.d.ts +0 -0
  2285. /package/{dist/text → text}/index.js +0 -0
  2286. /package/{dist/text → text}/localizable-text.model.d.ts +0 -0
  2287. /package/{dist/text → text}/localizable-text.model.js +0 -0
  2288. /package/{dist/text → text}/localization.service.d.ts +0 -0
  2289. /package/{dist/text → text}/localization.service.js +0 -0
  2290. /package/{dist/threading → threading}/index.d.ts +0 -0
  2291. /package/{dist/threading → threading}/index.js +0 -0
  2292. /package/{dist/threading → threading}/thread-pool.d.ts +0 -0
  2293. /package/{dist/threading → threading}/thread-pool.js +0 -0
  2294. /package/{dist/threading → threading}/thread-worker.d.ts +0 -0
  2295. /package/{dist/threading → threading}/thread-worker.js +0 -0
  2296. /package/{dist/tokens.d.ts → tokens.d.ts} +0 -0
  2297. /package/{dist/tokens.js → tokens.js} +0 -0
  2298. /package/{dist/types → types}/geo-json.d.ts +0 -0
  2299. /package/{dist/types → types}/geo-json.js +0 -0
  2300. /package/{dist/types → types}/index.d.ts +0 -0
  2301. /package/{dist/types → types}/index.js +0 -0
  2302. /package/{dist/types → types}/tagged.d.ts +0 -0
  2303. /package/{dist/types → types}/tagged.js +0 -0
  2304. /package/{dist/types → types}/types.d.ts +0 -0
  2305. /package/{dist/types → types}/types.js +0 -0
  2306. /package/{dist/types → types}/web-types.d.ts +0 -0
  2307. /package/{dist/types → types}/web-types.js +0 -0
  2308. /package/{dist/utils → utils}/alphabet.d.ts +0 -0
  2309. /package/{dist/utils → utils}/alphabet.js +0 -0
  2310. /package/{dist/utils → utils}/any-iterable-iterator.d.ts +0 -0
  2311. /package/{dist/utils → utils}/any-iterable-iterator.js +0 -0
  2312. /package/{dist/utils → utils}/array/array-backtracker.d.ts +0 -0
  2313. /package/{dist/utils → utils}/array/array-backtracker.js +0 -0
  2314. /package/{dist/utils → utils}/array/array.d.ts +0 -0
  2315. /package/{dist/utils → utils}/array/array.js +0 -0
  2316. /package/{dist/utils → utils}/array/index.d.ts +0 -0
  2317. /package/{dist/utils → utils}/array/index.js +0 -0
  2318. /package/{dist/utils → utils}/async-hook/async-hook.d.ts +0 -0
  2319. /package/{dist/utils → utils}/async-hook/async-hook.js +0 -0
  2320. /package/{dist/utils → utils}/async-hook/index.d.ts +0 -0
  2321. /package/{dist/utils → utils}/async-hook/index.js +0 -0
  2322. /package/{dist/utils → utils}/async-iterable-helpers/all.d.ts +0 -0
  2323. /package/{dist/utils → utils}/async-iterable-helpers/all.js +0 -0
  2324. /package/{dist/utils → utils}/async-iterable-helpers/any.d.ts +0 -0
  2325. /package/{dist/utils → utils}/async-iterable-helpers/any.js +0 -0
  2326. /package/{dist/utils → utils}/async-iterable-helpers/assert.d.ts +0 -0
  2327. /package/{dist/utils → utils}/async-iterable-helpers/assert.js +0 -0
  2328. /package/{dist/utils → utils}/async-iterable-helpers/batch.d.ts +0 -0
  2329. /package/{dist/utils → utils}/async-iterable-helpers/batch.js +0 -0
  2330. /package/{dist/utils → utils}/async-iterable-helpers/buffer.d.ts +0 -0
  2331. /package/{dist/utils → utils}/async-iterable-helpers/buffer.js +0 -0
  2332. /package/{dist/utils → utils}/async-iterable-helpers/concat.d.ts +0 -0
  2333. /package/{dist/utils → utils}/async-iterable-helpers/concat.js +0 -0
  2334. /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.d.ts +0 -0
  2335. /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.js +0 -0
  2336. /package/{dist/utils → utils}/async-iterable-helpers/deferred.d.ts +0 -0
  2337. /package/{dist/utils → utils}/async-iterable-helpers/deferred.js +0 -0
  2338. /package/{dist/utils → utils}/async-iterable-helpers/difference.d.ts +0 -0
  2339. /package/{dist/utils → utils}/async-iterable-helpers/difference.js +0 -0
  2340. /package/{dist/utils → utils}/async-iterable-helpers/distinct.d.ts +0 -0
  2341. /package/{dist/utils → utils}/async-iterable-helpers/distinct.js +0 -0
  2342. /package/{dist/utils → utils}/async-iterable-helpers/drain.d.ts +0 -0
  2343. /package/{dist/utils → utils}/async-iterable-helpers/drain.js +0 -0
  2344. /package/{dist/utils → utils}/async-iterable-helpers/filter.d.ts +0 -0
  2345. /package/{dist/utils → utils}/async-iterable-helpers/filter.js +0 -0
  2346. /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.d.ts +0 -0
  2347. /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.js +0 -0
  2348. /package/{dist/utils → utils}/async-iterable-helpers/first.d.ts +0 -0
  2349. /package/{dist/utils → utils}/async-iterable-helpers/first.js +0 -0
  2350. /package/{dist/utils → utils}/async-iterable-helpers/for-each.d.ts +0 -0
  2351. /package/{dist/utils → utils}/async-iterable-helpers/for-each.js +0 -0
  2352. /package/{dist/utils → utils}/async-iterable-helpers/group-single.d.ts +0 -0
  2353. /package/{dist/utils → utils}/async-iterable-helpers/group-single.js +0 -0
  2354. /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.d.ts +0 -0
  2355. /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.js +0 -0
  2356. /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.d.ts +0 -0
  2357. /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.js +0 -0
  2358. /package/{dist/utils → utils}/async-iterable-helpers/group.d.ts +0 -0
  2359. /package/{dist/utils → utils}/async-iterable-helpers/group.js +0 -0
  2360. /package/{dist/utils → utils}/async-iterable-helpers/includes.d.ts +0 -0
  2361. /package/{dist/utils → utils}/async-iterable-helpers/includes.js +0 -0
  2362. /package/{dist/utils → utils}/async-iterable-helpers/index.d.ts +0 -0
  2363. /package/{dist/utils → utils}/async-iterable-helpers/index.js +0 -0
  2364. /package/{dist/utils → utils}/async-iterable-helpers/interrupt.d.ts +0 -0
  2365. /package/{dist/utils → utils}/async-iterable-helpers/interrupt.js +0 -0
  2366. /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.d.ts +0 -0
  2367. /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.js +0 -0
  2368. /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.d.ts +0 -0
  2369. /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.js +0 -0
  2370. /package/{dist/utils → utils}/async-iterable-helpers/last.d.ts +0 -0
  2371. /package/{dist/utils → utils}/async-iterable-helpers/last.js +0 -0
  2372. /package/{dist/utils → utils}/async-iterable-helpers/map-many.d.ts +0 -0
  2373. /package/{dist/utils → utils}/async-iterable-helpers/map-many.js +0 -0
  2374. /package/{dist/utils → utils}/async-iterable-helpers/map.d.ts +0 -0
  2375. /package/{dist/utils → utils}/async-iterable-helpers/map.js +0 -0
  2376. /package/{dist/utils → utils}/async-iterable-helpers/materialize.d.ts +0 -0
  2377. /package/{dist/utils → utils}/async-iterable-helpers/materialize.js +0 -0
  2378. /package/{dist/utils → utils}/async-iterable-helpers/metadata.d.ts +0 -0
  2379. /package/{dist/utils → utils}/async-iterable-helpers/metadata.js +0 -0
  2380. /package/{dist/utils → utils}/async-iterable-helpers/multiplex.d.ts +0 -0
  2381. /package/{dist/utils → utils}/async-iterable-helpers/multiplex.js +0 -0
  2382. /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.d.ts +0 -0
  2383. /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.js +0 -0
  2384. /package/{dist/utils → utils}/async-iterable-helpers/pairwise.d.ts +0 -0
  2385. /package/{dist/utils → utils}/async-iterable-helpers/pairwise.js +0 -0
  2386. /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.d.ts +0 -0
  2387. /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.js +0 -0
  2388. /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.d.ts +0 -0
  2389. /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.js +0 -0
  2390. /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.d.ts +0 -0
  2391. /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.js +0 -0
  2392. /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.d.ts +0 -0
  2393. /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.js +0 -0
  2394. /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.d.ts +0 -0
  2395. /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.js +0 -0
  2396. /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.d.ts +0 -0
  2397. /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.js +0 -0
  2398. /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.d.ts +0 -0
  2399. /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.js +0 -0
  2400. /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.d.ts +0 -0
  2401. /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.js +0 -0
  2402. /package/{dist/utils → utils}/async-iterable-helpers/reduce.d.ts +0 -0
  2403. /package/{dist/utils → utils}/async-iterable-helpers/reduce.js +0 -0
  2404. /package/{dist/utils → utils}/async-iterable-helpers/retry.d.ts +0 -0
  2405. /package/{dist/utils → utils}/async-iterable-helpers/retry.js +0 -0
  2406. /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.d.ts +0 -0
  2407. /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.js +0 -0
  2408. /package/{dist/utils → utils}/async-iterable-helpers/single.d.ts +0 -0
  2409. /package/{dist/utils → utils}/async-iterable-helpers/single.js +0 -0
  2410. /package/{dist/utils → utils}/async-iterable-helpers/skip.d.ts +0 -0
  2411. /package/{dist/utils → utils}/async-iterable-helpers/skip.js +0 -0
  2412. /package/{dist/utils → utils}/async-iterable-helpers/sort.d.ts +0 -0
  2413. /package/{dist/utils → utils}/async-iterable-helpers/sort.js +0 -0
  2414. /package/{dist/utils → utils}/async-iterable-helpers/take-until.d.ts +0 -0
  2415. /package/{dist/utils → utils}/async-iterable-helpers/take-until.js +0 -0
  2416. /package/{dist/utils → utils}/async-iterable-helpers/take-while.d.ts +0 -0
  2417. /package/{dist/utils → utils}/async-iterable-helpers/take-while.js +0 -0
  2418. /package/{dist/utils → utils}/async-iterable-helpers/take.d.ts +0 -0
  2419. /package/{dist/utils → utils}/async-iterable-helpers/take.js +0 -0
  2420. /package/{dist/utils → utils}/async-iterable-helpers/tap.d.ts +0 -0
  2421. /package/{dist/utils → utils}/async-iterable-helpers/tap.js +0 -0
  2422. /package/{dist/utils → utils}/async-iterable-helpers/throttle.d.ts +0 -0
  2423. /package/{dist/utils → utils}/async-iterable-helpers/throttle.js +0 -0
  2424. /package/{dist/utils → utils}/async-iterable-helpers/to-array.d.ts +0 -0
  2425. /package/{dist/utils → utils}/async-iterable-helpers/to-array.js +0 -0
  2426. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.d.ts +0 -0
  2427. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.js +0 -0
  2428. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.d.ts +0 -0
  2429. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.js +0 -0
  2430. /package/{dist/utils → utils}/async-iterable-helpers/to-set.d.ts +0 -0
  2431. /package/{dist/utils → utils}/async-iterable-helpers/to-set.js +0 -0
  2432. /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.d.ts +0 -0
  2433. /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.js +0 -0
  2434. /package/{dist/utils → utils}/async-iterable-helpers/types.d.ts +0 -0
  2435. /package/{dist/utils → utils}/async-iterable-helpers/types.js +0 -0
  2436. /package/{dist/utils → utils}/async-iterable-helpers/while.d.ts +0 -0
  2437. /package/{dist/utils → utils}/async-iterable-helpers/while.js +0 -0
  2438. /package/{dist/utils → utils}/async-iterator-iterable-iterator.d.ts +0 -0
  2439. /package/{dist/utils → utils}/async-iterator-iterable-iterator.js +0 -0
  2440. /package/{dist/utils → utils}/backoff.d.ts +0 -0
  2441. /package/{dist/utils → utils}/backoff.js +0 -0
  2442. /package/{dist/utils → utils}/base64.d.ts +0 -0
  2443. /package/{dist/utils → utils}/base64.js +0 -0
  2444. /package/{dist/utils → utils}/benchmark.d.ts +0 -0
  2445. /package/{dist/utils → utils}/benchmark.js +0 -0
  2446. /package/{dist/utils → utils}/binary-search.d.ts +0 -0
  2447. /package/{dist/utils → utils}/binary-search.js +0 -0
  2448. /package/{dist/utils → utils}/binary.d.ts +0 -0
  2449. /package/{dist/utils → utils}/binary.js +0 -0
  2450. /package/{dist/utils → utils}/clone.d.ts +0 -0
  2451. /package/{dist/utils → utils}/clone.js +0 -0
  2452. /package/{dist/utils → utils}/comparison.d.ts +0 -0
  2453. /package/{dist/utils → utils}/comparison.js +0 -0
  2454. /package/{dist/utils → utils}/compression.d.ts +0 -0
  2455. /package/{dist/utils → utils}/compression.js +0 -0
  2456. /package/{dist/utils → utils}/config-parser.d.ts +0 -0
  2457. /package/{dist/utils → utils}/config-parser.js +0 -0
  2458. /package/{dist/utils → utils}/crc32.d.ts +0 -0
  2459. /package/{dist/utils → utils}/crc32.js +0 -0
  2460. /package/{dist/utils → utils}/cryptography.d.ts +0 -0
  2461. /package/{dist/utils → utils}/cryptography.js +0 -0
  2462. /package/{dist/utils → utils}/date-time.d.ts +0 -0
  2463. /package/{dist/utils → utils}/date-time.js +0 -0
  2464. /package/{dist/utils → utils}/encoding.d.ts +0 -0
  2465. /package/{dist/utils → utils}/encoding.js +0 -0
  2466. /package/{dist/utils → utils}/enum.d.ts +0 -0
  2467. /package/{dist/utils → utils}/enum.js +0 -0
  2468. /package/{dist/utils → utils}/equals.d.ts +0 -0
  2469. /package/{dist/utils → utils}/equals.js +0 -0
  2470. /package/{dist/utils → utils}/event-loop.d.ts +0 -0
  2471. /package/{dist/utils → utils}/event-loop.js +0 -0
  2472. /package/{dist/utils → utils}/factory-map.d.ts +0 -0
  2473. /package/{dist/utils → utils}/factory-map.js +0 -0
  2474. /package/{dist/utils → utils}/feedable-async-iterable.d.ts +0 -0
  2475. /package/{dist/utils → utils}/feedable-async-iterable.js +0 -0
  2476. /package/{dist/utils → utils}/file-reader.d.ts +0 -0
  2477. /package/{dist/utils → utils}/file-reader.js +0 -0
  2478. /package/{dist/utils → utils}/format-error.d.ts +0 -0
  2479. /package/{dist/utils → utils}/format-error.js +0 -0
  2480. /package/{dist/utils → utils}/format.d.ts +0 -0
  2481. /package/{dist/utils → utils}/format.js +0 -0
  2482. /package/{dist/utils → utils}/function/class.d.ts +0 -0
  2483. /package/{dist/utils → utils}/function/class.js +0 -0
  2484. /package/{dist/utils → utils}/function/index.d.ts +0 -0
  2485. /package/{dist/utils → utils}/function/index.js +0 -0
  2486. /package/{dist/utils → utils}/function/memoize.d.ts +0 -0
  2487. /package/{dist/utils → utils}/function/memoize.js +0 -0
  2488. /package/{dist/utils → utils}/function/throttle.d.ts +0 -0
  2489. /package/{dist/utils → utils}/function/throttle.js +0 -0
  2490. /package/{dist/utils → utils}/helpers.d.ts +0 -0
  2491. /package/{dist/utils → utils}/helpers.js +0 -0
  2492. /package/{dist/utils → utils}/html-link-utils.d.ts +0 -0
  2493. /package/{dist/utils → utils}/html-link-utils.js +0 -0
  2494. /package/{dist/utils → utils}/image.d.ts +0 -0
  2495. /package/{dist/utils → utils}/image.js +0 -0
  2496. /package/{dist/utils → utils}/index.d.ts +0 -0
  2497. /package/{dist/utils → utils}/index.js +0 -0
  2498. /package/{dist/utils → utils}/iterable-helpers/all.d.ts +0 -0
  2499. /package/{dist/utils → utils}/iterable-helpers/all.js +0 -0
  2500. /package/{dist/utils → utils}/iterable-helpers/any.d.ts +0 -0
  2501. /package/{dist/utils → utils}/iterable-helpers/any.js +0 -0
  2502. /package/{dist/utils → utils}/iterable-helpers/assert.d.ts +0 -0
  2503. /package/{dist/utils → utils}/iterable-helpers/assert.js +0 -0
  2504. /package/{dist/utils → utils}/iterable-helpers/batch.d.ts +0 -0
  2505. /package/{dist/utils → utils}/iterable-helpers/batch.js +0 -0
  2506. /package/{dist/utils → utils}/iterable-helpers/concat.d.ts +0 -0
  2507. /package/{dist/utils → utils}/iterable-helpers/concat.js +0 -0
  2508. /package/{dist/utils → utils}/iterable-helpers/default-if-empty.d.ts +0 -0
  2509. /package/{dist/utils → utils}/iterable-helpers/default-if-empty.js +0 -0
  2510. /package/{dist/utils → utils}/iterable-helpers/deferred.d.ts +0 -0
  2511. /package/{dist/utils → utils}/iterable-helpers/deferred.js +0 -0
  2512. /package/{dist/utils → utils}/iterable-helpers/difference.d.ts +0 -0
  2513. /package/{dist/utils → utils}/iterable-helpers/difference.js +0 -0
  2514. /package/{dist/utils → utils}/iterable-helpers/distinct.d.ts +0 -0
  2515. /package/{dist/utils → utils}/iterable-helpers/distinct.js +0 -0
  2516. /package/{dist/utils → utils}/iterable-helpers/drain.d.ts +0 -0
  2517. /package/{dist/utils → utils}/iterable-helpers/drain.js +0 -0
  2518. /package/{dist/utils → utils}/iterable-helpers/filter.d.ts +0 -0
  2519. /package/{dist/utils → utils}/iterable-helpers/filter.js +0 -0
  2520. /package/{dist/utils → utils}/iterable-helpers/first-or-default.d.ts +0 -0
  2521. /package/{dist/utils → utils}/iterable-helpers/first-or-default.js +0 -0
  2522. /package/{dist/utils → utils}/iterable-helpers/first.d.ts +0 -0
  2523. /package/{dist/utils → utils}/iterable-helpers/first.js +0 -0
  2524. /package/{dist/utils → utils}/iterable-helpers/for-each.d.ts +0 -0
  2525. /package/{dist/utils → utils}/iterable-helpers/for-each.js +0 -0
  2526. /package/{dist/utils → utils}/iterable-helpers/group-single.d.ts +0 -0
  2527. /package/{dist/utils → utils}/iterable-helpers/group-single.js +0 -0
  2528. /package/{dist/utils → utils}/iterable-helpers/group-to-map.d.ts +0 -0
  2529. /package/{dist/utils → utils}/iterable-helpers/group-to-map.js +0 -0
  2530. /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.d.ts +0 -0
  2531. /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.js +0 -0
  2532. /package/{dist/utils → utils}/iterable-helpers/group.d.ts +0 -0
  2533. /package/{dist/utils → utils}/iterable-helpers/group.js +0 -0
  2534. /package/{dist/utils → utils}/iterable-helpers/includes.d.ts +0 -0
  2535. /package/{dist/utils → utils}/iterable-helpers/includes.js +0 -0
  2536. /package/{dist/utils → utils}/iterable-helpers/index.d.ts +0 -0
  2537. /package/{dist/utils → utils}/iterable-helpers/index.js +0 -0
  2538. /package/{dist/utils → utils}/iterable-helpers/is-iterable.d.ts +0 -0
  2539. /package/{dist/utils → utils}/iterable-helpers/is-iterable.js +0 -0
  2540. /package/{dist/utils → utils}/iterable-helpers/last-or-default.d.ts +0 -0
  2541. /package/{dist/utils → utils}/iterable-helpers/last-or-default.js +0 -0
  2542. /package/{dist/utils → utils}/iterable-helpers/last.d.ts +0 -0
  2543. /package/{dist/utils → utils}/iterable-helpers/last.js +0 -0
  2544. /package/{dist/utils → utils}/iterable-helpers/map-many.d.ts +0 -0
  2545. /package/{dist/utils → utils}/iterable-helpers/map-many.js +0 -0
  2546. /package/{dist/utils → utils}/iterable-helpers/map.d.ts +0 -0
  2547. /package/{dist/utils → utils}/iterable-helpers/map.js +0 -0
  2548. /package/{dist/utils → utils}/iterable-helpers/materialize.d.ts +0 -0
  2549. /package/{dist/utils → utils}/iterable-helpers/materialize.js +0 -0
  2550. /package/{dist/utils → utils}/iterable-helpers/metadata.d.ts +0 -0
  2551. /package/{dist/utils → utils}/iterable-helpers/metadata.js +0 -0
  2552. /package/{dist/utils → utils}/iterable-helpers/pairwise.d.ts +0 -0
  2553. /package/{dist/utils → utils}/iterable-helpers/pairwise.js +0 -0
  2554. /package/{dist/utils → utils}/iterable-helpers/range.d.ts +0 -0
  2555. /package/{dist/utils → utils}/iterable-helpers/range.js +0 -0
  2556. /package/{dist/utils → utils}/iterable-helpers/reduce.d.ts +0 -0
  2557. /package/{dist/utils → utils}/iterable-helpers/reduce.js +0 -0
  2558. /package/{dist/utils → utils}/iterable-helpers/single-or-default.d.ts +0 -0
  2559. /package/{dist/utils → utils}/iterable-helpers/single-or-default.js +0 -0
  2560. /package/{dist/utils → utils}/iterable-helpers/single.d.ts +0 -0
  2561. /package/{dist/utils → utils}/iterable-helpers/single.js +0 -0
  2562. /package/{dist/utils → utils}/iterable-helpers/skip.d.ts +0 -0
  2563. /package/{dist/utils → utils}/iterable-helpers/skip.js +0 -0
  2564. /package/{dist/utils → utils}/iterable-helpers/sort.d.ts +0 -0
  2565. /package/{dist/utils → utils}/iterable-helpers/sort.js +0 -0
  2566. /package/{dist/utils → utils}/iterable-helpers/take-until.d.ts +0 -0
  2567. /package/{dist/utils → utils}/iterable-helpers/take-until.js +0 -0
  2568. /package/{dist/utils → utils}/iterable-helpers/take-while.d.ts +0 -0
  2569. /package/{dist/utils → utils}/iterable-helpers/take-while.js +0 -0
  2570. /package/{dist/utils → utils}/iterable-helpers/take.d.ts +0 -0
  2571. /package/{dist/utils → utils}/iterable-helpers/take.js +0 -0
  2572. /package/{dist/utils → utils}/iterable-helpers/tap.d.ts +0 -0
  2573. /package/{dist/utils → utils}/iterable-helpers/tap.js +0 -0
  2574. /package/{dist/utils → utils}/iterable-helpers/types.d.ts +0 -0
  2575. /package/{dist/utils → utils}/iterable-helpers/types.js +0 -0
  2576. /package/{dist/utils → utils}/iterable-helpers/while.d.ts +0 -0
  2577. /package/{dist/utils → utils}/iterable-helpers/while.js +0 -0
  2578. /package/{dist/utils → utils}/jwt.d.ts +0 -0
  2579. /package/{dist/utils → utils}/jwt.js +0 -0
  2580. /package/{dist/utils → utils}/map.d.ts +0 -0
  2581. /package/{dist/utils → utils}/map.js +0 -0
  2582. /package/{dist/utils → utils}/math.d.ts +0 -0
  2583. /package/{dist/utils → utils}/math.js +0 -0
  2584. /package/{dist/utils → utils}/merge.d.ts +0 -0
  2585. /package/{dist/utils → utils}/merge.js +0 -0
  2586. /package/{dist/utils → utils}/middleware.d.ts +0 -0
  2587. /package/{dist/utils → utils}/middleware.js +0 -0
  2588. /package/{dist/utils → utils}/moving-metric.d.ts +0 -0
  2589. /package/{dist/utils → utils}/moving-metric.js +0 -0
  2590. /package/{dist/utils → utils}/noop.d.ts +0 -0
  2591. /package/{dist/utils → utils}/noop.js +0 -0
  2592. /package/{dist/utils → utils}/object/decycle.d.ts +0 -0
  2593. /package/{dist/utils → utils}/object/decycle.js +0 -0
  2594. /package/{dist/utils → utils}/object/dereference.d.ts +0 -0
  2595. /package/{dist/utils → utils}/object/dereference.js +0 -0
  2596. /package/{dist/utils → utils}/object/forward-ref.d.ts +0 -0
  2597. /package/{dist/utils → utils}/object/forward-ref.js +0 -0
  2598. /package/{dist/utils → utils}/object/index.d.ts +0 -0
  2599. /package/{dist/utils → utils}/object/index.js +0 -0
  2600. /package/{dist/utils → utils}/object/lazy-property.d.ts +0 -0
  2601. /package/{dist/utils → utils}/object/lazy-property.js +0 -0
  2602. /package/{dist/utils → utils}/object/merge.d.ts +0 -0
  2603. /package/{dist/utils → utils}/object/merge.js +0 -0
  2604. /package/{dist/utils → utils}/object/object.d.ts +0 -0
  2605. /package/{dist/utils → utils}/object/object.js +0 -0
  2606. /package/{dist/utils → utils}/object/property-name.d.ts +0 -0
  2607. /package/{dist/utils → utils}/object/property-name.js +0 -0
  2608. /package/{dist/utils → utils}/ordered-feedable-async-iterable.d.ts +0 -0
  2609. /package/{dist/utils → utils}/ordered-feedable-async-iterable.js +0 -0
  2610. /package/{dist/utils → utils}/patch-worker.d.ts +0 -0
  2611. /package/{dist/utils → utils}/patch-worker.js +0 -0
  2612. /package/{dist/utils → utils}/patterns.d.ts +0 -0
  2613. /package/{dist/utils → utils}/patterns.js +0 -0
  2614. /package/{dist/utils → utils}/periodic-reporter.d.ts +0 -0
  2615. /package/{dist/utils → utils}/periodic-reporter.js +0 -0
  2616. /package/{dist/utils → utils}/periodic-sampler.d.ts +0 -0
  2617. /package/{dist/utils → utils}/periodic-sampler.js +0 -0
  2618. /package/{dist/utils → utils}/provider-function-iterable.d.ts +0 -0
  2619. /package/{dist/utils → utils}/provider-function-iterable.js +0 -0
  2620. /package/{dist/utils → utils}/proxy.d.ts +0 -0
  2621. /package/{dist/utils → utils}/proxy.js +0 -0
  2622. /package/{dist/utils → utils}/random.d.ts +0 -0
  2623. /package/{dist/utils → utils}/random.js +0 -0
  2624. /package/{dist/utils → utils}/reactive-value-to-signal.d.ts +0 -0
  2625. /package/{dist/utils → utils}/reactive-value-to-signal.js +0 -0
  2626. /package/{dist/utils → utils}/reflection.d.ts +0 -0
  2627. /package/{dist/utils → utils}/reflection.js +0 -0
  2628. /package/{dist/utils → utils}/repl.d.ts +0 -0
  2629. /package/{dist/utils → utils}/repl.js +0 -0
  2630. /package/{dist/utils → utils}/set.d.ts +0 -0
  2631. /package/{dist/utils → utils}/set.js +0 -0
  2632. /package/{dist/utils → utils}/singleton.d.ts +0 -0
  2633. /package/{dist/utils → utils}/singleton.js +0 -0
  2634. /package/{dist/utils → utils}/sort.d.ts +0 -0
  2635. /package/{dist/utils → utils}/sort.js +0 -0
  2636. /package/{dist/utils → utils}/stream/finalize-stream.d.ts +0 -0
  2637. /package/{dist/utils → utils}/stream/finalize-stream.js +0 -0
  2638. /package/{dist/utils → utils}/stream/from-promise.d.ts +0 -0
  2639. /package/{dist/utils → utils}/stream/from-promise.js +0 -0
  2640. /package/{dist/utils → utils}/stream/index.d.ts +0 -0
  2641. /package/{dist/utils → utils}/stream/index.js +0 -0
  2642. /package/{dist/utils → utils}/stream/readable-stream-adapter.d.ts +0 -0
  2643. /package/{dist/utils → utils}/stream/readable-stream-adapter.js +0 -0
  2644. /package/{dist/utils → utils}/stream/size-limited-stream.d.ts +0 -0
  2645. /package/{dist/utils → utils}/stream/size-limited-stream.js +0 -0
  2646. /package/{dist/utils → utils}/stream/slice.d.ts +0 -0
  2647. /package/{dist/utils → utils}/stream/slice.js +0 -0
  2648. /package/{dist/utils → utils}/stream/stream-helper-types.d.ts +0 -0
  2649. /package/{dist/utils → utils}/stream/stream-helper-types.js +0 -0
  2650. /package/{dist/utils → utils}/stream/stream-reader.d.ts +0 -0
  2651. /package/{dist/utils → utils}/stream/stream-reader.js +0 -0
  2652. /package/{dist/utils → utils}/stream/to-bytes-stream.d.ts +0 -0
  2653. /package/{dist/utils → utils}/stream/to-bytes-stream.js +0 -0
  2654. /package/{dist/utils → utils}/stream/to-readable-stream.d.ts +0 -0
  2655. /package/{dist/utils → utils}/stream/to-readable-stream.js +0 -0
  2656. /package/{dist/utils → utils}/string/casing.d.ts +0 -0
  2657. /package/{dist/utils → utils}/string/casing.js +0 -0
  2658. /package/{dist/utils → utils}/string/hypenate.d.ts +0 -0
  2659. /package/{dist/utils → utils}/string/hypenate.js +0 -0
  2660. /package/{dist/utils → utils}/string/index.d.ts +0 -0
  2661. /package/{dist/utils → utils}/string/index.js +0 -0
  2662. /package/{dist/utils → utils}/string/normalize.d.ts +0 -0
  2663. /package/{dist/utils → utils}/string/normalize.js +0 -0
  2664. /package/{dist/utils → utils}/string/title-case.d.ts +0 -0
  2665. /package/{dist/utils → utils}/string/title-case.js +0 -0
  2666. /package/{dist/utils → utils}/string/trim.d.ts +0 -0
  2667. /package/{dist/utils → utils}/string/trim.js +0 -0
  2668. /package/{dist/utils → utils}/throw.d.ts +0 -0
  2669. /package/{dist/utils → utils}/throw.js +0 -0
  2670. /package/{dist/utils → utils}/timer.d.ts +0 -0
  2671. /package/{dist/utils → utils}/timer.js +0 -0
  2672. /package/{dist/utils → utils}/timing.d.ts +0 -0
  2673. /package/{dist/utils → utils}/timing.js +0 -0
  2674. /package/{dist/utils → utils}/try-chain.d.ts +0 -0
  2675. /package/{dist/utils → utils}/try-chain.js +0 -0
  2676. /package/{dist/utils → utils}/try-ignore.d.ts +0 -0
  2677. /package/{dist/utils → utils}/try-ignore.js +0 -0
  2678. /package/{dist/utils → utils}/type/extends.d.ts +0 -0
  2679. /package/{dist/utils → utils}/type/extends.js +0 -0
  2680. /package/{dist/utils → utils}/type/index.d.ts +0 -0
  2681. /package/{dist/utils → utils}/type/index.js +0 -0
  2682. /package/{dist/utils → utils}/type-guards.d.ts +0 -0
  2683. /package/{dist/utils → utils}/type-guards.js +0 -0
  2684. /package/{dist/utils → utils}/type-of.d.ts +0 -0
  2685. /package/{dist/utils → utils}/type-of.js +0 -0
  2686. /package/{dist/utils → utils}/units.d.ts +0 -0
  2687. /package/{dist/utils → utils}/units.js +0 -0
  2688. /package/{dist/utils → utils}/url-builder.d.ts +0 -0
  2689. /package/{dist/utils → utils}/url-builder.js +0 -0
  2690. /package/{dist/utils → utils}/value-or-provider.d.ts +0 -0
  2691. /package/{dist/utils → utils}/value-or-provider.js +0 -0
  2692. /package/{dist/utils → utils}/z-base32.d.ts +0 -0
  2693. /package/{dist/utils → utils}/z-base32.js +0 -0
@@ -1,94 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-unsafe-function-type */
2
-
3
- import { reflectionRegistry } from '#/reflection/registry.js';
4
- import { createMethodDecorator } from '#/reflection/utils.js';
5
- import type { AbstractConstructor, Function } from '#/types/index.js';
6
- import { isArray, isDefined, isFunction, isNull, isUndefined } from '#/utils/type-guards.js';
7
- import { type CombinedSchemaDecorator, createSchemaDecorator, Property, type SchemaDecoratorOptions, type SchemaReflectionData } from '../decorators/index.js';
8
- import { schemaReflectionDataToSchema } from '../decorators/utils.js';
9
- import type { Schema, SchemaTestable } from '../schema.js';
10
- import { schemaTestableToSchema } from '../testable.js';
11
- import { never } from './never.js';
12
- import { optional } from './optional.js';
13
- import { SimpleSchema, type SimpleSchemaOptions } from './simple.js';
14
-
15
- export type FunctionSchemaOptions<T extends Function> = SimpleSchemaOptions<T> & { parameterNames?: (string | null)[] };
16
-
17
- type MappedParameters<T> = { [I in keyof T]: SchemaTestable<T[I]> };
18
-
19
- export class FunctionSchema<T extends (...args: any[]) => any> extends SimpleSchema<T> {
20
- override readonly name = 'function';
21
-
22
- readonly parameterSchemas: MappedParameters<Parameters<T>> | null;
23
- readonly parameterNames: (string | null)[];
24
- readonly returnValueSchema: SchemaTestable<ReturnType<T>> | null;
25
-
26
- constructor(parameterSchemas: MappedParameters<Parameters<T>> | null, returnValueSchema: SchemaTestable<ReturnType<T>> | null, options?: FunctionSchemaOptions<T>) {
27
- super('function', isFunction, options);
28
-
29
- this.parameterSchemas = parameterSchemas;
30
- this.parameterNames = options?.parameterNames ?? [];
31
- this.returnValueSchema = returnValueSchema;
32
- }
33
- }
34
-
35
- export function func<T extends (...args: any[]) => any>(parameterSchemas: MappedParameters<Parameters<T>> | null, returnValueSchema: SchemaTestable<ReturnType<T>> | null, options?: FunctionSchemaOptions<T>): FunctionSchema<T> {
36
- return new FunctionSchema(parameterSchemas, returnValueSchema, options);
37
- }
38
-
39
- export function Method<T extends (...args: any[]) => any>(options?: FunctionSchemaOptions<T> & SchemaDecoratorOptions): CombinedSchemaDecorator;
40
- export function Method<T extends (...args: any[]) => any>(parameterSchemas: MappedParameters<Parameters<T>> | null, returnValueSchema: SchemaTestable<ReturnType<T>> | null, options?: FunctionSchemaOptions<T> & SchemaDecoratorOptions): CombinedSchemaDecorator;
41
- export function Method<T extends (...args: any[]) => any>(parameterSchemasOrOptions?: MappedParameters<Parameters<T>> | null | (FunctionSchemaOptions<T> & SchemaDecoratorOptions), returnValueSchema?: SchemaTestable<ReturnType<T>> | null, optionsOrNothing?: FunctionSchemaOptions<T> & SchemaDecoratorOptions): CombinedSchemaDecorator {
42
- if (isArray(parameterSchemasOrOptions) || isNull(parameterSchemasOrOptions)) {
43
- return Property({
44
- ...optionsOrNothing,
45
- schema: (data) => func(parameterSchemasOrOptions, returnValueSchema as SchemaTestable, { description: data.description, example: data.example, ...optionsOrNothing })
46
- });
47
- }
48
-
49
- return createMethodDecorator({
50
- handler: (data, _metdata, originalArguments) => {
51
- createSchemaDecorator(parameterSchemasOrOptions)(...originalArguments);
52
- Property(getFunctionSchemaFromReflection(data.constructor, data.methodKey), parameterSchemasOrOptions);
53
- }
54
- }) as CombinedSchemaDecorator;
55
- }
56
-
57
- export function getFunctionSchemaFromReflection(type: AbstractConstructor, method: string | symbol): Schema<Function> | FunctionSchema<(...args: any[]) => any> {
58
- const schema = tryGetFunctionSchemaFromReflection(type, method);
59
-
60
- if (isNull(schema)) {
61
- throw new Error(`Could not get functions schema for ${type.name}["${String(method)}"] from reflection data.`);
62
- }
63
-
64
- return schema;
65
- }
66
-
67
- export function tryGetFunctionSchemaFromReflection(type: AbstractConstructor, method: string | symbol): Schema<Function> | FunctionSchema<(...args: any[]) => any> | null {
68
- const typeMetadata = reflectionRegistry.getMetadata(type);
69
- const methodMetadata = typeMetadata?.methods.get(method);
70
-
71
- if (isUndefined(methodMetadata)) {
72
- return null;
73
- }
74
-
75
- const methodData = methodMetadata.data.tryGet<SchemaReflectionData>('schema') ?? {};
76
-
77
- if (isFunction(methodData.schema)) {
78
- return schemaTestableToSchema(methodData.schema(methodData)) as Schema<Function>;
79
- }
80
-
81
- const parameterSchemas = methodMetadata.parameters.map((parameterMetadata) => {
82
- const parameterData = parameterMetadata.data.tryGet<SchemaReflectionData>('schema') ?? {};
83
- return schemaReflectionDataToSchema(parameterData, parameterMetadata.type, { type, key: `${String(method)}(parameter:${parameterMetadata.index})` });
84
- });
85
-
86
- const parameterNames = methodMetadata.parameters.map((parameterMetadata) => {
87
- const parameterData = parameterMetadata.data.tryGet<SchemaReflectionData>('schema') ?? {};
88
- return parameterData.parameter?.name ?? null;
89
- });
90
-
91
- const returnTypeSchema = isDefined(methodData.method?.returnType) ? methodData.method.returnType(methodData) : (methodMetadata.returnType ?? optional(never()));
92
-
93
- return func(parameterSchemas, returnTypeSchema, { parameterNames, description: methodData.description, example: methodData.example });
94
- }
@@ -1,26 +0,0 @@
1
- export * from './any.js';
2
- export * from './array.js';
3
- export * from './bigint.js';
4
- export * from './boolean.js';
5
- export * from './date.js';
6
- export * from './defaulted.js';
7
- export * from './deferred.js';
8
- export * from './enumeration.js';
9
- export * from './function.js';
10
- export * from './instance.js';
11
- export * from './literal.js';
12
- export * from './never.js';
13
- export * from './nullable.js';
14
- export * from './number.js';
15
- export * from './object.js';
16
- export * from './one-or-many.js';
17
- export * from './optional.js';
18
- export * from './readable-stream.js';
19
- export * from './regexp.js';
20
- export * from './simple.js';
21
- export * from './string.js';
22
- export * from './symbol.js';
23
- export * from './transform.js';
24
- export * from './uint8-array.js';
25
- export * from './union.js';
26
- export * from './unknown.js';
@@ -1,46 +0,0 @@
1
- import type { JsonPath } from '#/json-path/json-path.js';
2
- import type { AbstractConstructor } from '#/types/index.js';
3
- import { lazyProperty } from '#/utils/object/lazy-property.js';
4
- import { typeOf } from '#/utils/type-of.js';
5
- import { PropertySchema, type SchemaPropertyDecorator, type SchemaDecoratorOptions } from '../decorators/index.js';
6
- import { SchemaError } from '../schema.error.js';
7
- import { Schema, type SchemaOptions, type SchemaTestOptions, type SchemaTestResult } from '../schema.js';
8
-
9
- export type InstanceSchemaOptions<T extends AbstractConstructor> = SchemaOptions<InstanceType<T>>;
10
-
11
- export class InstanceSchema<T extends AbstractConstructor> extends Schema<InstanceType<T>> {
12
- override readonly name: string;
13
- readonly type: T;
14
-
15
- constructor(type: T, options?: InstanceSchemaOptions<T>) {
16
- super(options);
17
-
18
- this.type = type;
19
-
20
- lazyProperty(this, 'name', () => `Instance[${type.name}]`);
21
- }
22
-
23
- override _test(value: any, path: JsonPath, options: SchemaTestOptions): SchemaTestResult<InstanceType<T>> {
24
- if (value instanceof (this.type as AbstractConstructor)) {
25
- return { valid: true, value };
26
- }
27
-
28
- return {
29
- valid: false,
30
- error: SchemaError.expectedButGot(
31
- typeOf(this.type),
32
- typeOf(value),
33
- path,
34
- { fast: options.fastErrors }
35
- )
36
- };
37
- }
38
- }
39
-
40
- export function instance<T extends AbstractConstructor>(type: T, options?: InstanceSchemaOptions<T>): InstanceSchema<T> {
41
- return new InstanceSchema(type, options);
42
- }
43
-
44
- export function Instance<T extends AbstractConstructor>(type: T, options?: InstanceSchemaOptions<T> & SchemaDecoratorOptions): SchemaPropertyDecorator {
45
- return PropertySchema((data) => instance(type, { description: data.description, example: data.example, ...options }), options);
46
- }
@@ -1,46 +0,0 @@
1
- import type { JsonPath } from '#/json-path/json-path.js';
2
- import { lazyProperty } from '#/utils/object/lazy-property.js';
3
- import { isPrimitive } from '#/utils/type-guards.js';
4
- import { typeOf } from '#/utils/type-of.js';
5
- import { PropertySchema, type SchemaDecoratorOptions, type SchemaPropertyDecorator } from '../decorators/index.js';
6
- import { SchemaError } from '../schema.error.js';
7
- import { Schema, type SchemaOptions, type SchemaTestOptions, type SchemaTestResult } from '../schema.js';
8
-
9
- export type LiteralSchemaOptions<T> = SchemaOptions<T>;
10
-
11
- export class LiteralSchema<const T> extends Schema<T> {
12
- override readonly name: string;
13
- readonly value: T;
14
-
15
- constructor(value: T, options?: LiteralSchemaOptions<T>) {
16
- super(options);
17
-
18
- this.value = value;
19
-
20
- lazyProperty(this, 'name', () => `Literal[${String(value)}]`);
21
- }
22
-
23
- override _test(value: any, path: JsonPath, options: SchemaTestOptions): SchemaTestResult<T> {
24
- if (value === this.value) {
25
- return { valid: true, value };
26
- }
27
-
28
- return {
29
- valid: false,
30
- error: SchemaError.expectedButGot(
31
- isPrimitive(this.value) ? String(this.value) : typeOf(this.value),
32
- isPrimitive(value) ? String(value) : typeOf(value),
33
- path,
34
- { fast: options.fastErrors }
35
- )
36
- };
37
- }
38
- }
39
-
40
- export function literal<const T>(value: T, options?: LiteralSchemaOptions<T>): LiteralSchema<T> {
41
- return new LiteralSchema(value, options);
42
- }
43
-
44
- export function Literal<const T>(value: T, options?: LiteralSchemaOptions<T> & SchemaDecoratorOptions): SchemaPropertyDecorator {
45
- return PropertySchema((data) => literal(value, { description: data.description, example: data.example, ...options }), options);
46
- }
@@ -1,18 +0,0 @@
1
- import type { JsonPath } from '#/json-path/json-path.js';
2
- import { SchemaError } from '#/schema/schema.error.js';
3
- import { typeOf } from '#/utils/type-of.js';
4
- import { Schema, type SchemaOptions, type SchemaTestOptions, type SchemaTestResult } from '../schema.js';
5
-
6
- export type NeverSchemaOptions = SchemaOptions<never>;
7
-
8
- export class NeverSchema extends Schema<never> {
9
- override readonly name = 'never';
10
-
11
- override _test(value: any, path: JsonPath, options: SchemaTestOptions): SchemaTestResult<never> {
12
- return { valid: false, error: SchemaError.expectedButGot('never', typeOf(value), path, { fast: options.fastErrors }) };
13
- }
14
- }
15
-
16
- export function never(options?: NeverSchemaOptions): NeverSchema {
17
- return new NeverSchema(options);
18
- }
@@ -1,40 +0,0 @@
1
- import type { JsonPath } from '#/json-path/json-path.js';
2
- import type { TypedOmit } from '#/types/index.js';
3
- import { lazyProperty } from '#/utils/object/lazy-property.js';
4
- import { isNull } from '#/utils/type-guards.js';
5
- import { createSchemaDecorator, type SchemaDecoratorOptions, type SchemaPropertyDecorator } from '../decorators/index.js';
6
- import { Schema, type SchemaTestable, type SchemaTestOptions, type SchemaTestResult } from '../schema.js';
7
- import { schemaTestableToSchema } from '../testable.js';
8
-
9
- export class NullableSchema<T> extends Schema<T | null> {
10
- override readonly name: string;
11
- readonly schema: Schema<T>;
12
-
13
- constructor(schema: SchemaTestable<T>) {
14
- if ((schema instanceof NullableSchema) && (schema == schema.schema)) {
15
- return schema; // eslint-disable-line no-constructor-return
16
- }
17
-
18
- super();
19
-
20
- this.schema = schemaTestableToSchema(schema);
21
-
22
- lazyProperty(this, 'name', () => `Nullable[${this.schema.name}]`);
23
- }
24
-
25
- override _test(value: any, path: JsonPath, options: SchemaTestOptions): SchemaTestResult<T | null> {
26
- if (isNull(value)) {
27
- return { valid: true, value };
28
- }
29
-
30
- return this.schema._test(value, path, options);
31
- }
32
- }
33
-
34
- export function nullable<T>(schema: SchemaTestable<T>): NullableSchema<T> {
35
- return new NullableSchema(schema);
36
- }
37
-
38
- export function Nullable<T>(schema?: SchemaTestable<T>, options?: TypedOmit<SchemaDecoratorOptions, 'nullable'>): SchemaPropertyDecorator {
39
- return createSchemaDecorator({ schema: () => schema as SchemaTestable, ...options, nullable: true });
40
- }
@@ -1,60 +0,0 @@
1
- import type { TypedOmit } from '#/types/index.js';
2
- import { isNumber } from '#/utils/type-guards.js';
3
- import { PropertySchema, type SchemaDecoratorOptions, type SchemaPropertyDecorator } from '../decorators/index.js';
4
- import { SchemaError } from '../schema.error.js';
5
- import { SimpleSchema, type SimpleSchemaOptions } from './simple.js';
6
-
7
- export type NumberSchemaOptions = SimpleSchemaOptions<number> & {
8
- integer?: boolean,
9
- minimum?: number,
10
- maximum?: number,
11
- };
12
-
13
- export class NumberSchema extends SimpleSchema<number> {
14
- override readonly name: string = 'number';
15
-
16
- readonly integer: boolean;
17
- readonly minimum: number | null;
18
- readonly maximum: number | null;
19
-
20
- constructor(options?: NumberSchemaOptions) {
21
- super('number', isNumber, options, {
22
- coercers: {
23
- string: (value, path, options) => {
24
- const result = globalThis.Number(value);
25
-
26
- return globalThis.Number.isNaN(result)
27
- ? { success: false, error: SchemaError.couldNotCoerce('number', 'string', path, { fast: options.fastErrors }) }
28
- : { success: true, value: result, valid: true };
29
- },
30
- boolean: (value) => ({ success: true, value: globalThis.Number(value), valid: true }),
31
- bigint: (value) => ({ success: true, value: globalThis.Number(value), valid: false }),
32
- },
33
- constraints: [
34
- (options?.integer == true) ? (value) => globalThis.Number.isInteger(value) ? ({ success: true }) : ({ success: false, error: 'Value is not an integer.' }) : null,
35
- isNumber(options?.minimum) ? (value) => (value >= this.minimum!) ? ({ success: true }) : ({ success: false, error: `Value must be more than or equal to ${this.minimum}.` }) : null,
36
- isNumber(options?.maximum) ? (value) => (value <= this.maximum!) ? ({ success: true }) : ({ success: false, error: `Value must be less than or equal to ${this.maximum}.` }) : null,
37
- ],
38
- });
39
-
40
- this.integer = options?.integer ?? false;
41
- this.minimum = options?.minimum ?? null;
42
- this.maximum = options?.maximum ?? null;
43
- }
44
- }
45
-
46
- export function number(options?: NumberSchemaOptions): NumberSchema {
47
- return new NumberSchema(options);
48
- }
49
-
50
- export function integer(options?: TypedOmit<NumberSchemaOptions, 'integer'>): NumberSchema {
51
- return number({ ...options, integer: true });
52
- }
53
-
54
- export function NumberProperty(options?: SchemaDecoratorOptions & NumberSchemaOptions): SchemaPropertyDecorator {
55
- return PropertySchema((data) => number({ description: data.description, example: data.example, ...options }), options);
56
- }
57
-
58
- export function Integer(options?: SchemaDecoratorOptions & TypedOmit<NumberSchemaOptions, 'integer'>): SchemaPropertyDecorator {
59
- return PropertySchema((data) => number({ description: data.description, example: data.example, ...options, integer: true }), options);
60
- }