@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
package/source/orm/sqls.ts
DELETED
|
@@ -1,374 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module
|
|
3
|
-
* Provides utility SQL functions and constants for use with Drizzle ORM,
|
|
4
|
-
* simplifying common SQL operations like generating UUIDs, working with intervals,
|
|
5
|
-
* and aggregating data.
|
|
6
|
-
*/
|
|
7
|
-
import { isDefined, isNumber, isString } from '#/utils/type-guards.js';
|
|
8
|
-
import { sql, Table, type AnyColumn, type Column, type SQL, type SQLChunk } from 'drizzle-orm';
|
|
9
|
-
import type { GetSelectTableSelection, SelectResultField, TableLike } from 'drizzle-orm/query-builders/select.types';
|
|
10
|
-
import type { TsVectorWeight } from './query/index.js';
|
|
11
|
-
import type { Uuid } from './types.js';
|
|
12
|
-
|
|
13
|
-
/** Drizzle SQL helper for getting the current transaction's timestamp. Returns a Date object. */
|
|
14
|
-
export const TRANSACTION_TIMESTAMP = sql<Date>`transaction_timestamp()`;
|
|
15
|
-
|
|
16
|
-
/** Drizzle SQL helper for generating a random UUID (v4). Returns a Uuid string. */
|
|
17
|
-
export const RANDOM_UUID_V4 = sql<Uuid>`gen_random_uuid()`;
|
|
18
|
-
|
|
19
|
-
/** Drizzle SQL helper for generating a random UUID (v7). Returns a Uuid string. */
|
|
20
|
-
export const RANDOM_UUID_V7 = sql<Uuid>`uuidv7()`;
|
|
21
|
-
|
|
22
|
-
/** Represents valid units for PostgreSQL interval values. */
|
|
23
|
-
export type IntervalUnit =
|
|
24
|
-
| 'millennium' | 'millenniums' | 'millennia'
|
|
25
|
-
| 'century' | 'centuries'
|
|
26
|
-
| 'decade' | 'decades'
|
|
27
|
-
| 'year' | 'years'
|
|
28
|
-
| 'day' | 'days'
|
|
29
|
-
| 'hour' | 'hours'
|
|
30
|
-
| 'minute' | 'minutes'
|
|
31
|
-
| 'second' | 'seconds'
|
|
32
|
-
| 'millisecond' | 'milliseconds'
|
|
33
|
-
| 'microsecond' | 'microseconds';
|
|
34
|
-
|
|
35
|
-
export type TsHeadlineOptions = {
|
|
36
|
-
/**
|
|
37
|
-
* The longest headline to output.
|
|
38
|
-
* @default 35
|
|
39
|
-
*/
|
|
40
|
-
maxWords?: number,
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* The shortest headline to output.
|
|
44
|
-
* @default 15
|
|
45
|
-
*/
|
|
46
|
-
minWords?: number,
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Words of this length or less will be dropped at the start and end of a headline, unless they are query terms.
|
|
50
|
-
* @default 3
|
|
51
|
-
*/
|
|
52
|
-
shortWord?: number,
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* If true the whole document will be used as the headline, ignoring the preceding three parameters.
|
|
56
|
-
* @default false
|
|
57
|
-
*/
|
|
58
|
-
highlightAll?: boolean,
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Maximum number of text fragments to display. Default is 0, which selects a non-fragment-based headline generation method. A value greater than zero selects fragment-based headline generation.
|
|
62
|
-
* @default 0
|
|
63
|
-
*/
|
|
64
|
-
maxFragments?: number,
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* The strings with which to delimit query words appearing in the document, to distinguish them from other excerpted words.
|
|
68
|
-
* @default '<b>'
|
|
69
|
-
*/
|
|
70
|
-
startSel?: string,
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* The strings with which to delimit query words appearing in the document, to distinguish them from other excerpted words.
|
|
74
|
-
* @default '</b>'
|
|
75
|
-
*/
|
|
76
|
-
stopSel?: string,
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* When more than one fragment is displayed, the fragments will be separated by this string.
|
|
80
|
-
* @default ' ... '
|
|
81
|
-
*/
|
|
82
|
-
fragmentDelimiter?: string,
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
export function array<T>(values: SQL<T>[]): SQL<T[]>;
|
|
86
|
-
export function array<T = unknown>(values: SQLChunk[]): SQL<T[]>;
|
|
87
|
-
export function array(values: SQLChunk[]): SQL<unknown[]> {
|
|
88
|
-
const valueString = sql.join(values, sql.raw(', '));
|
|
89
|
-
return sql`ARRAY[${valueString}]`;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
export function autoAlias<T>(column: AnyColumn<{ data: T }>): SQL.Aliased<T> {
|
|
93
|
-
return sql<T>`${column}`.as(`${(column.table as any)[(Table as any)['Symbol']['Name']]}_${column.name}`);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Creates a PostgreSQL interval expression.
|
|
98
|
-
* @param value - The numeric value of the interval.
|
|
99
|
-
* @param unit - The unit of the interval (e.g., 'day', 'hour').
|
|
100
|
-
* @returns A Drizzle SQL object representing the interval.
|
|
101
|
-
*/
|
|
102
|
-
export function interval(value: number, unit: IntervalUnit): SQL {
|
|
103
|
-
return sql`(${value} ||' ${sql.raw(unit)}')::interval`;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* Creates a PostgreSQL `array_agg` aggregate function call.
|
|
108
|
-
* Aggregates values from a column into a PostgreSQL array.
|
|
109
|
-
* @template T - The Drizzle column type.
|
|
110
|
-
* @param column - The column to aggregate.
|
|
111
|
-
* @returns A Drizzle SQL object representing the aggregated array.
|
|
112
|
-
*/
|
|
113
|
-
export function arrayAgg<T extends Column>(column: T): SQL<SelectResultField<T>[]> {
|
|
114
|
-
return sql`array_agg(${column})`;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Creates a PostgreSQL `json_agg` aggregate function call.
|
|
119
|
-
* Aggregates rows or column values into a JSON array.
|
|
120
|
-
* @template T - The Drizzle table or column type.
|
|
121
|
-
* @param tableOrColumn - The table or column to aggregate into JSON.
|
|
122
|
-
* @returns A Drizzle SQL object representing the JSON aggregated array.
|
|
123
|
-
*/
|
|
124
|
-
export function jsonAgg<T extends TableLike>(tableOrColumn: T): SQL<SelectResultField<GetSelectTableSelection<T>>[]> {
|
|
125
|
-
return sql`json_agg(${tableOrColumn})`;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* Variant of `jsonAgg` that includes null values in the resulting JSON array.
|
|
130
|
-
* @template T - The Drizzle table or column type.
|
|
131
|
-
* @param tableOrColumn - The table or column to aggregate into JSON.
|
|
132
|
-
* @returns A Drizzle SQL object representing the JSON aggregated array, potentially containing nulls.
|
|
133
|
-
*/
|
|
134
|
-
jsonAgg.withNull = (jsonAgg as <T extends TableLike>(tableOrColumn: T) => SQL<(SelectResultField<GetSelectTableSelection<T>> | null)[]>);
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Creates a PostgreSQL `coalesce` function call.
|
|
138
|
-
* Returns the first non-null value from the provided list of columns or SQL expressions.
|
|
139
|
-
* @template T - An array type of Drizzle Columns or SQL expressions.
|
|
140
|
-
* @param columns - The columns or SQL expressions to check.
|
|
141
|
-
* @returns A Drizzle SQL object representing the coalesced value.
|
|
142
|
-
*/
|
|
143
|
-
export function coalesce<T extends (Column | SQL)[]>(...columns: T): SQL<SelectResultField<T>[number]> {
|
|
144
|
-
return sql`coalesce(${sql.join(columns, sql.raw(', '))})`;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* Creates a PostgreSQL `to_jsonb` function call.
|
|
149
|
-
* Converts the input column or SQL expression to a JSONB value.
|
|
150
|
-
* @template T - The Drizzle column or SQL expression type.
|
|
151
|
-
* @param column - The column or SQL expression to convert.
|
|
152
|
-
* @returns A Drizzle SQL object representing the value as JSONB.
|
|
153
|
-
*/
|
|
154
|
-
export function toJsonb<T extends (Column | SQL)>(column: T): SQL<SelectResultField<T>> {
|
|
155
|
-
return sql`to_jsonb(${column})`;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* Creates a PostgreSQL `num_nulls` function call.
|
|
160
|
-
* Counts the number of null arguments.
|
|
161
|
-
* @param columns - The columns to check for nulls.
|
|
162
|
-
* @returns A Drizzle SQL object representing the count of nulls.
|
|
163
|
-
*/
|
|
164
|
-
export function numNulls(...columns: Column[]): SQL<number> {
|
|
165
|
-
return sql`num_nulls(${sql.join(columns, sql.raw(', '))})`;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* Creates a PostgreSQL `num_nonnulls` function call.
|
|
170
|
-
* Counts the number of non-null arguments.
|
|
171
|
-
* @param columns - The columns to check for non-nulls.
|
|
172
|
-
* @returns A Drizzle SQL object representing the count of non-nulls.
|
|
173
|
-
*/
|
|
174
|
-
export function numNonNulls(...columns: Column[]): SQL<number> {
|
|
175
|
-
return sql`num_nonnulls(${sql.join(columns, sql.raw(', '))})`;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
export function least<T extends (Column | SQL | number)[]>(...values: T): SQL<SelectResultField<{ [P in keyof T]: T[P] extends number ? Exclude<T[P], number> | SQL<number> : T[P] }[number]>>;
|
|
179
|
-
export function least<T>(...values: T[]): SQL<SelectResultField<T>>;
|
|
180
|
-
export function least<T extends (Column | SQL | number)[]>(...values: T): SQL<SelectResultField<{ [P in keyof T]: T[P] extends number ? Exclude<T[P], number> | SQL<number> : T[P] }[number]>> {
|
|
181
|
-
const sqlValues = values.map((value) => isNumber(value) ? sql.raw(String(value)) : value);
|
|
182
|
-
return sql`least(${sql.join(sqlValues, sql.raw(', '))})`;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
export function greatest<T extends (Column | SQL | number)[]>(...values: T): SQL<SelectResultField<{ [P in keyof T]: T[P] extends number ? Exclude<T[P], number> | SQL<number> : T[P] }[number]>>;
|
|
186
|
-
export function greatest<T>(...values: T[]): SQL<SelectResultField<T>>;
|
|
187
|
-
export function greatest<T extends (Column | SQL | number)[]>(...values: T): SQL<SelectResultField<{ [P in keyof T]: T[P] extends number ? Exclude<T[P], number> | SQL<number> : T[P] }[number]>> {
|
|
188
|
-
const sqlValues = values.map((value) => isNumber(value) ? sql.raw(String(value)) : value);
|
|
189
|
-
return sql`greatest(${sql.join(sqlValues, sql.raw(', '))})`;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
export function unnest<T>(array: SQL<readonly T[]>): SQL<T> {
|
|
193
|
-
return sql`unnest(${array})`;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
export function toTsVector(language: string | SQLChunk, text: string | SQLChunk): SQL<string> {
|
|
197
|
-
return sql`to_tsvector(${language}, ${text})`;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
export function tsvectorToArray(tsvector: SQL): SQL<string[]> {
|
|
201
|
-
return sql`tsvector_to_array(${tsvector})`;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* Creates a PostgreSQL `to_tsquery` function call.
|
|
206
|
-
* This function parses text into a tsquery, respecting operators like & (AND), | (OR), and ! (NOT).
|
|
207
|
-
* @param language The text search configuration (e.g., 'english').
|
|
208
|
-
* @param text The search query text with operators.
|
|
209
|
-
* @returns A Drizzle SQL object representing the tsquery.
|
|
210
|
-
*/
|
|
211
|
-
export function toTsQuery(language: string | SQLChunk, text: string | SQLChunk): SQL {
|
|
212
|
-
return sql`to_tsquery(${language}, ${text})`;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
* Creates a PostgreSQL `plainto_tsquery` function call.
|
|
217
|
-
* This function parses text into tokens and normalizes them, creating a tsquery
|
|
218
|
-
* where tokens are joined by the AND operator. It's useful for raw user input.
|
|
219
|
-
* @param language The text search configuration (e.g., 'english').
|
|
220
|
-
* @param text The search query text.
|
|
221
|
-
* @returns A Drizzle SQL object representing the tsquery.
|
|
222
|
-
*/
|
|
223
|
-
export function plainToTsQuery(language: string | SQLChunk, text: string | SQLChunk): SQL {
|
|
224
|
-
return sql`plainto_tsquery(${language}, ${text})`;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
* Creates a PostgreSQL `phraseto_tsquery` function call.
|
|
229
|
-
* This function is similar to `plainto_tsquery` but creates a tsquery that searches for a phrase.
|
|
230
|
-
* @param language The text search configuration (e.g., 'english').
|
|
231
|
-
* @param text The phrase to search for.
|
|
232
|
-
* @returns A Drizzle SQL object representing the tsquery.
|
|
233
|
-
*/
|
|
234
|
-
export function phraseToTsQuery(language: string | SQLChunk, text: string | SQLChunk): SQL {
|
|
235
|
-
return sql`phraseto_tsquery(${language}, ${text})`;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* Creates a PostgreSQL `websearch_to_tsquery` function call.
|
|
240
|
-
* This function is similar to `plainto_tsquery` but also handles "quoted phrases"
|
|
241
|
-
* and prefixes terms with `-` or `!` for negation. It's suitable for web search style inputs.
|
|
242
|
-
* @param language The text search configuration (e.g., 'english').
|
|
243
|
-
* @param text The search query text.
|
|
244
|
-
* @returns A Drizzle SQL object representing the tsquery.
|
|
245
|
-
*/
|
|
246
|
-
export function websearchToTsQuery(language: string | SQLChunk, text: string | SQLChunk): SQL {
|
|
247
|
-
return sql`websearch_to_tsquery(${language}, ${text})`;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* Creates a PostgreSQL `setweight` function call.
|
|
252
|
-
* Assigns a weight ('A', 'B', 'C', 'D') to a tsvector.
|
|
253
|
-
* @param tsvector The tsvector to weight.
|
|
254
|
-
* @param weight The weight to assign.
|
|
255
|
-
* @returns A Drizzle SQL object representing the weighted tsvector.
|
|
256
|
-
*/
|
|
257
|
-
export function setweight(tsvector: SQL, weight: TsVectorWeight): SQL {
|
|
258
|
-
return sql`setweight(${tsvector}, '${sql.raw(weight)}')`;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* Creates a PostgreSQL `ts_rank_cd` function call for relevance ranking.
|
|
263
|
-
* @param tsvector The document's tsvector.
|
|
264
|
-
* @param tsquery The search query's tsquery.
|
|
265
|
-
* @param options Optional configuration for ranking, including weights and normalization.
|
|
266
|
-
* @returns A Drizzle SQL object representing the relevance score.
|
|
267
|
-
*/
|
|
268
|
-
export function tsRankCd(tsvector: SQL, tsquery: SQL, options?: { weights?: number[], normalization?: number }): SQL<number> {
|
|
269
|
-
const parameters: (SQL | SQLChunk)[] = [];
|
|
270
|
-
|
|
271
|
-
if (isDefined(options?.weights)) {
|
|
272
|
-
const weightParts = options.weights.map((w) => sql.raw(String(w)));
|
|
273
|
-
parameters.push(sql`${array(weightParts)}::real[]`);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
parameters.push(tsvector, tsquery);
|
|
277
|
-
|
|
278
|
-
if (isDefined(options?.normalization)) {
|
|
279
|
-
parameters.push(sql`${options.normalization}`);
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
return sql<number>`ts_rank_cd(${sql.join(parameters, sql.raw(', '))})`;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
/**
|
|
286
|
-
* Creates a PostgreSQL `ts_headline` function call for highlighting search results.
|
|
287
|
-
*
|
|
288
|
-
* @param language The text search configuration.
|
|
289
|
-
* @param document The original text column.
|
|
290
|
-
* @param tsquery The search query's tsquery.
|
|
291
|
-
* @param options Optional configuration object for ts_headline (e.g., { MaxWords: 10 }).
|
|
292
|
-
* @returns A Drizzle SQL object representing the highlighted text snippet.
|
|
293
|
-
*
|
|
294
|
-
* @warning If using HTML tags for `startSel` and `stopSel` (the default), be aware of
|
|
295
|
-
* Cross-Site Scripting (XSS) vulnerabilities. Ensure the `document` content is
|
|
296
|
-
* properly sanitized before rendering it in a browser if it comes from an untrusted source.
|
|
297
|
-
*/
|
|
298
|
-
export function tsHeadline(language: string | SQLChunk, document: string | SQLChunk, tsquery: SQL, options?: TsHeadlineOptions): SQL<string> {
|
|
299
|
-
const documentSql = isString(document) ? sql`${document}` : document;
|
|
300
|
-
|
|
301
|
-
if (isDefined(options)) {
|
|
302
|
-
const optionsString = Object.entries(options).map(([key, value]) => `${key[0]!.toUpperCase()}${key.slice(1)}=${String(value)}`).join(', ');
|
|
303
|
-
return sql<string>`ts_headline(${language}, ${documentSql}, ${tsquery}, '${sql.raw(optionsString)}')`;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
return sql<string>`ts_headline(${language}, ${documentSql}, ${tsquery})`;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
/**
|
|
310
|
-
* Creates a PostgreSQL `similarity` function call (from pg_trgm extension).
|
|
311
|
-
* Calculates the similarity between two strings based on trigram matching.
|
|
312
|
-
* @param left The first text column or expression.
|
|
313
|
-
* @param right The second text value or expression to compare against.
|
|
314
|
-
* @returns A Drizzle SQL object representing the similarity score (0 to 1).
|
|
315
|
-
*/
|
|
316
|
-
export function similarity(left: string | SQLChunk, right: string | SQLChunk): SQL<number> {
|
|
317
|
-
return sql<number>`similarity(${left}, ${right})`;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
/**
|
|
321
|
-
* Creates a PostgreSQL `word_similarity` function call (from pg_trgm extension).
|
|
322
|
-
* Calculates the greatest similarity between the set of trigrams in the first string and any continuous extent of an ordered set of trigrams in the second string.
|
|
323
|
-
* @param left The first text column or expression.
|
|
324
|
-
* @param right The second text value or expression to compare against.
|
|
325
|
-
* @returns A Drizzle SQL object representing the similarity score (0 to 1).
|
|
326
|
-
*/
|
|
327
|
-
export function wordSimilarity(left: string | SQLChunk, right: string | SQLChunk): SQL<number> {
|
|
328
|
-
return sql<number>`word_similarity(${left}, ${right})`;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
* Creates a PostgreSQL `strict_word_similarity` function call (from pg_trgm extension).
|
|
333
|
-
* Same as `word_similarity`, but forces extent boundaries to match word boundaries.
|
|
334
|
-
* @param left The first text column or expression.
|
|
335
|
-
* @param right The second text value or expression to compare against.
|
|
336
|
-
* @returns A Drizzle SQL object representing the similarity score (0 to 1).
|
|
337
|
-
*/
|
|
338
|
-
export function strictWordSimilarity(left: string | SQLChunk, right: string | SQLChunk): SQL<number> {
|
|
339
|
-
return sql<number>`strict_word_similarity(${left}, ${right})`;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
export function isSimilar(left: string | SQLChunk, right: string | SQLChunk): SQL<boolean> {
|
|
343
|
-
return sql<boolean>`(${left} % ${right})`;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
export function isWordSimilar(left: string | SQLChunk, right: string | SQLChunk): SQL<boolean> {
|
|
347
|
-
return sql<boolean>`(${left} <% ${right})`;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
export function isStrictWordSimilar(left: string | SQLChunk, right: string | SQLChunk): SQL<boolean> {
|
|
351
|
-
return sql<boolean>`(${left} <<% ${right})`;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
export function distance(left: string | SQLChunk, right: string | SQLChunk): SQL<number> {
|
|
355
|
-
return sql<number>`(${left} <-> ${right})`;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
export function wordDistance(left: string | SQLChunk, right: string | SQLChunk): SQL<number> {
|
|
359
|
-
return sql<number>`(${left} <<-> ${right})`;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export function strictWordDistance(left: string | SQLChunk, right: string | SQLChunk): SQL<number> {
|
|
363
|
-
return sql<number>`(${left} <<<-> ${right})`;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
export function jsonbBuildObject(properties: Record<string, any> | [string, any][]): SQL {
|
|
367
|
-
const entries = Array.isArray(properties) ? properties : Object.entries(properties);
|
|
368
|
-
|
|
369
|
-
const chunks = entries
|
|
370
|
-
.filter(([_, propValue]) => isDefined(propValue))
|
|
371
|
-
.map(([propKey, propValue]) => sql`'${sql.raw(propKey)}', ${propValue}`);
|
|
372
|
-
|
|
373
|
-
return sql`jsonb_build_object(${sql.join(chunks, sql`, `)})`;
|
|
374
|
-
}
|
package/source/orm/types.ts
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module
|
|
3
|
-
* Defines core ORM types, including tagged types for representing database column types
|
|
4
|
-
* (like Uuid, Timestamp, Json, etc.) and helper types for working with Drizzle ORM features
|
|
5
|
-
* like primary keys and default values. It also re-exports common decorators and schemas.
|
|
6
|
-
*/
|
|
7
|
-
import type { $Type, HasDefault as DrizzleHasDefault, IsPrimaryKey as DrizzleIsPrimaryKey } from 'drizzle-orm';
|
|
8
|
-
import type { boolean, doublePrecision, integer, jsonb, numeric, PgColumnBuilder, PgColumnBuilderBase, PgEnumColumnBuilderInitial, text, uuid } from 'drizzle-orm/pg-core';
|
|
9
|
-
|
|
10
|
-
import type { AbstractConstructor, EnumerationObject, EnumerationValue, GetTagMetadata, HasTag, ObjectLiteral, Tagged, UnionToTuple, UnwrapTagged } from '#/types/index.js';
|
|
11
|
-
import type { bytea, numericDate, timestamp } from './data-types/index.js';
|
|
12
|
-
|
|
13
|
-
/** Tag identifier for column type information. */
|
|
14
|
-
export type ColumnTypeTag = 'column';
|
|
15
|
-
|
|
16
|
-
/** Tag identifier for embedded type configuration. */
|
|
17
|
-
export type EmbeddedConfigTag = 'embedded';
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Helper type to tag a column type as being a primary key.
|
|
21
|
-
* It wraps the original type `T` and associates Drizzle's `IsPrimaryKey` marker
|
|
22
|
-
* with the underlying Drizzle column builder type stored in the tag metadata.
|
|
23
|
-
* @template T - The original column type (e.g., Uuid, Integer).
|
|
24
|
-
*/
|
|
25
|
-
export type IsPrimaryKey<T> =
|
|
26
|
-
T extends Tagged<unknown, ColumnTypeTag, PgColumnBuilderBase>
|
|
27
|
-
? Tagged<UnwrapTagged<T>, ColumnTypeTag, DrizzleIsPrimaryKey<GetTagMetadata<T, ColumnTypeTag>>>
|
|
28
|
-
: Tagged<T, ColumnTypeTag, DrizzleIsPrimaryKey<ColumnBuilder<T>>>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Helper type to tag a column type as having a default value.
|
|
32
|
-
* It wraps the original type `T` and associates Drizzle's `HasDefault` marker
|
|
33
|
-
* with the underlying Drizzle column builder type stored in the tag metadata.
|
|
34
|
-
* @template T - The original column type (e.g., Uuid, Timestamp).
|
|
35
|
-
*/
|
|
36
|
-
export type HasDefault<T> =
|
|
37
|
-
T extends Tagged<unknown, ColumnTypeTag, PgColumnBuilderBase>
|
|
38
|
-
? Tagged<UnwrapTagged<T>, ColumnTypeTag, DrizzleHasDefault<GetTagMetadata<T, ColumnTypeTag>>>
|
|
39
|
-
: Tagged<T, ColumnTypeTag, DrizzleHasDefault<ColumnBuilder<T>>>;
|
|
40
|
-
|
|
41
|
-
type EnumColumn<T extends string | number, ColumnName extends string = ''> = PgEnumColumnBuilderInitial<ColumnName, UnionToTuple<`${T}`> extends [string, ...string[]] ? UnionToTuple<`${T}`> : ['NO_VALUES_PROVIDED']>;
|
|
42
|
-
|
|
43
|
-
type TextTuple<T extends string> = UnionToTuple<`${T}`> extends [string, ...string[]] ? UnionToTuple<`${T}`> : [string];
|
|
44
|
-
|
|
45
|
-
type HandledColumnName<T extends string = never> = [T] extends [never] ? '' : T;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Utility type to infer the Drizzle column builder type based on a TypeScript type `T`.
|
|
49
|
-
* Handles primitive types (string, number, boolean), arrays, enums, Uint8Array,
|
|
50
|
-
* and existing tagged column types.
|
|
51
|
-
* @template T - The TypeScript type to map to a column builder.
|
|
52
|
-
* @template ColumnName - Optional column name for context.
|
|
53
|
-
*/
|
|
54
|
-
export type ColumnBuilder<T, ColumnName extends string = never> =
|
|
55
|
-
HasTag<T> extends true ? T extends Tagged<unknown, ColumnTypeTag, any> ? GetTagMetadata<T, ColumnTypeTag> : never
|
|
56
|
-
: T extends string ? ReturnType<typeof text<HandledColumnName<ColumnName>, string, TextTuple<T>>>
|
|
57
|
-
: T extends number ? ReturnType<typeof doublePrecision<HandledColumnName<ColumnName>>>
|
|
58
|
-
: T extends boolean ? ReturnType<typeof boolean<HandledColumnName<ColumnName>>>
|
|
59
|
-
: T extends Uint8Array ? ReturnType<typeof bytea<HandledColumnName<ColumnName>>>
|
|
60
|
-
: T extends EnumerationObject ? EnumColumn<EnumerationValue<T>, HandledColumnName<ColumnName>>
|
|
61
|
-
: T extends (infer U)[] ? ReturnType<ColumnBuilder<U, HandledColumnName<ColumnName>>['array']>
|
|
62
|
-
: never;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Tagged type representing an embedded class configuration.
|
|
66
|
-
* Stores the embedded type `T` and an optional column name prefix `P`.
|
|
67
|
-
* @template T - The constructor of the class being embedded.
|
|
68
|
-
* @template P - An optional prefix for the column names generated from the embedded class properties.
|
|
69
|
-
*/
|
|
70
|
-
export type Embedded<T = AbstractConstructor, P extends string = ''> = Tagged<T, EmbeddedConfigTag, { prefix: P }>;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Tagged type representing a PostgreSQL array column.
|
|
74
|
-
* Wraps an existing tagged column type `T` and derives the Drizzle array column builder.
|
|
75
|
-
* @template T - The tagged type of the array elements.
|
|
76
|
-
*/
|
|
77
|
-
export type Array<T extends Tagged<ObjectLiteral, ColumnTypeTag, PgColumnBuilder<any>>> = Tagged<UnwrapTagged<T>[], ColumnTypeTag, ReturnType<GetTagMetadata<T, ColumnTypeTag>['array']>>;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Tagged type representing a JSONB column.
|
|
81
|
-
* Stores the TypeScript type `T` that the JSONB data represents.
|
|
82
|
-
* @template T - The TypeScript type of the data stored in the JSONB column.
|
|
83
|
-
*/
|
|
84
|
-
export type Json<T> = Tagged<T, ColumnTypeTag, $Type<ReturnType<typeof jsonb>, T>>;
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* Tagged type representing a PostgreSQL enum column.
|
|
88
|
-
* Derives the enum values and the Drizzle enum column builder from the provided enum object `T`.
|
|
89
|
-
* @template T - The enumeration object type.
|
|
90
|
-
*/
|
|
91
|
-
export type Enum<T extends string | number> = Tagged<T, ColumnTypeTag, EnumColumn<T>>;
|
|
92
|
-
|
|
93
|
-
export type Text<T extends string = string> = Tagged<string, ColumnTypeTag, ReturnType<typeof text<string, TextTuple<T>>>>;
|
|
94
|
-
|
|
95
|
-
export type Uuid = Tagged<string, ColumnTypeTag, ReturnType<typeof uuid>>;
|
|
96
|
-
|
|
97
|
-
export type Integer = Tagged<number, ColumnTypeTag, ReturnType<typeof integer>>;
|
|
98
|
-
|
|
99
|
-
export type DoublePrecision = Tagged<number, ColumnTypeTag, ReturnType<typeof doublePrecision>>;
|
|
100
|
-
|
|
101
|
-
export type Boolean = Tagged<number, ColumnTypeTag, ReturnType<typeof boolean>>;
|
|
102
|
-
|
|
103
|
-
export type Numeric<T extends number | string | bigint = number> = Tagged<T, ColumnTypeTag, ReturnType<typeof numeric<T extends number ? 'number' : T extends string ? 'string' : 'bigint'>>>;
|
|
104
|
-
|
|
105
|
-
/** Tagged type representing a custom `numericDate` column (stores date as number - days since epoch). */
|
|
106
|
-
export type NumericDate = Tagged<number, ColumnTypeTag, ReturnType<typeof numericDate>>;
|
|
107
|
-
|
|
108
|
-
/** Tagged type representing a `timestamp` column (stores timestamp as number - milliseconds since epoch). */
|
|
109
|
-
export type Timestamp = Tagged<number, ColumnTypeTag, ReturnType<typeof timestamp>>;
|
|
110
|
-
|
|
111
|
-
export type Bytea = Tagged<Uint8Array, ColumnTypeTag, ReturnType<typeof bytea>>;
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* Tagged type representing an encrypted column.
|
|
115
|
-
* Stores the original TypeScript type `T`, but the underlying database type is `bytea`.
|
|
116
|
-
* @template T - The original (unencrypted) type of the data.
|
|
117
|
-
*/
|
|
118
|
-
export type Encrypted<T> = Tagged<T, ColumnTypeTag, ReturnType<typeof bytea>>;
|
package/source/orm/utils.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module
|
|
3
|
-
* Provides utility functions for working with ORM entities.
|
|
4
|
-
*/
|
|
5
|
-
import type { Entity, EntityWithoutMetadata } from './entity.js';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Converts an array of entities into a Map keyed by entity ID.
|
|
9
|
-
* @template T - The entity type, must extend `Entity` (i.e., have an `id` property).
|
|
10
|
-
* @param entities - An array of entities.
|
|
11
|
-
* @returns A Map where keys are entity IDs and values are the corresponding entities.
|
|
12
|
-
*/
|
|
13
|
-
export function getEntityMap<T extends Entity | EntityWithoutMetadata>(entities: T[]): Map<string, T> {
|
|
14
|
-
return new Map(entities.map((entity) => [entity.id, entity]));
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Extracts the IDs from an array of entities.
|
|
19
|
-
* @template T - The entity type, must extend `Entity` (i.e., have an `id` property).
|
|
20
|
-
* @param entities - An array of entities.
|
|
21
|
-
* @returns An array containing the IDs of the entities.
|
|
22
|
-
*/
|
|
23
|
-
export function getEntityIds(entities: (Entity | EntityWithoutMetadata)[]): string[] {
|
|
24
|
-
return entities.map((entity) => entity.id);
|
|
25
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
# Password Module
|
|
2
|
-
|
|
3
|
-
A TypeScript module for robust password strength estimation, combining the advanced analysis of `zxcvbn-ts` with checks against the "Have I Been Pwned" database.
|
|
4
|
-
|
|
5
|
-
## Table of Contents
|
|
6
|
-
|
|
7
|
-
- [Features](#features)
|
|
8
|
-
- [Core Concepts](#core-concepts)
|
|
9
|
-
- [Usage](#usage)
|
|
10
|
-
- [Basic Password Check](#basic-password-check)
|
|
11
|
-
- [Disabling the "Have I Been Pwned" Check](#disabling-the-have-i-been-pwned-check)
|
|
12
|
-
- [API Summary](#api-summary)
|
|
13
|
-
|
|
14
|
-
## Features
|
|
15
|
-
|
|
16
|
-
- **Comprehensive Strength Analysis:** Utilizes `zxcvbn-ts` to evaluate passwords against common patterns, dictionary words, keyboard sequences, and more.
|
|
17
|
-
- **Pwned Password Check:** Securely checks if a password has been exposed in a data breach via the "Have I Been Pwned" service.
|
|
18
|
-
- **Simple Scoring:** Provides a clear strength score from 0 (Very Weak) to 4 (Very Strong).
|
|
19
|
-
- **Actionable Feedback:** Returns localized warnings and suggestions to help users choose better passwords.
|
|
20
|
-
- **Secure by Design:** Uses the k-Anonymity model to query the "Have I Been Pwned" API, ensuring the full password hash is never transmitted.
|
|
21
|
-
- **Lightweight:** Dynamically loads `zxcvbn-ts` and its language packs on first use to minimize initial bundle size.
|
|
22
|
-
- **Robust:** Includes a timeout for the "Have I Been Pwned" check to prevent long waits on network issues.
|
|
23
|
-
|
|
24
|
-
## Core Concepts
|
|
25
|
-
|
|
26
|
-
This module provides a unified function, `checkPassword`, to assess the security of a password. Its evaluation is based on two primary mechanisms:
|
|
27
|
-
|
|
28
|
-
### 1. zxcvbn-ts Analysis
|
|
29
|
-
|
|
30
|
-
The core of the strength estimation comes from the powerful `zxcvbn-ts` library. It analyzes a password by attempting to match it against various patterns, including:
|
|
31
|
-
|
|
32
|
-
- Dictionary words (from multiple languages)
|
|
33
|
-
- Common names and surnames
|
|
34
|
-
- Well-known keyboard patterns (e.g., `qwerty`, `asdfg`)
|
|
35
|
-
- Repeated characters and sequences (e.g., `aaaa`, `12345`)
|
|
36
|
-
- Dates and common years
|
|
37
|
-
|
|
38
|
-
Based on this analysis, `zxcvbn-ts` assigns a score from 0 to 4 and provides feedback, which this module translates into localization keys for warnings and suggestions.
|
|
39
|
-
|
|
40
|
-
### 2. "Have I Been Pwned" (HIBP) Check
|
|
41
|
-
|
|
42
|
-
To protect against the use of compromised credentials, the module checks the password against the "Have I Been Pwned" Pwned Passwords database. This check is performed securely using a **k-Anonymity** model:
|
|
43
|
-
|
|
44
|
-
1. The password is hashed using SHA-1.
|
|
45
|
-
2. Only the first 5 characters of the hexadecimal hash are sent to the HIBP API.
|
|
46
|
-
3. The API returns a list of all hash suffixes that share the same 5-character prefix, along with their pwned counts.
|
|
47
|
-
4. The module searches for the password's hash suffix within the returned list locally.
|
|
48
|
-
|
|
49
|
-
If a match is found, it means the password has been exposed. In this case, the password strength is automatically considered **Very Weak (score 0)**, regardless of the `zxcvbn-ts` result. This check can be disabled for performance or offline scenarios and will time out gracefully if the API is unresponsive.
|
|
50
|
-
|
|
51
|
-
## Usage
|
|
52
|
-
|
|
53
|
-
### Basic Password Check
|
|
54
|
-
|
|
55
|
-
This example shows how to check a password and use a localization service to display user-friendly feedback. The `warnings` and `suggestions` in the result are localization keys.
|
|
56
|
-
|
|
57
|
-
```typescript
|
|
58
|
-
import { checkPassword, PasswordStrength, englishPasswordCheckLocalization } from '@tstdl/base/password';
|
|
59
|
-
import { LocalizationService } from '@tstdl/base/text';
|
|
60
|
-
|
|
61
|
-
// Initialize a localization service with the desired language pack
|
|
62
|
-
const localizationService = new LocalizationService([englishPasswordCheckLocalization]);
|
|
63
|
-
localizationService.setLanguage('en');
|
|
64
|
-
|
|
65
|
-
async function evaluatePassword(password: string) {
|
|
66
|
-
try {
|
|
67
|
-
const result = await checkPassword(password);
|
|
68
|
-
|
|
69
|
-
console.log(`Password Strength: ${PasswordStrength[result.strength]} (Score: ${result.strength})`);
|
|
70
|
-
|
|
71
|
-
if (result.pwned !== undefined) {
|
|
72
|
-
if (result.pwned > 0) {
|
|
73
|
-
console.log(`This password has been pwned ${result.pwned} times!`);
|
|
74
|
-
} else {
|
|
75
|
-
console.log('This password was not found in the pwned database.');
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
if (result.warnings.length > 0) {
|
|
80
|
-
console.log('Warnings:');
|
|
81
|
-
// Use the localizationService to display user-friendly messages
|
|
82
|
-
result.warnings.forEach((warningKey) => console.log(`- ${localizationService.localize(warningKey)}`));
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
if (result.suggestions.length > 0) {
|
|
86
|
-
console.log('Suggestions:');
|
|
87
|
-
result.suggestions.forEach((suggestionKey) => console.log(`- ${localizationService.localize(suggestionKey)}`));
|
|
88
|
-
}
|
|
89
|
-
} catch (error) {
|
|
90
|
-
console.error('An error occurred during password check:', error);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
evaluatePassword('password123');
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
### Disabling the "Have I Been Pwned" Check
|
|
98
|
-
|
|
99
|
-
For environments without internet access or where maximum performance is critical, you can disable the remote API call.
|
|
100
|
-
|
|
101
|
-
```typescript
|
|
102
|
-
import { checkPassword } from '@tstdl/base/password';
|
|
103
|
-
|
|
104
|
-
async function evaluatePasswordOffline(password: string) {
|
|
105
|
-
const result = await checkPassword(password, { checkForPwned: false });
|
|
106
|
-
|
|
107
|
-
// The result.pwned property will be undefined
|
|
108
|
-
console.log(`Password Strength Score: ${result.strength}`);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
evaluatePasswordOffline('a-very-secure-offline-password!');
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
## API Summary
|
|
115
|
-
|
|
116
|
-
| Function / Class | Arguments / Properties | Return Type | Description |
|
|
117
|
-
| :--- | :--- | :--- | :--- |
|
|
118
|
-
| `checkPassword` | `password: string`<br>`options?: { checkForPwned?: boolean }` | `Promise<PasswordCheckResult>` | Asynchronously checks password strength using zxcvbn-ts and optionally the HIBP database. |
|
|
119
|
-
| `haveIBeenPwned` | `password: string` | `Promise<number>` | Checks a password against the HIBP database and returns the number of times it has been pwned. |
|
|
120
|
-
| `PasswordCheckResult` | `strength: PasswordStrength`<br>`pwned?: number`<br>`warnings: string[]`<br>`suggestions: string[]` | `class` | The result object returned by `checkPassword`. Warnings and suggestions are localization keys. |
|
|
121
|
-
| `PasswordStrength` | (Enum) | `enum` | An enum representing password strength from `VeryWeak` (0) to `VeryStrong` (4). |
|
|
122
|
-
| `englishPasswordCheckLocalization` | - | `PasswordCheckLocalization` | English localization data for warnings and suggestions. |
|
|
123
|
-
| `germanPasswordCheckLocalization` | - | `PasswordCheckLocalization` | German localization data for warnings and suggestions. |
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { digest } from '#/utils/cryptography.js';
|
|
2
|
-
|
|
3
|
-
const urlBase = 'https://api.pwnedpasswords.com';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Checks password against https://haveibeenpwned.com/passwords
|
|
7
|
-
* @param password password to check
|
|
8
|
-
* @returns how often the password was pwned
|
|
9
|
-
*/
|
|
10
|
-
export async function haveIBeenPwned(password: string): Promise<number> {
|
|
11
|
-
const hash = (await digest('SHA-1', password).toHex()).toUpperCase();
|
|
12
|
-
const prefix = hash.slice(0, 5);
|
|
13
|
-
const suffix = hash.slice(5);
|
|
14
|
-
|
|
15
|
-
const response = await fetch(`${urlBase}/range/${prefix}`);
|
|
16
|
-
const result = await response.text();
|
|
17
|
-
|
|
18
|
-
const lineStart = result.indexOf(suffix);
|
|
19
|
-
|
|
20
|
-
if (lineStart == -1) {
|
|
21
|
-
return 0;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
const lineEnd = result.indexOf('\r\n', lineStart);
|
|
25
|
-
const line = result.slice(lineStart, lineEnd);
|
|
26
|
-
const pwnedCount = parseInt(line.split(':')[1]!, 10);
|
|
27
|
-
|
|
28
|
-
return pwnedCount;
|
|
29
|
-
}
|