@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/query/base.ts
DELETED
|
@@ -1,269 +0,0 @@
|
|
|
1
|
-
import type { SQL, SQLWrapper } from 'drizzle-orm';
|
|
2
|
-
import type { UnionToIntersection } from 'type-fest';
|
|
3
|
-
|
|
4
|
-
import type { Geometry } from '#/types/geo-json.js';
|
|
5
|
-
import type { Flatten, Record } from '#/types/index.js';
|
|
6
|
-
import type { UntaggedDeep } from '#/types/tagged.js';
|
|
7
|
-
import type { BaseEntity } from '../entity.js';
|
|
8
|
-
import type { TargetColumnPath } from '../repository.types.js';
|
|
9
|
-
import { paradeComparisonQueryTypes, paradeSpecialQueryTypes, type ParadeComparisonQuery, type ParadeSearchQuery, type ParadeSpecialQuery } from './parade.js';
|
|
10
|
-
|
|
11
|
-
/** Represents a logical query combining multiple sub-queries (e.g., $and, $or, $nor). */
|
|
12
|
-
export type LogicalQuery<T = any> = LogicalAndQuery<T> | LogicalOrQuery<T> | LogicalNorQuery<T>;
|
|
13
|
-
|
|
14
|
-
/** Union of keys representing logical query operators ('$and', '$or', '$nor'). */
|
|
15
|
-
export type LogicalQueryTypes = keyof (LogicalAndQuery & LogicalOrQuery & LogicalNorQuery);
|
|
16
|
-
|
|
17
|
-
/** Array containing all valid logical query operator keys. */
|
|
18
|
-
export const allLogicalQueryTypes: LogicalQueryTypes[] = ['$and', '$or', '$nor'];
|
|
19
|
-
|
|
20
|
-
/** Represents the body of a comparison query, mapping field paths to comparison operators or values. Allows nested structures. */
|
|
21
|
-
export type ComparisonQueryBody<T = any> = { [P in keyof T]?: T[P] extends Record ? ComparisonQueryBody<T[P]> : ComparisonQueryOrValue<T[P]> } & Record<ComparisonQueryOrValue>;
|
|
22
|
-
|
|
23
|
-
/** Represents either a full comparison query object or a direct value for equality comparison. */
|
|
24
|
-
export type ComparisonQueryOrValue<T = any> = ComparisonQuery<T> | ComparisonValue<T>;
|
|
25
|
-
|
|
26
|
-
/** Represents a comparison query using various operators like $eq, $ne, $gt, $in, etc. */
|
|
27
|
-
export type ComparisonQuery<T = any> = Partial<
|
|
28
|
-
& ComparisonAndQuery<T>
|
|
29
|
-
& ComparisonOrQuery<T>
|
|
30
|
-
& ComparisonNotQuery<T>
|
|
31
|
-
& ComparisonEqualsQuery<T>
|
|
32
|
-
& ComparisonNotEqualsQuery<T>
|
|
33
|
-
& ComparisonExistsQuery
|
|
34
|
-
& ComparisonItemQuery<T>
|
|
35
|
-
& ComparisonInQuery<T>
|
|
36
|
-
& ComparisonNotInQuery<T>
|
|
37
|
-
& ComparisonAllQuery<T>
|
|
38
|
-
& ComparisonGreaterThanQuery<T>
|
|
39
|
-
& ComparisonGreaterThanOrEqualsQuery<T>
|
|
40
|
-
& ComparisonLessThanQuery<T>
|
|
41
|
-
& ComparisonLessThanOrEqualsQuery<T>
|
|
42
|
-
& ComparisonRegexQuery
|
|
43
|
-
& ComparisonTsVectorQuery
|
|
44
|
-
& ComparisonTrigramQuery
|
|
45
|
-
& ParadeComparisonQuery
|
|
46
|
-
& ComparisonGeoShapeQuery
|
|
47
|
-
& ComparisonGeoDistanceQuery
|
|
48
|
-
>;
|
|
49
|
-
|
|
50
|
-
export type TsVectorParser = 'raw' | 'plain' | 'phrase' | 'websearch';
|
|
51
|
-
export type TsVectorWeight = 'A' | 'B' | 'C' | 'D';
|
|
52
|
-
export type TrigramSimilarityType = 'phrase' | 'word' | 'strict-word';
|
|
53
|
-
|
|
54
|
-
/** Union of keys representing comparison query operators. */
|
|
55
|
-
export type ComparisonQueryTypes = keyof ComparisonQuery;
|
|
56
|
-
|
|
57
|
-
/** Array containing all valid comparison query operator keys. */
|
|
58
|
-
export const allComparisonQueryTypes: ComparisonQueryTypes[] = ['$all', '$not', '$eq', '$exists', '$gt', '$gte', '$in', '$item', '$lt', '$lte', '$neq', '$nin', '$regex', '$tsvector', '$trigram', '$geoDistance', '$geoShape', ...paradeComparisonQueryTypes];
|
|
59
|
-
|
|
60
|
-
/** Represents specialized query types beyond simple comparisons. */
|
|
61
|
-
export type SpecialQuery<T extends BaseEntity = BaseEntity> = FullTextSearchQuery<T> | ParadeSpecialQuery<T>;
|
|
62
|
-
|
|
63
|
-
export type FullTextSearchQuery<T extends BaseEntity = BaseEntity> =
|
|
64
|
-
| TsVectorSearchQuery<T>
|
|
65
|
-
| TrigramSearchQuery<T>
|
|
66
|
-
| ParadeSearchQuery<T>;
|
|
67
|
-
|
|
68
|
-
/** Union of keys representing special query operators. */
|
|
69
|
-
export type SpecialQueryTypes = keyof UnionToIntersection<SpecialQuery>;
|
|
70
|
-
|
|
71
|
-
/** Array containing all valid special query operator keys. */
|
|
72
|
-
export const allSpecialQueryTypes: SpecialQueryTypes[] = ['$tsvector', '$trigram', ...paradeSpecialQueryTypes];
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Represents a complete query, which can be either a raw Drizzle SQLWrapper
|
|
76
|
-
* or a structured query object using logical and comparison operators.
|
|
77
|
-
* @template T - The type of the entity being queried.
|
|
78
|
-
*/
|
|
79
|
-
export type Query<T = any> = SQLWrapper | QueryObject<Extract<UntaggedDeep<T>, BaseEntity>>;
|
|
80
|
-
|
|
81
|
-
/** Represents a structured query object, combining logical, comparison, and special queries. */
|
|
82
|
-
export type QueryObject<T extends BaseEntity> = LogicalQuery<T> | Partial<SpecialQuery<T>> | ComparisonQueryBody<T>;
|
|
83
|
-
|
|
84
|
-
/** Union of all possible query operator keys (logical, comparison, special). */
|
|
85
|
-
export type QueryTypes = LogicalQueryTypes | ComparisonQueryTypes | SpecialQueryTypes;
|
|
86
|
-
|
|
87
|
-
/** Array containing all valid query operator keys. */
|
|
88
|
-
export const allQueryTypes = [...allLogicalQueryTypes, ...allComparisonQueryTypes, ...allSpecialQueryTypes];
|
|
89
|
-
|
|
90
|
-
/** Represents an AND logical query. All sub-queries must be true. */
|
|
91
|
-
export type LogicalAndQuery<T = any> = {
|
|
92
|
-
$and: readonly Query<T>[],
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
/** Represents an OR logical query. At least one sub-query must be true. */
|
|
96
|
-
export type LogicalOrQuery<T = any> = {
|
|
97
|
-
$or: readonly Query<T>[],
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
/** Represents a NOR logical query. All sub-queries must be false. */
|
|
101
|
-
export type LogicalNorQuery<T = any> = {
|
|
102
|
-
$nor: readonly Query<T>[],
|
|
103
|
-
};
|
|
104
|
-
|
|
105
|
-
/** Represents a value used in comparisons, can be a direct value, a flattened value, or a Drizzle SQLWrapper. */
|
|
106
|
-
export type ComparisonValue<T> = T | Flatten<T> | SQLWrapper;
|
|
107
|
-
|
|
108
|
-
/** Represents a comparison value that can also include a RegExp for string comparisons. */
|
|
109
|
-
export type ComparisonValueWithRegex<T> = T extends string
|
|
110
|
-
? ComparisonValue<T | RegExp>
|
|
111
|
-
: T extends readonly string[]
|
|
112
|
-
? ComparisonValue<readonly (Flatten<T> | RegExp)[]>
|
|
113
|
-
: (T | Flatten<T>);
|
|
114
|
-
|
|
115
|
-
/** Represents a logical AND query. All sub-queries must be true. */
|
|
116
|
-
export type ComparisonAndQuery<T = any> = {
|
|
117
|
-
$and: readonly ComparisonQueryOrValue<T>[],
|
|
118
|
-
};
|
|
119
|
-
|
|
120
|
-
/** Represents a logical OR query. At least one sub-query must be true. */
|
|
121
|
-
export type ComparisonOrQuery<T = any> = {
|
|
122
|
-
$or: readonly ComparisonQueryOrValue<T>[],
|
|
123
|
-
};
|
|
124
|
-
|
|
125
|
-
/** Represents a NOT comparison query. Inverts the result of the nested comparison. */
|
|
126
|
-
export type ComparisonNotQuery<T = any> = {
|
|
127
|
-
$not: ComparisonQueryOrValue<T>,
|
|
128
|
-
};
|
|
129
|
-
|
|
130
|
-
/** Represents an equality comparison query ($eq). */
|
|
131
|
-
export type ComparisonEqualsQuery<T = any> = {
|
|
132
|
-
$eq: ComparisonValueWithRegex<T>,
|
|
133
|
-
};
|
|
134
|
-
|
|
135
|
-
/** Represents a non-equality comparison query ($neq). */
|
|
136
|
-
export type ComparisonNotEqualsQuery<T = any> = {
|
|
137
|
-
$neq: ComparisonValueWithRegex<T>,
|
|
138
|
-
};
|
|
139
|
-
|
|
140
|
-
/** Represents an existence check query ($exists). Checks if a field exists (or not). */
|
|
141
|
-
export type ComparisonExistsQuery = {
|
|
142
|
-
$exists: ComparisonValue<boolean>,
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
/** Represents a query targeting elements within an array field ($item). */
|
|
146
|
-
export type ComparisonItemQuery<T = any> = {
|
|
147
|
-
$item: T extends readonly (infer U)[]
|
|
148
|
-
? U extends Record
|
|
149
|
-
? Query<U>
|
|
150
|
-
: ComparisonQuery<U>
|
|
151
|
-
: never,
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
/** Represents an "in list" comparison query ($in). Checks if a field value is within a specified array. */
|
|
155
|
-
export type ComparisonInQuery<T = any> = {
|
|
156
|
-
$in: readonly ComparisonValueWithRegex<T>[],
|
|
157
|
-
};
|
|
158
|
-
|
|
159
|
-
/** Represents a "not in list" comparison query ($nin). Checks if a field value is not within a specified array. */
|
|
160
|
-
export type ComparisonNotInQuery<T = any> = {
|
|
161
|
-
$nin: readonly ComparisonValueWithRegex<T>[],
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
/** Represents an "all elements match" query ($all). Checks if an array field contains all specified values. */
|
|
165
|
-
export type ComparisonAllQuery<T = any> = {
|
|
166
|
-
$all: readonly ComparisonValueWithRegex<T>[],
|
|
167
|
-
};
|
|
168
|
-
|
|
169
|
-
/** Represents a "greater than" comparison query ($gt). */
|
|
170
|
-
export type ComparisonGreaterThanQuery<T = any> = {
|
|
171
|
-
$gt: ComparisonValue<T>,
|
|
172
|
-
};
|
|
173
|
-
|
|
174
|
-
/** Represents a "greater than or equals" comparison query ($gte). */
|
|
175
|
-
export type ComparisonGreaterThanOrEqualsQuery<T = any> = {
|
|
176
|
-
$gte: ComparisonValue<T>,
|
|
177
|
-
};
|
|
178
|
-
|
|
179
|
-
/** Represents a "less than" comparison query ($lt). */
|
|
180
|
-
export type ComparisonLessThanQuery<T = any> = {
|
|
181
|
-
$lt: ComparisonValue<T>,
|
|
182
|
-
};
|
|
183
|
-
|
|
184
|
-
/** Represents a "less than or equals" comparison query ($lte). */
|
|
185
|
-
export type ComparisonLessThanOrEqualsQuery<T = any> = {
|
|
186
|
-
$lte: ComparisonValue<T>,
|
|
187
|
-
};
|
|
188
|
-
|
|
189
|
-
/** Represents a regular expression comparison query ($regex). */
|
|
190
|
-
export type ComparisonRegexQuery = {
|
|
191
|
-
$regex: string | RegExp | { pattern: string, flags: string },
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
/** Represents a single-field tsvector full-text search query. */
|
|
195
|
-
export type ComparisonTsVectorQuery = {
|
|
196
|
-
$tsvector: string | {
|
|
197
|
-
query: string,
|
|
198
|
-
parser?: TsVectorParser,
|
|
199
|
-
|
|
200
|
-
/**
|
|
201
|
-
* The language to use for the full-text search (e.g., 'english', 'simple').
|
|
202
|
-
*/
|
|
203
|
-
language?: string | SQL,
|
|
204
|
-
},
|
|
205
|
-
};
|
|
206
|
-
|
|
207
|
-
/** Represents a single-field trigram similarity search query. */
|
|
208
|
-
export type ComparisonTrigramQuery = {
|
|
209
|
-
$trigram: string | {
|
|
210
|
-
query: string,
|
|
211
|
-
type?: TrigramSimilarityType,
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* ### **WARNING**
|
|
215
|
-
* Using a threshold here impacts performance as it switches from the `%` operator to a similarity comparison requiring functions.
|
|
216
|
-
* Use `pg_trgm.similarity_threshold(threshold)`, `pg_trgm.word_similarity_threshold(threshold)` or `pg_trgm.-_similarity_threshold(threshold)` to set a global threshold instead and omit this option, if possible.
|
|
217
|
-
*/
|
|
218
|
-
threshold?: number,
|
|
219
|
-
},
|
|
220
|
-
};
|
|
221
|
-
|
|
222
|
-
/** Defines the possible spatial relationships for geospatial shape queries. */
|
|
223
|
-
export type GeoShapeRelation = 'intersects' | 'within' | 'disjoint' | 'contains';
|
|
224
|
-
|
|
225
|
-
/** Represents a geospatial query based on shape relationships ($geoShape). */
|
|
226
|
-
export type ComparisonGeoShapeQuery = {
|
|
227
|
-
$geoShape: {
|
|
228
|
-
geometry: Geometry,
|
|
229
|
-
relation: GeoShapeRelation,
|
|
230
|
-
},
|
|
231
|
-
};
|
|
232
|
-
|
|
233
|
-
/** Represents a geospatial query based on distance from a point ($geoDistance). */
|
|
234
|
-
export type ComparisonGeoDistanceQuery = {
|
|
235
|
-
$geoDistance: {
|
|
236
|
-
longitude: number,
|
|
237
|
-
latitude: number,
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* Maximum distance in meters
|
|
241
|
-
*/
|
|
242
|
-
maxDistance?: number,
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* Minimum distance in meters
|
|
246
|
-
*/
|
|
247
|
-
minDistance?: number,
|
|
248
|
-
},
|
|
249
|
-
};
|
|
250
|
-
|
|
251
|
-
/** Represents a multi-field tsvector search. */
|
|
252
|
-
export type TsVectorSearchQuery<T extends BaseEntity = BaseEntity> = {
|
|
253
|
-
$tsvector: {
|
|
254
|
-
fields: readonly (TargetColumnPath<T> | readonly [TargetColumnPath<T>, TsVectorWeight])[],
|
|
255
|
-
query: string | SQL<string>,
|
|
256
|
-
parser?: TsVectorParser,
|
|
257
|
-
language?: string | SQL<string>,
|
|
258
|
-
},
|
|
259
|
-
};
|
|
260
|
-
|
|
261
|
-
/** Represents a multi-field trigram search. */
|
|
262
|
-
export type TrigramSearchQuery<T extends BaseEntity = BaseEntity> = {
|
|
263
|
-
$trigram: {
|
|
264
|
-
fields: readonly TargetColumnPath<T>[],
|
|
265
|
-
query: string | SQL<string>,
|
|
266
|
-
type?: TrigramSimilarityType,
|
|
267
|
-
threshold?: number,
|
|
268
|
-
},
|
|
269
|
-
};
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
import type { SQL } from 'drizzle-orm';
|
|
2
|
-
import type { LiteralUnion, UnionToIntersection } from 'type-fest';
|
|
3
|
-
|
|
4
|
-
import type { Record } from '#/types/index.js';
|
|
5
|
-
import type { BaseEntity } from '../entity.js';
|
|
6
|
-
import type { TargetColumnPath } from '../repository.types.js';
|
|
7
|
-
|
|
8
|
-
/** Represents a comparison query using various operators like $eq, $ne, $gt, $in, etc. */
|
|
9
|
-
export type ParadeComparisonQuery = Partial<
|
|
10
|
-
& ComparisonParadeQuery
|
|
11
|
-
>;
|
|
12
|
-
|
|
13
|
-
/** Union of keys representing comparison query operators. */
|
|
14
|
-
export type ParadeComparisonQueryTypes = keyof ParadeComparisonQuery;
|
|
15
|
-
|
|
16
|
-
/** Array containing all valid comparison query operator keys. */
|
|
17
|
-
export const paradeComparisonQueryTypes: ParadeComparisonQueryTypes[] = ['$parade'];
|
|
18
|
-
|
|
19
|
-
/** Represents specialized query types beyond simple comparisons. */
|
|
20
|
-
export type ParadeSpecialQuery<T extends BaseEntity = BaseEntity> =
|
|
21
|
-
| ParadeSearchQuery<T>
|
|
22
|
-
| { $parade: ParadeSpecialQueryObject<T> };
|
|
23
|
-
|
|
24
|
-
/** Union of keys representing special query operators. */
|
|
25
|
-
export type ParadeSpecialQueryTypes = keyof UnionToIntersection<ParadeSpecialQuery>;
|
|
26
|
-
|
|
27
|
-
/** Array containing all valid special query operator keys. */
|
|
28
|
-
export const paradeSpecialQueryTypes: ParadeSpecialQueryTypes[] = ['$parade'];
|
|
29
|
-
|
|
30
|
-
/** Represents a ParadeDB query on a specific field. */
|
|
31
|
-
export type ComparisonParadeQuery = {
|
|
32
|
-
$parade: ParadeComparisonQueryObject,
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
/** Represents a term in a proximity query. */
|
|
36
|
-
export type ParadeProximityTerm = string | { regex: string, maxExpansions?: number } | { array: readonly (string | { regex: string, maxExpansions?: number })[] };
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Represents a bound for a ParadeDB range query.
|
|
40
|
-
*/
|
|
41
|
-
type ParadeRangeBound<V> = { included: V } | { excluded: V };
|
|
42
|
-
|
|
43
|
-
/** A recursive type representing the rich ParadeDB / Tantivy query DSL for FIELD-LEVEL queries. */
|
|
44
|
-
export type ParadeComparisonQueryObject = {
|
|
45
|
-
term?: { value: any, boost?: number, const?: number },
|
|
46
|
-
fuzzyTerm?: { value: string, distance?: number, transpositionCostOne?: boolean, prefix?: boolean, boost?: number, const?: number },
|
|
47
|
-
regex?: { pattern: string, boost?: number, const?: number },
|
|
48
|
-
phrase?: { phrases: readonly string[], slop?: number, boost?: number, const?: number },
|
|
49
|
-
match?: { value: string, distance?: number, prefix?: boolean, conjunctionMode?: boolean, tokenizer?: ParadeTokenizerObject, transpositionCostOne?: boolean, boost?: number, const?: number },
|
|
50
|
-
exists?: null,
|
|
51
|
-
range?: { lowerBound?: ParadeRangeBound<any> | null, upperBound?: ParadeRangeBound<any> | null, isDatetime?: boolean },
|
|
52
|
-
termSet?: { terms: readonly string[], conjunctionMode?: boolean },
|
|
53
|
-
phrasePrefix?: { phrases: readonly string[], maxExpansions?: number },
|
|
54
|
-
regexPhrase?: { regexes: readonly string[], slop?: number, maxExpansions?: number },
|
|
55
|
-
rangeTerm?: { value: any, operator?: 'Intersects' | 'Contains' | 'Within' },
|
|
56
|
-
proximity?: {
|
|
57
|
-
ordered?: boolean,
|
|
58
|
-
distance: number,
|
|
59
|
-
terms: readonly [ParadeProximityTerm, ParadeProximityTerm, ...ParadeProximityTerm[]],
|
|
60
|
-
},
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* A type representing the rich ParadeDB / Tantivy query DSL for TOP-LEVEL queries.
|
|
65
|
-
*/
|
|
66
|
-
export type ParadeSpecialQueryObject<T extends BaseEntity = BaseEntity> = {
|
|
67
|
-
all?: null,
|
|
68
|
-
empty?: null,
|
|
69
|
-
moreLikeThis?: {
|
|
70
|
-
keyValue?: any,
|
|
71
|
-
document?: Record<TargetColumnPath<T>>,
|
|
72
|
-
fields?: readonly TargetColumnPath<T>[],
|
|
73
|
-
minDocFrequency?: number,
|
|
74
|
-
maxDocFrequency?: number,
|
|
75
|
-
minTermFrequency?: number,
|
|
76
|
-
maxQueryTerms?: number,
|
|
77
|
-
minWordLength?: number,
|
|
78
|
-
maxWordLength?: number,
|
|
79
|
-
stopWords?: readonly string[],
|
|
80
|
-
},
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* Represents a ParadeDB search using its native JSON-based query language,
|
|
85
|
-
* or a simplified multi-field match query.
|
|
86
|
-
*/
|
|
87
|
-
export type ParadeSearchQuery<T extends BaseEntity = BaseEntity> = {
|
|
88
|
-
$parade: {
|
|
89
|
-
/** The fields to search across. */
|
|
90
|
-
fields: readonly [TargetColumnPath<T>, ...TargetColumnPath<T>[]],
|
|
91
|
-
|
|
92
|
-
/** The search query string. */
|
|
93
|
-
query: string | SQL<string>,
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* The conjunction mode for token matching within the query string.
|
|
97
|
-
* `true` for AND (all terms must match), `false` for OR (any term can match).
|
|
98
|
-
* Defaults to `false` (OR).
|
|
99
|
-
*/
|
|
100
|
-
conjunction?: boolean,
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* If greater than zero, enables fuzzy matching.
|
|
104
|
-
* Specifies the maximum Levenshtein distance (edit distance). Max value is 2.
|
|
105
|
-
* @default 0
|
|
106
|
-
*/
|
|
107
|
-
distance?: number,
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* When `true` and fuzzy matching is enabled, considers transpositions as a single edit.
|
|
111
|
-
* @default true
|
|
112
|
-
*/
|
|
113
|
-
transpositionCostOne?: boolean,
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* When `true` and fuzzy matching is enabled, allows prefix matching.
|
|
117
|
-
* @default false
|
|
118
|
-
*/
|
|
119
|
-
prefix?: boolean,
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* The alias of a field configuration to use for the search.
|
|
123
|
-
* If specified, all fields must have this alias defined.
|
|
124
|
-
*/
|
|
125
|
-
alias?: string,
|
|
126
|
-
},
|
|
127
|
-
};
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* Represents a ParadeDB tokenizer configuration object for a `match` query.
|
|
131
|
-
*/
|
|
132
|
-
export type ParadeTokenizerObject = {
|
|
133
|
-
type: LiteralUnion<'default' | 'whitespace' | 'raw' | 'keyword' | 'regex' | 'ngram' | 'source_code' | 'chinese_compatible' | 'chinese_lindera' | 'korean_lindera' | 'japanese_lindera' | 'jieba' | 'icu', string>,
|
|
134
|
-
[key: string]: any,
|
|
135
|
-
};
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module
|
|
3
|
-
* Defines types used by ORM repositories for operations like loading, updating, and creating entities.
|
|
4
|
-
* Includes types for ordering, loading options, and entity data structures for create/update operations.
|
|
5
|
-
*/
|
|
6
|
-
import type { Path, Record, SimplifyObject, TypedOmit } from '#/types/index.js';
|
|
7
|
-
import type { UntaggedDeep } from '#/types/tagged.js';
|
|
8
|
-
import type { AnyColumn, SQL, SQLWrapper } from 'drizzle-orm';
|
|
9
|
-
import type { PartialDeep } from 'type-fest';
|
|
10
|
-
import type { BaseEntity, Entity, EntityMetadata } from './entity.js';
|
|
11
|
-
import type { FullTextSearchQuery, Query } from './query/index.js';
|
|
12
|
-
import type { TsHeadlineOptions } from './sqls.js';
|
|
13
|
-
|
|
14
|
-
type WithSql<T> = { [P in keyof T]: T[P] extends Record ? WithSql<T[P]> : (T[P] | SQL) };
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Specifies the target column (e.g. for ordering, distinct on), which can be a property path within the entity
|
|
18
|
-
* or a raw Drizzle SQLWrapper for a complex target.
|
|
19
|
-
* @template T - The entity type.
|
|
20
|
-
*/
|
|
21
|
-
export type TargetColumnPath<T extends BaseEntity = BaseEntity> = Path<UntaggedDeep<T>>;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Specifies the target column (e.g. for ordering, distinct on), which can be a property path within the entity
|
|
25
|
-
* or a raw Drizzle SQLWrapper for a complex target.
|
|
26
|
-
* @template T - The entity type.
|
|
27
|
-
*/
|
|
28
|
-
export type TargetColumn<T extends BaseEntity = BaseEntity> = TargetColumnPath<T> | SQL | SQL.Aliased | AnyColumn;
|
|
29
|
-
|
|
30
|
-
/** Specifies the direction for ordering results ('asc' or 'desc'). */
|
|
31
|
-
export type OrderDirection = 'asc' | 'desc';
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Defines how results should be ordered. Can be a single target, an array of targets
|
|
35
|
-
* (optionally with direction), or an object mapping property paths to directions.
|
|
36
|
-
* @template T - The entity type.
|
|
37
|
-
*/
|
|
38
|
-
export type Order<T extends BaseEntity> = TargetColumn<T> | (TargetColumn<T> | [TargetColumn<T>, OrderDirection])[] | Partial<Record<Exclude<TargetColumn<T>, SQLWrapper>, OrderDirection>>;
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Options object containing ordering configuration.
|
|
42
|
-
* @template T - The entity type.
|
|
43
|
-
*/
|
|
44
|
-
export type OrderOptions<T extends BaseEntity> = { order?: Order<T> };
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Options for loading a single entity, including ordering and offset.
|
|
48
|
-
* @template T - The entity type.
|
|
49
|
-
*/
|
|
50
|
-
export type LoadOptions<T extends BaseEntity> = OrderOptions<T> & { offset?: number };
|
|
51
|
-
/**
|
|
52
|
-
* Options for loading multiple entities, including ordering, offset, and limit.
|
|
53
|
-
* @template T - The entity type.
|
|
54
|
-
*/
|
|
55
|
-
export type LoadManyOptions<T extends BaseEntity> = LoadOptions<T> & { limit?: number, distinct?: boolean | TargetColumn<T>[] };
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Options for ranking search results.
|
|
59
|
-
*/
|
|
60
|
-
export type RankOptions = {
|
|
61
|
-
/**
|
|
62
|
-
* Array of four numbers to weight D, C, B, and A labels respectively.
|
|
63
|
-
* Defaults to PostgreSQL's default {0.1, 0.2, 0.4, 1.0}.
|
|
64
|
-
*/
|
|
65
|
-
weights?: [number, number, number, number],
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Specifies how a document's length should impact its rank.
|
|
69
|
-
* It's a bitmask, e.g., 0 (default) ignores length, 2 divides by document length.
|
|
70
|
-
* See PostgreSQL documentation for `ts_rank_cd` for more details.
|
|
71
|
-
*/
|
|
72
|
-
normalization?: number,
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Options for highlighting search results.
|
|
77
|
-
*/
|
|
78
|
-
export type HighlightOptions<T extends BaseEntity> = {
|
|
79
|
-
/**
|
|
80
|
-
* The source to generate the highlight from. Can be one or more property paths or a raw SQL expression.
|
|
81
|
-
*/
|
|
82
|
-
source: TargetColumnPath<T> | SQL<string>,
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* If true, includes the byte offsets of highlight matches in the result.
|
|
86
|
-
* @default false
|
|
87
|
-
*/
|
|
88
|
-
includePositions?: boolean,
|
|
89
|
-
} & (TsHeadlineOptions | ParadeDbHighlightOptions);
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Options for highlighting with ParadeDB (`pdb.snippet` or `pdb.snippets`).
|
|
93
|
-
*/
|
|
94
|
-
export type ParadeDbHighlightOptions = {
|
|
95
|
-
/**
|
|
96
|
-
* If true, retrieves multiple snippets using `pdb.snippets`.
|
|
97
|
-
* If false (default), retrieves a single best snippet using `pdb.snippet`.
|
|
98
|
-
*/
|
|
99
|
-
multiple?: boolean,
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* Limits the number of characters in each snippet. Defaults to 150.
|
|
103
|
-
*/
|
|
104
|
-
maxNumChars?: number,
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* The tag to use for the start of a highlighted term. Defaults to '<b>'.
|
|
108
|
-
*/
|
|
109
|
-
startTag?: string,
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* The tag to use for the end of a highlighted term. Defaults to '</b>'.
|
|
113
|
-
*/
|
|
114
|
-
endTag?: string,
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* The maximum number of snippets to return per document. Only used when `multiple` is true.
|
|
118
|
-
* @default 5
|
|
119
|
-
*/
|
|
120
|
-
limit?: number;
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* The number of snippets to skip before returning results. Only used when `multiple` is true.
|
|
124
|
-
* @default 0
|
|
125
|
-
*/
|
|
126
|
-
offset?: number;
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* The order in which to sort the snippets. Can be 'score' (default) or 'position'. Only used when `multiple` is true.
|
|
130
|
-
*/
|
|
131
|
-
sortBy?: 'score' | 'position';
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Options for the `search` method.
|
|
136
|
-
* @template T - The entity type.
|
|
137
|
-
*/
|
|
138
|
-
export type SearchOptions<T extends BaseEntity> = SimplifyObject<TypedOmit<LoadManyOptions<T>, 'order'> & {
|
|
139
|
-
/**
|
|
140
|
-
* The search query to execute.
|
|
141
|
-
*/
|
|
142
|
-
query: FullTextSearchQuery<T>,
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* An additional filter to apply to the search query.
|
|
146
|
-
*/
|
|
147
|
-
filter?: Query<T>,
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* How to order the search results.
|
|
151
|
-
*/
|
|
152
|
-
order?: Order<T> | ((columns: { score: SQL | SQL.Aliased<number> }) => Order<T>),
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* Whether to include a relevance score with each result.
|
|
156
|
-
* - If `true`, the default score is included.
|
|
157
|
-
* - If a function is provided, it customizes the score calculation using the original score.
|
|
158
|
-
* - If no order is specified, results are ordered by score descending, when score is enabled.
|
|
159
|
-
* @default true
|
|
160
|
-
*/
|
|
161
|
-
score?: boolean | ((originalScore: SQL<number>) => SQL<number>),
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Enable and configure ranking of search results.
|
|
165
|
-
* - If `true` (default), results are ordered by score descending using default ranking options.
|
|
166
|
-
* - If an `RankOptions` object is provided, ranking is customized.
|
|
167
|
-
* @default true
|
|
168
|
-
*/
|
|
169
|
-
rank?: boolean | RankOptions,
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* Enable and configure highlighting of search results.
|
|
173
|
-
*/
|
|
174
|
-
highlight?: TargetColumnPath<T> | SQL<string> | HighlightOptions<T>,
|
|
175
|
-
}>;
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Represents a single result from a full-text search operation.
|
|
179
|
-
* @template T - The entity type.
|
|
180
|
-
*/
|
|
181
|
-
export type SearchResult<T extends BaseEntity> = {
|
|
182
|
-
entity: T,
|
|
183
|
-
score?: number,
|
|
184
|
-
highlight?: string | string[],
|
|
185
|
-
/**
|
|
186
|
-
* Byte offsets of highlight matches. Format is an array of start/end pairs.
|
|
187
|
-
* e.g., `[{ start: 14, end: 19 }]`
|
|
188
|
-
*/
|
|
189
|
-
highlightPositions?: [start: number, end: number][],
|
|
190
|
-
};
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* Options for update operations (currently inherits from LoadOptions, primarily for ordering).
|
|
194
|
-
* @template T - The entity type.
|
|
195
|
-
*/
|
|
196
|
-
export type UpdateOptions<T extends BaseEntity> = LoadOptions<T>;
|
|
197
|
-
|
|
198
|
-
/** Type definition for updating entity metadata attributes, allowing partial updates and SQL expressions. */
|
|
199
|
-
export type EntityMetadataUpdate = WithSql<Partial<UntaggedDeep<Pick<EntityMetadata, 'attributes'>>>>;
|
|
200
|
-
|
|
201
|
-
export type EntityMetadataInsert = Partial<Pick<EntityMetadata, 'attributes'>>;
|
|
202
|
-
|
|
203
|
-
/**
|
|
204
|
-
* Represents the data structure for creating a new entity.
|
|
205
|
-
* Excludes 'id' and 'metadata' by default, but allows providing an optional 'id' and partial 'metadata.attributes'.
|
|
206
|
-
* Allows SQL expressions for values.
|
|
207
|
-
* @template T - The entity type.
|
|
208
|
-
*/
|
|
209
|
-
export type NewEntity<T extends Entity | BaseEntity> = T extends Entity
|
|
210
|
-
? WithSql<UntaggedDeep<TypedOmit<T, 'id' | 'metadata'> & { id?: string, metadata?: EntityMetadataInsert }>>
|
|
211
|
-
: WithSql<UntaggedDeep<TypedOmit<T, 'id'> & { id?: string }>>;
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* Represents the data structure for updating an existing entity.
|
|
215
|
-
* Allows partial updates for all properties (using PartialDeep) and specific updates for 'metadata.attributes'.
|
|
216
|
-
* Allows SQL expressions for values.
|
|
217
|
-
* @template T - The entity type.
|
|
218
|
-
*/
|
|
219
|
-
export type EntityUpdate<T extends BaseEntity> = T extends Entity
|
|
220
|
-
? WithSql<PartialDeep<UntaggedDeep<TypedOmit<T, 'metadata'>>>> & { metadata?: EntityMetadataUpdate }
|
|
221
|
-
: WithSql<PartialDeep<UntaggedDeep<T>>>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { JsonPath } from '#/json-path/json-path.js';
|
|
2
|
-
import { createDecorator, type Decorator, type PropertyMetadata } from '#/reflection/index.js';
|
|
3
|
-
import { any, Class, object, Property, Schema, type SchemaDecoratorOptions, type SchemaTestable, schemaTestableToSchema, type SchemaTestOptions, type SchemaTestResult } from '#/schema/index.js';
|
|
4
|
-
import type { Constructor, TypedOmit } from '#/types/index.js';
|
|
5
|
-
import { isDefined } from '#/utils/type-guards.js';
|
|
6
|
-
|
|
7
|
-
export type JsonSchemaOptions<T> = { schema?: SchemaTestable<T> };
|
|
8
|
-
|
|
9
|
-
export class JsonSchema<T> extends Schema<T> {
|
|
10
|
-
readonly name = 'Json';
|
|
11
|
-
readonly innerSchema: Schema<T>;
|
|
12
|
-
|
|
13
|
-
constructor(options?: JsonSchemaOptions<T>) {
|
|
14
|
-
super();
|
|
15
|
-
|
|
16
|
-
this.innerSchema = isDefined(options?.schema) ? schemaTestableToSchema(options.schema) : any();
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
override _test(value: any, path: JsonPath, options: SchemaTestOptions): SchemaTestResult<T> {
|
|
20
|
-
return this.innerSchema._test(value, path, options);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export function json<T>(options?: JsonSchemaOptions<T>): JsonSchema<T> {
|
|
25
|
-
return new JsonSchema(options);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export function JsonProperty(options?: JsonSchemaOptions<any> & TypedOmit<SchemaDecoratorOptions, 'schema'>): Decorator<'class' | 'property' | 'accessor'> {
|
|
29
|
-
const { schema, ...optionsRest } = options ?? {};
|
|
30
|
-
|
|
31
|
-
return createDecorator({ class: true, property: true, accessor: true }, (data, metadata, args) => {
|
|
32
|
-
if (data.type == 'class') {
|
|
33
|
-
return Class({ schema: json({ schema: schema ?? object({}, { unknownPropertiesKey: any(), unknownProperties: any(), factory: { type: data.constructor as Constructor } }) }) })(args[0] as Constructor);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
return Property(json({ schema: schema ?? object({}, { unknownPropertiesKey: any(), unknownProperties: any(), factory: { type: (metadata as PropertyMetadata).type as Constructor } }) }), optionsRest)(args[0], args[1]!, args[2]!);
|
|
37
|
-
});
|
|
38
|
-
}
|