@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.
- package/{dist/audit → audit}/schemas.d.ts +2 -2
- package/{dist/document-management → document-management}/server/schemas.d.ts +2 -2
- package/{dist/document-management → document-management}/server/services/document-property.service.d.ts +2 -2
- package/package.json +1 -1
- package/tsconfig.json +46 -17
- package/.eslintrc.json.bak +0 -281
- package/.repomix/bundles.json +0 -100
- package/.repomix/config/all-repomix.config.json +0 -31
- package/.repomix/config/debug-repomix.config.json +0 -31
- package/.repomix/config/dm-repomix.config.json +0 -31
- package/.vscode/launch.json +0 -16
- package/README.md +0 -100
- package/container/postgres/init/bootstrap.sql +0 -8
- package/container/postgres/postgresql.conf +0 -2
- package/deno.json +0 -8
- package/deno.lock +0 -847
- package/dist/eslint.config.js +0 -86
- package/dist/package.json +0 -190
- package/dist/tools/fetch-mime-types.d.ts +0 -1
- package/dist/tools/fetch-mime-types.js +0 -14
- package/dist/tsconfig.json +0 -50
- package/dist/tsconfig.server.json +0 -6
- package/docker-compose.yml +0 -30
- package/generate-readmes.ts +0 -340
- package/scripts/generate-context7-docs.sh +0 -52
- package/scripts/manage-orm.sh +0 -63
- package/source/ai/README.md +0 -281
- package/source/ai/ai-file.service.ts +0 -292
- package/source/ai/ai-session.ts +0 -63
- package/source/ai/ai.service.ts +0 -626
- package/source/ai/functions.ts +0 -49
- package/source/ai/index.ts +0 -6
- package/source/ai/module.ts +0 -16
- package/source/ai/types.ts +0 -263
- package/source/api/README.md +0 -257
- package/source/api/client/client.ts +0 -221
- package/source/api/client/index.ts +0 -1
- package/source/api/default-error-handlers.ts +0 -37
- package/source/api/index.ts +0 -9
- package/source/api/response.ts +0 -173
- package/source/api/server/api-controller.ts +0 -69
- package/source/api/server/api-request-token.provider.ts +0 -32
- package/source/api/server/error-handler.ts +0 -13
- package/source/api/server/gateway.ts +0 -347
- package/source/api/server/index.ts +0 -5
- package/source/api/server/middlewares/allowed-methods.middleware.ts +0 -19
- package/source/api/server/middlewares/catch-error.middleware.ts +0 -18
- package/source/api/server/middlewares/content-type.middleware.ts +0 -22
- package/source/api/server/middlewares/cors.middleware.ts +0 -73
- package/source/api/server/middlewares/index.ts +0 -5
- package/source/api/server/middlewares/response-time.middleware.ts +0 -12
- package/source/api/server/module.ts +0 -34
- package/source/api/server/tokens.ts +0 -12
- package/source/api/types.ts +0 -195
- package/source/api/utils.ts +0 -27
- package/source/application/README.md +0 -234
- package/source/application/application.ts +0 -173
- package/source/application/index.ts +0 -2
- package/source/application/providers.ts +0 -68
- package/source/audit/README.md +0 -272
- package/source/audit/audit.model.ts +0 -161
- package/source/audit/auditor.ts +0 -309
- package/source/audit/drizzle/0000_bored_stick.sql +0 -26
- package/source/audit/drizzle/meta/0000_snapshot.json +0 -195
- package/source/audit/drizzle/meta/_journal.json +0 -13
- package/source/audit/drizzle.config.ts +0 -13
- package/source/audit/index.ts +0 -5
- package/source/audit/module.ts +0 -40
- package/source/audit/schemas.ts +0 -11
- package/source/audit/types.ts +0 -29
- package/source/authentication/README.md +0 -288
- package/source/authentication/authentication.api.ts +0 -182
- package/source/authentication/client/api.client.ts +0 -36
- package/source/authentication/client/authentication.service.ts +0 -488
- package/source/authentication/client/http-client.middleware.ts +0 -32
- package/source/authentication/client/index.ts +0 -5
- package/source/authentication/client/module.ts +0 -56
- package/source/authentication/client/tokens.ts +0 -17
- package/source/authentication/errors/index.ts +0 -1
- package/source/authentication/errors/secret-requirements.error.ts +0 -9
- package/source/authentication/index.ts +0 -10
- package/source/authentication/models/authentication-credentials.model.ts +0 -24
- package/source/authentication/models/authentication-session.model.ts +0 -30
- package/source/authentication/models/index.ts +0 -6
- package/source/authentication/models/init-secret-reset-data.model.ts +0 -19
- package/source/authentication/models/secret-check-result.model.ts +0 -5
- package/source/authentication/models/token-payload-base.model.ts +0 -48
- package/source/authentication/models/token.model.ts +0 -61
- package/source/authentication/server/authentication-ancillary.service.ts +0 -64
- package/source/authentication/server/authentication-api-request-token.provider.ts +0 -30
- package/source/authentication/server/authentication-secret-requirements.validator.ts +0 -84
- package/source/authentication/server/authentication.api-controller.ts +0 -225
- package/source/authentication/server/authentication.audit.ts +0 -15
- package/source/authentication/server/authentication.service.ts +0 -833
- package/source/authentication/server/drizzle/0000_calm_warlock.sql +0 -28
- package/source/authentication/server/drizzle/meta/0000_snapshot.json +0 -189
- package/source/authentication/server/drizzle/meta/_journal.json +0 -13
- package/source/authentication/server/drizzle.config.ts +0 -13
- package/source/authentication/server/helper.ts +0 -140
- package/source/authentication/server/index.ts +0 -8
- package/source/authentication/server/module.ts +0 -69
- package/source/authentication/server/schemas.ts +0 -7
- package/source/browser/README.md +0 -311
- package/source/browser/browser-context-controller.ts +0 -149
- package/source/browser/browser-controller.ts +0 -118
- package/source/browser/browser.service.ts +0 -115
- package/source/browser/document-controller.ts +0 -114
- package/source/browser/element-controller.ts +0 -348
- package/source/browser/frame-controller.ts +0 -40
- package/source/browser/index.ts +0 -17
- package/source/browser/locator-controller.ts +0 -51
- package/source/browser/module.ts +0 -48
- package/source/browser/page-controller.ts +0 -203
- package/source/browser/pdf-options.ts +0 -68
- package/source/browser/types.ts +0 -21
- package/source/browser/utils.ts +0 -144
- package/source/cancellation/README.md +0 -301
- package/source/cancellation/index.ts +0 -6
- package/source/cancellation/token.ts +0 -339
- package/source/collections/awaitable/awaitable-list.ts +0 -135
- package/source/collections/awaitable/awaitable-map.ts +0 -124
- package/source/collections/awaitable/awaitable-set.ts +0 -113
- package/source/collections/awaitable/index.ts +0 -3
- package/source/collections/collection.ts +0 -10
- package/source/collections/index.ts +0 -12
- package/source/collections/keyed-set.ts +0 -104
- package/source/collections/list.ts +0 -18
- package/source/collections/observable/index.ts +0 -8
- package/source/collections/observable/observable-array.ts +0 -132
- package/source/collections/observable/observable-collection-base.ts +0 -119
- package/source/collections/observable/observable-collection.ts +0 -27
- package/source/collections/observable/observable-list-base.ts +0 -90
- package/source/collections/observable/observable-list.ts +0 -26
- package/source/collections/observable/observable-map.ts +0 -78
- package/source/collections/observable/observable-set.ts +0 -133
- package/source/collections/observable/observable-sorted-array-list.ts +0 -227
- package/source/collections/sorted-array-list.ts +0 -210
- package/source/collections/sorted-list.ts +0 -14
- package/source/collections/sorted-map.ts +0 -105
- package/source/constants.ts +0 -1
- package/source/context/context.ts +0 -92
- package/source/context/index.ts +0 -1
- package/source/cookie/cookie.ts +0 -99
- package/source/cookie/index.ts +0 -7
- package/source/core.ts +0 -34
- package/source/css/css-variables.ts +0 -73
- package/source/css/index.ts +0 -1
- package/source/data-structures/README.md +0 -330
- package/source/data-structures/array-dictionary.ts +0 -121
- package/source/data-structures/array-list.ts +0 -144
- package/source/data-structures/cache.ts +0 -67
- package/source/data-structures/circular-buffer.ts +0 -260
- package/source/data-structures/collection.ts +0 -137
- package/source/data-structures/context-data-map.ts +0 -60
- package/source/data-structures/dictionary.ts +0 -77
- package/source/data-structures/distinct-collection.ts +0 -113
- package/source/data-structures/index-out-of-bounds.error.ts +0 -11
- package/source/data-structures/index.ts +0 -24
- package/source/data-structures/iterable-weak-map.ts +0 -172
- package/source/data-structures/linked-list.ts +0 -478
- package/source/data-structures/list.ts +0 -164
- package/source/data-structures/map-dictionary.ts +0 -77
- package/source/data-structures/multi-key-map.ts +0 -204
- package/source/data-structures/multi-key-set.ts +0 -82
- package/source/data-structures/set-collection.ts +0 -115
- package/source/data-structures/sorted-array-list.ts +0 -172
- package/source/data-structures/weak-ref-map.ts +0 -171
- package/source/decorators/index.ts +0 -7
- package/source/decorators/log.ts +0 -46
- package/source/disposable/disposable.ts +0 -13
- package/source/disposable/index.ts +0 -2
- package/source/disposable/using.ts +0 -17
- package/source/distributed-loop/controller.ts +0 -4
- package/source/distributed-loop/distributed-loop.ts +0 -88
- package/source/distributed-loop/index.ts +0 -9
- package/source/distributed-loop/provider.ts +0 -16
- package/source/document-management/CONCEPT.md +0 -166
- package/source/document-management/README.md +0 -409
- package/source/document-management/api/document-management.api.ts +0 -235
- package/source/document-management/api/index.ts +0 -1
- package/source/document-management/authorization/document-management-authorization.service.ts +0 -99
- package/source/document-management/authorization/index.ts +0 -2
- package/source/document-management/authorization/policies.ts +0 -19
- package/source/document-management/index.ts +0 -5
- package/source/document-management/localizations/english.ts +0 -11
- package/source/document-management/localizations/german.ts +0 -11
- package/source/document-management/localizations/index.ts +0 -12
- package/source/document-management/localizations/localization.ts +0 -9
- package/source/document-management/models/document-assignment-scope.model.ts +0 -27
- package/source/document-management/models/document-assignment-task.model.ts +0 -30
- package/source/document-management/models/document-category.model.ts +0 -20
- package/source/document-management/models/document-collection-assignment.model.ts +0 -25
- package/source/document-management/models/document-collection.model.ts +0 -15
- package/source/document-management/models/document-management-table.ts +0 -6
- package/source/document-management/models/document-property-value.model.ts +0 -41
- package/source/document-management/models/document-property.model.ts +0 -30
- package/source/document-management/models/document-request-collection-assignment.model.ts +0 -24
- package/source/document-management/models/document-request-template.ts +0 -23
- package/source/document-management/models/document-request.model.ts +0 -44
- package/source/document-management/models/document-requests-template.ts +0 -15
- package/source/document-management/models/document-tag-assignment.model.ts +0 -22
- package/source/document-management/models/document-tag.model.ts +0 -15
- package/source/document-management/models/document-type-property.model.ts +0 -19
- package/source/document-management/models/document-type-validation.model.ts +0 -20
- package/source/document-management/models/document-type.model.ts +0 -20
- package/source/document-management/models/document-validation-definition.model.ts +0 -24
- package/source/document-management/models/document-validation-execution-related-document.model.ts +0 -23
- package/source/document-management/models/document-validation-execution.model.ts +0 -57
- package/source/document-management/models/document-workflow.model.ts +0 -68
- package/source/document-management/models/document.model.ts +0 -64
- package/source/document-management/models/index.ts +0 -22
- package/source/document-management/server/api/document-management.api.ts +0 -322
- package/source/document-management/server/api/index.ts +0 -1
- package/source/document-management/server/configure.ts +0 -10
- package/source/document-management/server/drizzle/0000_ordinary_pretty_boy.sql +0 -362
- package/source/document-management/server/drizzle/meta/0000_snapshot.json +0 -2680
- package/source/document-management/server/drizzle/meta/_journal.json +0 -13
- package/source/document-management/server/drizzle.config.ts +0 -13
- package/source/document-management/server/index.ts +0 -5
- package/source/document-management/server/module.ts +0 -30
- package/source/document-management/server/schemas.ts +0 -37
- package/source/document-management/server/services/document-category-type.service.ts +0 -95
- package/source/document-management/server/services/document-collection.service.ts +0 -100
- package/source/document-management/server/services/document-file.service.ts +0 -213
- package/source/document-management/server/services/document-management-ai.service.ts +0 -393
- package/source/document-management/server/services/document-management-ancillary.service.ts +0 -11
- package/source/document-management/server/services/document-management-observation.service.ts +0 -185
- package/source/document-management/server/services/document-management.service.ts +0 -411
- package/source/document-management/server/services/document-property.service.ts +0 -184
- package/source/document-management/server/services/document-request.service.ts +0 -142
- package/source/document-management/server/services/document-tag.service.ts +0 -70
- package/source/document-management/server/services/document-validation.service.ts +0 -187
- package/source/document-management/server/services/document-workflow.service.ts +0 -205
- package/source/document-management/server/services/document.service.ts +0 -197
- package/source/document-management/server/services/enum-type-key.ts +0 -1
- package/source/document-management/server/services/index.ts +0 -15
- package/source/document-management/server/services/singleton.ts +0 -12
- package/source/document-management/server/validators/ai-validation-executor.ts +0 -60
- package/source/document-management/server/validators/index.ts +0 -2
- package/source/document-management/server/validators/single-document-validation-executor.ts +0 -27
- package/source/document-management/server/validators/validator.ts +0 -23
- package/source/document-management/service-models/categories-and-types.view-model.ts +0 -10
- package/source/document-management/service-models/document-collection-metadata.service-model.ts +0 -15
- package/source/document-management/service-models/document-folders.view-model.ts +0 -35
- package/source/document-management/service-models/document-management.view-model.ts +0 -123
- package/source/document-management/service-models/document-requests-template.view-model.ts +0 -12
- package/source/document-management/service-models/document.service-model.ts +0 -157
- package/source/document-management/service-models/enriched/enriched-document-assignment.view.ts +0 -47
- package/source/document-management/service-models/enriched/enriched-document-category.view.ts +0 -75
- package/source/document-management/service-models/enriched/enriched-document-collection.view.ts +0 -72
- package/source/document-management/service-models/enriched/enriched-document-management-data.view.ts +0 -103
- package/source/document-management/service-models/enriched/enriched-document-request.view.ts +0 -48
- package/source/document-management/service-models/enriched/enriched-document-type.view.ts +0 -34
- package/source/document-management/service-models/enriched/enriched-document.view.ts +0 -97
- package/source/document-management/service-models/enriched/enriched-requests-template-data.model.ts +0 -35
- package/source/document-management/service-models/enriched/enriched.ts +0 -64
- package/source/document-management/service-models/enriched/index.ts +0 -9
- package/source/document-management/service-models/index.ts +0 -8
- package/source/document-management/service-models/stats.view-model.ts +0 -21
- package/source/dom/file-download.ts +0 -19
- package/source/dom/file-select-dialog.ts +0 -32
- package/source/dom/index.ts +0 -3
- package/source/dom/observation/index.ts +0 -6
- package/source/dom/observation/intersection-observer.ts +0 -61
- package/source/dom/observation/media-query-observer.ts +0 -19
- package/source/dom/observation/mutation-observer.ts +0 -43
- package/source/dom/observation/performance-observer.ts +0 -56
- package/source/dom/observation/resize-observer.ts +0 -46
- package/source/dom/observation/touch-observer.ts +0 -25
- package/source/enumerable/README.md +0 -192
- package/source/enumerable/async-enumerable.ts +0 -320
- package/source/enumerable/enumerable-methods.ts +0 -47
- package/source/enumerable/enumerable.ts +0 -243
- package/source/enumerable/index.ts +0 -8
- package/source/enumeration/README.md +0 -100
- package/source/enumeration/enumeration.ts +0 -26
- package/source/enumeration/index.ts +0 -1
- package/source/environment.ts +0 -41
- package/source/errors/README.md +0 -156
- package/source/errors/api.error.ts +0 -16
- package/source/errors/assertion.error.ts +0 -9
- package/source/errors/bad-request.error.ts +0 -9
- package/source/errors/custom.error.ts +0 -74
- package/source/errors/details.error.ts +0 -13
- package/source/errors/errors.localization.ts +0 -228
- package/source/errors/forbidden.error.ts +0 -9
- package/source/errors/index.ts +0 -25
- package/source/errors/invalid-credentials.error.ts +0 -9
- package/source/errors/invalid-token.error.ts +0 -9
- package/source/errors/max-bytes-exceeded.error.ts +0 -13
- package/source/errors/method-not-allowed.error.ts +0 -9
- package/source/errors/multi.error.ts +0 -13
- package/source/errors/not-found.error.ts +0 -9
- package/source/errors/not-implemented.error.ts +0 -9
- package/source/errors/not-supported.error.ts +0 -16
- package/source/errors/timeout.error.ts +0 -9
- package/source/errors/unauthorized.error.ts +0 -9
- package/source/errors/unsupported-media-type.error.ts +0 -9
- package/source/errors/utils.ts +0 -13
- package/source/examples/api/authentication.ts +0 -71
- package/source/examples/api/basic-overview.ts +0 -111
- package/source/examples/api/custom-authentication.ts +0 -140
- package/source/examples/api/streaming.ts +0 -127
- package/source/examples/browser/basic.ts +0 -35
- package/source/examples/document-management/categories-and-types.ts +0 -820
- package/source/examples/document-management/main.ts +0 -171
- package/source/examples/http/client.ts +0 -29
- package/source/examples/mail/basic.ts +0 -64
- package/source/examples/mail/templates/hello-name.tsx +0 -30
- package/source/examples/pdf/basic.ts +0 -70
- package/source/examples/pdf/templates/hello-name.hbs +0 -12
- package/source/examples/pdf/templates/hello-name.ts +0 -49
- package/source/examples/reflection/basic.ts +0 -38
- package/source/examples/template/basic.ts +0 -48
- package/source/examples/template/templates/hello-jsx.tsx +0 -17
- package/source/examples/template/templates/hello-name.hbs +0 -12
- package/source/examples/template/templates/hello-name.ts +0 -26
- package/source/file/index.ts +0 -2
- package/source/file/mime-type.ts +0 -21
- package/source/file/mime-types.ts +0 -773
- package/source/file/server/index.ts +0 -1
- package/source/file/server/temporary-file.ts +0 -67
- package/source/formats/formats.ts +0 -192
- package/source/formats/index.ts +0 -1
- package/source/function/index.ts +0 -7
- package/source/function/log.ts +0 -46
- package/source/http/README.md +0 -367
- package/source/http/client/adapters/undici.adapter.ts +0 -143
- package/source/http/client/http-client-options.ts +0 -12
- package/source/http/client/http-client-request.ts +0 -249
- package/source/http/client/http-client-response.ts +0 -58
- package/source/http/client/http-client.adapter.ts +0 -9
- package/source/http/client/http-client.ts +0 -391
- package/source/http/client/index.ts +0 -8
- package/source/http/client/middleware.ts +0 -8
- package/source/http/client/module.ts +0 -39
- package/source/http/client/tokens.ts +0 -4
- package/source/http/cookie-parser.ts +0 -30
- package/source/http/http-body.ts +0 -77
- package/source/http/http-form.ts +0 -27
- package/source/http/http-headers.ts +0 -124
- package/source/http/http-query.ts +0 -26
- package/source/http/http-url-parameters.ts +0 -17
- package/source/http/http-value-map.ts +0 -147
- package/source/http/http.error.ts +0 -89
- package/source/http/index.ts +0 -19
- package/source/http/server/http-server-request.ts +0 -40
- package/source/http/server/http-server-response.ts +0 -75
- package/source/http/server/http-server.ts +0 -18
- package/source/http/server/index.ts +0 -3
- package/source/http/server/node/index.ts +0 -2
- package/source/http/server/node/module.ts +0 -20
- package/source/http/server/node/node-http-server.ts +0 -270
- package/source/http/tokens.ts +0 -5
- package/source/http/types.ts +0 -51
- package/source/http/utils.ts +0 -143
- package/source/image-service/image-service.ts +0 -57
- package/source/image-service/imgproxy/imgproxy-image-service.ts +0 -115
- package/source/image-service/imgproxy/index.ts +0 -1
- package/source/image-service/index.ts +0 -8
- package/source/import.ts +0 -3
- package/source/index.ts +0 -9
- package/source/injector/README.md +0 -389
- package/source/injector/decorators.ts +0 -252
- package/source/injector/index.ts +0 -18
- package/source/injector/inject.ts +0 -181
- package/source/injector/injector.ts +0 -919
- package/source/injector/interfaces.ts +0 -28
- package/source/injector/provider.ts +0 -89
- package/source/injector/registration.error.ts +0 -12
- package/source/injector/resolution.ts +0 -25
- package/source/injector/resolve-chain.ts +0 -166
- package/source/injector/resolve.error.ts +0 -11
- package/source/injector/symbols.ts +0 -3
- package/source/injector/token.ts +0 -54
- package/source/injector/type-info.ts +0 -30
- package/source/injector/types.ts +0 -80
- package/source/interfaces.ts +0 -3
- package/source/intl/index.ts +0 -1
- package/source/intl/number-parser.ts +0 -50
- package/source/json-path/index.ts +0 -7
- package/source/json-path/json-path.ts +0 -226
- package/source/jsx/index.ts +0 -2
- package/source/jsx/is-component-class.ts +0 -9
- package/source/jsx/render-to-string.tsx +0 -23
- package/source/key-value-store/README.md +0 -231
- package/source/key-value-store/index.ts +0 -8
- package/source/key-value-store/key-value-store.provider.ts +0 -6
- package/source/key-value-store/key-value.store.ts +0 -68
- package/source/key-value-store/postgres/drizzle/0000_shocking_slipstream.sql +0 -12
- package/source/key-value-store/postgres/drizzle/meta/0000_snapshot.json +0 -97
- package/source/key-value-store/postgres/drizzle/meta/_journal.json +0 -13
- package/source/key-value-store/postgres/drizzle.config.ts +0 -13
- package/source/key-value-store/postgres/index.ts +0 -2
- package/source/key-value-store/postgres/key-value-store.service.ts +0 -75
- package/source/key-value-store/postgres/models/index.ts +0 -2
- package/source/key-value-store/postgres/models/key-value.model.ts +0 -15
- package/source/key-value-store/postgres/models/schemas.ts +0 -6
- package/source/key-value-store/postgres/module.ts +0 -31
- package/source/lock/README.md +0 -214
- package/source/lock/index.ts +0 -8
- package/source/lock/lock.ts +0 -133
- package/source/lock/postgres/drizzle/0000_busy_tattoo.sql +0 -7
- package/source/lock/postgres/drizzle/meta/0000_snapshot.json +0 -65
- package/source/lock/postgres/drizzle/meta/_journal.json +0 -13
- package/source/lock/postgres/drizzle.config.ts +0 -13
- package/source/lock/postgres/index.ts +0 -2
- package/source/lock/postgres/lock.ts +0 -145
- package/source/lock/postgres/models/index.ts +0 -2
- package/source/lock/postgres/models/lock.model.ts +0 -16
- package/source/lock/postgres/models/schemas.ts +0 -6
- package/source/lock/postgres/module.ts +0 -34
- package/source/lock/postgres/provider.ts +0 -22
- package/source/lock/provider.ts +0 -42
- package/source/lock/web/index.ts +0 -3
- package/source/lock/web/module.ts +0 -13
- package/source/lock/web/web-lock.provider.ts +0 -11
- package/source/lock/web/web-lock.ts +0 -101
- package/source/logger/README.md +0 -257
- package/source/logger/formatter.ts +0 -15
- package/source/logger/formatters/index.ts +0 -2
- package/source/logger/formatters/json.ts +0 -28
- package/source/logger/formatters/pretty-print.ts +0 -58
- package/source/logger/index.ts +0 -14
- package/source/logger/level.ts +0 -12
- package/source/logger/logger.ts +0 -156
- package/source/logger/manager.ts +0 -96
- package/source/logger/tokens.ts +0 -4
- package/source/logger/transport.ts +0 -27
- package/source/logger/transports/console.ts +0 -38
- package/source/logger/transports/index.ts +0 -1
- package/source/mail/README.md +0 -225
- package/source/mail/clients/index.ts +0 -1
- package/source/mail/clients/nodemailer.mail-client.ts +0 -90
- package/source/mail/drizzle/0000_previous_malcolm_colcord.sql +0 -13
- package/source/mail/drizzle/0001_flimsy_bloodscream.sql +0 -5
- package/source/mail/drizzle/meta/0000_snapshot.json +0 -100
- package/source/mail/drizzle/meta/0001_snapshot.json +0 -69
- package/source/mail/drizzle/meta/_journal.json +0 -20
- package/source/mail/drizzle.config.ts +0 -13
- package/source/mail/index.ts +0 -12
- package/source/mail/mail.client.ts +0 -33
- package/source/mail/mail.service.ts +0 -73
- package/source/mail/models/index.ts +0 -7
- package/source/mail/models/mail-address.model.ts +0 -1
- package/source/mail/models/mail-content.model.ts +0 -4
- package/source/mail/models/mail-data.model.ts +0 -24
- package/source/mail/models/mail-log.model.ts +0 -22
- package/source/mail/models/mail-send-result.model.ts +0 -8
- package/source/mail/models/mail-template.model.ts +0 -17
- package/source/mail/models/schemas.ts +0 -6
- package/source/mail/module.ts +0 -45
- package/source/mail/tokens.ts +0 -4
- package/source/memory/finalization.ts +0 -62
- package/source/memory/index.ts +0 -8
- package/source/memory/observable-finalization-registry.ts +0 -14
- package/source/message-bus/README.md +0 -245
- package/source/message-bus/broadcast-channel/broadcast-channel-message-bus-provider.ts +0 -14
- package/source/message-bus/broadcast-channel/broadcast-channel-message-bus.ts +0 -63
- package/source/message-bus/broadcast-channel/index.ts +0 -3
- package/source/message-bus/broadcast-channel/module.ts +0 -13
- package/source/message-bus/index.ts +0 -11
- package/source/message-bus/local/index.ts +0 -3
- package/source/message-bus/local/local-message-bus-provider.ts +0 -27
- package/source/message-bus/local/local-message-bus.ts +0 -43
- package/source/message-bus/local/module.ts +0 -13
- package/source/message-bus/local/types.ts +0 -4
- package/source/message-bus/message-bus-base.ts +0 -65
- package/source/message-bus/message-bus-provider.ts +0 -5
- package/source/message-bus/message-bus.ts +0 -24
- package/source/module/README.md +0 -169
- package/source/module/index.ts +0 -8
- package/source/module/module.ts +0 -64
- package/source/module/modules/function.module.ts +0 -24
- package/source/module/modules/index.ts +0 -2
- package/source/module/modules/web-server.module.ts +0 -64
- package/source/object-storage/README.md +0 -272
- package/source/object-storage/index.ts +0 -10
- package/source/object-storage/object-storage-provider.ts +0 -9
- package/source/object-storage/object-storage.ts +0 -137
- package/source/object-storage/object.ts +0 -23
- package/source/object-storage/s3/index.ts +0 -3
- package/source/object-storage/s3/s3.object-storage-provider.ts +0 -86
- package/source/object-storage/s3/s3.object-storage.ts +0 -253
- package/source/object-storage/s3/s3.object.ts +0 -56
- package/source/openid-connect/cached-oidc-configuration.service.ts +0 -39
- package/source/openid-connect/index.ts +0 -17
- package/source/openid-connect/oidc-configuration.service.ts +0 -47
- package/source/openid-connect/oidc-state.model.ts +0 -27
- package/source/openid-connect/oidc.service-model.ts +0 -57
- package/source/openid-connect/oidc.service.ts +0 -190
- package/source/orm/README.md +0 -385
- package/source/orm/data-types/bytea.ts +0 -21
- package/source/orm/data-types/common.ts +0 -28
- package/source/orm/data-types/index.ts +0 -9
- package/source/orm/data-types/numeric-date.ts +0 -29
- package/source/orm/data-types/timestamp.ts +0 -22
- package/source/orm/data-types/tsvector.ts +0 -16
- package/source/orm/decorators.ts +0 -546
- package/source/orm/entity.ts +0 -84
- package/source/orm/index.ts +0 -13
- package/source/orm/query/base.ts +0 -269
- package/source/orm/query/index.ts +0 -2
- package/source/orm/query/parade.ts +0 -135
- package/source/orm/repository.types.ts +0 -221
- package/source/orm/schemas/index.ts +0 -6
- package/source/orm/schemas/json.ts +0 -38
- package/source/orm/schemas/numeric-date.ts +0 -19
- package/source/orm/schemas/numeric.ts +0 -41
- package/source/orm/schemas/timestamp.ts +0 -29
- package/source/orm/schemas/tsvector.ts +0 -25
- package/source/orm/schemas/uuid.ts +0 -27
- package/source/orm/server/database-schema.ts +0 -65
- package/source/orm/server/database.ts +0 -51
- package/source/orm/server/drizzle/index.ts +0 -1
- package/source/orm/server/drizzle/schema-converter.ts +0 -507
- package/source/orm/server/encryption.ts +0 -65
- package/source/orm/server/index.ts +0 -13
- package/source/orm/server/module.ts +0 -45
- package/source/orm/server/query-converter.ts +0 -567
- package/source/orm/server/repository.ts +0 -1487
- package/source/orm/server/tokens.ts +0 -3
- package/source/orm/server/transaction.ts +0 -117
- package/source/orm/server/transactional.ts +0 -217
- package/source/orm/server/types.ts +0 -58
- package/source/orm/sqls.ts +0 -374
- package/source/orm/types.ts +0 -118
- package/source/orm/utils.ts +0 -25
- package/source/password/README.md +0 -123
- package/source/password/have-i-been-pwned.ts +0 -29
- package/source/password/index.ts +0 -10
- package/source/password/password-check-result.model.ts +0 -32
- package/source/password/password-check.localization.ts +0 -104
- package/source/password/password-check.ts +0 -70
- package/source/pdf/README.md +0 -206
- package/source/pdf/index.ts +0 -2
- package/source/pdf/pdf.service.ts +0 -197
- package/source/pdf/utils.ts +0 -91
- package/source/polyfills.ts +0 -1
- package/source/pool/index.ts +0 -7
- package/source/pool/pool.ts +0 -186
- package/source/process/README.md +0 -162
- package/source/process/index.ts +0 -1
- package/source/process/spawn.ts +0 -131
- package/source/promise/README.md +0 -209
- package/source/promise/cancelable-promise.ts +0 -46
- package/source/promise/custom-promise.ts +0 -21
- package/source/promise/deferred-promise.ts +0 -102
- package/source/promise/index.ts +0 -10
- package/source/promise/lazy-promise.ts +0 -46
- package/source/promise/types.ts +0 -3
- package/source/queue/README.md +0 -235
- package/source/queue/enqueue-batch.ts +0 -36
- package/source/queue/index.ts +0 -3
- package/source/queue/postgres/drizzle/0000_zippy_moondragon.sql +0 -11
- package/source/queue/postgres/drizzle/0001_certain_wild_pack.sql +0 -2
- package/source/queue/postgres/drizzle/0002_dear_meggan.sql +0 -2
- package/source/queue/postgres/drizzle/meta/0000_snapshot.json +0 -90
- package/source/queue/postgres/drizzle/meta/0001_snapshot.json +0 -103
- package/source/queue/postgres/drizzle/meta/0002_snapshot.json +0 -90
- package/source/queue/postgres/drizzle/meta/_journal.json +0 -27
- package/source/queue/postgres/drizzle.config.ts +0 -13
- package/source/queue/postgres/index.ts +0 -4
- package/source/queue/postgres/job.model.ts +0 -29
- package/source/queue/postgres/module.ts +0 -34
- package/source/queue/postgres/queue.provider.ts +0 -15
- package/source/queue/postgres/queue.ts +0 -208
- package/source/queue/postgres/schemas.ts +0 -6
- package/source/queue/provider.ts +0 -6
- package/source/queue/queue.ts +0 -150
- package/source/random/index.ts +0 -2
- package/source/random/number-generator/index.ts +0 -5
- package/source/random/number-generator/mulberry32.ts +0 -48
- package/source/random/number-generator/random-number-generator-function.ts +0 -6
- package/source/random/number-generator/random-number-generator.ts +0 -20
- package/source/random/number-generator/seeded-random-number-generator.ts +0 -17
- package/source/random/number-generator/sfc32.ts +0 -66
- package/source/random/number-generator/utils.ts +0 -10
- package/source/random/series.ts +0 -85
- package/source/reflection/README.md +0 -235
- package/source/reflection/decorator-data.ts +0 -68
- package/source/reflection/decorators.ts +0 -56
- package/source/reflection/index.ts +0 -5
- package/source/reflection/registry.ts +0 -212
- package/source/reflection/types.ts +0 -106
- package/source/reflection/utils.ts +0 -169
- package/source/require.ts +0 -7
- package/source/rpc/README.md +0 -234
- package/source/rpc/adapters/index.ts +0 -1
- package/source/rpc/adapters/readable-stream.adapter.ts +0 -97
- package/source/rpc/endpoints/index.ts +0 -1
- package/source/rpc/endpoints/message-port.rpc-endpoint.ts +0 -185
- package/source/rpc/index.ts +0 -6
- package/source/rpc/model.ts +0 -41
- package/source/rpc/rpc.adapter.ts +0 -14
- package/source/rpc/rpc.endpoint.ts +0 -86
- package/source/rpc/rpc.error.ts +0 -23
- package/source/rpc/rpc.ts +0 -419
- package/source/rxjs-utils/cast.ts +0 -9
- package/source/rxjs-utils/index.ts +0 -9
- package/source/rxjs-utils/noop.ts +0 -9
- package/source/rxjs-utils/reject-error.ts +0 -10
- package/source/rxjs-utils/retry-backoff.ts +0 -42
- package/source/rxjs-utils/slow-array.ts +0 -55
- package/source/rxjs-utils/start-with-provider.ts +0 -7
- package/source/rxjs-utils/teardown.ts +0 -25
- package/source/rxjs-utils/timing.ts +0 -43
- package/source/rxjs-utils/untrack.ts +0 -13
- package/source/schema/README.md +0 -414
- package/source/schema/converters/index.ts +0 -1
- package/source/schema/converters/openapi-converter.ts +0 -150
- package/source/schema/decorators/class.ts +0 -6
- package/source/schema/decorators/description.ts +0 -13
- package/source/schema/decorators/index.ts +0 -3
- package/source/schema/decorators/schema.ts +0 -57
- package/source/schema/decorators/types.ts +0 -28
- package/source/schema/decorators/utils.ts +0 -40
- package/source/schema/index.ts +0 -25
- package/source/schema/schema.error.ts +0 -88
- package/source/schema/schema.ts +0 -153
- package/source/schema/schemas/any.ts +0 -20
- package/source/schema/schemas/array.ts +0 -75
- package/source/schema/schemas/bigint.ts +0 -44
- package/source/schema/schemas/boolean.ts +0 -46
- package/source/schema/schemas/date.ts +0 -38
- package/source/schema/schemas/defaulted.ts +0 -39
- package/source/schema/schemas/deferred.ts +0 -30
- package/source/schema/schemas/enumeration.ts +0 -50
- package/source/schema/schemas/function.ts +0 -94
- package/source/schema/schemas/index.ts +0 -26
- package/source/schema/schemas/instance.ts +0 -46
- package/source/schema/schemas/literal.ts +0 -46
- package/source/schema/schemas/never.ts +0 -18
- package/source/schema/schemas/nullable.ts +0 -40
- package/source/schema/schemas/number.ts +0 -60
- package/source/schema/schemas/object.ts +0 -333
- package/source/schema/schemas/one-or-many.ts +0 -39
- package/source/schema/schemas/optional.ts +0 -43
- package/source/schema/schemas/readable-stream.ts +0 -21
- package/source/schema/schemas/regexp.ts +0 -34
- package/source/schema/schemas/simple.ts +0 -103
- package/source/schema/schemas/string.ts +0 -59
- package/source/schema/schemas/symbol.ts +0 -21
- package/source/schema/schemas/transform.ts +0 -34
- package/source/schema/schemas/uint8-array.ts +0 -38
- package/source/schema/schemas/union.ts +0 -61
- package/source/schema/schemas/unknown.ts +0 -20
- package/source/schema/testable.ts +0 -51
- package/source/schema/types.ts +0 -25
- package/source/serializer/README.md +0 -237
- package/source/serializer/handlers/binary.ts +0 -40
- package/source/serializer/handlers/date.ts +0 -7
- package/source/serializer/handlers/error.ts +0 -13
- package/source/serializer/handlers/index.ts +0 -7
- package/source/serializer/handlers/map.ts +0 -29
- package/source/serializer/handlers/regex.ts +0 -15
- package/source/serializer/handlers/register.ts +0 -44
- package/source/serializer/handlers/set.ts +0 -25
- package/source/serializer/index.ts +0 -4
- package/source/serializer/serializable.ts +0 -94
- package/source/serializer/serializer.ts +0 -396
- package/source/serializer/types.ts +0 -68
- package/source/signals/api.ts +0 -40
- package/source/signals/computed-with-dependencies.ts +0 -17
- package/source/signals/effect-with-dependencies.ts +0 -17
- package/source/signals/implementation/README.md +0 -1
- package/source/signals/implementation/api.ts +0 -29
- package/source/signals/implementation/asserts.ts +0 -24
- package/source/signals/implementation/computed.ts +0 -160
- package/source/signals/implementation/configure.ts +0 -23
- package/source/signals/implementation/effect.ts +0 -181
- package/source/signals/implementation/equality.ts +0 -19
- package/source/signals/implementation/errors.ts +0 -23
- package/source/signals/implementation/graph.ts +0 -500
- package/source/signals/implementation/index.ts +0 -13
- package/source/signals/implementation/signal.ts +0 -93
- package/source/signals/implementation/to-observable.ts +0 -43
- package/source/signals/implementation/to-signal.ts +0 -212
- package/source/signals/implementation/untracked.ts +0 -24
- package/source/signals/implementation/watch.ts +0 -145
- package/source/signals/implementation/writable-signal.ts +0 -79
- package/source/signals/index.ts +0 -9
- package/source/signals/notifier.ts +0 -22
- package/source/signals/operators/combine.ts +0 -16
- package/source/signals/operators/defer.ts +0 -10
- package/source/signals/operators/derive-async.ts +0 -64
- package/source/signals/operators/index.ts +0 -5
- package/source/signals/operators/map.ts +0 -5
- package/source/signals/operators/switchAll.ts +0 -6
- package/source/signals/pipe.ts +0 -41
- package/source/signals/symbol.ts +0 -6
- package/source/signals/to-lazy-signal.ts +0 -24
- package/source/signals/types.ts +0 -4
- package/source/signals/untracked-operator.ts +0 -14
- package/source/sse/README.md +0 -271
- package/source/sse/data-stream-source.ts +0 -99
- package/source/sse/data-stream.ts +0 -27
- package/source/sse/index.ts +0 -5
- package/source/sse/model.ts +0 -28
- package/source/sse/server-sent-events-source.ts +0 -78
- package/source/sse/server-sent-events.ts +0 -126
- package/source/supports.ts +0 -7
- package/source/templates/README.md +0 -261
- package/source/templates/index.ts +0 -9
- package/source/templates/module.ts +0 -41
- package/source/templates/providers/file.template-provider.ts +0 -53
- package/source/templates/providers/index.ts +0 -2
- package/source/templates/providers/memory.template-provider.ts +0 -29
- package/source/templates/renderers/handlebars.template-renderer.ts +0 -154
- package/source/templates/renderers/index.ts +0 -4
- package/source/templates/renderers/jsx.template-renderer.tsx +0 -23
- package/source/templates/renderers/mjml.template-renderer.ts +0 -57
- package/source/templates/renderers/string.template-renderer.ts +0 -27
- package/source/templates/resolvers/file.template-resolver.ts +0 -60
- package/source/templates/resolvers/index.ts +0 -3
- package/source/templates/resolvers/jsx.template-resolver.ts +0 -33
- package/source/templates/resolvers/string.template-resolver.ts +0 -28
- package/source/templates/template-renderer.provider.ts +0 -32
- package/source/templates/template-resolver.provider.ts +0 -32
- package/source/templates/template.model.ts +0 -51
- package/source/templates/template.provider.ts +0 -5
- package/source/templates/template.renderer.ts +0 -36
- package/source/templates/template.resolver.ts +0 -6
- package/source/templates/template.service.ts +0 -50
- package/source/templates/tokens.ts +0 -6
- package/source/templates/types/index.ts +0 -1
- package/source/templates/types/jsx.intrinsic-elements.ts +0 -7
- package/source/test/drizzle/0000_natural_cannonball.sql +0 -9
- package/source/test/drizzle/meta/0000_snapshot.json +0 -118
- package/source/test/drizzle/meta/_journal.json +0 -13
- package/source/test/drizzle.config.ts +0 -13
- package/source/test/index.ts +0 -3
- package/source/test/module.ts +0 -24
- package/source/test/schemas.ts +0 -6
- package/source/test/test.model.ts +0 -327
- package/source/test1.ts +0 -111
- package/source/test2.ts +0 -19
- package/source/test3.ts +0 -58
- package/source/test4.ts +0 -176
- package/source/test5.ts +0 -27
- package/source/test6.ts +0 -36
- package/source/text/README.md +0 -364
- package/source/text/common-localization.ts +0 -71
- package/source/text/dynamic-text.model.ts +0 -59
- package/source/text/index.ts +0 -4
- package/source/text/localizable-text.model.ts +0 -3
- package/source/text/localization.service.ts +0 -348
- package/source/threading/index.ts +0 -2
- package/source/threading/thread-pool.ts +0 -83
- package/source/threading/thread-worker.ts +0 -7
- package/source/tokens.ts +0 -3
- package/source/tools/fetch-mime-types.ts +0 -22
- package/source/types/README.md +0 -216
- package/source/types/geo-json.ts +0 -48
- package/source/types/index.ts +0 -4
- package/source/types/tagged.ts +0 -23
- package/source/types/types.ts +0 -290
- package/source/types/web-types.ts +0 -119
- package/source/utils/README.md +0 -385
- package/source/utils/alphabet.ts +0 -12
- package/source/utils/any-iterable-iterator.ts +0 -10
- package/source/utils/array/array-backtracker.ts +0 -62
- package/source/utils/array/array.ts +0 -114
- package/source/utils/array/index.ts +0 -2
- package/source/utils/async-hook/async-hook.ts +0 -153
- package/source/utils/async-hook/index.ts +0 -1
- package/source/utils/async-iterable-helpers/all.ts +0 -45
- package/source/utils/async-iterable-helpers/any.ts +0 -45
- package/source/utils/async-iterable-helpers/assert.ts +0 -40
- package/source/utils/async-iterable-helpers/batch.ts +0 -43
- package/source/utils/async-iterable-helpers/buffer.ts +0 -68
- package/source/utils/async-iterable-helpers/concat.ts +0 -8
- package/source/utils/async-iterable-helpers/default-if-empty.ts +0 -14
- package/source/utils/async-iterable-helpers/deferred.ts +0 -6
- package/source/utils/async-iterable-helpers/difference.ts +0 -36
- package/source/utils/async-iterable-helpers/distinct.ts +0 -39
- package/source/utils/async-iterable-helpers/drain.ts +0 -7
- package/source/utils/async-iterable-helpers/filter.ts +0 -41
- package/source/utils/async-iterable-helpers/first-or-default.ts +0 -15
- package/source/utils/async-iterable-helpers/first.ts +0 -15
- package/source/utils/async-iterable-helpers/for-each.ts +0 -34
- package/source/utils/async-iterable-helpers/group-single.ts +0 -9
- package/source/utils/async-iterable-helpers/group-to-map.ts +0 -88
- package/source/utils/async-iterable-helpers/group-to-single-map.ts +0 -88
- package/source/utils/async-iterable-helpers/group.ts +0 -9
- package/source/utils/async-iterable-helpers/includes.ts +0 -10
- package/source/utils/async-iterable-helpers/index.ts +0 -48
- package/source/utils/async-iterable-helpers/interrupt.ts +0 -31
- package/source/utils/async-iterable-helpers/is-async-iterable.ts +0 -11
- package/source/utils/async-iterable-helpers/last-or-default.ts +0 -22
- package/source/utils/async-iterable-helpers/last.ts +0 -22
- package/source/utils/async-iterable-helpers/map-many.ts +0 -37
- package/source/utils/async-iterable-helpers/map.ts +0 -37
- package/source/utils/async-iterable-helpers/materialize.ts +0 -34
- package/source/utils/async-iterable-helpers/metadata.ts +0 -58
- package/source/utils/async-iterable-helpers/multiplex.ts +0 -37
- package/source/utils/async-iterable-helpers/observable-iterable.ts +0 -40
- package/source/utils/async-iterable-helpers/pairwise.ts +0 -41
- package/source/utils/async-iterable-helpers/parallel/feed.ts +0 -32
- package/source/utils/async-iterable-helpers/parallel/filter.ts +0 -13
- package/source/utils/async-iterable-helpers/parallel/for-each.ts +0 -32
- package/source/utils/async-iterable-helpers/parallel/group.ts +0 -19
- package/source/utils/async-iterable-helpers/parallel/index.ts +0 -7
- package/source/utils/async-iterable-helpers/parallel/map.ts +0 -10
- package/source/utils/async-iterable-helpers/parallel/tap.ts +0 -10
- package/source/utils/async-iterable-helpers/parallel/types.ts +0 -2
- package/source/utils/async-iterable-helpers/reduce.ts +0 -51
- package/source/utils/async-iterable-helpers/retry.ts +0 -67
- package/source/utils/async-iterable-helpers/single-or-default.ts +0 -28
- package/source/utils/async-iterable-helpers/single.ts +0 -32
- package/source/utils/async-iterable-helpers/skip.ts +0 -6
- package/source/utils/async-iterable-helpers/sort.ts +0 -12
- package/source/utils/async-iterable-helpers/take-until.ts +0 -52
- package/source/utils/async-iterable-helpers/take-while.ts +0 -45
- package/source/utils/async-iterable-helpers/take.ts +0 -38
- package/source/utils/async-iterable-helpers/tap.ts +0 -37
- package/source/utils/async-iterable-helpers/throttle.ts +0 -15
- package/source/utils/async-iterable-helpers/to-array.ts +0 -16
- package/source/utils/async-iterable-helpers/to-async-iterable-iterator.ts +0 -53
- package/source/utils/async-iterable-helpers/to-async-iterator.ts +0 -43
- package/source/utils/async-iterable-helpers/to-set.ts +0 -16
- package/source/utils/async-iterable-helpers/to-sync-iterable.ts +0 -9
- package/source/utils/async-iterable-helpers/types.ts +0 -12
- package/source/utils/async-iterable-helpers/while.ts +0 -45
- package/source/utils/async-iterator-iterable-iterator.ts +0 -58
- package/source/utils/backoff.ts +0 -320
- package/source/utils/base64.ts +0 -207
- package/source/utils/benchmark.ts +0 -164
- package/source/utils/binary-search.ts +0 -114
- package/source/utils/binary.ts +0 -66
- package/source/utils/clone.ts +0 -57
- package/source/utils/comparison.ts +0 -112
- package/source/utils/compression.ts +0 -163
- package/source/utils/config-parser.ts +0 -37
- package/source/utils/crc32.ts +0 -38
- package/source/utils/cryptography.ts +0 -259
- package/source/utils/date-time.ts +0 -196
- package/source/utils/encoding.ts +0 -84
- package/source/utils/enum.ts +0 -54
- package/source/utils/equals.ts +0 -196
- package/source/utils/event-loop.ts +0 -29
- package/source/utils/factory-map.ts +0 -90
- package/source/utils/feedable-async-iterable.ts +0 -60
- package/source/utils/file-reader.ts +0 -27
- package/source/utils/format-error.ts +0 -133
- package/source/utils/format.ts +0 -42
- package/source/utils/function/class.ts +0 -14
- package/source/utils/function/index.ts +0 -3
- package/source/utils/function/memoize.ts +0 -190
- package/source/utils/function/throttle.ts +0 -33
- package/source/utils/helpers.ts +0 -91
- package/source/utils/html-link-utils.ts +0 -20
- package/source/utils/image.ts +0 -94
- package/source/utils/index.ts +0 -60
- package/source/utils/iterable-helpers/all.ts +0 -15
- package/source/utils/iterable-helpers/any.ts +0 -15
- package/source/utils/iterable-helpers/assert.ts +0 -11
- package/source/utils/iterable-helpers/batch.ts +0 -16
- package/source/utils/iterable-helpers/concat.ts +0 -5
- package/source/utils/iterable-helpers/default-if-empty.ts +0 -12
- package/source/utils/iterable-helpers/deferred.ts +0 -3
- package/source/utils/iterable-helpers/difference.ts +0 -32
- package/source/utils/iterable-helpers/distinct.ts +0 -15
- package/source/utils/iterable-helpers/drain.ts +0 -5
- package/source/utils/iterable-helpers/filter.ts +0 -13
- package/source/utils/iterable-helpers/first-or-default.ts +0 -12
- package/source/utils/iterable-helpers/first.ts +0 -12
- package/source/utils/iterable-helpers/for-each.ts +0 -9
- package/source/utils/iterable-helpers/group-single.ts +0 -8
- package/source/utils/iterable-helpers/group-to-map.ts +0 -40
- package/source/utils/iterable-helpers/group-to-single-map.ts +0 -40
- package/source/utils/iterable-helpers/group.ts +0 -8
- package/source/utils/iterable-helpers/includes.ts +0 -5
- package/source/utils/iterable-helpers/index.ts +0 -39
- package/source/utils/iterable-helpers/is-iterable.ts +0 -11
- package/source/utils/iterable-helpers/last-or-default.ts +0 -20
- package/source/utils/iterable-helpers/last.ts +0 -20
- package/source/utils/iterable-helpers/map-many.ts +0 -10
- package/source/utils/iterable-helpers/map.ts +0 -10
- package/source/utils/iterable-helpers/materialize.ts +0 -3
- package/source/utils/iterable-helpers/metadata.ts +0 -25
- package/source/utils/iterable-helpers/pairwise.ts +0 -15
- package/source/utils/iterable-helpers/range.ts +0 -5
- package/source/utils/iterable-helpers/reduce.ts +0 -17
- package/source/utils/iterable-helpers/single-or-default.ts +0 -22
- package/source/utils/iterable-helpers/single.ts +0 -26
- package/source/utils/iterable-helpers/skip.ts +0 -8
- package/source/utils/iterable-helpers/sort.ts +0 -7
- package/source/utils/iterable-helpers/take-until.ts +0 -15
- package/source/utils/iterable-helpers/take-while.ts +0 -16
- package/source/utils/iterable-helpers/take.ts +0 -14
- package/source/utils/iterable-helpers/tap.ts +0 -10
- package/source/utils/iterable-helpers/types.ts +0 -7
- package/source/utils/iterable-helpers/while.ts +0 -15
- package/source/utils/jwt.ts +0 -145
- package/source/utils/map.ts +0 -59
- package/source/utils/math.ts +0 -159
- package/source/utils/merge.ts +0 -89
- package/source/utils/middleware.ts +0 -69
- package/source/utils/moving-metric.ts +0 -222
- package/source/utils/noop.ts +0 -7
- package/source/utils/object/decycle.ts +0 -98
- package/source/utils/object/dereference.ts +0 -133
- package/source/utils/object/forward-ref.ts +0 -105
- package/source/utils/object/index.ts +0 -7
- package/source/utils/object/lazy-property.ts +0 -152
- package/source/utils/object/merge.ts +0 -88
- package/source/utils/object/object.ts +0 -203
- package/source/utils/object/property-name.ts +0 -100
- package/source/utils/ordered-feedable-async-iterable.ts +0 -60
- package/source/utils/patch-worker.ts +0 -109
- package/source/utils/patterns.ts +0 -10
- package/source/utils/periodic-reporter.ts +0 -81
- package/source/utils/periodic-sampler.ts +0 -100
- package/source/utils/provider-function-iterable.ts +0 -40
- package/source/utils/proxy.ts +0 -23
- package/source/utils/random.ts +0 -57
- package/source/utils/reactive-value-to-signal.ts +0 -23
- package/source/utils/reflection.ts +0 -27
- package/source/utils/repl.ts +0 -23
- package/source/utils/set.ts +0 -58
- package/source/utils/singleton.ts +0 -38
- package/source/utils/sort.ts +0 -90
- package/source/utils/stream/finalize-stream.ts +0 -68
- package/source/utils/stream/from-promise.ts +0 -34
- package/source/utils/stream/index.ts +0 -9
- package/source/utils/stream/readable-stream-adapter.ts +0 -46
- package/source/utils/stream/size-limited-stream.ts +0 -18
- package/source/utils/stream/slice.ts +0 -97
- package/source/utils/stream/stream-helper-types.ts +0 -18
- package/source/utils/stream/stream-reader.ts +0 -169
- package/source/utils/stream/to-bytes-stream.ts +0 -97
- package/source/utils/stream/to-readable-stream.ts +0 -8
- package/source/utils/string/casing.ts +0 -21
- package/source/utils/string/hypenate.ts +0 -3
- package/source/utils/string/index.ts +0 -5
- package/source/utils/string/normalize.ts +0 -100
- package/source/utils/string/title-case.ts +0 -10
- package/source/utils/string/trim.ts +0 -13
- package/source/utils/throw.ts +0 -9
- package/source/utils/timer.ts +0 -103
- package/source/utils/timing.ts +0 -70
- package/source/utils/try-chain.ts +0 -51
- package/source/utils/try-ignore.ts +0 -49
- package/source/utils/type/extends.ts +0 -7
- package/source/utils/type/index.ts +0 -1
- package/source/utils/type-guards.ts +0 -431
- package/source/utils/type-of.ts +0 -50
- package/source/utils/units.ts +0 -61
- package/source/utils/url-builder.ts +0 -78
- package/source/utils/value-or-provider.ts +0 -58
- package/source/utils/z-base32.ts +0 -59
- package/tsconfig.base.json +0 -50
- package/tsconfig.dts.json +0 -6
- package/tstdl-features.xml +0 -1239
- package/typedoc.js +0 -46
- /package/{dist/ai → ai}/ai-file.service.d.ts +0 -0
- /package/{dist/ai → ai}/ai-file.service.js +0 -0
- /package/{dist/ai → ai}/ai-session.d.ts +0 -0
- /package/{dist/ai → ai}/ai-session.js +0 -0
- /package/{dist/ai → ai}/ai.service.d.ts +0 -0
- /package/{dist/ai → ai}/ai.service.js +0 -0
- /package/{dist/ai → ai}/functions.d.ts +0 -0
- /package/{dist/ai → ai}/functions.js +0 -0
- /package/{dist/ai → ai}/index.d.ts +0 -0
- /package/{dist/ai → ai}/index.js +0 -0
- /package/{dist/ai → ai}/module.d.ts +0 -0
- /package/{dist/ai → ai}/module.js +0 -0
- /package/{dist/ai → ai}/types.d.ts +0 -0
- /package/{dist/ai → ai}/types.js +0 -0
- /package/{dist/api → api}/client/client.d.ts +0 -0
- /package/{dist/api → api}/client/client.js +0 -0
- /package/{dist/api → api}/client/index.d.ts +0 -0
- /package/{dist/api → api}/client/index.js +0 -0
- /package/{dist/api → api}/default-error-handlers.d.ts +0 -0
- /package/{dist/api → api}/default-error-handlers.js +0 -0
- /package/{dist/api → api}/index.d.ts +0 -0
- /package/{dist/api → api}/index.js +0 -0
- /package/{dist/api → api}/response.d.ts +0 -0
- /package/{dist/api → api}/response.js +0 -0
- /package/{dist/api → api}/server/api-controller.d.ts +0 -0
- /package/{dist/api → api}/server/api-controller.js +0 -0
- /package/{dist/api → api}/server/api-request-token.provider.d.ts +0 -0
- /package/{dist/api → api}/server/api-request-token.provider.js +0 -0
- /package/{dist/api → api}/server/error-handler.d.ts +0 -0
- /package/{dist/api → api}/server/error-handler.js +0 -0
- /package/{dist/api → api}/server/gateway.d.ts +0 -0
- /package/{dist/api → api}/server/gateway.js +0 -0
- /package/{dist/api → api}/server/index.d.ts +0 -0
- /package/{dist/api → api}/server/index.js +0 -0
- /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/catch-error.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/catch-error.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/content-type.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/content-type.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/cors.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/cors.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/index.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/index.js +0 -0
- /package/{dist/api → api}/server/middlewares/response-time.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/response-time.middleware.js +0 -0
- /package/{dist/api → api}/server/module.d.ts +0 -0
- /package/{dist/api → api}/server/module.js +0 -0
- /package/{dist/api → api}/server/tokens.d.ts +0 -0
- /package/{dist/api → api}/server/tokens.js +0 -0
- /package/{dist/api → api}/types.d.ts +0 -0
- /package/{dist/api → api}/types.js +0 -0
- /package/{dist/api → api}/utils.d.ts +0 -0
- /package/{dist/api → api}/utils.js +0 -0
- /package/{dist/application → application}/application.d.ts +0 -0
- /package/{dist/application → application}/application.js +0 -0
- /package/{dist/application → application}/index.d.ts +0 -0
- /package/{dist/application → application}/index.js +0 -0
- /package/{dist/application → application}/providers.d.ts +0 -0
- /package/{dist/application → application}/providers.js +0 -0
- /package/{dist/audit → audit}/audit.model.d.ts +0 -0
- /package/{dist/audit → audit}/audit.model.js +0 -0
- /package/{dist/audit → audit}/auditor.d.ts +0 -0
- /package/{dist/audit → audit}/auditor.js +0 -0
- /package/{dist/audit → audit}/drizzle/0000_bored_stick.sql +0 -0
- /package/{dist/audit → audit}/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/audit → audit}/drizzle/meta/_journal.json +0 -0
- /package/{dist/audit → audit}/drizzle.config.d.ts +0 -0
- /package/{dist/audit → audit}/drizzle.config.js +0 -0
- /package/{dist/audit → audit}/index.d.ts +0 -0
- /package/{dist/audit → audit}/index.js +0 -0
- /package/{dist/audit → audit}/module.d.ts +0 -0
- /package/{dist/audit → audit}/module.js +0 -0
- /package/{dist/audit → audit}/schemas.js +0 -0
- /package/{dist/audit → audit}/types.d.ts +0 -0
- /package/{dist/audit → audit}/types.js +0 -0
- /package/{dist/authentication → authentication}/authentication.api.d.ts +0 -0
- /package/{dist/authentication → authentication}/authentication.api.js +0 -0
- /package/{dist/authentication → authentication}/client/api.client.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/api.client.js +0 -0
- /package/{dist/authentication → authentication}/client/authentication.service.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/authentication.service.js +0 -0
- /package/{dist/authentication → authentication}/client/http-client.middleware.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/http-client.middleware.js +0 -0
- /package/{dist/authentication → authentication}/client/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/index.js +0 -0
- /package/{dist/authentication → authentication}/client/module.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/module.js +0 -0
- /package/{dist/authentication → authentication}/client/tokens.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/tokens.js +0 -0
- /package/{dist/authentication → authentication}/errors/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/errors/index.js +0 -0
- /package/{dist/authentication → authentication}/errors/secret-requirements.error.d.ts +0 -0
- /package/{dist/authentication → authentication}/errors/secret-requirements.error.js +0 -0
- /package/{dist/authentication → authentication}/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/index.js +0 -0
- /package/{dist/authentication → authentication}/models/authentication-credentials.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/authentication-credentials.model.js +0 -0
- /package/{dist/authentication → authentication}/models/authentication-session.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/authentication-session.model.js +0 -0
- /package/{dist/authentication → authentication}/models/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/index.js +0 -0
- /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.js +0 -0
- /package/{dist/authentication → authentication}/models/secret-check-result.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/secret-check-result.model.js +0 -0
- /package/{dist/authentication → authentication}/models/token-payload-base.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/token-payload-base.model.js +0 -0
- /package/{dist/authentication → authentication}/models/token.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/token.model.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication-ancillary.service.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication-ancillary.service.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication.api-controller.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication.api-controller.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication.audit.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication.audit.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication.service.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication.service.js +0 -0
- /package/{dist/authentication → authentication}/server/drizzle/0000_calm_warlock.sql +0 -0
- /package/{dist/authentication → authentication}/server/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/authentication → authentication}/server/drizzle/meta/_journal.json +0 -0
- /package/{dist/authentication → authentication}/server/drizzle.config.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/drizzle.config.js +0 -0
- /package/{dist/authentication → authentication}/server/helper.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/helper.js +0 -0
- /package/{dist/authentication → authentication}/server/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/index.js +0 -0
- /package/{dist/authentication → authentication}/server/module.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/module.js +0 -0
- /package/{dist/authentication → authentication}/server/schemas.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/schemas.js +0 -0
- /package/{dist/browser → browser}/browser-context-controller.d.ts +0 -0
- /package/{dist/browser → browser}/browser-context-controller.js +0 -0
- /package/{dist/browser → browser}/browser-controller.d.ts +0 -0
- /package/{dist/browser → browser}/browser-controller.js +0 -0
- /package/{dist/browser → browser}/browser.service.d.ts +0 -0
- /package/{dist/browser → browser}/browser.service.js +0 -0
- /package/{dist/browser → browser}/document-controller.d.ts +0 -0
- /package/{dist/browser → browser}/document-controller.js +0 -0
- /package/{dist/browser → browser}/element-controller.d.ts +0 -0
- /package/{dist/browser → browser}/element-controller.js +0 -0
- /package/{dist/browser → browser}/frame-controller.d.ts +0 -0
- /package/{dist/browser → browser}/frame-controller.js +0 -0
- /package/{dist/browser → browser}/index.d.ts +0 -0
- /package/{dist/browser → browser}/index.js +0 -0
- /package/{dist/browser → browser}/locator-controller.d.ts +0 -0
- /package/{dist/browser → browser}/locator-controller.js +0 -0
- /package/{dist/browser → browser}/module.d.ts +0 -0
- /package/{dist/browser → browser}/module.js +0 -0
- /package/{dist/browser → browser}/page-controller.d.ts +0 -0
- /package/{dist/browser → browser}/page-controller.js +0 -0
- /package/{dist/browser → browser}/pdf-options.d.ts +0 -0
- /package/{dist/browser → browser}/pdf-options.js +0 -0
- /package/{dist/browser → browser}/types.d.ts +0 -0
- /package/{dist/browser → browser}/types.js +0 -0
- /package/{dist/browser → browser}/utils.d.ts +0 -0
- /package/{dist/browser → browser}/utils.js +0 -0
- /package/{dist/cancellation → cancellation}/index.d.ts +0 -0
- /package/{dist/cancellation → cancellation}/index.js +0 -0
- /package/{dist/cancellation → cancellation}/token.d.ts +0 -0
- /package/{dist/cancellation → cancellation}/token.js +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-list.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-list.js +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-map.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-map.js +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-set.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-set.js +0 -0
- /package/{dist/collections → collections}/awaitable/index.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/index.js +0 -0
- /package/{dist/collections → collections}/collection.d.ts +0 -0
- /package/{dist/collections → collections}/collection.js +0 -0
- /package/{dist/collections → collections}/index.d.ts +0 -0
- /package/{dist/collections → collections}/index.js +0 -0
- /package/{dist/collections → collections}/keyed-set.d.ts +0 -0
- /package/{dist/collections → collections}/keyed-set.js +0 -0
- /package/{dist/collections → collections}/list.d.ts +0 -0
- /package/{dist/collections → collections}/list.js +0 -0
- /package/{dist/collections → collections}/observable/index.d.ts +0 -0
- /package/{dist/collections → collections}/observable/index.js +0 -0
- /package/{dist/collections → collections}/observable/observable-array.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-array.js +0 -0
- /package/{dist/collections → collections}/observable/observable-collection-base.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-collection-base.js +0 -0
- /package/{dist/collections → collections}/observable/observable-collection.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-collection.js +0 -0
- /package/{dist/collections → collections}/observable/observable-list-base.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-list-base.js +0 -0
- /package/{dist/collections → collections}/observable/observable-list.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-list.js +0 -0
- /package/{dist/collections → collections}/observable/observable-map.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-map.js +0 -0
- /package/{dist/collections → collections}/observable/observable-set.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-set.js +0 -0
- /package/{dist/collections → collections}/observable/observable-sorted-array-list.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-sorted-array-list.js +0 -0
- /package/{dist/collections → collections}/sorted-array-list.d.ts +0 -0
- /package/{dist/collections → collections}/sorted-array-list.js +0 -0
- /package/{dist/collections → collections}/sorted-list.d.ts +0 -0
- /package/{dist/collections → collections}/sorted-list.js +0 -0
- /package/{dist/collections → collections}/sorted-map.d.ts +0 -0
- /package/{dist/collections → collections}/sorted-map.js +0 -0
- /package/{dist/constants.d.ts → constants.d.ts} +0 -0
- /package/{dist/constants.js → constants.js} +0 -0
- /package/{dist/context → context}/context.d.ts +0 -0
- /package/{dist/context → context}/context.js +0 -0
- /package/{dist/context → context}/index.d.ts +0 -0
- /package/{dist/context → context}/index.js +0 -0
- /package/{dist/cookie → cookie}/cookie.d.ts +0 -0
- /package/{dist/cookie → cookie}/cookie.js +0 -0
- /package/{dist/cookie → cookie}/index.d.ts +0 -0
- /package/{dist/cookie → cookie}/index.js +0 -0
- /package/{dist/core.d.ts → core.d.ts} +0 -0
- /package/{dist/core.js → core.js} +0 -0
- /package/{dist/css → css}/css-variables.d.ts +0 -0
- /package/{dist/css → css}/css-variables.js +0 -0
- /package/{dist/css → css}/index.d.ts +0 -0
- /package/{dist/css → css}/index.js +0 -0
- /package/{dist/data-structures → data-structures}/array-dictionary.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/array-dictionary.js +0 -0
- /package/{dist/data-structures → data-structures}/array-list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/array-list.js +0 -0
- /package/{dist/data-structures → data-structures}/cache.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/cache.js +0 -0
- /package/{dist/data-structures → data-structures}/circular-buffer.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/circular-buffer.js +0 -0
- /package/{dist/data-structures → data-structures}/collection.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/collection.js +0 -0
- /package/{dist/data-structures → data-structures}/context-data-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/context-data-map.js +0 -0
- /package/{dist/data-structures → data-structures}/dictionary.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/dictionary.js +0 -0
- /package/{dist/data-structures → data-structures}/distinct-collection.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/distinct-collection.js +0 -0
- /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.js +0 -0
- /package/{dist/data-structures → data-structures}/index.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/index.js +0 -0
- /package/{dist/data-structures → data-structures}/iterable-weak-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/iterable-weak-map.js +0 -0
- /package/{dist/data-structures → data-structures}/linked-list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/linked-list.js +0 -0
- /package/{dist/data-structures → data-structures}/list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/list.js +0 -0
- /package/{dist/data-structures → data-structures}/map-dictionary.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/map-dictionary.js +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-map.js +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-set.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-set.js +0 -0
- /package/{dist/data-structures → data-structures}/set-collection.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/set-collection.js +0 -0
- /package/{dist/data-structures → data-structures}/sorted-array-list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/sorted-array-list.js +0 -0
- /package/{dist/data-structures → data-structures}/weak-ref-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/weak-ref-map.js +0 -0
- /package/{dist/decorators → decorators}/index.d.ts +0 -0
- /package/{dist/decorators → decorators}/index.js +0 -0
- /package/{dist/decorators → decorators}/log.d.ts +0 -0
- /package/{dist/decorators → decorators}/log.js +0 -0
- /package/{dist/disposable → disposable}/disposable.d.ts +0 -0
- /package/{dist/disposable → disposable}/disposable.js +0 -0
- /package/{dist/disposable → disposable}/index.d.ts +0 -0
- /package/{dist/disposable → disposable}/index.js +0 -0
- /package/{dist/disposable → disposable}/using.d.ts +0 -0
- /package/{dist/disposable → disposable}/using.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/controller.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/controller.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/distributed-loop.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/distributed-loop.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/index.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/index.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/provider.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/provider.js +0 -0
- /package/{dist/document-management → document-management}/api/document-management.api.d.ts +0 -0
- /package/{dist/document-management → document-management}/api/document-management.api.js +0 -0
- /package/{dist/document-management → document-management}/api/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/api/index.js +0 -0
- /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.js +0 -0
- /package/{dist/document-management → document-management}/authorization/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/authorization/index.js +0 -0
- /package/{dist/document-management → document-management}/authorization/policies.d.ts +0 -0
- /package/{dist/document-management → document-management}/authorization/policies.js +0 -0
- /package/{dist/document-management → document-management}/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/index.js +0 -0
- /package/{dist/document-management → document-management}/localizations/english.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/english.js +0 -0
- /package/{dist/document-management → document-management}/localizations/german.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/german.js +0 -0
- /package/{dist/document-management → document-management}/localizations/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/index.js +0 -0
- /package/{dist/document-management → document-management}/localizations/localization.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/localization.js +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-scope.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-scope.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-task.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-task.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-category.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-category.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-collection-assignment.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-collection-assignment.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-collection.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-collection.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-management-table.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-management-table.js +0 -0
- /package/{dist/document-management → document-management}/models/document-property-value.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-property-value.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-property.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-property.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-request-template.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-request-template.js +0 -0
- /package/{dist/document-management → document-management}/models/document-request.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-request.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-requests-template.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-requests-template.js +0 -0
- /package/{dist/document-management → document-management}/models/document-tag-assignment.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-tag-assignment.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-tag.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-tag.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-type-property.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-type-property.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-type-validation.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-type-validation.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-type.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-type.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-definition.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-definition.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-workflow.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-workflow.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document.model.js +0 -0
- /package/{dist/document-management → document-management}/models/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/index.js +0 -0
- /package/{dist/document-management → document-management}/server/api/document-management.api.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/api/document-management.api.js +0 -0
- /package/{dist/document-management → document-management}/server/api/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/api/index.js +0 -0
- /package/{dist/document-management → document-management}/server/configure.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/configure.js +0 -0
- /package/{dist/document-management → document-management}/server/drizzle/0000_ordinary_pretty_boy.sql +0 -0
- /package/{dist/document-management → document-management}/server/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/document-management → document-management}/server/drizzle/meta/_journal.json +0 -0
- /package/{dist/document-management → document-management}/server/drizzle.config.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/drizzle.config.js +0 -0
- /package/{dist/document-management → document-management}/server/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/index.js +0 -0
- /package/{dist/document-management → document-management}/server/module.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/module.js +0 -0
- /package/{dist/document-management → document-management}/server/schemas.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-category-type.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-category-type.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-collection.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-collection.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-file.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-file.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ai.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ai.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-observation.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-observation.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-property.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-request.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-request.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-tag.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-tag.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-validation.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-validation.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-workflow.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-workflow.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/enum-type-key.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/enum-type-key.js +0 -0
- /package/{dist/document-management → document-management}/server/services/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/index.js +0 -0
- /package/{dist/document-management → document-management}/server/services/singleton.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/singleton.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/index.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/validator.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/validator.js +0 -0
- /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-folders.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-folders.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-management.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-management.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document.service-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document.service-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/index.js +0 -0
- /package/{dist/document-management → document-management}/service-models/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/index.js +0 -0
- /package/{dist/document-management → document-management}/service-models/stats.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/stats.view-model.js +0 -0
- /package/{dist/dom → dom}/file-download.d.ts +0 -0
- /package/{dist/dom → dom}/file-download.js +0 -0
- /package/{dist/dom → dom}/file-select-dialog.d.ts +0 -0
- /package/{dist/dom → dom}/file-select-dialog.js +0 -0
- /package/{dist/dom → dom}/index.d.ts +0 -0
- /package/{dist/dom → dom}/index.js +0 -0
- /package/{dist/dom → dom}/observation/index.d.ts +0 -0
- /package/{dist/dom → dom}/observation/index.js +0 -0
- /package/{dist/dom → dom}/observation/intersection-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/intersection-observer.js +0 -0
- /package/{dist/dom → dom}/observation/media-query-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/media-query-observer.js +0 -0
- /package/{dist/dom → dom}/observation/mutation-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/mutation-observer.js +0 -0
- /package/{dist/dom → dom}/observation/performance-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/performance-observer.js +0 -0
- /package/{dist/dom → dom}/observation/resize-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/resize-observer.js +0 -0
- /package/{dist/dom → dom}/observation/touch-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/touch-observer.js +0 -0
- /package/{dist/enumerable → enumerable}/async-enumerable.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/async-enumerable.js +0 -0
- /package/{dist/enumerable → enumerable}/enumerable-methods.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/enumerable-methods.js +0 -0
- /package/{dist/enumerable → enumerable}/enumerable.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/enumerable.js +0 -0
- /package/{dist/enumerable → enumerable}/index.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/index.js +0 -0
- /package/{dist/enumeration → enumeration}/enumeration.d.ts +0 -0
- /package/{dist/enumeration → enumeration}/enumeration.js +0 -0
- /package/{dist/enumeration → enumeration}/index.d.ts +0 -0
- /package/{dist/enumeration → enumeration}/index.js +0 -0
- /package/{dist/environment.d.ts → environment.d.ts} +0 -0
- /package/{dist/environment.js → environment.js} +0 -0
- /package/{dist/errors → errors}/api.error.d.ts +0 -0
- /package/{dist/errors → errors}/api.error.js +0 -0
- /package/{dist/errors → errors}/assertion.error.d.ts +0 -0
- /package/{dist/errors → errors}/assertion.error.js +0 -0
- /package/{dist/errors → errors}/bad-request.error.d.ts +0 -0
- /package/{dist/errors → errors}/bad-request.error.js +0 -0
- /package/{dist/errors → errors}/custom.error.d.ts +0 -0
- /package/{dist/errors → errors}/custom.error.js +0 -0
- /package/{dist/errors → errors}/details.error.d.ts +0 -0
- /package/{dist/errors → errors}/details.error.js +0 -0
- /package/{dist/errors → errors}/errors.localization.d.ts +0 -0
- /package/{dist/errors → errors}/errors.localization.js +0 -0
- /package/{dist/errors → errors}/forbidden.error.d.ts +0 -0
- /package/{dist/errors → errors}/forbidden.error.js +0 -0
- /package/{dist/errors → errors}/index.d.ts +0 -0
- /package/{dist/errors → errors}/index.js +0 -0
- /package/{dist/errors → errors}/invalid-credentials.error.d.ts +0 -0
- /package/{dist/errors → errors}/invalid-credentials.error.js +0 -0
- /package/{dist/errors → errors}/invalid-token.error.d.ts +0 -0
- /package/{dist/errors → errors}/invalid-token.error.js +0 -0
- /package/{dist/errors → errors}/max-bytes-exceeded.error.d.ts +0 -0
- /package/{dist/errors → errors}/max-bytes-exceeded.error.js +0 -0
- /package/{dist/errors → errors}/method-not-allowed.error.d.ts +0 -0
- /package/{dist/errors → errors}/method-not-allowed.error.js +0 -0
- /package/{dist/errors → errors}/multi.error.d.ts +0 -0
- /package/{dist/errors → errors}/multi.error.js +0 -0
- /package/{dist/errors → errors}/not-found.error.d.ts +0 -0
- /package/{dist/errors → errors}/not-found.error.js +0 -0
- /package/{dist/errors → errors}/not-implemented.error.d.ts +0 -0
- /package/{dist/errors → errors}/not-implemented.error.js +0 -0
- /package/{dist/errors → errors}/not-supported.error.d.ts +0 -0
- /package/{dist/errors → errors}/not-supported.error.js +0 -0
- /package/{dist/errors → errors}/timeout.error.d.ts +0 -0
- /package/{dist/errors → errors}/timeout.error.js +0 -0
- /package/{dist/errors → errors}/unauthorized.error.d.ts +0 -0
- /package/{dist/errors → errors}/unauthorized.error.js +0 -0
- /package/{dist/errors → errors}/unsupported-media-type.error.d.ts +0 -0
- /package/{dist/errors → errors}/unsupported-media-type.error.js +0 -0
- /package/{dist/errors → errors}/utils.d.ts +0 -0
- /package/{dist/errors → errors}/utils.js +0 -0
- /package/{dist/examples → examples}/api/authentication.d.ts +0 -0
- /package/{dist/examples → examples}/api/authentication.js +0 -0
- /package/{dist/examples → examples}/api/basic-overview.d.ts +0 -0
- /package/{dist/examples → examples}/api/basic-overview.js +0 -0
- /package/{dist/examples → examples}/api/custom-authentication.d.ts +0 -0
- /package/{dist/examples → examples}/api/custom-authentication.js +0 -0
- /package/{dist/examples → examples}/api/streaming.d.ts +0 -0
- /package/{dist/examples → examples}/api/streaming.js +0 -0
- /package/{dist/examples → examples}/browser/basic.d.ts +0 -0
- /package/{dist/examples → examples}/browser/basic.js +0 -0
- /package/{dist/examples → examples}/document-management/categories-and-types.d.ts +0 -0
- /package/{dist/examples → examples}/document-management/categories-and-types.js +0 -0
- /package/{dist/examples → examples}/document-management/main.d.ts +0 -0
- /package/{dist/examples → examples}/document-management/main.js +0 -0
- /package/{dist/examples → examples}/http/client.d.ts +0 -0
- /package/{dist/examples → examples}/http/client.js +0 -0
- /package/{dist/examples → examples}/mail/basic.d.ts +0 -0
- /package/{dist/examples → examples}/mail/basic.js +0 -0
- /package/{dist/examples → examples}/mail/templates/hello-name.d.ts +0 -0
- /package/{dist/examples → examples}/mail/templates/hello-name.js +0 -0
- /package/{dist/examples → examples}/pdf/basic.d.ts +0 -0
- /package/{dist/examples → examples}/pdf/basic.js +0 -0
- /package/{dist/examples → examples}/pdf/templates/hello-name.d.ts +0 -0
- /package/{dist/examples → examples}/pdf/templates/hello-name.js +0 -0
- /package/{dist/examples → examples}/reflection/basic.d.ts +0 -0
- /package/{dist/examples → examples}/reflection/basic.js +0 -0
- /package/{dist/examples → examples}/template/basic.d.ts +0 -0
- /package/{dist/examples → examples}/template/basic.js +0 -0
- /package/{dist/examples → examples}/template/templates/hello-jsx.d.ts +0 -0
- /package/{dist/examples → examples}/template/templates/hello-jsx.js +0 -0
- /package/{dist/examples → examples}/template/templates/hello-name.d.ts +0 -0
- /package/{dist/examples → examples}/template/templates/hello-name.js +0 -0
- /package/{dist/file → file}/index.d.ts +0 -0
- /package/{dist/file → file}/index.js +0 -0
- /package/{dist/file → file}/mime-type.d.ts +0 -0
- /package/{dist/file → file}/mime-type.js +0 -0
- /package/{dist/file → file}/mime-types.d.ts +0 -0
- /package/{dist/file → file}/mime-types.js +0 -0
- /package/{dist/file → file}/server/index.d.ts +0 -0
- /package/{dist/file → file}/server/index.js +0 -0
- /package/{dist/file → file}/server/temporary-file.d.ts +0 -0
- /package/{dist/file → file}/server/temporary-file.js +0 -0
- /package/{dist/formats → formats}/formats.d.ts +0 -0
- /package/{dist/formats → formats}/formats.js +0 -0
- /package/{dist/formats → formats}/index.d.ts +0 -0
- /package/{dist/formats → formats}/index.js +0 -0
- /package/{dist/function → function}/index.d.ts +0 -0
- /package/{dist/function → function}/index.js +0 -0
- /package/{dist/function → function}/log.d.ts +0 -0
- /package/{dist/function → function}/log.js +0 -0
- /package/{dist/http → http}/client/adapters/undici.adapter.d.ts +0 -0
- /package/{dist/http → http}/client/adapters/undici.adapter.js +0 -0
- /package/{dist/http → http}/client/http-client-options.d.ts +0 -0
- /package/{dist/http → http}/client/http-client-options.js +0 -0
- /package/{dist/http → http}/client/http-client-request.d.ts +0 -0
- /package/{dist/http → http}/client/http-client-request.js +0 -0
- /package/{dist/http → http}/client/http-client-response.d.ts +0 -0
- /package/{dist/http → http}/client/http-client-response.js +0 -0
- /package/{dist/http → http}/client/http-client.adapter.d.ts +0 -0
- /package/{dist/http → http}/client/http-client.adapter.js +0 -0
- /package/{dist/http → http}/client/http-client.d.ts +0 -0
- /package/{dist/http → http}/client/http-client.js +0 -0
- /package/{dist/http → http}/client/index.d.ts +0 -0
- /package/{dist/http → http}/client/index.js +0 -0
- /package/{dist/http → http}/client/middleware.d.ts +0 -0
- /package/{dist/http → http}/client/middleware.js +0 -0
- /package/{dist/http → http}/client/module.d.ts +0 -0
- /package/{dist/http → http}/client/module.js +0 -0
- /package/{dist/http → http}/client/tokens.d.ts +0 -0
- /package/{dist/http → http}/client/tokens.js +0 -0
- /package/{dist/http → http}/cookie-parser.d.ts +0 -0
- /package/{dist/http → http}/cookie-parser.js +0 -0
- /package/{dist/http → http}/http-body.d.ts +0 -0
- /package/{dist/http → http}/http-body.js +0 -0
- /package/{dist/http → http}/http-form.d.ts +0 -0
- /package/{dist/http → http}/http-form.js +0 -0
- /package/{dist/http → http}/http-headers.d.ts +0 -0
- /package/{dist/http → http}/http-headers.js +0 -0
- /package/{dist/http → http}/http-query.d.ts +0 -0
- /package/{dist/http → http}/http-query.js +0 -0
- /package/{dist/http → http}/http-url-parameters.d.ts +0 -0
- /package/{dist/http → http}/http-url-parameters.js +0 -0
- /package/{dist/http → http}/http-value-map.d.ts +0 -0
- /package/{dist/http → http}/http-value-map.js +0 -0
- /package/{dist/http → http}/http.error.d.ts +0 -0
- /package/{dist/http → http}/http.error.js +0 -0
- /package/{dist/http → http}/index.d.ts +0 -0
- /package/{dist/http → http}/index.js +0 -0
- /package/{dist/http → http}/server/http-server-request.d.ts +0 -0
- /package/{dist/http → http}/server/http-server-request.js +0 -0
- /package/{dist/http → http}/server/http-server-response.d.ts +0 -0
- /package/{dist/http → http}/server/http-server-response.js +0 -0
- /package/{dist/http → http}/server/http-server.d.ts +0 -0
- /package/{dist/http → http}/server/http-server.js +0 -0
- /package/{dist/http → http}/server/index.d.ts +0 -0
- /package/{dist/http → http}/server/index.js +0 -0
- /package/{dist/http → http}/server/node/index.d.ts +0 -0
- /package/{dist/http → http}/server/node/index.js +0 -0
- /package/{dist/http → http}/server/node/module.d.ts +0 -0
- /package/{dist/http → http}/server/node/module.js +0 -0
- /package/{dist/http → http}/server/node/node-http-server.d.ts +0 -0
- /package/{dist/http → http}/server/node/node-http-server.js +0 -0
- /package/{dist/http → http}/tokens.d.ts +0 -0
- /package/{dist/http → http}/tokens.js +0 -0
- /package/{dist/http → http}/types.d.ts +0 -0
- /package/{dist/http → http}/types.js +0 -0
- /package/{dist/http → http}/utils.d.ts +0 -0
- /package/{dist/http → http}/utils.js +0 -0
- /package/{dist/image-service → image-service}/image-service.d.ts +0 -0
- /package/{dist/image-service → image-service}/image-service.js +0 -0
- /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.d.ts +0 -0
- /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.js +0 -0
- /package/{dist/image-service → image-service}/imgproxy/index.d.ts +0 -0
- /package/{dist/image-service → image-service}/imgproxy/index.js +0 -0
- /package/{dist/image-service → image-service}/index.d.ts +0 -0
- /package/{dist/image-service → image-service}/index.js +0 -0
- /package/{dist/import.d.ts → import.d.ts} +0 -0
- /package/{dist/import.js → import.js} +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/injector → injector}/decorators.d.ts +0 -0
- /package/{dist/injector → injector}/decorators.js +0 -0
- /package/{dist/injector → injector}/index.d.ts +0 -0
- /package/{dist/injector → injector}/index.js +0 -0
- /package/{dist/injector → injector}/inject.d.ts +0 -0
- /package/{dist/injector → injector}/inject.js +0 -0
- /package/{dist/injector → injector}/injector.d.ts +0 -0
- /package/{dist/injector → injector}/injector.js +0 -0
- /package/{dist/injector → injector}/interfaces.d.ts +0 -0
- /package/{dist/injector → injector}/interfaces.js +0 -0
- /package/{dist/injector → injector}/provider.d.ts +0 -0
- /package/{dist/injector → injector}/provider.js +0 -0
- /package/{dist/injector → injector}/registration.error.d.ts +0 -0
- /package/{dist/injector → injector}/registration.error.js +0 -0
- /package/{dist/injector → injector}/resolution.d.ts +0 -0
- /package/{dist/injector → injector}/resolution.js +0 -0
- /package/{dist/injector → injector}/resolve-chain.d.ts +0 -0
- /package/{dist/injector → injector}/resolve-chain.js +0 -0
- /package/{dist/injector → injector}/resolve.error.d.ts +0 -0
- /package/{dist/injector → injector}/resolve.error.js +0 -0
- /package/{dist/injector → injector}/symbols.d.ts +0 -0
- /package/{dist/injector → injector}/symbols.js +0 -0
- /package/{dist/injector → injector}/token.d.ts +0 -0
- /package/{dist/injector → injector}/token.js +0 -0
- /package/{dist/injector → injector}/type-info.d.ts +0 -0
- /package/{dist/injector → injector}/type-info.js +0 -0
- /package/{dist/injector → injector}/types.d.ts +0 -0
- /package/{dist/injector → injector}/types.js +0 -0
- /package/{dist/interfaces.d.ts → interfaces.d.ts} +0 -0
- /package/{dist/interfaces.js → interfaces.js} +0 -0
- /package/{dist/intl → intl}/index.d.ts +0 -0
- /package/{dist/intl → intl}/index.js +0 -0
- /package/{dist/intl → intl}/number-parser.d.ts +0 -0
- /package/{dist/intl → intl}/number-parser.js +0 -0
- /package/{dist/json-path → json-path}/index.d.ts +0 -0
- /package/{dist/json-path → json-path}/index.js +0 -0
- /package/{dist/json-path → json-path}/json-path.d.ts +0 -0
- /package/{dist/json-path → json-path}/json-path.js +0 -0
- /package/{dist/jsx → jsx}/index.d.ts +0 -0
- /package/{dist/jsx → jsx}/index.js +0 -0
- /package/{dist/jsx → jsx}/is-component-class.d.ts +0 -0
- /package/{dist/jsx → jsx}/is-component-class.js +0 -0
- /package/{dist/jsx → jsx}/render-to-string.d.ts +0 -0
- /package/{dist/jsx → jsx}/render-to-string.js +0 -0
- /package/{dist/key-value-store → key-value-store}/index.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/index.js +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value-store.provider.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value-store.provider.js +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value.store.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value.store.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle/0000_shocking_slipstream.sql +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/_journal.json +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/index.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/index.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/index.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/index.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/module.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/module.js +0 -0
- /package/{dist/lock → lock}/index.d.ts +0 -0
- /package/{dist/lock → lock}/index.js +0 -0
- /package/{dist/lock → lock}/lock.d.ts +0 -0
- /package/{dist/lock → lock}/lock.js +0 -0
- /package/{dist/lock → lock}/postgres/drizzle/0000_busy_tattoo.sql +0 -0
- /package/{dist/lock → lock}/postgres/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/lock → lock}/postgres/drizzle/meta/_journal.json +0 -0
- /package/{dist/lock → lock}/postgres/drizzle.config.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/drizzle.config.js +0 -0
- /package/{dist/lock → lock}/postgres/index.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/index.js +0 -0
- /package/{dist/lock → lock}/postgres/lock.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/lock.js +0 -0
- /package/{dist/lock → lock}/postgres/models/index.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/models/index.js +0 -0
- /package/{dist/lock → lock}/postgres/models/lock.model.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/models/lock.model.js +0 -0
- /package/{dist/lock → lock}/postgres/models/schemas.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/models/schemas.js +0 -0
- /package/{dist/lock → lock}/postgres/module.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/module.js +0 -0
- /package/{dist/lock → lock}/postgres/provider.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/provider.js +0 -0
- /package/{dist/lock → lock}/provider.d.ts +0 -0
- /package/{dist/lock → lock}/provider.js +0 -0
- /package/{dist/lock → lock}/web/index.d.ts +0 -0
- /package/{dist/lock → lock}/web/index.js +0 -0
- /package/{dist/lock → lock}/web/module.d.ts +0 -0
- /package/{dist/lock → lock}/web/module.js +0 -0
- /package/{dist/lock → lock}/web/web-lock.d.ts +0 -0
- /package/{dist/lock → lock}/web/web-lock.js +0 -0
- /package/{dist/lock → lock}/web/web-lock.provider.d.ts +0 -0
- /package/{dist/lock → lock}/web/web-lock.provider.js +0 -0
- /package/{dist/logger → logger}/formatter.d.ts +0 -0
- /package/{dist/logger → logger}/formatter.js +0 -0
- /package/{dist/logger → logger}/formatters/index.d.ts +0 -0
- /package/{dist/logger → logger}/formatters/index.js +0 -0
- /package/{dist/logger → logger}/formatters/json.d.ts +0 -0
- /package/{dist/logger → logger}/formatters/json.js +0 -0
- /package/{dist/logger → logger}/formatters/pretty-print.d.ts +0 -0
- /package/{dist/logger → logger}/formatters/pretty-print.js +0 -0
- /package/{dist/logger → logger}/index.d.ts +0 -0
- /package/{dist/logger → logger}/index.js +0 -0
- /package/{dist/logger → logger}/level.d.ts +0 -0
- /package/{dist/logger → logger}/level.js +0 -0
- /package/{dist/logger → logger}/logger.d.ts +0 -0
- /package/{dist/logger → logger}/logger.js +0 -0
- /package/{dist/logger → logger}/manager.d.ts +0 -0
- /package/{dist/logger → logger}/manager.js +0 -0
- /package/{dist/logger → logger}/tokens.d.ts +0 -0
- /package/{dist/logger → logger}/tokens.js +0 -0
- /package/{dist/logger → logger}/transport.d.ts +0 -0
- /package/{dist/logger → logger}/transport.js +0 -0
- /package/{dist/logger → logger}/transports/console.d.ts +0 -0
- /package/{dist/logger → logger}/transports/console.js +0 -0
- /package/{dist/logger → logger}/transports/index.d.ts +0 -0
- /package/{dist/logger → logger}/transports/index.js +0 -0
- /package/{dist/mail → mail}/clients/index.d.ts +0 -0
- /package/{dist/mail → mail}/clients/index.js +0 -0
- /package/{dist/mail → mail}/clients/nodemailer.mail-client.d.ts +0 -0
- /package/{dist/mail → mail}/clients/nodemailer.mail-client.js +0 -0
- /package/{dist/mail → mail}/drizzle/0000_previous_malcolm_colcord.sql +0 -0
- /package/{dist/mail → mail}/drizzle/0001_flimsy_bloodscream.sql +0 -0
- /package/{dist/mail → mail}/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/mail → mail}/drizzle/meta/0001_snapshot.json +0 -0
- /package/{dist/mail → mail}/drizzle/meta/_journal.json +0 -0
- /package/{dist/mail → mail}/drizzle.config.d.ts +0 -0
- /package/{dist/mail → mail}/drizzle.config.js +0 -0
- /package/{dist/mail → mail}/index.d.ts +0 -0
- /package/{dist/mail → mail}/index.js +0 -0
- /package/{dist/mail → mail}/mail.client.d.ts +0 -0
- /package/{dist/mail → mail}/mail.client.js +0 -0
- /package/{dist/mail → mail}/mail.service.d.ts +0 -0
- /package/{dist/mail → mail}/mail.service.js +0 -0
- /package/{dist/mail → mail}/models/index.d.ts +0 -0
- /package/{dist/mail → mail}/models/index.js +0 -0
- /package/{dist/mail → mail}/models/mail-address.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-address.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-content.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-content.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-data.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-data.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-log.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-log.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-send-result.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-send-result.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-template.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-template.model.js +0 -0
- /package/{dist/mail → mail}/models/schemas.d.ts +0 -0
- /package/{dist/mail → mail}/models/schemas.js +0 -0
- /package/{dist/mail → mail}/module.d.ts +0 -0
- /package/{dist/mail → mail}/module.js +0 -0
- /package/{dist/mail → mail}/tokens.d.ts +0 -0
- /package/{dist/mail → mail}/tokens.js +0 -0
- /package/{dist/memory → memory}/finalization.d.ts +0 -0
- /package/{dist/memory → memory}/finalization.js +0 -0
- /package/{dist/memory → memory}/index.d.ts +0 -0
- /package/{dist/memory → memory}/index.js +0 -0
- /package/{dist/memory → memory}/observable-finalization-registry.d.ts +0 -0
- /package/{dist/memory → memory}/observable-finalization-registry.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/index.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/index.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/module.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/module.js +0 -0
- /package/{dist/message-bus → message-bus}/index.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/index.js +0 -0
- /package/{dist/message-bus → message-bus}/local/index.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/index.js +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.js +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus.js +0 -0
- /package/{dist/message-bus → message-bus}/local/module.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/module.js +0 -0
- /package/{dist/message-bus → message-bus}/local/types.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/types.js +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-base.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-base.js +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-provider.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-provider.js +0 -0
- /package/{dist/message-bus → message-bus}/message-bus.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/message-bus.js +0 -0
- /package/{dist/module → module}/index.d.ts +0 -0
- /package/{dist/module → module}/index.js +0 -0
- /package/{dist/module → module}/module.d.ts +0 -0
- /package/{dist/module → module}/module.js +0 -0
- /package/{dist/module → module}/modules/function.module.d.ts +0 -0
- /package/{dist/module → module}/modules/function.module.js +0 -0
- /package/{dist/module → module}/modules/index.d.ts +0 -0
- /package/{dist/module → module}/modules/index.js +0 -0
- /package/{dist/module → module}/modules/web-server.module.d.ts +0 -0
- /package/{dist/module → module}/modules/web-server.module.js +0 -0
- /package/{dist/object-storage → object-storage}/index.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/index.js +0 -0
- /package/{dist/object-storage → object-storage}/object-storage-provider.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/object-storage-provider.js +0 -0
- /package/{dist/object-storage → object-storage}/object-storage.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/object-storage.js +0 -0
- /package/{dist/object-storage → object-storage}/object.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/object.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/index.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/index.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object.js +0 -0
- /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.js +0 -0
- /package/{dist/openid-connect → openid-connect}/index.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/index.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-state.model.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-state.model.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service-model.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service-model.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service.js +0 -0
- /package/{dist/orm → orm}/data-types/bytea.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/bytea.js +0 -0
- /package/{dist/orm → orm}/data-types/common.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/common.js +0 -0
- /package/{dist/orm → orm}/data-types/index.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/index.js +0 -0
- /package/{dist/orm → orm}/data-types/numeric-date.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/numeric-date.js +0 -0
- /package/{dist/orm → orm}/data-types/timestamp.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/timestamp.js +0 -0
- /package/{dist/orm → orm}/data-types/tsvector.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/tsvector.js +0 -0
- /package/{dist/orm → orm}/decorators.d.ts +0 -0
- /package/{dist/orm → orm}/decorators.js +0 -0
- /package/{dist/orm → orm}/entity.d.ts +0 -0
- /package/{dist/orm → orm}/entity.js +0 -0
- /package/{dist/orm → orm}/index.d.ts +0 -0
- /package/{dist/orm → orm}/index.js +0 -0
- /package/{dist/orm → orm}/query/base.d.ts +0 -0
- /package/{dist/orm → orm}/query/base.js +0 -0
- /package/{dist/orm → orm}/query/index.d.ts +0 -0
- /package/{dist/orm → orm}/query/index.js +0 -0
- /package/{dist/orm → orm}/query/parade.d.ts +0 -0
- /package/{dist/orm → orm}/query/parade.js +0 -0
- /package/{dist/orm → orm}/repository.types.d.ts +0 -0
- /package/{dist/orm → orm}/repository.types.js +0 -0
- /package/{dist/orm → orm}/schemas/index.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/index.js +0 -0
- /package/{dist/orm → orm}/schemas/json.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/json.js +0 -0
- /package/{dist/orm → orm}/schemas/numeric-date.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/numeric-date.js +0 -0
- /package/{dist/orm → orm}/schemas/numeric.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/numeric.js +0 -0
- /package/{dist/orm → orm}/schemas/timestamp.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/timestamp.js +0 -0
- /package/{dist/orm → orm}/schemas/tsvector.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/tsvector.js +0 -0
- /package/{dist/orm → orm}/schemas/uuid.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/uuid.js +0 -0
- /package/{dist/orm → orm}/server/database-schema.d.ts +0 -0
- /package/{dist/orm → orm}/server/database-schema.js +0 -0
- /package/{dist/orm → orm}/server/database.d.ts +0 -0
- /package/{dist/orm → orm}/server/database.js +0 -0
- /package/{dist/orm → orm}/server/drizzle/index.d.ts +0 -0
- /package/{dist/orm → orm}/server/drizzle/index.js +0 -0
- /package/{dist/orm → orm}/server/drizzle/schema-converter.d.ts +0 -0
- /package/{dist/orm → orm}/server/drizzle/schema-converter.js +0 -0
- /package/{dist/orm → orm}/server/encryption.d.ts +0 -0
- /package/{dist/orm → orm}/server/encryption.js +0 -0
- /package/{dist/orm → orm}/server/index.d.ts +0 -0
- /package/{dist/orm → orm}/server/index.js +0 -0
- /package/{dist/orm → orm}/server/module.d.ts +0 -0
- /package/{dist/orm → orm}/server/module.js +0 -0
- /package/{dist/orm → orm}/server/query-converter.d.ts +0 -0
- /package/{dist/orm → orm}/server/query-converter.js +0 -0
- /package/{dist/orm → orm}/server/repository.d.ts +0 -0
- /package/{dist/orm → orm}/server/repository.js +0 -0
- /package/{dist/orm → orm}/server/tokens.d.ts +0 -0
- /package/{dist/orm → orm}/server/tokens.js +0 -0
- /package/{dist/orm → orm}/server/transaction.d.ts +0 -0
- /package/{dist/orm → orm}/server/transaction.js +0 -0
- /package/{dist/orm → orm}/server/transactional.d.ts +0 -0
- /package/{dist/orm → orm}/server/transactional.js +0 -0
- /package/{dist/orm → orm}/server/types.d.ts +0 -0
- /package/{dist/orm → orm}/server/types.js +0 -0
- /package/{dist/orm → orm}/sqls.d.ts +0 -0
- /package/{dist/orm → orm}/sqls.js +0 -0
- /package/{dist/orm → orm}/types.d.ts +0 -0
- /package/{dist/orm → orm}/types.js +0 -0
- /package/{dist/orm → orm}/utils.d.ts +0 -0
- /package/{dist/orm → orm}/utils.js +0 -0
- /package/{dist/password → password}/have-i-been-pwned.d.ts +0 -0
- /package/{dist/password → password}/have-i-been-pwned.js +0 -0
- /package/{dist/password → password}/index.d.ts +0 -0
- /package/{dist/password → password}/index.js +0 -0
- /package/{dist/password → password}/password-check-result.model.d.ts +0 -0
- /package/{dist/password → password}/password-check-result.model.js +0 -0
- /package/{dist/password → password}/password-check.d.ts +0 -0
- /package/{dist/password → password}/password-check.js +0 -0
- /package/{dist/password → password}/password-check.localization.d.ts +0 -0
- /package/{dist/password → password}/password-check.localization.js +0 -0
- /package/{dist/pdf → pdf}/index.d.ts +0 -0
- /package/{dist/pdf → pdf}/index.js +0 -0
- /package/{dist/pdf → pdf}/pdf.service.d.ts +0 -0
- /package/{dist/pdf → pdf}/pdf.service.js +0 -0
- /package/{dist/pdf → pdf}/utils.d.ts +0 -0
- /package/{dist/pdf → pdf}/utils.js +0 -0
- /package/{dist/polyfills.d.ts → polyfills.d.ts} +0 -0
- /package/{dist/polyfills.js → polyfills.js} +0 -0
- /package/{dist/pool → pool}/index.d.ts +0 -0
- /package/{dist/pool → pool}/index.js +0 -0
- /package/{dist/pool → pool}/pool.d.ts +0 -0
- /package/{dist/pool → pool}/pool.js +0 -0
- /package/{dist/process → process}/index.d.ts +0 -0
- /package/{dist/process → process}/index.js +0 -0
- /package/{dist/process → process}/spawn.d.ts +0 -0
- /package/{dist/process → process}/spawn.js +0 -0
- /package/{dist/promise → promise}/cancelable-promise.d.ts +0 -0
- /package/{dist/promise → promise}/cancelable-promise.js +0 -0
- /package/{dist/promise → promise}/custom-promise.d.ts +0 -0
- /package/{dist/promise → promise}/custom-promise.js +0 -0
- /package/{dist/promise → promise}/deferred-promise.d.ts +0 -0
- /package/{dist/promise → promise}/deferred-promise.js +0 -0
- /package/{dist/promise → promise}/index.d.ts +0 -0
- /package/{dist/promise → promise}/index.js +0 -0
- /package/{dist/promise → promise}/lazy-promise.d.ts +0 -0
- /package/{dist/promise → promise}/lazy-promise.js +0 -0
- /package/{dist/promise → promise}/types.d.ts +0 -0
- /package/{dist/promise → promise}/types.js +0 -0
- /package/{dist/queue → queue}/enqueue-batch.d.ts +0 -0
- /package/{dist/queue → queue}/enqueue-batch.js +0 -0
- /package/{dist/queue → queue}/index.d.ts +0 -0
- /package/{dist/queue → queue}/index.js +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/0000_zippy_moondragon.sql +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/0001_certain_wild_pack.sql +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/0002_dear_meggan.sql +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/0001_snapshot.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/0002_snapshot.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/_journal.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle.config.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/drizzle.config.js +0 -0
- /package/{dist/queue → queue}/postgres/index.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/index.js +0 -0
- /package/{dist/queue → queue}/postgres/job.model.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/job.model.js +0 -0
- /package/{dist/queue → queue}/postgres/module.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/module.js +0 -0
- /package/{dist/queue → queue}/postgres/queue.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/queue.js +0 -0
- /package/{dist/queue → queue}/postgres/queue.provider.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/queue.provider.js +0 -0
- /package/{dist/queue → queue}/postgres/schemas.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/schemas.js +0 -0
- /package/{dist/queue → queue}/provider.d.ts +0 -0
- /package/{dist/queue → queue}/provider.js +0 -0
- /package/{dist/queue → queue}/queue.d.ts +0 -0
- /package/{dist/queue → queue}/queue.js +0 -0
- /package/{dist/random → random}/index.d.ts +0 -0
- /package/{dist/random → random}/index.js +0 -0
- /package/{dist/random → random}/number-generator/index.d.ts +0 -0
- /package/{dist/random → random}/number-generator/index.js +0 -0
- /package/{dist/random → random}/number-generator/mulberry32.d.ts +0 -0
- /package/{dist/random → random}/number-generator/mulberry32.js +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator-function.d.ts +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator-function.js +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator.d.ts +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator.js +0 -0
- /package/{dist/random → random}/number-generator/seeded-random-number-generator.d.ts +0 -0
- /package/{dist/random → random}/number-generator/seeded-random-number-generator.js +0 -0
- /package/{dist/random → random}/number-generator/sfc32.d.ts +0 -0
- /package/{dist/random → random}/number-generator/sfc32.js +0 -0
- /package/{dist/random → random}/number-generator/utils.d.ts +0 -0
- /package/{dist/random → random}/number-generator/utils.js +0 -0
- /package/{dist/random → random}/series.d.ts +0 -0
- /package/{dist/random → random}/series.js +0 -0
- /package/{dist/reflection → reflection}/decorator-data.d.ts +0 -0
- /package/{dist/reflection → reflection}/decorator-data.js +0 -0
- /package/{dist/reflection → reflection}/decorators.d.ts +0 -0
- /package/{dist/reflection → reflection}/decorators.js +0 -0
- /package/{dist/reflection → reflection}/index.d.ts +0 -0
- /package/{dist/reflection → reflection}/index.js +0 -0
- /package/{dist/reflection → reflection}/registry.d.ts +0 -0
- /package/{dist/reflection → reflection}/registry.js +0 -0
- /package/{dist/reflection → reflection}/types.d.ts +0 -0
- /package/{dist/reflection → reflection}/types.js +0 -0
- /package/{dist/reflection → reflection}/utils.d.ts +0 -0
- /package/{dist/reflection → reflection}/utils.js +0 -0
- /package/{dist/require.d.ts → require.d.ts} +0 -0
- /package/{dist/require.js → require.js} +0 -0
- /package/{dist/rpc → rpc}/adapters/index.d.ts +0 -0
- /package/{dist/rpc → rpc}/adapters/index.js +0 -0
- /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.d.ts +0 -0
- /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.js +0 -0
- /package/{dist/rpc → rpc}/endpoints/index.d.ts +0 -0
- /package/{dist/rpc → rpc}/endpoints/index.js +0 -0
- /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.d.ts +0 -0
- /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.js +0 -0
- /package/{dist/rpc → rpc}/index.d.ts +0 -0
- /package/{dist/rpc → rpc}/index.js +0 -0
- /package/{dist/rpc → rpc}/model.d.ts +0 -0
- /package/{dist/rpc → rpc}/model.js +0 -0
- /package/{dist/rpc → rpc}/rpc.adapter.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.adapter.js +0 -0
- /package/{dist/rpc → rpc}/rpc.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.endpoint.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.endpoint.js +0 -0
- /package/{dist/rpc → rpc}/rpc.error.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.error.js +0 -0
- /package/{dist/rpc → rpc}/rpc.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/cast.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/cast.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/index.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/index.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/noop.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/noop.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/reject-error.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/reject-error.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/slow-array.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/slow-array.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/teardown.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/teardown.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/timing.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/timing.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/untrack.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/untrack.js +0 -0
- /package/{dist/schema → schema}/converters/index.d.ts +0 -0
- /package/{dist/schema → schema}/converters/index.js +0 -0
- /package/{dist/schema → schema}/converters/openapi-converter.d.ts +0 -0
- /package/{dist/schema → schema}/converters/openapi-converter.js +0 -0
- /package/{dist/schema → schema}/decorators/class.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/class.js +0 -0
- /package/{dist/schema → schema}/decorators/description.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/description.js +0 -0
- /package/{dist/schema → schema}/decorators/index.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/index.js +0 -0
- /package/{dist/schema → schema}/decorators/schema.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/schema.js +0 -0
- /package/{dist/schema → schema}/decorators/types.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/types.js +0 -0
- /package/{dist/schema → schema}/decorators/utils.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/utils.js +0 -0
- /package/{dist/schema → schema}/index.d.ts +0 -0
- /package/{dist/schema → schema}/index.js +0 -0
- /package/{dist/schema → schema}/schema.d.ts +0 -0
- /package/{dist/schema → schema}/schema.error.d.ts +0 -0
- /package/{dist/schema → schema}/schema.error.js +0 -0
- /package/{dist/schema → schema}/schema.js +0 -0
- /package/{dist/schema → schema}/schemas/any.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/any.js +0 -0
- /package/{dist/schema → schema}/schemas/array.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/array.js +0 -0
- /package/{dist/schema → schema}/schemas/bigint.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/bigint.js +0 -0
- /package/{dist/schema → schema}/schemas/boolean.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/boolean.js +0 -0
- /package/{dist/schema → schema}/schemas/date.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/date.js +0 -0
- /package/{dist/schema → schema}/schemas/defaulted.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/defaulted.js +0 -0
- /package/{dist/schema → schema}/schemas/deferred.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/deferred.js +0 -0
- /package/{dist/schema → schema}/schemas/enumeration.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/enumeration.js +0 -0
- /package/{dist/schema → schema}/schemas/function.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/function.js +0 -0
- /package/{dist/schema → schema}/schemas/index.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/index.js +0 -0
- /package/{dist/schema → schema}/schemas/instance.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/instance.js +0 -0
- /package/{dist/schema → schema}/schemas/literal.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/literal.js +0 -0
- /package/{dist/schema → schema}/schemas/never.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/never.js +0 -0
- /package/{dist/schema → schema}/schemas/nullable.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/nullable.js +0 -0
- /package/{dist/schema → schema}/schemas/number.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/number.js +0 -0
- /package/{dist/schema → schema}/schemas/object.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/object.js +0 -0
- /package/{dist/schema → schema}/schemas/one-or-many.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/one-or-many.js +0 -0
- /package/{dist/schema → schema}/schemas/optional.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/optional.js +0 -0
- /package/{dist/schema → schema}/schemas/readable-stream.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/readable-stream.js +0 -0
- /package/{dist/schema → schema}/schemas/regexp.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/regexp.js +0 -0
- /package/{dist/schema → schema}/schemas/simple.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/simple.js +0 -0
- /package/{dist/schema → schema}/schemas/string.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/string.js +0 -0
- /package/{dist/schema → schema}/schemas/symbol.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/symbol.js +0 -0
- /package/{dist/schema → schema}/schemas/transform.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/transform.js +0 -0
- /package/{dist/schema → schema}/schemas/uint8-array.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/uint8-array.js +0 -0
- /package/{dist/schema → schema}/schemas/union.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/union.js +0 -0
- /package/{dist/schema → schema}/schemas/unknown.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/unknown.js +0 -0
- /package/{dist/schema → schema}/testable.d.ts +0 -0
- /package/{dist/schema → schema}/testable.js +0 -0
- /package/{dist/schema → schema}/types.d.ts +0 -0
- /package/{dist/schema → schema}/types.js +0 -0
- /package/{dist/serializer → serializer}/handlers/binary.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/binary.js +0 -0
- /package/{dist/serializer → serializer}/handlers/date.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/date.js +0 -0
- /package/{dist/serializer → serializer}/handlers/error.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/error.js +0 -0
- /package/{dist/serializer → serializer}/handlers/index.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/index.js +0 -0
- /package/{dist/serializer → serializer}/handlers/map.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/map.js +0 -0
- /package/{dist/serializer → serializer}/handlers/regex.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/regex.js +0 -0
- /package/{dist/serializer → serializer}/handlers/register.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/register.js +0 -0
- /package/{dist/serializer → serializer}/handlers/set.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/set.js +0 -0
- /package/{dist/serializer → serializer}/index.d.ts +0 -0
- /package/{dist/serializer → serializer}/index.js +0 -0
- /package/{dist/serializer → serializer}/serializable.d.ts +0 -0
- /package/{dist/serializer → serializer}/serializable.js +0 -0
- /package/{dist/serializer → serializer}/serializer.d.ts +0 -0
- /package/{dist/serializer → serializer}/serializer.js +0 -0
- /package/{dist/serializer → serializer}/types.d.ts +0 -0
- /package/{dist/serializer → serializer}/types.js +0 -0
- /package/{dist/signals → signals}/api.d.ts +0 -0
- /package/{dist/signals → signals}/api.js +0 -0
- /package/{dist/signals → signals}/computed-with-dependencies.d.ts +0 -0
- /package/{dist/signals → signals}/computed-with-dependencies.js +0 -0
- /package/{dist/signals → signals}/effect-with-dependencies.d.ts +0 -0
- /package/{dist/signals → signals}/effect-with-dependencies.js +0 -0
- /package/{dist/signals → signals}/implementation/api.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/api.js +0 -0
- /package/{dist/signals → signals}/implementation/asserts.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/asserts.js +0 -0
- /package/{dist/signals → signals}/implementation/computed.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/computed.js +0 -0
- /package/{dist/signals → signals}/implementation/configure.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/configure.js +0 -0
- /package/{dist/signals → signals}/implementation/effect.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/effect.js +0 -0
- /package/{dist/signals → signals}/implementation/equality.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/equality.js +0 -0
- /package/{dist/signals → signals}/implementation/errors.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/errors.js +0 -0
- /package/{dist/signals → signals}/implementation/graph.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/graph.js +0 -0
- /package/{dist/signals → signals}/implementation/index.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/index.js +0 -0
- /package/{dist/signals → signals}/implementation/signal.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/signal.js +0 -0
- /package/{dist/signals → signals}/implementation/to-observable.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/to-observable.js +0 -0
- /package/{dist/signals → signals}/implementation/to-signal.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/to-signal.js +0 -0
- /package/{dist/signals → signals}/implementation/untracked.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/untracked.js +0 -0
- /package/{dist/signals → signals}/implementation/watch.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/watch.js +0 -0
- /package/{dist/signals → signals}/implementation/writable-signal.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/writable-signal.js +0 -0
- /package/{dist/signals → signals}/index.d.ts +0 -0
- /package/{dist/signals → signals}/index.js +0 -0
- /package/{dist/signals → signals}/notifier.d.ts +0 -0
- /package/{dist/signals → signals}/notifier.js +0 -0
- /package/{dist/signals → signals}/operators/combine.d.ts +0 -0
- /package/{dist/signals → signals}/operators/combine.js +0 -0
- /package/{dist/signals → signals}/operators/defer.d.ts +0 -0
- /package/{dist/signals → signals}/operators/defer.js +0 -0
- /package/{dist/signals → signals}/operators/derive-async.d.ts +0 -0
- /package/{dist/signals → signals}/operators/derive-async.js +0 -0
- /package/{dist/signals → signals}/operators/index.d.ts +0 -0
- /package/{dist/signals → signals}/operators/index.js +0 -0
- /package/{dist/signals → signals}/operators/map.d.ts +0 -0
- /package/{dist/signals → signals}/operators/map.js +0 -0
- /package/{dist/signals → signals}/operators/switchAll.d.ts +0 -0
- /package/{dist/signals → signals}/operators/switchAll.js +0 -0
- /package/{dist/signals → signals}/pipe.d.ts +0 -0
- /package/{dist/signals → signals}/pipe.js +0 -0
- /package/{dist/signals → signals}/symbol.d.ts +0 -0
- /package/{dist/signals → signals}/symbol.js +0 -0
- /package/{dist/signals → signals}/to-lazy-signal.d.ts +0 -0
- /package/{dist/signals → signals}/to-lazy-signal.js +0 -0
- /package/{dist/signals → signals}/types.d.ts +0 -0
- /package/{dist/signals → signals}/types.js +0 -0
- /package/{dist/signals → signals}/untracked-operator.d.ts +0 -0
- /package/{dist/signals → signals}/untracked-operator.js +0 -0
- /package/{dist/sse → sse}/data-stream-source.d.ts +0 -0
- /package/{dist/sse → sse}/data-stream-source.js +0 -0
- /package/{dist/sse → sse}/data-stream.d.ts +0 -0
- /package/{dist/sse → sse}/data-stream.js +0 -0
- /package/{dist/sse → sse}/index.d.ts +0 -0
- /package/{dist/sse → sse}/index.js +0 -0
- /package/{dist/sse → sse}/model.d.ts +0 -0
- /package/{dist/sse → sse}/model.js +0 -0
- /package/{dist/sse → sse}/server-sent-events-source.d.ts +0 -0
- /package/{dist/sse → sse}/server-sent-events-source.js +0 -0
- /package/{dist/sse → sse}/server-sent-events.d.ts +0 -0
- /package/{dist/sse → sse}/server-sent-events.js +0 -0
- /package/{dist/supports.d.ts → supports.d.ts} +0 -0
- /package/{dist/supports.js → supports.js} +0 -0
- /package/{dist/templates → templates}/index.d.ts +0 -0
- /package/{dist/templates → templates}/index.js +0 -0
- /package/{dist/templates → templates}/module.d.ts +0 -0
- /package/{dist/templates → templates}/module.js +0 -0
- /package/{dist/templates → templates}/providers/file.template-provider.d.ts +0 -0
- /package/{dist/templates → templates}/providers/file.template-provider.js +0 -0
- /package/{dist/templates → templates}/providers/index.d.ts +0 -0
- /package/{dist/templates → templates}/providers/index.js +0 -0
- /package/{dist/templates → templates}/providers/memory.template-provider.d.ts +0 -0
- /package/{dist/templates → templates}/providers/memory.template-provider.js +0 -0
- /package/{dist/templates → templates}/renderers/handlebars.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/handlebars.template-renderer.js +0 -0
- /package/{dist/templates → templates}/renderers/index.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/index.js +0 -0
- /package/{dist/templates → templates}/renderers/jsx.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/jsx.template-renderer.js +0 -0
- /package/{dist/templates → templates}/renderers/mjml.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/mjml.template-renderer.js +0 -0
- /package/{dist/templates → templates}/renderers/string.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/string.template-renderer.js +0 -0
- /package/{dist/templates → templates}/resolvers/file.template-resolver.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/file.template-resolver.js +0 -0
- /package/{dist/templates → templates}/resolvers/index.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/index.js +0 -0
- /package/{dist/templates → templates}/resolvers/jsx.template-resolver.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/jsx.template-resolver.js +0 -0
- /package/{dist/templates → templates}/resolvers/string.template-resolver.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/string.template-resolver.js +0 -0
- /package/{dist/templates → templates}/template-renderer.provider.d.ts +0 -0
- /package/{dist/templates → templates}/template-renderer.provider.js +0 -0
- /package/{dist/templates → templates}/template-resolver.provider.d.ts +0 -0
- /package/{dist/templates → templates}/template-resolver.provider.js +0 -0
- /package/{dist/templates → templates}/template.model.d.ts +0 -0
- /package/{dist/templates → templates}/template.model.js +0 -0
- /package/{dist/templates → templates}/template.provider.d.ts +0 -0
- /package/{dist/templates → templates}/template.provider.js +0 -0
- /package/{dist/templates → templates}/template.renderer.d.ts +0 -0
- /package/{dist/templates → templates}/template.renderer.js +0 -0
- /package/{dist/templates → templates}/template.resolver.d.ts +0 -0
- /package/{dist/templates → templates}/template.resolver.js +0 -0
- /package/{dist/templates → templates}/template.service.d.ts +0 -0
- /package/{dist/templates → templates}/template.service.js +0 -0
- /package/{dist/templates → templates}/tokens.d.ts +0 -0
- /package/{dist/templates → templates}/tokens.js +0 -0
- /package/{dist/templates → templates}/types/index.d.ts +0 -0
- /package/{dist/templates → templates}/types/index.js +0 -0
- /package/{dist/templates → templates}/types/jsx.intrinsic-elements.d.ts +0 -0
- /package/{dist/templates → templates}/types/jsx.intrinsic-elements.js +0 -0
- /package/{dist/test → test}/drizzle/0000_natural_cannonball.sql +0 -0
- /package/{dist/test → test}/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/test → test}/drizzle/meta/_journal.json +0 -0
- /package/{dist/test → test}/drizzle.config.d.ts +0 -0
- /package/{dist/test → test}/drizzle.config.js +0 -0
- /package/{dist/test → test}/index.d.ts +0 -0
- /package/{dist/test → test}/index.js +0 -0
- /package/{dist/test → test}/module.d.ts +0 -0
- /package/{dist/test → test}/module.js +0 -0
- /package/{dist/test → test}/schemas.d.ts +0 -0
- /package/{dist/test → test}/schemas.js +0 -0
- /package/{dist/test → test}/test.model.d.ts +0 -0
- /package/{dist/test → test}/test.model.js +0 -0
- /package/{dist/test1.d.ts → test1.d.ts} +0 -0
- /package/{dist/test1.js → test1.js} +0 -0
- /package/{dist/test2.d.ts → test2.d.ts} +0 -0
- /package/{dist/test2.js → test2.js} +0 -0
- /package/{dist/test3.d.ts → test3.d.ts} +0 -0
- /package/{dist/test3.js → test3.js} +0 -0
- /package/{dist/test4.d.ts → test4.d.ts} +0 -0
- /package/{dist/test4.js → test4.js} +0 -0
- /package/{dist/test5.d.ts → test5.d.ts} +0 -0
- /package/{dist/test5.js → test5.js} +0 -0
- /package/{dist/test6.d.ts → test6.d.ts} +0 -0
- /package/{dist/test6.js → test6.js} +0 -0
- /package/{dist/text → text}/common-localization.d.ts +0 -0
- /package/{dist/text → text}/common-localization.js +0 -0
- /package/{dist/text → text}/dynamic-text.model.d.ts +0 -0
- /package/{dist/text → text}/dynamic-text.model.js +0 -0
- /package/{dist/text → text}/index.d.ts +0 -0
- /package/{dist/text → text}/index.js +0 -0
- /package/{dist/text → text}/localizable-text.model.d.ts +0 -0
- /package/{dist/text → text}/localizable-text.model.js +0 -0
- /package/{dist/text → text}/localization.service.d.ts +0 -0
- /package/{dist/text → text}/localization.service.js +0 -0
- /package/{dist/threading → threading}/index.d.ts +0 -0
- /package/{dist/threading → threading}/index.js +0 -0
- /package/{dist/threading → threading}/thread-pool.d.ts +0 -0
- /package/{dist/threading → threading}/thread-pool.js +0 -0
- /package/{dist/threading → threading}/thread-worker.d.ts +0 -0
- /package/{dist/threading → threading}/thread-worker.js +0 -0
- /package/{dist/tokens.d.ts → tokens.d.ts} +0 -0
- /package/{dist/tokens.js → tokens.js} +0 -0
- /package/{dist/types → types}/geo-json.d.ts +0 -0
- /package/{dist/types → types}/geo-json.js +0 -0
- /package/{dist/types → types}/index.d.ts +0 -0
- /package/{dist/types → types}/index.js +0 -0
- /package/{dist/types → types}/tagged.d.ts +0 -0
- /package/{dist/types → types}/tagged.js +0 -0
- /package/{dist/types → types}/types.d.ts +0 -0
- /package/{dist/types → types}/types.js +0 -0
- /package/{dist/types → types}/web-types.d.ts +0 -0
- /package/{dist/types → types}/web-types.js +0 -0
- /package/{dist/utils → utils}/alphabet.d.ts +0 -0
- /package/{dist/utils → utils}/alphabet.js +0 -0
- /package/{dist/utils → utils}/any-iterable-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/any-iterable-iterator.js +0 -0
- /package/{dist/utils → utils}/array/array-backtracker.d.ts +0 -0
- /package/{dist/utils → utils}/array/array-backtracker.js +0 -0
- /package/{dist/utils → utils}/array/array.d.ts +0 -0
- /package/{dist/utils → utils}/array/array.js +0 -0
- /package/{dist/utils → utils}/array/index.d.ts +0 -0
- /package/{dist/utils → utils}/array/index.js +0 -0
- /package/{dist/utils → utils}/async-hook/async-hook.d.ts +0 -0
- /package/{dist/utils → utils}/async-hook/async-hook.js +0 -0
- /package/{dist/utils → utils}/async-hook/index.d.ts +0 -0
- /package/{dist/utils → utils}/async-hook/index.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/all.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/all.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/any.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/any.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/assert.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/assert.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/batch.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/batch.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/buffer.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/buffer.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/concat.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/concat.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/deferred.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/deferred.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/difference.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/difference.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/distinct.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/distinct.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/drain.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/drain.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/filter.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/filter.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/for-each.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/for-each.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-single.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-single.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/includes.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/includes.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/index.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/index.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/interrupt.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/interrupt.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map-many.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map-many.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/materialize.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/materialize.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/metadata.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/metadata.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/multiplex.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/multiplex.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/pairwise.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/pairwise.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/reduce.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/reduce.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/retry.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/retry.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/skip.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/skip.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/sort.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/sort.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-until.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-until.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-while.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-while.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/tap.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/tap.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/throttle.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/throttle.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-array.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-array.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-set.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-set.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/types.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/types.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/while.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/while.js +0 -0
- /package/{dist/utils → utils}/async-iterator-iterable-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterator-iterable-iterator.js +0 -0
- /package/{dist/utils → utils}/backoff.d.ts +0 -0
- /package/{dist/utils → utils}/backoff.js +0 -0
- /package/{dist/utils → utils}/base64.d.ts +0 -0
- /package/{dist/utils → utils}/base64.js +0 -0
- /package/{dist/utils → utils}/benchmark.d.ts +0 -0
- /package/{dist/utils → utils}/benchmark.js +0 -0
- /package/{dist/utils → utils}/binary-search.d.ts +0 -0
- /package/{dist/utils → utils}/binary-search.js +0 -0
- /package/{dist/utils → utils}/binary.d.ts +0 -0
- /package/{dist/utils → utils}/binary.js +0 -0
- /package/{dist/utils → utils}/clone.d.ts +0 -0
- /package/{dist/utils → utils}/clone.js +0 -0
- /package/{dist/utils → utils}/comparison.d.ts +0 -0
- /package/{dist/utils → utils}/comparison.js +0 -0
- /package/{dist/utils → utils}/compression.d.ts +0 -0
- /package/{dist/utils → utils}/compression.js +0 -0
- /package/{dist/utils → utils}/config-parser.d.ts +0 -0
- /package/{dist/utils → utils}/config-parser.js +0 -0
- /package/{dist/utils → utils}/crc32.d.ts +0 -0
- /package/{dist/utils → utils}/crc32.js +0 -0
- /package/{dist/utils → utils}/cryptography.d.ts +0 -0
- /package/{dist/utils → utils}/cryptography.js +0 -0
- /package/{dist/utils → utils}/date-time.d.ts +0 -0
- /package/{dist/utils → utils}/date-time.js +0 -0
- /package/{dist/utils → utils}/encoding.d.ts +0 -0
- /package/{dist/utils → utils}/encoding.js +0 -0
- /package/{dist/utils → utils}/enum.d.ts +0 -0
- /package/{dist/utils → utils}/enum.js +0 -0
- /package/{dist/utils → utils}/equals.d.ts +0 -0
- /package/{dist/utils → utils}/equals.js +0 -0
- /package/{dist/utils → utils}/event-loop.d.ts +0 -0
- /package/{dist/utils → utils}/event-loop.js +0 -0
- /package/{dist/utils → utils}/factory-map.d.ts +0 -0
- /package/{dist/utils → utils}/factory-map.js +0 -0
- /package/{dist/utils → utils}/feedable-async-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/feedable-async-iterable.js +0 -0
- /package/{dist/utils → utils}/file-reader.d.ts +0 -0
- /package/{dist/utils → utils}/file-reader.js +0 -0
- /package/{dist/utils → utils}/format-error.d.ts +0 -0
- /package/{dist/utils → utils}/format-error.js +0 -0
- /package/{dist/utils → utils}/format.d.ts +0 -0
- /package/{dist/utils → utils}/format.js +0 -0
- /package/{dist/utils → utils}/function/class.d.ts +0 -0
- /package/{dist/utils → utils}/function/class.js +0 -0
- /package/{dist/utils → utils}/function/index.d.ts +0 -0
- /package/{dist/utils → utils}/function/index.js +0 -0
- /package/{dist/utils → utils}/function/memoize.d.ts +0 -0
- /package/{dist/utils → utils}/function/memoize.js +0 -0
- /package/{dist/utils → utils}/function/throttle.d.ts +0 -0
- /package/{dist/utils → utils}/function/throttle.js +0 -0
- /package/{dist/utils → utils}/helpers.d.ts +0 -0
- /package/{dist/utils → utils}/helpers.js +0 -0
- /package/{dist/utils → utils}/html-link-utils.d.ts +0 -0
- /package/{dist/utils → utils}/html-link-utils.js +0 -0
- /package/{dist/utils → utils}/image.d.ts +0 -0
- /package/{dist/utils → utils}/image.js +0 -0
- /package/{dist/utils → utils}/index.d.ts +0 -0
- /package/{dist/utils → utils}/index.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/all.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/all.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/any.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/any.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/assert.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/assert.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/batch.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/batch.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/concat.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/concat.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/default-if-empty.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/default-if-empty.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/deferred.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/deferred.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/difference.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/difference.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/distinct.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/distinct.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/drain.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/drain.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/filter.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/filter.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first-or-default.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/for-each.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/for-each.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-single.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-single.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-map.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-map.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/includes.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/includes.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/index.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/index.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/is-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/is-iterable.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last-or-default.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map-many.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map-many.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/materialize.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/materialize.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/metadata.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/metadata.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/pairwise.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/pairwise.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/range.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/range.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/reduce.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/reduce.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single-or-default.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/skip.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/skip.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/sort.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/sort.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-until.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-until.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-while.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-while.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/tap.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/tap.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/types.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/types.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/while.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/while.js +0 -0
- /package/{dist/utils → utils}/jwt.d.ts +0 -0
- /package/{dist/utils → utils}/jwt.js +0 -0
- /package/{dist/utils → utils}/map.d.ts +0 -0
- /package/{dist/utils → utils}/map.js +0 -0
- /package/{dist/utils → utils}/math.d.ts +0 -0
- /package/{dist/utils → utils}/math.js +0 -0
- /package/{dist/utils → utils}/merge.d.ts +0 -0
- /package/{dist/utils → utils}/merge.js +0 -0
- /package/{dist/utils → utils}/middleware.d.ts +0 -0
- /package/{dist/utils → utils}/middleware.js +0 -0
- /package/{dist/utils → utils}/moving-metric.d.ts +0 -0
- /package/{dist/utils → utils}/moving-metric.js +0 -0
- /package/{dist/utils → utils}/noop.d.ts +0 -0
- /package/{dist/utils → utils}/noop.js +0 -0
- /package/{dist/utils → utils}/object/decycle.d.ts +0 -0
- /package/{dist/utils → utils}/object/decycle.js +0 -0
- /package/{dist/utils → utils}/object/dereference.d.ts +0 -0
- /package/{dist/utils → utils}/object/dereference.js +0 -0
- /package/{dist/utils → utils}/object/forward-ref.d.ts +0 -0
- /package/{dist/utils → utils}/object/forward-ref.js +0 -0
- /package/{dist/utils → utils}/object/index.d.ts +0 -0
- /package/{dist/utils → utils}/object/index.js +0 -0
- /package/{dist/utils → utils}/object/lazy-property.d.ts +0 -0
- /package/{dist/utils → utils}/object/lazy-property.js +0 -0
- /package/{dist/utils → utils}/object/merge.d.ts +0 -0
- /package/{dist/utils → utils}/object/merge.js +0 -0
- /package/{dist/utils → utils}/object/object.d.ts +0 -0
- /package/{dist/utils → utils}/object/object.js +0 -0
- /package/{dist/utils → utils}/object/property-name.d.ts +0 -0
- /package/{dist/utils → utils}/object/property-name.js +0 -0
- /package/{dist/utils → utils}/ordered-feedable-async-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/ordered-feedable-async-iterable.js +0 -0
- /package/{dist/utils → utils}/patch-worker.d.ts +0 -0
- /package/{dist/utils → utils}/patch-worker.js +0 -0
- /package/{dist/utils → utils}/patterns.d.ts +0 -0
- /package/{dist/utils → utils}/patterns.js +0 -0
- /package/{dist/utils → utils}/periodic-reporter.d.ts +0 -0
- /package/{dist/utils → utils}/periodic-reporter.js +0 -0
- /package/{dist/utils → utils}/periodic-sampler.d.ts +0 -0
- /package/{dist/utils → utils}/periodic-sampler.js +0 -0
- /package/{dist/utils → utils}/provider-function-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/provider-function-iterable.js +0 -0
- /package/{dist/utils → utils}/proxy.d.ts +0 -0
- /package/{dist/utils → utils}/proxy.js +0 -0
- /package/{dist/utils → utils}/random.d.ts +0 -0
- /package/{dist/utils → utils}/random.js +0 -0
- /package/{dist/utils → utils}/reactive-value-to-signal.d.ts +0 -0
- /package/{dist/utils → utils}/reactive-value-to-signal.js +0 -0
- /package/{dist/utils → utils}/reflection.d.ts +0 -0
- /package/{dist/utils → utils}/reflection.js +0 -0
- /package/{dist/utils → utils}/repl.d.ts +0 -0
- /package/{dist/utils → utils}/repl.js +0 -0
- /package/{dist/utils → utils}/set.d.ts +0 -0
- /package/{dist/utils → utils}/set.js +0 -0
- /package/{dist/utils → utils}/singleton.d.ts +0 -0
- /package/{dist/utils → utils}/singleton.js +0 -0
- /package/{dist/utils → utils}/sort.d.ts +0 -0
- /package/{dist/utils → utils}/sort.js +0 -0
- /package/{dist/utils → utils}/stream/finalize-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/finalize-stream.js +0 -0
- /package/{dist/utils → utils}/stream/from-promise.d.ts +0 -0
- /package/{dist/utils → utils}/stream/from-promise.js +0 -0
- /package/{dist/utils → utils}/stream/index.d.ts +0 -0
- /package/{dist/utils → utils}/stream/index.js +0 -0
- /package/{dist/utils → utils}/stream/readable-stream-adapter.d.ts +0 -0
- /package/{dist/utils → utils}/stream/readable-stream-adapter.js +0 -0
- /package/{dist/utils → utils}/stream/size-limited-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/size-limited-stream.js +0 -0
- /package/{dist/utils → utils}/stream/slice.d.ts +0 -0
- /package/{dist/utils → utils}/stream/slice.js +0 -0
- /package/{dist/utils → utils}/stream/stream-helper-types.d.ts +0 -0
- /package/{dist/utils → utils}/stream/stream-helper-types.js +0 -0
- /package/{dist/utils → utils}/stream/stream-reader.d.ts +0 -0
- /package/{dist/utils → utils}/stream/stream-reader.js +0 -0
- /package/{dist/utils → utils}/stream/to-bytes-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/to-bytes-stream.js +0 -0
- /package/{dist/utils → utils}/stream/to-readable-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/to-readable-stream.js +0 -0
- /package/{dist/utils → utils}/string/casing.d.ts +0 -0
- /package/{dist/utils → utils}/string/casing.js +0 -0
- /package/{dist/utils → utils}/string/hypenate.d.ts +0 -0
- /package/{dist/utils → utils}/string/hypenate.js +0 -0
- /package/{dist/utils → utils}/string/index.d.ts +0 -0
- /package/{dist/utils → utils}/string/index.js +0 -0
- /package/{dist/utils → utils}/string/normalize.d.ts +0 -0
- /package/{dist/utils → utils}/string/normalize.js +0 -0
- /package/{dist/utils → utils}/string/title-case.d.ts +0 -0
- /package/{dist/utils → utils}/string/title-case.js +0 -0
- /package/{dist/utils → utils}/string/trim.d.ts +0 -0
- /package/{dist/utils → utils}/string/trim.js +0 -0
- /package/{dist/utils → utils}/throw.d.ts +0 -0
- /package/{dist/utils → utils}/throw.js +0 -0
- /package/{dist/utils → utils}/timer.d.ts +0 -0
- /package/{dist/utils → utils}/timer.js +0 -0
- /package/{dist/utils → utils}/timing.d.ts +0 -0
- /package/{dist/utils → utils}/timing.js +0 -0
- /package/{dist/utils → utils}/try-chain.d.ts +0 -0
- /package/{dist/utils → utils}/try-chain.js +0 -0
- /package/{dist/utils → utils}/try-ignore.d.ts +0 -0
- /package/{dist/utils → utils}/try-ignore.js +0 -0
- /package/{dist/utils → utils}/type/extends.d.ts +0 -0
- /package/{dist/utils → utils}/type/extends.js +0 -0
- /package/{dist/utils → utils}/type/index.d.ts +0 -0
- /package/{dist/utils → utils}/type/index.js +0 -0
- /package/{dist/utils → utils}/type-guards.d.ts +0 -0
- /package/{dist/utils → utils}/type-guards.js +0 -0
- /package/{dist/utils → utils}/type-of.d.ts +0 -0
- /package/{dist/utils → utils}/type-of.js +0 -0
- /package/{dist/utils → utils}/units.d.ts +0 -0
- /package/{dist/utils → utils}/units.js +0 -0
- /package/{dist/utils → utils}/url-builder.d.ts +0 -0
- /package/{dist/utils → utils}/url-builder.js +0 -0
- /package/{dist/utils → utils}/value-or-provider.d.ts +0 -0
- /package/{dist/utils → utils}/value-or-provider.js +0 -0
- /package/{dist/utils → utils}/z-base32.d.ts +0 -0
- /package/{dist/utils → utils}/z-base32.js +0 -0
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import { distinct as iterableDistinct } from '../iterable-helpers/distinct.js';
|
|
2
|
-
import type { IteratorFunction } from '../iterable-helpers/types.js';
|
|
3
|
-
import { randomInt } from '../math.js';
|
|
4
|
-
import { isArray, isDefined } from '../type-guards.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Returns value as is, if it is an array, otherwise puts the single value into an array.
|
|
8
|
-
*/
|
|
9
|
-
export function toArray<T>(value: T | T[]): T[];
|
|
10
|
-
export function toArray<T>(value: T | readonly T[]): readonly T[];
|
|
11
|
-
export function toArray<T>(value: T | T[] | readonly T[]): readonly T[] {
|
|
12
|
-
return isArray(value) ? value : [value] as T[];
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Return copy of value, if it is an array, otherwise puts the single value into an array.
|
|
17
|
-
*/
|
|
18
|
-
export function toArrayCopy<T>(value: T | T[] | readonly T[]): T[] {
|
|
19
|
-
return isArray(value) ? [...value] : [value] as T[];
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Returns element of value at index 0, if it is an array and has exactly one element, otherweise returns value as is.
|
|
24
|
-
*/
|
|
25
|
-
export function extractValueOfArrayIfSingleElement<T>(value: T | T[]): T | T[];
|
|
26
|
-
export function extractValueOfArrayIfSingleElement<T>(value: T | readonly T[]): T | readonly T[];
|
|
27
|
-
export function extractValueOfArrayIfSingleElement<T>(value: T | T[] | readonly T[]): T | readonly T[] {
|
|
28
|
-
if (isArray(value) && (value.length == 1)) {
|
|
29
|
-
return value[0]!;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
return value;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export function distinct<T>(values: Iterable<T>, selector?: IteratorFunction<T, any>): T[] {
|
|
36
|
-
return [...(isDefined(selector) ? iterableDistinct(values, selector) : new Set(values))];
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* creates a new array of specified length and fills it with values from the specified value provider function
|
|
41
|
-
* @param length length of the new array
|
|
42
|
-
* @param valueProvider provider function for the array values
|
|
43
|
-
* @returns created array
|
|
44
|
-
*/
|
|
45
|
-
export function createArray<T>(length: number, valueProvider: (index: number) => T): T[] {
|
|
46
|
-
const arr: T[] = [];
|
|
47
|
-
arr.length = length;
|
|
48
|
-
|
|
49
|
-
return arr.fill(undefined as T).map((_, index) => valueProvider(index));
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* shuffles items using "The modern version of the Fisher–Yates shuffle"
|
|
54
|
-
* @param items items to shuffle
|
|
55
|
-
* @returns shuffled items
|
|
56
|
-
*/
|
|
57
|
-
export function shuffle<T>(items: readonly T[]): T[] {
|
|
58
|
-
const cloned = [...items];
|
|
59
|
-
|
|
60
|
-
for (let i = 0; i < cloned.length; i++) {
|
|
61
|
-
const j = randomInt(i, cloned.length - 1);
|
|
62
|
-
[cloned[i], cloned[j]] = [cloned[j]!, cloned[i]!];
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
return cloned;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* picks a random item from specified array
|
|
70
|
-
* @param array array to pick random item from
|
|
71
|
-
* @param options options
|
|
72
|
-
* @returns random item
|
|
73
|
-
*/
|
|
74
|
-
export function randomItem<T>(array: readonly T[], { min, max }: { min?: number, max?: number } = {}): T {
|
|
75
|
-
const _min = isDefined(min) ? Math.max(min, 0) : 0;
|
|
76
|
-
const _max = isDefined(max) ? Math.min(max, array.length - 1) : array.length - 1;
|
|
77
|
-
const index = randomInt(_min, _max);
|
|
78
|
-
|
|
79
|
-
return array[index]!;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* picks random items from specified array
|
|
84
|
-
* @param array array to pick random items from
|
|
85
|
-
* @param count count of items to pick
|
|
86
|
-
* @param allowDuplicates allow picking an item multiple times - required when count is larger than array length
|
|
87
|
-
* @returns random items
|
|
88
|
-
*/
|
|
89
|
-
export function randomItems<T>(array: readonly T[], count: number, allowDuplicates: boolean = false): T[] {
|
|
90
|
-
if (allowDuplicates) {
|
|
91
|
-
return createArray(count, () => array[randomInt(0, array.length - 1)]!);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
if (count > array.length) {
|
|
95
|
-
throw new Error('count larger than length of array without allowing duplicates');
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
if (count >= (array.length / 2)) {
|
|
99
|
-
return shuffle(array).slice(0, count);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
const taken = new Set<number>();
|
|
103
|
-
|
|
104
|
-
return createArray<T>(count, () => {
|
|
105
|
-
while (true) {
|
|
106
|
-
const index = randomInt(0, array.length - 1);
|
|
107
|
-
|
|
108
|
-
if (!taken.has(index)) {
|
|
109
|
-
taken.add(index);
|
|
110
|
-
return array[index]!;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
});
|
|
114
|
-
}
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents the public interface for an asynchronous hook.
|
|
3
|
-
*
|
|
4
|
-
* @template T The type of the value that the hook is triggered with.
|
|
5
|
-
* @template C The type of the optional context object passed to the hook's trigger and handlers. Defaults to `never`.
|
|
6
|
-
* @template R The return type of an individual handler. Defaults to `unknown`.
|
|
7
|
-
*/
|
|
8
|
-
export type AsyncHook<T, C = never, R = unknown> = {
|
|
9
|
-
/**
|
|
10
|
-
* Registers a handler function to be called when the hook is triggered.
|
|
11
|
-
* @param handler The async handler function to register.
|
|
12
|
-
* @returns A registration object with an `unregister` method to remove the handler.
|
|
13
|
-
*/
|
|
14
|
-
register: (handler: AsyncHookHandler<T, C, R>) => AsyncHookHandlerRegistration,
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Triggers the hook, executing all registered handlers in sequence.
|
|
18
|
-
*
|
|
19
|
-
* The signature of this function is conditional:
|
|
20
|
-
* - If the context type `C` is `never` (the default), it accepts only the `value` argument.
|
|
21
|
-
* - If `C` is any other type, it requires both `value` and `context` arguments.
|
|
22
|
-
*
|
|
23
|
-
* @param value The value to pass to all handlers.
|
|
24
|
-
* @param context The context object to pass to all handlers (only required if `C` is not `never`).
|
|
25
|
-
* @returns A promise that resolves to an array of results from all handlers.
|
|
26
|
-
*/
|
|
27
|
-
trigger: [C] extends [never] ? ((value: T) => Promise<R[]>) : ((value: T, context: C) => Promise<R[]>),
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Defines the signature for a handler function that can be registered with an `AsyncHook`.
|
|
32
|
-
* The function can be synchronous (returning `R`) or asynchronous (returning `Promise<R>`).
|
|
33
|
-
*
|
|
34
|
-
* The signature is conditional based on the context type `C`:
|
|
35
|
-
* - If `C` is `never`, the handler receives only the `value` argument.
|
|
36
|
-
* - If `C` is any other type, the handler receives both `value` and `context`.
|
|
37
|
-
*
|
|
38
|
-
* @template T The type of the value passed to the handler.
|
|
39
|
-
* @template C The type of the optional context object.
|
|
40
|
-
* @template R The expected return type of the handler.
|
|
41
|
-
*/
|
|
42
|
-
export type AsyncHookHandler<T, C, R> = [C] extends [never] ? ((value: T) => R | Promise<R>) : ((value: T, context: C) => R | Promise<R>);
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Represents the object returned when a handler is registered,
|
|
46
|
-
* allowing for its subsequent unregistration.
|
|
47
|
-
*/
|
|
48
|
-
export type AsyncHookHandlerRegistration = {
|
|
49
|
-
/**
|
|
50
|
-
* Unregisters the handler, preventing it from being called in future triggers.
|
|
51
|
-
*/
|
|
52
|
-
unregister: () => void,
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* Creates a new asynchronous hook.
|
|
57
|
-
*
|
|
58
|
-
* An async hook is a system that allows you to register multiple "handler" functions
|
|
59
|
-
* that will be executed in sequence when a "trigger" event occurs. This is useful
|
|
60
|
-
* for creating extensible, plugin-like architectures. Handlers can be synchronous
|
|
61
|
-
* or asynchronous.
|
|
62
|
-
*
|
|
63
|
-
* @template T The type of the primary value that the hook is triggered with.
|
|
64
|
-
* @template C The type of the optional context object passed to the hook's trigger and handlers. Defaults to `never`.
|
|
65
|
-
* @template R The return type of an individual handler. The `trigger` method will resolve with an array of these values (`R[]`). Defaults to `unknown`.
|
|
66
|
-
* @returns {AsyncHook<T, C, R>} An object with `register` and `trigger` methods.
|
|
67
|
-
*
|
|
68
|
-
* @example
|
|
69
|
-
* ```ts
|
|
70
|
-
* // Simple hook without context
|
|
71
|
-
* async function runSimpleExample() {
|
|
72
|
-
* const onTaskStart = asyncHook<string>();
|
|
73
|
-
*
|
|
74
|
-
* onTaskStart.register(taskName => {
|
|
75
|
-
* console.log(`[Logger] Task started: ${taskName}`);
|
|
76
|
-
* });
|
|
77
|
-
*
|
|
78
|
-
* const registration = onTaskStart.register(async taskName => {
|
|
79
|
-
* await new Promise(resolve => setTimeout(resolve, 50));
|
|
80
|
-
* console.log(`[Notifier] Notifying that task started: ${taskName}`);
|
|
81
|
-
* });
|
|
82
|
-
*
|
|
83
|
-
* await onTaskStart.trigger('Process Data');
|
|
84
|
-
* // [Logger] Task started: Process Data
|
|
85
|
-
* // [Notifier] Notifying that task started: Process Data
|
|
86
|
-
*
|
|
87
|
-
* registration.unregister();
|
|
88
|
-
* console.log('Notifier unregistered.');
|
|
89
|
-
*
|
|
90
|
-
* await onTaskStart.trigger('Finalize Report');
|
|
91
|
-
* // [Logger] Task started: Finalize Report
|
|
92
|
-
* }
|
|
93
|
-
* ```
|
|
94
|
-
*
|
|
95
|
-
* @example
|
|
96
|
-
* ```ts
|
|
97
|
-
* // Hook with a context object
|
|
98
|
-
* async function runContextExample() {
|
|
99
|
-
* type TaskContext = { userId: number; transactionId: string };
|
|
100
|
-
*
|
|
101
|
-
* const onTaskComplete = asyncHook<string, TaskContext, boolean>();
|
|
102
|
-
*
|
|
103
|
-
* onTaskComplete.register((taskName, context) => {
|
|
104
|
-
* console.log(`[Audit] Task '${taskName}' completed by user ${context.userId}.`);
|
|
105
|
-
* return true; // Audit successful
|
|
106
|
-
* });
|
|
107
|
-
*
|
|
108
|
-
* onTaskComplete.register(async (taskName, context) => {
|
|
109
|
-
* console.log(`[DB] Logging completion of '${taskName}' for transaction ${context.transactionId}.`);
|
|
110
|
-
* return true; // DB update successful
|
|
111
|
-
* });
|
|
112
|
-
*
|
|
113
|
-
* const results = await onTaskComplete.trigger(
|
|
114
|
-
* 'SubmitOrder',
|
|
115
|
-
* { userId: 123, transactionId: 'abc-456' }
|
|
116
|
-
* );
|
|
117
|
-
*
|
|
118
|
-
* console.log('Handler results:', results); // [true, true]
|
|
119
|
-
* }
|
|
120
|
-
* ```
|
|
121
|
-
*/
|
|
122
|
-
export function asyncHook<T, C = never, R = unknown>(): AsyncHook<T, C, R> {
|
|
123
|
-
const handlers: AsyncHookHandler<T, C, R>[] = [];
|
|
124
|
-
|
|
125
|
-
return {
|
|
126
|
-
register: (handler: AsyncHookHandler<T, C, R>): AsyncHookHandlerRegistration => {
|
|
127
|
-
handlers.push(handler);
|
|
128
|
-
|
|
129
|
-
return {
|
|
130
|
-
unregister() {
|
|
131
|
-
const index = handlers.indexOf(handler);
|
|
132
|
-
if (index > -1) {
|
|
133
|
-
handlers.splice(index, 1);
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
};
|
|
137
|
-
},
|
|
138
|
-
// The implementation uses a single function body, but the public type signature
|
|
139
|
-
// is conditional, ensuring type safety for callers.
|
|
140
|
-
trigger: async (value: T, context?: C) => {
|
|
141
|
-
const returnValues: R[] = [];
|
|
142
|
-
|
|
143
|
-
// Create a snapshot of handlers in case one of them unregisters another during its execution.
|
|
144
|
-
for (const handler of [...handlers]) {
|
|
145
|
-
// The non-null assertion `context!` is safe due to the conditional public type of `trigger`.
|
|
146
|
-
const returnValue = await handler(value, context!);
|
|
147
|
-
returnValues.push(returnValue);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
return returnValues;
|
|
151
|
-
},
|
|
152
|
-
};
|
|
153
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './async-hook.js';
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
import { isAsyncIterable } from './is-async-iterable.js';
|
|
3
|
-
import type { AsyncPredicate } from './types.js';
|
|
4
|
-
|
|
5
|
-
export async function allAsync<T>(iterable: AnyIterable<T>, predicate: AsyncPredicate<T> = () => true): Promise<boolean> {
|
|
6
|
-
return isAsyncIterable(iterable)
|
|
7
|
-
? async(iterable, predicate)
|
|
8
|
-
: sync(iterable, predicate);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
async function sync<T>(iterable: Iterable<T>, predicate: AsyncPredicate<T>): Promise<boolean> {
|
|
12
|
-
let index = 0;
|
|
13
|
-
|
|
14
|
-
for (const item of iterable) {
|
|
15
|
-
let matches = predicate(item, index++);
|
|
16
|
-
|
|
17
|
-
if (matches instanceof Promise) {
|
|
18
|
-
matches = await matches;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (!matches) {
|
|
22
|
-
return false;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
async function async<T>(iterable: AsyncIterable<T>, predicate: AsyncPredicate<T>): Promise<boolean> {
|
|
30
|
-
let index = 0;
|
|
31
|
-
|
|
32
|
-
for await (const item of iterable) {
|
|
33
|
-
let matches = predicate(item, index++);
|
|
34
|
-
|
|
35
|
-
if (matches instanceof Promise) {
|
|
36
|
-
matches = await matches;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
if (!matches) {
|
|
40
|
-
return false;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
return true;
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
import { isAsyncIterable } from './is-async-iterable.js';
|
|
3
|
-
import type { AsyncPredicate } from './types.js';
|
|
4
|
-
|
|
5
|
-
export async function anyAsync<T>(iterable: AnyIterable<T>, predicate: AsyncPredicate<T> = () => true): Promise<boolean> {
|
|
6
|
-
return isAsyncIterable(iterable)
|
|
7
|
-
? async(iterable, predicate)
|
|
8
|
-
: sync(iterable, predicate);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
async function sync<T>(iterable: Iterable<T>, predicate: AsyncPredicate<T>): Promise<boolean> {
|
|
12
|
-
let index = 0;
|
|
13
|
-
|
|
14
|
-
for (const item of iterable) {
|
|
15
|
-
let matches = predicate(item, index++);
|
|
16
|
-
|
|
17
|
-
if (matches instanceof Promise) {
|
|
18
|
-
matches = await matches;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (matches) {
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
return false;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
async function async<T>(iterable: AsyncIterable<T>, predicate: AsyncPredicate<T>): Promise<boolean> {
|
|
30
|
-
let index = 0;
|
|
31
|
-
|
|
32
|
-
for await (const item of iterable) {
|
|
33
|
-
let matches = predicate(item, index++);
|
|
34
|
-
|
|
35
|
-
if (matches instanceof Promise) {
|
|
36
|
-
matches = await matches;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
if (matches) {
|
|
40
|
-
return true;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
return false;
|
|
45
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
import { assert as assertHelper } from '../type-guards.js';
|
|
3
|
-
import { isAsyncIterable } from './is-async-iterable.js';
|
|
4
|
-
import type { AsyncPredicate } from './types.js';
|
|
5
|
-
|
|
6
|
-
export function assertAsync<T, TPredicate extends T = T>(iterable: AnyIterable<T>, predicate: AsyncPredicate<T>): AsyncIterableIterator<TPredicate> {
|
|
7
|
-
return isAsyncIterable(iterable)
|
|
8
|
-
? async(iterable, predicate)
|
|
9
|
-
: sync(iterable, predicate);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
async function* sync<T, TPredicate extends T = T>(iterable: Iterable<T>, predicate: AsyncPredicate<T>): AsyncIterableIterator<TPredicate> {
|
|
13
|
-
let index = 0;
|
|
14
|
-
|
|
15
|
-
for (const item of iterable) {
|
|
16
|
-
let returnValue = predicate(item, index++);
|
|
17
|
-
|
|
18
|
-
if (returnValue instanceof Promise) {
|
|
19
|
-
returnValue = await returnValue;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
assertHelper(returnValue);
|
|
23
|
-
yield item as TPredicate;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
async function* async<T, TPredicate extends T = T>(iterable: AsyncIterable<T>, predicate: AsyncPredicate<T>): AsyncIterableIterator<TPredicate> {
|
|
28
|
-
let index = 0;
|
|
29
|
-
|
|
30
|
-
for await (const item of iterable) {
|
|
31
|
-
let returnValue = predicate(item, index++);
|
|
32
|
-
|
|
33
|
-
if (returnValue instanceof Promise) {
|
|
34
|
-
returnValue = await returnValue;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
assertHelper(returnValue);
|
|
38
|
-
yield item as Awaited<TPredicate>;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
import { isAsyncIterable } from './is-async-iterable.js';
|
|
3
|
-
|
|
4
|
-
export function batchAsync<T>(iterable: AnyIterable<T>, size: number): AsyncIterableIterator<T[]> {
|
|
5
|
-
return isAsyncIterable(iterable)
|
|
6
|
-
? async(iterable, size)
|
|
7
|
-
: sync(iterable, size);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
// eslint-disable-next-line @typescript-eslint/require-await
|
|
11
|
-
async function* sync<T>(iterable: Iterable<T>, size: number): AsyncIterableIterator<T[]> {
|
|
12
|
-
let buffer: T[] = [];
|
|
13
|
-
|
|
14
|
-
for (const item of iterable) {
|
|
15
|
-
buffer.push(item);
|
|
16
|
-
|
|
17
|
-
if (buffer.length >= size) {
|
|
18
|
-
yield buffer;
|
|
19
|
-
buffer = [];
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
if (buffer.length > 0) {
|
|
24
|
-
yield buffer;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
async function* async<T>(iterable: AsyncIterable<T>, size: number): AsyncIterableIterator<T[]> {
|
|
29
|
-
let buffer: T[] = [];
|
|
30
|
-
|
|
31
|
-
for await (const item of iterable) {
|
|
32
|
-
buffer.push(item);
|
|
33
|
-
|
|
34
|
-
if (buffer.length >= size) {
|
|
35
|
-
yield buffer;
|
|
36
|
-
buffer = [];
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
if (buffer.length > 0) {
|
|
41
|
-
yield buffer;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { CancellationToken } from '#/cancellation/token.js';
|
|
2
|
-
import { CircularBuffer } from '#/data-structures/circular-buffer.js';
|
|
3
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
4
|
-
import { hasOwnProperty } from '../object/object.js';
|
|
5
|
-
import { takeUntilAsync } from './take-until.js';
|
|
6
|
-
|
|
7
|
-
type BufferItem<T> =
|
|
8
|
-
| { end: false, value: T }
|
|
9
|
-
| { end: true, error?: Error };
|
|
10
|
-
|
|
11
|
-
// eslint-disable-next-line max-lines-per-function, max-statements
|
|
12
|
-
export async function* bufferAsync<T>(iterable: AnyIterable<T>, size: number): AsyncIterableIterator<T> {
|
|
13
|
-
const buffer = new CircularBuffer<BufferItem<T>>(Math.max(1, size));
|
|
14
|
-
|
|
15
|
-
const consumerEndedToken = new CancellationToken();
|
|
16
|
-
let consumerHasError = false;
|
|
17
|
-
let consumerError: any;
|
|
18
|
-
|
|
19
|
-
void (async () => {
|
|
20
|
-
try {
|
|
21
|
-
for await (const item of takeUntilAsync(iterable, consumerEndedToken)) {
|
|
22
|
-
buffer.add({ end: false, value: item });
|
|
23
|
-
|
|
24
|
-
if (buffer.isFull) {
|
|
25
|
-
await buffer.$onFreeSlots;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
|
29
|
-
if (consumerHasError) {
|
|
30
|
-
throw consumerError;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
|
34
|
-
if (consumerEndedToken.isSet) {
|
|
35
|
-
return;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
buffer.add({ end: true });
|
|
40
|
-
}
|
|
41
|
-
catch (error: unknown) {
|
|
42
|
-
buffer.add({ end: true, error: error as Error });
|
|
43
|
-
}
|
|
44
|
-
})();
|
|
45
|
-
|
|
46
|
-
try {
|
|
47
|
-
for await (const item of buffer.consumeAsync()) {
|
|
48
|
-
if (item.end) {
|
|
49
|
-
if (hasOwnProperty(item, 'error')) {
|
|
50
|
-
throw item.error!;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
break;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
yield item.value;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
catch (error: unknown) {
|
|
60
|
-
consumerHasError = true;
|
|
61
|
-
consumerError = error as Error;
|
|
62
|
-
throw error;
|
|
63
|
-
}
|
|
64
|
-
finally {
|
|
65
|
-
consumerEndedToken.set();
|
|
66
|
-
buffer.clear();
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
|
|
3
|
-
// eslint-disable-next-line @typescript-eslint/require-await
|
|
4
|
-
export async function* concatAsync<T>(...iterables: AnyIterable<T>[]): AsyncIterableIterator<T> {
|
|
5
|
-
for (const iterable of iterables) {
|
|
6
|
-
yield* iterable;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
|
|
3
|
-
export async function* defaultIfEmptyAsync<T, TDefault>(iterable: AnyIterable<T>, defaultValue: TDefault): AsyncIterableIterator<T | TDefault> {
|
|
4
|
-
let empty = true;
|
|
5
|
-
|
|
6
|
-
for await (const item of iterable) {
|
|
7
|
-
empty = false;
|
|
8
|
-
yield item;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
if (empty) {
|
|
12
|
-
yield defaultValue;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
import { concatAsync } from './concat.js';
|
|
3
|
-
import { mapAsync } from './map.js';
|
|
4
|
-
import { toArrayAsync } from './to-array.js';
|
|
5
|
-
import type { AsyncIteratorFunction } from './types.js';
|
|
6
|
-
|
|
7
|
-
export async function* differenceAsync<T>(baseIterable: AnyIterable<T>, iterable: AnyIterable<T>, selector: AsyncIteratorFunction<T, any> = (item) => item): AsyncIterableIterator<T> {
|
|
8
|
-
const diffItems = mapAsync(iterable, selector);
|
|
9
|
-
const diffItemsArray = await toArrayAsync(diffItems);
|
|
10
|
-
const diffItemsSet = new Set(diffItemsArray);
|
|
11
|
-
|
|
12
|
-
let index = 0;
|
|
13
|
-
for await (const item of baseIterable) {
|
|
14
|
-
const selected = await selector(item, index++);
|
|
15
|
-
|
|
16
|
-
if (!diffItemsSet.has(selected)) {
|
|
17
|
-
yield item;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export async function* differenceManyAsync<T>(baseIterable: AnyIterable<T>, iterables: AnyIterable<T>[], selector: AsyncIteratorFunction<T, any> = (item) => item): AsyncIterableIterator<T> {
|
|
23
|
-
const items = concatAsync(...iterables);
|
|
24
|
-
const diffItems = mapAsync(items, selector);
|
|
25
|
-
const diffItemsArray = await toArrayAsync(diffItems);
|
|
26
|
-
const diffItemsSet = new Set(diffItemsArray);
|
|
27
|
-
|
|
28
|
-
let index = 0;
|
|
29
|
-
for await (const item of baseIterable) {
|
|
30
|
-
const selected = selector(item, index++);
|
|
31
|
-
|
|
32
|
-
if (!diffItemsSet.has(selected)) {
|
|
33
|
-
yield item;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
import { isAsyncIterable } from './is-async-iterable.js';
|
|
3
|
-
import type { AsyncIteratorFunction } from './types.js';
|
|
4
|
-
|
|
5
|
-
export function distinctAsync<TIn>(iterable: AnyIterable<TIn>, selector: AsyncIteratorFunction<TIn, any> = (item) => item): AsyncIterableIterator<TIn> {
|
|
6
|
-
return isAsyncIterable(iterable)
|
|
7
|
-
? async(iterable, selector)
|
|
8
|
-
: sync(iterable, selector);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
async function* sync<TIn>(iterable: Iterable<TIn>, selector: AsyncIteratorFunction<TIn, any>): AsyncIterableIterator<TIn> {
|
|
12
|
-
const items = new Set();
|
|
13
|
-
let index = 0;
|
|
14
|
-
|
|
15
|
-
for (const item of iterable) {
|
|
16
|
-
const returnValue = selector(item, index++);
|
|
17
|
-
const selection = (returnValue instanceof Promise) ? await returnValue : returnValue;
|
|
18
|
-
|
|
19
|
-
if (!items.has(selection)) {
|
|
20
|
-
items.add(selection);
|
|
21
|
-
yield item;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
async function* async<TIn>(iterable: AsyncIterable<TIn>, selector: AsyncIteratorFunction<TIn, any>): AsyncIterableIterator<TIn> {
|
|
27
|
-
const items = new Set();
|
|
28
|
-
let index = 0;
|
|
29
|
-
|
|
30
|
-
for await (const item of iterable) {
|
|
31
|
-
const returnValue = selector(item, index++);
|
|
32
|
-
const selection = (returnValue instanceof Promise) ? await returnValue : returnValue;
|
|
33
|
-
|
|
34
|
-
if (!items.has(selection)) {
|
|
35
|
-
items.add(selection);
|
|
36
|
-
yield item;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import type { AnyIterable } from '../any-iterable-iterator.js';
|
|
2
|
-
import { isAsyncIterable } from './is-async-iterable.js';
|
|
3
|
-
import type { AsyncPredicate } from './types.js';
|
|
4
|
-
|
|
5
|
-
export function filterAsync<T, TNew extends T = T>(iterable: AnyIterable<T>, predicate: AsyncPredicate<T>): AsyncIterableIterator<TNew> {
|
|
6
|
-
return isAsyncIterable(iterable)
|
|
7
|
-
? async<T, TNew>(iterable, predicate)
|
|
8
|
-
: sync<T, TNew>(iterable, predicate);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
async function* sync<T, TNew extends T = T>(iterable: Iterable<T>, predicate: AsyncPredicate<T>): AsyncIterableIterator<TNew> {
|
|
12
|
-
let index = 0;
|
|
13
|
-
|
|
14
|
-
for (const item of iterable) {
|
|
15
|
-
let matches = predicate(item, index++);
|
|
16
|
-
|
|
17
|
-
if (matches instanceof Promise) {
|
|
18
|
-
matches = await matches;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (matches) {
|
|
22
|
-
yield item as TNew;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
async function* async<T, TNew extends T = T>(iterable: AsyncIterable<T>, predicate: AsyncPredicate<T>): AsyncIterableIterator<TNew> {
|
|
28
|
-
let index = 0;
|
|
29
|
-
|
|
30
|
-
for await (const item of iterable) {
|
|
31
|
-
let matches = predicate(item, index++);
|
|
32
|
-
|
|
33
|
-
if (matches instanceof Promise) {
|
|
34
|
-
matches = await matches;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
if (matches) {
|
|
38
|
-
yield item as Awaited<TNew>;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|