@tstdl/base 0.93.36 → 0.93.38
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}/audit.model.d.ts +1 -1
- package/{dist/audit → audit}/audit.model.js +1 -1
- package/{dist/audit → audit}/auditor.d.ts +4 -4
- package/{dist/audit → audit}/auditor.js +4 -4
- 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}/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,109 +0,0 @@
|
|
|
1
|
-
import { Subject, debounceTime, defaultIfEmpty, firstValueFrom, merge, takeUntil, type Observable } from 'rxjs';
|
|
2
|
-
|
|
3
|
-
import { CancellationToken } from '#/cancellation/token.js';
|
|
4
|
-
import type { Record, StringMap } from '#/types/index.js';
|
|
5
|
-
import { timeout } from './timing.js';
|
|
6
|
-
import { isDefined, isObject, isUndefined } from './type-guards.js';
|
|
7
|
-
|
|
8
|
-
const defaultDebounceTime = 5000;
|
|
9
|
-
const defaultRetryDelay = 10000;
|
|
10
|
-
|
|
11
|
-
export type PatchWorkerOptions<T extends StringMap> = {
|
|
12
|
-
debounceTime?: number,
|
|
13
|
-
retryDelay?: number,
|
|
14
|
-
handleOn?: Observable<any>,
|
|
15
|
-
completeOn?: Observable<any>,
|
|
16
|
-
handler(patch: Partial<T>): void | Promise<void>,
|
|
17
|
-
errorHandler?(error: Error): void | Promise<void>
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export class PatchWorker<T extends Record> {
|
|
21
|
-
private readonly patchAddedSubject: Subject<void>;
|
|
22
|
-
private readonly handleSubject: Subject<void>;
|
|
23
|
-
private readonly completeToken: CancellationToken;
|
|
24
|
-
private readonly options: PatchWorkerOptions<T>;
|
|
25
|
-
|
|
26
|
-
private patch: Partial<T> | undefined;
|
|
27
|
-
|
|
28
|
-
constructor(options: PatchWorkerOptions<T>) {
|
|
29
|
-
this.options = options;
|
|
30
|
-
|
|
31
|
-
this.patchAddedSubject = new Subject();
|
|
32
|
-
this.handleSubject = new Subject();
|
|
33
|
-
this.completeToken = new CancellationToken();
|
|
34
|
-
this.patch = undefined;
|
|
35
|
-
|
|
36
|
-
if (isDefined(options.handleOn)) {
|
|
37
|
-
this.handleOn(options.handleOn);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
if (isDefined(options.completeOn)) {
|
|
41
|
-
this.completeOn(options.completeOn);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
void this.handleLoop();
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
handleOn(observable: Observable<any>): void {
|
|
48
|
-
observable.pipe(takeUntil(this.completeToken)).subscribe(() => this.handle());
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
completeOn(observable: Observable<any>): void {
|
|
52
|
-
observable.pipe(takeUntil(this.completeToken)).subscribe(() => this.complete());
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
add(patch: Partial<T>): void;
|
|
56
|
-
add<P extends keyof T>(key: P, value: T[P]): void;
|
|
57
|
-
add<P extends keyof T>(patchOrKey: Partial<T> | P, value?: T[P]): void {
|
|
58
|
-
if (this.completeToken.isSet) {
|
|
59
|
-
throw new Error('instance is completed');
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
if (isObject(patchOrKey)) {
|
|
63
|
-
this.patch = { ...this.patch, ...patchOrKey };
|
|
64
|
-
}
|
|
65
|
-
else {
|
|
66
|
-
this.patch = { ...this.patch, [patchOrKey]: value } as Partial<T>;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
this.patchAddedSubject.next();
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
handle(): void {
|
|
73
|
-
this.handleSubject.next();
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
complete(): void {
|
|
77
|
-
this.patchAddedSubject.complete();
|
|
78
|
-
this.handleSubject.next();
|
|
79
|
-
this.handleSubject.complete();
|
|
80
|
-
this.completeToken.set();
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
private async handleLoop(): Promise<void> {
|
|
84
|
-
const debounce$ = this.patchAddedSubject.pipe(debounceTime(this.options.debounceTime ?? defaultDebounceTime));
|
|
85
|
-
const handle$ = merge(debounce$, this.handleSubject).pipe(takeUntil(this.completeToken), defaultIfEmpty(undefined));
|
|
86
|
-
|
|
87
|
-
let patch: Partial<T> | undefined;
|
|
88
|
-
|
|
89
|
-
while (this.completeToken.isUnset || isDefined(patch) || isDefined(this.patch)) {
|
|
90
|
-
await firstValueFrom(handle$);
|
|
91
|
-
|
|
92
|
-
if (isUndefined(patch) && isUndefined(this.patch)) {
|
|
93
|
-
continue;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
patch = { ...patch, ...this.patch } as Partial<T>;
|
|
97
|
-
this.patch = undefined;
|
|
98
|
-
|
|
99
|
-
try {
|
|
100
|
-
await this.options.handler(patch);
|
|
101
|
-
patch = undefined;
|
|
102
|
-
}
|
|
103
|
-
catch (error: unknown) {
|
|
104
|
-
await this.options.errorHandler?.(error as Error);
|
|
105
|
-
await timeout(this.options.retryDelay ?? defaultRetryDelay);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
package/source/utils/patterns.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/** Pattern matching valid JavaScript number literals including binary, octal and hexadecimal format but *not* Infinity and NaN */
|
|
2
|
-
export const numberPattern = /^[+-]?(?:\d*\.?\d+|\d+\.?\d*|0[bB][01]+|0[xX][\da-fA-F]+|0[oO][0-7]+)$/u;
|
|
3
|
-
|
|
4
|
-
/** Pattern matching valid email addresses */
|
|
5
|
-
// eslint-disable-next-line no-control-regex, prefer-named-capture-group
|
|
6
|
-
export const mailPattern = /^(?:[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?|\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/u;
|
|
7
|
-
|
|
8
|
-
export function isEmail(value: string): boolean {
|
|
9
|
-
return mailPattern.test(value);
|
|
10
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { Subject, type Observable } from 'rxjs';
|
|
2
|
-
|
|
3
|
-
import { CancellationToken } from '#/cancellation/token.js';
|
|
4
|
-
import { DeferredPromise } from '#/promise/deferred-promise.js';
|
|
5
|
-
import { cancelableTimeout } from './timing.js';
|
|
6
|
-
|
|
7
|
-
export class PeriodicReporter {
|
|
8
|
-
private readonly reportSubject: Subject<number>;
|
|
9
|
-
private readonly interval: number;
|
|
10
|
-
private readonly ignoreZero: boolean;
|
|
11
|
-
private readonly resetAfterReport: boolean;
|
|
12
|
-
private readonly stopToken: CancellationToken;
|
|
13
|
-
private readonly stopped: DeferredPromise;
|
|
14
|
-
|
|
15
|
-
private running: boolean;
|
|
16
|
-
private counter: number;
|
|
17
|
-
private stopRequested: boolean;
|
|
18
|
-
|
|
19
|
-
get report(): Observable<number> {
|
|
20
|
-
return this.reportSubject.asObservable();
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
constructor(interval: number, ignoreZero: boolean, resetAfterReport: boolean) {
|
|
24
|
-
this.interval = interval;
|
|
25
|
-
this.ignoreZero = ignoreZero;
|
|
26
|
-
this.resetAfterReport = resetAfterReport;
|
|
27
|
-
this.running = false;
|
|
28
|
-
|
|
29
|
-
this.stopToken = new CancellationToken();
|
|
30
|
-
this.stopped = new DeferredPromise();
|
|
31
|
-
this.reportSubject = new Subject();
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
increase(count: number): void {
|
|
35
|
-
this.counter += count;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
run(): void {
|
|
39
|
-
if (this.running) {
|
|
40
|
-
throw new Error('already started');
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
this.running = true;
|
|
44
|
-
|
|
45
|
-
void (async () => {
|
|
46
|
-
this.counter = 0;
|
|
47
|
-
this.stopRequested = false;
|
|
48
|
-
this.stopToken.unset();
|
|
49
|
-
this.stopped.reset();
|
|
50
|
-
|
|
51
|
-
while (!this.stopRequested) { // eslint-disable-line @typescript-eslint/no-unnecessary-condition
|
|
52
|
-
await cancelableTimeout(this.interval, this.stopToken);
|
|
53
|
-
|
|
54
|
-
if (!this.stopRequested && (!this.ignoreZero || (this.counter > 0))) { // eslint-disable-line @typescript-eslint/no-unnecessary-condition
|
|
55
|
-
this.emitReport(this.resetAfterReport);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
this.running = false;
|
|
60
|
-
this.stopped.resolve();
|
|
61
|
-
})();
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
async stop(): Promise<void> {
|
|
65
|
-
if (!this.running) {
|
|
66
|
-
return;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
this.stopRequested = true;
|
|
70
|
-
this.stopToken.set();
|
|
71
|
-
await this.stopped;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
private emitReport(resetAfterReport: boolean): void {
|
|
75
|
-
this.reportSubject.next(this.counter);
|
|
76
|
-
|
|
77
|
-
if (resetAfterReport) {
|
|
78
|
-
this.counter = 0;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { Subject, bufferCount, filter, map, type Observable } from 'rxjs';
|
|
2
|
-
import { compareByValue } from './comparison.js';
|
|
3
|
-
import { average } from './math.js';
|
|
4
|
-
import { timeout } from './timing.js';
|
|
5
|
-
|
|
6
|
-
export enum AggregationMode {
|
|
7
|
-
Minimum = 0,
|
|
8
|
-
Maximum = 1,
|
|
9
|
-
Mean = 2,
|
|
10
|
-
Median = 3,
|
|
11
|
-
FirstQuartile = 4,
|
|
12
|
-
ThirdQuartile = 5
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export type SampleFunction = () => number | Promise<number>;
|
|
16
|
-
|
|
17
|
-
export class PeriodicSampler {
|
|
18
|
-
private readonly sampleFunction: SampleFunction;
|
|
19
|
-
private readonly subject: Subject<number>;
|
|
20
|
-
|
|
21
|
-
private run: boolean;
|
|
22
|
-
private stopped: Promise<void>;
|
|
23
|
-
|
|
24
|
-
sampleInterval: number;
|
|
25
|
-
|
|
26
|
-
constructor(sampleFunction: SampleFunction, sampleInterval: number = 100) {
|
|
27
|
-
this.sampleFunction = sampleFunction;
|
|
28
|
-
this.sampleInterval = sampleInterval;
|
|
29
|
-
|
|
30
|
-
this.run = false;
|
|
31
|
-
this.subject = new Subject();
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
start(): void {
|
|
35
|
-
if (this.run) {
|
|
36
|
-
throw new Error('already started');
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
this.run = true;
|
|
40
|
-
this.stopped = this.runSampleLoop();
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
async stop(): Promise<void> {
|
|
44
|
-
this.run = false;
|
|
45
|
-
await this.stopped;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
watch(threshold: number = 0, samples: number = 1, aggregation: AggregationMode = AggregationMode.Maximum): Observable<number> {
|
|
49
|
-
const observable = this.subject.pipe(
|
|
50
|
-
bufferCount(samples),
|
|
51
|
-
map((measures) => aggregate(aggregation, measures)),
|
|
52
|
-
filter((ms) => ms >= threshold)
|
|
53
|
-
);
|
|
54
|
-
|
|
55
|
-
return observable;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
private async runSampleLoop(): Promise<void> {
|
|
59
|
-
while (this.run) {
|
|
60
|
-
const delay = await this.sampleFunction();
|
|
61
|
-
this.subject.next(delay);
|
|
62
|
-
|
|
63
|
-
await timeout(this.sampleInterval);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
function aggregate(aggregation: AggregationMode, values: number[]): number {
|
|
69
|
-
switch (aggregation) {
|
|
70
|
-
case AggregationMode.Minimum:
|
|
71
|
-
return Math.min(...values);
|
|
72
|
-
|
|
73
|
-
case AggregationMode.Maximum:
|
|
74
|
-
return Math.max(...values);
|
|
75
|
-
|
|
76
|
-
case AggregationMode.Mean:
|
|
77
|
-
return average(values);
|
|
78
|
-
|
|
79
|
-
case AggregationMode.Median: {
|
|
80
|
-
values.sort(compareByValue);
|
|
81
|
-
const median = Math.floor(values.length / 2);
|
|
82
|
-
return values[median]!;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
case AggregationMode.FirstQuartile: {
|
|
86
|
-
values.sort(compareByValue);
|
|
87
|
-
const firstQuartile = Math.floor(values.length / 4 * 1);
|
|
88
|
-
return values[firstQuartile]!;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
case AggregationMode.ThirdQuartile: {
|
|
92
|
-
values.sort(compareByValue);
|
|
93
|
-
const thirdQuartile = Math.floor(values.length / 4 * 3);
|
|
94
|
-
return values[thirdQuartile]!;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
default:
|
|
98
|
-
throw new Error(`aggregation mode ${aggregation as number} not implemented`);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { timeout } from './timing.js';
|
|
2
|
-
|
|
3
|
-
export type ProviderFunction<T> = () => ProviderFunctionResult<T> | Promise<ProviderFunctionResult<T>>;
|
|
4
|
-
|
|
5
|
-
export type ProviderFunctionResult<T> = { hasItem: boolean, item: T } | { hasItem: false, item?: null };
|
|
6
|
-
|
|
7
|
-
export class ProviderFunctionIterable<T> implements AsyncIterable<T> {
|
|
8
|
-
private readonly providerFunction: ProviderFunction<T>;
|
|
9
|
-
private readonly delay: number;
|
|
10
|
-
|
|
11
|
-
private stopped: boolean;
|
|
12
|
-
|
|
13
|
-
constructor(providerFunction: ProviderFunction<T>, delay: number) {
|
|
14
|
-
this.providerFunction = providerFunction;
|
|
15
|
-
this.delay = delay;
|
|
16
|
-
|
|
17
|
-
this.stopped = false;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
stop(): void {
|
|
21
|
-
this.stopped = true;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
async *[Symbol.asyncIterator](): AsyncIterableIterator<T> {
|
|
25
|
-
while (!this.stopped) {
|
|
26
|
-
let result = this.providerFunction();
|
|
27
|
-
|
|
28
|
-
if (result instanceof Promise) {
|
|
29
|
-
result = await result;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
if (result.hasItem) {
|
|
33
|
-
yield result.item;
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
await timeout(this.delay);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
package/source/utils/proxy.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { objectKeys } from './object/object.js';
|
|
2
|
-
|
|
3
|
-
export const reflectMethodsMap: Record<keyof ProxyHandler<object>, true> = {
|
|
4
|
-
apply: true,
|
|
5
|
-
construct: true,
|
|
6
|
-
defineProperty: true,
|
|
7
|
-
deleteProperty: true,
|
|
8
|
-
get: true,
|
|
9
|
-
getOwnPropertyDescriptor: true,
|
|
10
|
-
getPrototypeOf: true,
|
|
11
|
-
has: true,
|
|
12
|
-
isExtensible: true,
|
|
13
|
-
ownKeys: true,
|
|
14
|
-
preventExtensions: true,
|
|
15
|
-
set: true,
|
|
16
|
-
setPrototypeOf: true,
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export type ReflectMethodsReturnTypeMap = { [P in keyof ProxyHandler<object>]-?: ReturnType<Required<ProxyHandler<object>>[P]> };
|
|
20
|
-
|
|
21
|
-
export const reflectMethods = objectKeys(reflectMethodsMap);
|
|
22
|
-
|
|
23
|
-
export const propertyReflectMethods = new Set<keyof ProxyHandler<object>>(['defineProperty', 'deleteProperty', 'get', 'getOwnPropertyDescriptor', 'has', 'set']);
|
package/source/utils/random.ts
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { Alphabet } from './alphabet.js';
|
|
2
|
-
|
|
3
|
-
const bufferSize = 20480;
|
|
4
|
-
const bufferBypassThreshold = (bufferSize / 2) + 1;
|
|
5
|
-
|
|
6
|
-
let randomBytesBuffer = new Uint8Array();
|
|
7
|
-
let randomBytesBufferIndex = 0;
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Generate cryptographically secure random bytes
|
|
11
|
-
*
|
|
12
|
-
* if allowUnsafe is true a view on the underlying pool is returned. This can be dangerous as the underlying
|
|
13
|
-
* pool can be read and modified by other callers of {@link getRandomBytes} but improves performance as
|
|
14
|
-
* less memory allocations and system calls are required
|
|
15
|
-
* @param count number of bytes to get
|
|
16
|
-
* @param allowUnsafe whether to allow sharing the underlying pool
|
|
17
|
-
*/
|
|
18
|
-
export function getRandomBytes(count: number, allowUnsafe: boolean = false): Uint8Array<ArrayBuffer> {
|
|
19
|
-
if (!allowUnsafe || (count >= bufferBypassThreshold)) {
|
|
20
|
-
return globalThis.crypto.getRandomValues(new Uint8Array(count));
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
if (count > (randomBytesBuffer.byteLength - randomBytesBufferIndex)) {
|
|
24
|
-
randomBytesBuffer = globalThis.crypto.getRandomValues(new Uint8Array(bufferSize));
|
|
25
|
-
randomBytesBufferIndex = 0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
const end = randomBytesBufferIndex + count;
|
|
29
|
-
const bytes = randomBytesBuffer.subarray(randomBytesBufferIndex, end);
|
|
30
|
-
randomBytesBufferIndex = end;
|
|
31
|
-
|
|
32
|
-
return bytes;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Generate a cryptographically secure random string (in terms of source of randomness).
|
|
37
|
-
* @param length length of string
|
|
38
|
-
* @param alphabet alphabet to choose characters from. Defaults to {@link Alphabet.LowerUpperCaseNumbers}
|
|
39
|
-
*/
|
|
40
|
-
export function getRandomString(length: number, alphabet: string = Alphabet.LowerUpperCaseNumbers): string {
|
|
41
|
-
let result = '';
|
|
42
|
-
|
|
43
|
-
if (length < 1) {
|
|
44
|
-
return result;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
const bytes = getRandomBytes(length * Uint16Array.BYTES_PER_ELEMENT, true);
|
|
48
|
-
const values = new Uint16Array(bytes.buffer, bytes.byteOffset, length);
|
|
49
|
-
const factor = alphabet.length / (2 ** (Uint16Array.BYTES_PER_ELEMENT * 8));
|
|
50
|
-
|
|
51
|
-
for (let i = 0; i < length; i++) {
|
|
52
|
-
const index = Math.floor(values[i]! * factor);
|
|
53
|
-
result += alphabet[index]!;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
return result;
|
|
57
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { isObservable } from 'rxjs';
|
|
2
|
-
|
|
3
|
-
import { computed, isSignal, toSignal, type Signal, type ToSignalOptions } from '#/signals/api.js';
|
|
4
|
-
import type { ReactiveValue } from '#/types/index.js';
|
|
5
|
-
|
|
6
|
-
export type ReactiveValueToSignalOptions<T> = ToSignalOptions<T>;
|
|
7
|
-
|
|
8
|
-
export function reactiveValueToSignal<T>(source: ReactiveValue<T>): Signal<T | undefined>;
|
|
9
|
-
export function reactiveValueToSignal<T>(source: ReactiveValue<T>, options: ReactiveValueToSignalOptions<T | undefined> & { initialValue?: undefined, requireSync?: false }): Signal<T | undefined>; // eslint-disable-line @typescript-eslint/unified-signatures
|
|
10
|
-
export function reactiveValueToSignal<T>(source: ReactiveValue<T>, options: ReactiveValueToSignalOptions<T | null> & { initialValue?: null, requireSync?: false }): Signal<T | null>;
|
|
11
|
-
export function reactiveValueToSignal<T>(source: ReactiveValue<T>, options: ReactiveValueToSignalOptions<T> & { initialValue?: undefined, requireSync: true }): Signal<T>;
|
|
12
|
-
export function reactiveValueToSignal<T, const I>(source: ReactiveValue<T>, options: ReactiveValueToSignalOptions<T | I> & { initialValue: I, requireSync?: false }): Signal<T | I>;
|
|
13
|
-
export function reactiveValueToSignal<T, I = undefined>(source: ReactiveValue<T>, options?: ReactiveValueToSignalOptions<T | I> & { initialValue?: I }): Signal<T | I> {
|
|
14
|
-
if (isSignal(source)) {
|
|
15
|
-
return source;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
if (isObservable(source)) {
|
|
19
|
-
return toSignal(source, options as any) as Signal<T | I>; // eslint-disable-line @typescript-eslint/no-unsafe-argument
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
return computed(() => source);
|
|
23
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import 'reflect-metadata/lite';
|
|
2
|
-
|
|
3
|
-
import type { Type } from '#/types/index.js';
|
|
4
|
-
|
|
5
|
-
export function getDesignType(target: object, propertyKey?: string | symbol): Type {
|
|
6
|
-
return Reflect.getMetadata('design:type', target, propertyKey as string) as Type;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export function hasDesignType(target: object, propertyKey?: string | symbol): boolean {
|
|
10
|
-
return Reflect.hasMetadata('design:type', target, propertyKey as string);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export function getParameterTypes(target: object, propertyKey?: string | symbol): Type[] | undefined {
|
|
14
|
-
return Reflect.getMetadata('design:paramtypes', target, propertyKey as string) as (Type[] | undefined);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export function hasParameterTypes(target: object, propertyKey?: string | symbol): boolean {
|
|
18
|
-
return Reflect.hasMetadata('design:paramtypes', target, propertyKey as string);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export function getReturnType(target: object, propertyKey?: string | symbol): Type {
|
|
22
|
-
return Reflect.getMetadata('design:returntype', target, propertyKey as string) as Type;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export function hasReturnType(target: object, propertyKey?: string | symbol): boolean {
|
|
26
|
-
return Reflect.hasMetadata('design:returntype', target, propertyKey as string);
|
|
27
|
-
}
|
package/source/utils/repl.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { ReplOptions } from 'node:repl';
|
|
2
|
-
|
|
3
|
-
import { dynamicImport } from '#/import.js';
|
|
4
|
-
import type { Record } from '#/types/index.js';
|
|
5
|
-
import { objectEntries } from './object/object.js';
|
|
6
|
-
import { isDefined } from './type-guards.js';
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Starts an interactive (repl) session (node only)
|
|
10
|
-
* @param context context to set the repl context to
|
|
11
|
-
*/
|
|
12
|
-
export async function repl(options?: ReplOptions & { context?: Record<string, unknown> }): Promise<void> {
|
|
13
|
-
const { start: startRepl } = await dynamicImport<typeof import('node:repl')>('node:repl');
|
|
14
|
-
const replServer = startRepl(options);
|
|
15
|
-
|
|
16
|
-
if (isDefined(options?.context)) {
|
|
17
|
-
for (const [key, value] of objectEntries(options.context)) {
|
|
18
|
-
replServer.context[key] = value;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
await new Promise((resolve) => replServer.once('exit', resolve));
|
|
23
|
-
}
|
package/source/utils/set.ts
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { compareByValueSelectionDescending } from './comparison.js';
|
|
2
|
-
|
|
3
|
-
export function intersectSets<T>(...sets: Set<T>[]): T[] {
|
|
4
|
-
if (sets.length == 0) {
|
|
5
|
-
return [];
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
if (sets.length == 1) {
|
|
9
|
-
return [...sets[0]!];
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const sortedSets = sets.sort(compareByValueSelectionDescending((set) => set.size));
|
|
13
|
-
const [smallestSet, ...otherSets] = sortedSets;
|
|
14
|
-
|
|
15
|
-
return [...smallestSet!].filter((value) => !otherSets.some((set) => !set.has(value)));
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export function differenceSets<T>(base: Set<T>, ...sets: Set<T>[]): T[] {
|
|
19
|
-
return [...base].filter((value) => !sets.some((set) => set.has(value)));
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export function symmetricDifferenceSets<T>(...sets: Set<T>[]): Set<T> {
|
|
23
|
-
if (sets.length == 0) {
|
|
24
|
-
return new Set();
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
if (sets.length == 1) {
|
|
28
|
-
return sets[0]!;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
const [first, second, ...others] = sets;
|
|
32
|
-
|
|
33
|
-
return symmetricDifferenceSets(simpleSymmetricDifference(first!, second!), ...others);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export function uniquesSets<T>(...sets: Set<T>[]): Set<T> {
|
|
37
|
-
const result = new Set<T>();
|
|
38
|
-
|
|
39
|
-
for (const set of sets) {
|
|
40
|
-
for (const value of set) {
|
|
41
|
-
const unique = sets.every((otherSet) => (set == otherSet) || !otherSet.has(value));
|
|
42
|
-
|
|
43
|
-
if (unique) {
|
|
44
|
-
result.add(value);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
return result;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export function unionSets<T>(...sets: Iterable<T>[]): Set<T> {
|
|
53
|
-
return new Set(sets.flatMap((set) => [...set]));
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
function simpleSymmetricDifference<T>(a: Set<T>, b: Set<T>): Set<T> {
|
|
57
|
-
return unionSets(differenceSets(a, b), differenceSets(b, a));
|
|
58
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { ObjectLiteral } from '#/types/index.js';
|
|
2
|
-
import { FactoryMap } from './factory-map.js';
|
|
3
|
-
|
|
4
|
-
export type Builder<T> = () => T;
|
|
5
|
-
export type AsyncBuilder<T> = () => Promise<T>;
|
|
6
|
-
|
|
7
|
-
const globalScope = Symbol('global singleton scope');
|
|
8
|
-
const scopes = new FactoryMap(() => new Map<any, any>());
|
|
9
|
-
|
|
10
|
-
export function singleton<T>(type: ObjectLiteral, builder: Builder<T>): T;
|
|
11
|
-
export function singleton<T>(type: ObjectLiteral, builder: AsyncBuilder<T>): Promise<T>;
|
|
12
|
-
export function singleton<T>(scope: ObjectLiteral, type: ObjectLiteral, builder: Builder<T>): T;
|
|
13
|
-
export function singleton<T>(scope: ObjectLiteral, type: ObjectLiteral, builder: AsyncBuilder<T>): Promise<T>;
|
|
14
|
-
export function singleton<T>(scopeOrType: ObjectLiteral, typeOrBuilder: Builder<T> | AsyncBuilder<T> | ObjectLiteral, _builder?: Builder<T>): T | Promise<T> {
|
|
15
|
-
const builder = _builder ?? typeOrBuilder as Builder<T> | AsyncBuilder<T>;
|
|
16
|
-
const scope = _builder == undefined ? globalScope : scopeOrType;
|
|
17
|
-
const type = _builder == undefined ? scopeOrType : typeOrBuilder;
|
|
18
|
-
|
|
19
|
-
const instances = scopes.get(scope);
|
|
20
|
-
|
|
21
|
-
if (!instances.has(type)) {
|
|
22
|
-
const instanceOrPromise = builder();
|
|
23
|
-
instances.set(type, instanceOrPromise);
|
|
24
|
-
|
|
25
|
-
if (instanceOrPromise instanceof Promise) {
|
|
26
|
-
return asyncSingleton(instances, type, instanceOrPromise);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
return instances.get(type) as T | Promise<T>;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
async function asyncSingleton<T>(instances: Map<any, any>, type: any, promise: Promise<T>): Promise<T> {
|
|
34
|
-
const instance = await promise;
|
|
35
|
-
instances.set(type, instance);
|
|
36
|
-
|
|
37
|
-
return instance;
|
|
38
|
-
}
|
package/source/utils/sort.ts
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { compareByValue } from './comparison.js';
|
|
2
|
-
|
|
3
|
-
export type Comparator<T> = (a: T, b: T) => number;
|
|
4
|
-
export type AsyncComparator<T> = (a: T, b: T) => number | Promise<number>;
|
|
5
|
-
|
|
6
|
-
export function quickSort<T>(array: T[], comparator?: Comparator<T>, left?: number, right?: number): T[] {
|
|
7
|
-
const copy = [...array];
|
|
8
|
-
quickSortInPlace(copy, comparator, left, right);
|
|
9
|
-
|
|
10
|
-
return copy;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export async function quickSortAsync<T>(array: T[], comparator?: AsyncComparator<T>, left?: number, right?: number): Promise<T[]> {
|
|
14
|
-
const copy = [...array];
|
|
15
|
-
await quickSortInPlaceAsync(copy, comparator, left, right);
|
|
16
|
-
|
|
17
|
-
return copy;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export function quickSortInPlace<T>(array: T[], comparator: Comparator<T> = compareByValue, left: number = 0, right: number = (array.length - 1)): void {
|
|
21
|
-
let pivot: number;
|
|
22
|
-
let partitionIndex: number;
|
|
23
|
-
|
|
24
|
-
if (left < right) {
|
|
25
|
-
pivot = right;
|
|
26
|
-
partitionIndex = partition(array, comparator, pivot, left, right);
|
|
27
|
-
|
|
28
|
-
quickSortInPlace(array, comparator, left, partitionIndex - 1);
|
|
29
|
-
quickSortInPlace(array, comparator, partitionIndex + 1, right);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export async function quickSortInPlaceAsync<T>(array: T[], comparator: AsyncComparator<T> = compareByValue, left: number = 0, right: number = (array.length - 1)): Promise<void> {
|
|
34
|
-
let pivot: number;
|
|
35
|
-
let partitionIndex: number;
|
|
36
|
-
|
|
37
|
-
if (left < right) {
|
|
38
|
-
pivot = right;
|
|
39
|
-
partitionIndex = await partitionAsync(array, comparator, pivot, left, right);
|
|
40
|
-
|
|
41
|
-
await quickSortInPlaceAsync(array, comparator, left, partitionIndex - 1);
|
|
42
|
-
await quickSortInPlaceAsync(array, comparator, partitionIndex + 1, right);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function partition<T>(array: T[], comparator: Comparator<T>, pivot: number, left: number, right: number): number {
|
|
47
|
-
const pivotValue = array[pivot]!;
|
|
48
|
-
let partitionIndex = left;
|
|
49
|
-
|
|
50
|
-
for (let i = left; i < right; i++) {
|
|
51
|
-
const comparison = comparator(array[i]!, pivotValue);
|
|
52
|
-
|
|
53
|
-
if (comparison < 0) {
|
|
54
|
-
swap(array, i, partitionIndex);
|
|
55
|
-
partitionIndex++;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
swap(array, right, partitionIndex);
|
|
60
|
-
|
|
61
|
-
return partitionIndex;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
async function partitionAsync<T>(array: T[], comparator: AsyncComparator<T>, pivot: number, left: number, right: number): Promise<number> {
|
|
65
|
-
const pivotValue = array[pivot]!;
|
|
66
|
-
let partitionIndex = left;
|
|
67
|
-
|
|
68
|
-
for (let i = left; i < right; i++) {
|
|
69
|
-
const comparisonReturnValue = comparator(array[i]!, pivotValue);
|
|
70
|
-
|
|
71
|
-
const comparison = (typeof comparisonReturnValue == 'number')
|
|
72
|
-
? comparisonReturnValue
|
|
73
|
-
: await comparisonReturnValue;
|
|
74
|
-
|
|
75
|
-
if (comparison < 0) {
|
|
76
|
-
swap(array, i, partitionIndex);
|
|
77
|
-
partitionIndex++;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
swap(array, right, partitionIndex);
|
|
82
|
-
|
|
83
|
-
return partitionIndex;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
function swap(array: any[], i: number, j: number): void {
|
|
87
|
-
const temp = array[i];
|
|
88
|
-
array[i] = array[j];
|
|
89
|
-
array[j] = temp;
|
|
90
|
-
}
|