@tstdl/base 0.93.36 → 0.93.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/audit → audit}/audit.model.d.ts +1 -1
- package/{dist/audit → audit}/audit.model.js +1 -1
- package/{dist/audit → audit}/auditor.d.ts +4 -4
- package/{dist/audit → audit}/auditor.js +4 -4
- package/{dist/audit → audit}/schemas.d.ts +2 -2
- package/{dist/document-management → document-management}/server/schemas.d.ts +2 -2
- package/{dist/document-management → document-management}/server/services/document-property.service.d.ts +2 -2
- package/package.json +1 -1
- package/tsconfig.json +46 -17
- package/.eslintrc.json.bak +0 -281
- package/.repomix/bundles.json +0 -100
- package/.repomix/config/all-repomix.config.json +0 -31
- package/.repomix/config/debug-repomix.config.json +0 -31
- package/.repomix/config/dm-repomix.config.json +0 -31
- package/.vscode/launch.json +0 -16
- package/README.md +0 -100
- package/container/postgres/init/bootstrap.sql +0 -8
- package/container/postgres/postgresql.conf +0 -2
- package/deno.json +0 -8
- package/deno.lock +0 -847
- package/dist/eslint.config.js +0 -86
- package/dist/package.json +0 -190
- package/dist/tools/fetch-mime-types.d.ts +0 -1
- package/dist/tools/fetch-mime-types.js +0 -14
- package/dist/tsconfig.json +0 -50
- package/dist/tsconfig.server.json +0 -6
- package/docker-compose.yml +0 -30
- package/generate-readmes.ts +0 -340
- package/scripts/generate-context7-docs.sh +0 -52
- package/scripts/manage-orm.sh +0 -63
- package/source/ai/README.md +0 -281
- package/source/ai/ai-file.service.ts +0 -292
- package/source/ai/ai-session.ts +0 -63
- package/source/ai/ai.service.ts +0 -626
- package/source/ai/functions.ts +0 -49
- package/source/ai/index.ts +0 -6
- package/source/ai/module.ts +0 -16
- package/source/ai/types.ts +0 -263
- package/source/api/README.md +0 -257
- package/source/api/client/client.ts +0 -221
- package/source/api/client/index.ts +0 -1
- package/source/api/default-error-handlers.ts +0 -37
- package/source/api/index.ts +0 -9
- package/source/api/response.ts +0 -173
- package/source/api/server/api-controller.ts +0 -69
- package/source/api/server/api-request-token.provider.ts +0 -32
- package/source/api/server/error-handler.ts +0 -13
- package/source/api/server/gateway.ts +0 -347
- package/source/api/server/index.ts +0 -5
- package/source/api/server/middlewares/allowed-methods.middleware.ts +0 -19
- package/source/api/server/middlewares/catch-error.middleware.ts +0 -18
- package/source/api/server/middlewares/content-type.middleware.ts +0 -22
- package/source/api/server/middlewares/cors.middleware.ts +0 -73
- package/source/api/server/middlewares/index.ts +0 -5
- package/source/api/server/middlewares/response-time.middleware.ts +0 -12
- package/source/api/server/module.ts +0 -34
- package/source/api/server/tokens.ts +0 -12
- package/source/api/types.ts +0 -195
- package/source/api/utils.ts +0 -27
- package/source/application/README.md +0 -234
- package/source/application/application.ts +0 -173
- package/source/application/index.ts +0 -2
- package/source/application/providers.ts +0 -68
- package/source/audit/README.md +0 -272
- package/source/audit/audit.model.ts +0 -161
- package/source/audit/auditor.ts +0 -309
- package/source/audit/drizzle/0000_bored_stick.sql +0 -26
- package/source/audit/drizzle/meta/0000_snapshot.json +0 -195
- package/source/audit/drizzle/meta/_journal.json +0 -13
- package/source/audit/drizzle.config.ts +0 -13
- package/source/audit/index.ts +0 -5
- package/source/audit/module.ts +0 -40
- package/source/audit/schemas.ts +0 -11
- package/source/audit/types.ts +0 -29
- package/source/authentication/README.md +0 -288
- package/source/authentication/authentication.api.ts +0 -182
- package/source/authentication/client/api.client.ts +0 -36
- package/source/authentication/client/authentication.service.ts +0 -488
- package/source/authentication/client/http-client.middleware.ts +0 -32
- package/source/authentication/client/index.ts +0 -5
- package/source/authentication/client/module.ts +0 -56
- package/source/authentication/client/tokens.ts +0 -17
- package/source/authentication/errors/index.ts +0 -1
- package/source/authentication/errors/secret-requirements.error.ts +0 -9
- package/source/authentication/index.ts +0 -10
- package/source/authentication/models/authentication-credentials.model.ts +0 -24
- package/source/authentication/models/authentication-session.model.ts +0 -30
- package/source/authentication/models/index.ts +0 -6
- package/source/authentication/models/init-secret-reset-data.model.ts +0 -19
- package/source/authentication/models/secret-check-result.model.ts +0 -5
- package/source/authentication/models/token-payload-base.model.ts +0 -48
- package/source/authentication/models/token.model.ts +0 -61
- package/source/authentication/server/authentication-ancillary.service.ts +0 -64
- package/source/authentication/server/authentication-api-request-token.provider.ts +0 -30
- package/source/authentication/server/authentication-secret-requirements.validator.ts +0 -84
- package/source/authentication/server/authentication.api-controller.ts +0 -225
- package/source/authentication/server/authentication.audit.ts +0 -15
- package/source/authentication/server/authentication.service.ts +0 -833
- package/source/authentication/server/drizzle/0000_calm_warlock.sql +0 -28
- package/source/authentication/server/drizzle/meta/0000_snapshot.json +0 -189
- package/source/authentication/server/drizzle/meta/_journal.json +0 -13
- package/source/authentication/server/drizzle.config.ts +0 -13
- package/source/authentication/server/helper.ts +0 -140
- package/source/authentication/server/index.ts +0 -8
- package/source/authentication/server/module.ts +0 -69
- package/source/authentication/server/schemas.ts +0 -7
- package/source/browser/README.md +0 -311
- package/source/browser/browser-context-controller.ts +0 -149
- package/source/browser/browser-controller.ts +0 -118
- package/source/browser/browser.service.ts +0 -115
- package/source/browser/document-controller.ts +0 -114
- package/source/browser/element-controller.ts +0 -348
- package/source/browser/frame-controller.ts +0 -40
- package/source/browser/index.ts +0 -17
- package/source/browser/locator-controller.ts +0 -51
- package/source/browser/module.ts +0 -48
- package/source/browser/page-controller.ts +0 -203
- package/source/browser/pdf-options.ts +0 -68
- package/source/browser/types.ts +0 -21
- package/source/browser/utils.ts +0 -144
- package/source/cancellation/README.md +0 -301
- package/source/cancellation/index.ts +0 -6
- package/source/cancellation/token.ts +0 -339
- package/source/collections/awaitable/awaitable-list.ts +0 -135
- package/source/collections/awaitable/awaitable-map.ts +0 -124
- package/source/collections/awaitable/awaitable-set.ts +0 -113
- package/source/collections/awaitable/index.ts +0 -3
- package/source/collections/collection.ts +0 -10
- package/source/collections/index.ts +0 -12
- package/source/collections/keyed-set.ts +0 -104
- package/source/collections/list.ts +0 -18
- package/source/collections/observable/index.ts +0 -8
- package/source/collections/observable/observable-array.ts +0 -132
- package/source/collections/observable/observable-collection-base.ts +0 -119
- package/source/collections/observable/observable-collection.ts +0 -27
- package/source/collections/observable/observable-list-base.ts +0 -90
- package/source/collections/observable/observable-list.ts +0 -26
- package/source/collections/observable/observable-map.ts +0 -78
- package/source/collections/observable/observable-set.ts +0 -133
- package/source/collections/observable/observable-sorted-array-list.ts +0 -227
- package/source/collections/sorted-array-list.ts +0 -210
- package/source/collections/sorted-list.ts +0 -14
- package/source/collections/sorted-map.ts +0 -105
- package/source/constants.ts +0 -1
- package/source/context/context.ts +0 -92
- package/source/context/index.ts +0 -1
- package/source/cookie/cookie.ts +0 -99
- package/source/cookie/index.ts +0 -7
- package/source/core.ts +0 -34
- package/source/css/css-variables.ts +0 -73
- package/source/css/index.ts +0 -1
- package/source/data-structures/README.md +0 -330
- package/source/data-structures/array-dictionary.ts +0 -121
- package/source/data-structures/array-list.ts +0 -144
- package/source/data-structures/cache.ts +0 -67
- package/source/data-structures/circular-buffer.ts +0 -260
- package/source/data-structures/collection.ts +0 -137
- package/source/data-structures/context-data-map.ts +0 -60
- package/source/data-structures/dictionary.ts +0 -77
- package/source/data-structures/distinct-collection.ts +0 -113
- package/source/data-structures/index-out-of-bounds.error.ts +0 -11
- package/source/data-structures/index.ts +0 -24
- package/source/data-structures/iterable-weak-map.ts +0 -172
- package/source/data-structures/linked-list.ts +0 -478
- package/source/data-structures/list.ts +0 -164
- package/source/data-structures/map-dictionary.ts +0 -77
- package/source/data-structures/multi-key-map.ts +0 -204
- package/source/data-structures/multi-key-set.ts +0 -82
- package/source/data-structures/set-collection.ts +0 -115
- package/source/data-structures/sorted-array-list.ts +0 -172
- package/source/data-structures/weak-ref-map.ts +0 -171
- package/source/decorators/index.ts +0 -7
- package/source/decorators/log.ts +0 -46
- package/source/disposable/disposable.ts +0 -13
- package/source/disposable/index.ts +0 -2
- package/source/disposable/using.ts +0 -17
- package/source/distributed-loop/controller.ts +0 -4
- package/source/distributed-loop/distributed-loop.ts +0 -88
- package/source/distributed-loop/index.ts +0 -9
- package/source/distributed-loop/provider.ts +0 -16
- package/source/document-management/CONCEPT.md +0 -166
- package/source/document-management/README.md +0 -409
- package/source/document-management/api/document-management.api.ts +0 -235
- package/source/document-management/api/index.ts +0 -1
- package/source/document-management/authorization/document-management-authorization.service.ts +0 -99
- package/source/document-management/authorization/index.ts +0 -2
- package/source/document-management/authorization/policies.ts +0 -19
- package/source/document-management/index.ts +0 -5
- package/source/document-management/localizations/english.ts +0 -11
- package/source/document-management/localizations/german.ts +0 -11
- package/source/document-management/localizations/index.ts +0 -12
- package/source/document-management/localizations/localization.ts +0 -9
- package/source/document-management/models/document-assignment-scope.model.ts +0 -27
- package/source/document-management/models/document-assignment-task.model.ts +0 -30
- package/source/document-management/models/document-category.model.ts +0 -20
- package/source/document-management/models/document-collection-assignment.model.ts +0 -25
- package/source/document-management/models/document-collection.model.ts +0 -15
- package/source/document-management/models/document-management-table.ts +0 -6
- package/source/document-management/models/document-property-value.model.ts +0 -41
- package/source/document-management/models/document-property.model.ts +0 -30
- package/source/document-management/models/document-request-collection-assignment.model.ts +0 -24
- package/source/document-management/models/document-request-template.ts +0 -23
- package/source/document-management/models/document-request.model.ts +0 -44
- package/source/document-management/models/document-requests-template.ts +0 -15
- package/source/document-management/models/document-tag-assignment.model.ts +0 -22
- package/source/document-management/models/document-tag.model.ts +0 -15
- package/source/document-management/models/document-type-property.model.ts +0 -19
- package/source/document-management/models/document-type-validation.model.ts +0 -20
- package/source/document-management/models/document-type.model.ts +0 -20
- package/source/document-management/models/document-validation-definition.model.ts +0 -24
- package/source/document-management/models/document-validation-execution-related-document.model.ts +0 -23
- package/source/document-management/models/document-validation-execution.model.ts +0 -57
- package/source/document-management/models/document-workflow.model.ts +0 -68
- package/source/document-management/models/document.model.ts +0 -64
- package/source/document-management/models/index.ts +0 -22
- package/source/document-management/server/api/document-management.api.ts +0 -322
- package/source/document-management/server/api/index.ts +0 -1
- package/source/document-management/server/configure.ts +0 -10
- package/source/document-management/server/drizzle/0000_ordinary_pretty_boy.sql +0 -362
- package/source/document-management/server/drizzle/meta/0000_snapshot.json +0 -2680
- package/source/document-management/server/drizzle/meta/_journal.json +0 -13
- package/source/document-management/server/drizzle.config.ts +0 -13
- package/source/document-management/server/index.ts +0 -5
- package/source/document-management/server/module.ts +0 -30
- package/source/document-management/server/schemas.ts +0 -37
- package/source/document-management/server/services/document-category-type.service.ts +0 -95
- package/source/document-management/server/services/document-collection.service.ts +0 -100
- package/source/document-management/server/services/document-file.service.ts +0 -213
- package/source/document-management/server/services/document-management-ai.service.ts +0 -393
- package/source/document-management/server/services/document-management-ancillary.service.ts +0 -11
- package/source/document-management/server/services/document-management-observation.service.ts +0 -185
- package/source/document-management/server/services/document-management.service.ts +0 -411
- package/source/document-management/server/services/document-property.service.ts +0 -184
- package/source/document-management/server/services/document-request.service.ts +0 -142
- package/source/document-management/server/services/document-tag.service.ts +0 -70
- package/source/document-management/server/services/document-validation.service.ts +0 -187
- package/source/document-management/server/services/document-workflow.service.ts +0 -205
- package/source/document-management/server/services/document.service.ts +0 -197
- package/source/document-management/server/services/enum-type-key.ts +0 -1
- package/source/document-management/server/services/index.ts +0 -15
- package/source/document-management/server/services/singleton.ts +0 -12
- package/source/document-management/server/validators/ai-validation-executor.ts +0 -60
- package/source/document-management/server/validators/index.ts +0 -2
- package/source/document-management/server/validators/single-document-validation-executor.ts +0 -27
- package/source/document-management/server/validators/validator.ts +0 -23
- package/source/document-management/service-models/categories-and-types.view-model.ts +0 -10
- package/source/document-management/service-models/document-collection-metadata.service-model.ts +0 -15
- package/source/document-management/service-models/document-folders.view-model.ts +0 -35
- package/source/document-management/service-models/document-management.view-model.ts +0 -123
- package/source/document-management/service-models/document-requests-template.view-model.ts +0 -12
- package/source/document-management/service-models/document.service-model.ts +0 -157
- package/source/document-management/service-models/enriched/enriched-document-assignment.view.ts +0 -47
- package/source/document-management/service-models/enriched/enriched-document-category.view.ts +0 -75
- package/source/document-management/service-models/enriched/enriched-document-collection.view.ts +0 -72
- package/source/document-management/service-models/enriched/enriched-document-management-data.view.ts +0 -103
- package/source/document-management/service-models/enriched/enriched-document-request.view.ts +0 -48
- package/source/document-management/service-models/enriched/enriched-document-type.view.ts +0 -34
- package/source/document-management/service-models/enriched/enriched-document.view.ts +0 -97
- package/source/document-management/service-models/enriched/enriched-requests-template-data.model.ts +0 -35
- package/source/document-management/service-models/enriched/enriched.ts +0 -64
- package/source/document-management/service-models/enriched/index.ts +0 -9
- package/source/document-management/service-models/index.ts +0 -8
- package/source/document-management/service-models/stats.view-model.ts +0 -21
- package/source/dom/file-download.ts +0 -19
- package/source/dom/file-select-dialog.ts +0 -32
- package/source/dom/index.ts +0 -3
- package/source/dom/observation/index.ts +0 -6
- package/source/dom/observation/intersection-observer.ts +0 -61
- package/source/dom/observation/media-query-observer.ts +0 -19
- package/source/dom/observation/mutation-observer.ts +0 -43
- package/source/dom/observation/performance-observer.ts +0 -56
- package/source/dom/observation/resize-observer.ts +0 -46
- package/source/dom/observation/touch-observer.ts +0 -25
- package/source/enumerable/README.md +0 -192
- package/source/enumerable/async-enumerable.ts +0 -320
- package/source/enumerable/enumerable-methods.ts +0 -47
- package/source/enumerable/enumerable.ts +0 -243
- package/source/enumerable/index.ts +0 -8
- package/source/enumeration/README.md +0 -100
- package/source/enumeration/enumeration.ts +0 -26
- package/source/enumeration/index.ts +0 -1
- package/source/environment.ts +0 -41
- package/source/errors/README.md +0 -156
- package/source/errors/api.error.ts +0 -16
- package/source/errors/assertion.error.ts +0 -9
- package/source/errors/bad-request.error.ts +0 -9
- package/source/errors/custom.error.ts +0 -74
- package/source/errors/details.error.ts +0 -13
- package/source/errors/errors.localization.ts +0 -228
- package/source/errors/forbidden.error.ts +0 -9
- package/source/errors/index.ts +0 -25
- package/source/errors/invalid-credentials.error.ts +0 -9
- package/source/errors/invalid-token.error.ts +0 -9
- package/source/errors/max-bytes-exceeded.error.ts +0 -13
- package/source/errors/method-not-allowed.error.ts +0 -9
- package/source/errors/multi.error.ts +0 -13
- package/source/errors/not-found.error.ts +0 -9
- package/source/errors/not-implemented.error.ts +0 -9
- package/source/errors/not-supported.error.ts +0 -16
- package/source/errors/timeout.error.ts +0 -9
- package/source/errors/unauthorized.error.ts +0 -9
- package/source/errors/unsupported-media-type.error.ts +0 -9
- package/source/errors/utils.ts +0 -13
- package/source/examples/api/authentication.ts +0 -71
- package/source/examples/api/basic-overview.ts +0 -111
- package/source/examples/api/custom-authentication.ts +0 -140
- package/source/examples/api/streaming.ts +0 -127
- package/source/examples/browser/basic.ts +0 -35
- package/source/examples/document-management/categories-and-types.ts +0 -820
- package/source/examples/document-management/main.ts +0 -171
- package/source/examples/http/client.ts +0 -29
- package/source/examples/mail/basic.ts +0 -64
- package/source/examples/mail/templates/hello-name.tsx +0 -30
- package/source/examples/pdf/basic.ts +0 -70
- package/source/examples/pdf/templates/hello-name.hbs +0 -12
- package/source/examples/pdf/templates/hello-name.ts +0 -49
- package/source/examples/reflection/basic.ts +0 -38
- package/source/examples/template/basic.ts +0 -48
- package/source/examples/template/templates/hello-jsx.tsx +0 -17
- package/source/examples/template/templates/hello-name.hbs +0 -12
- package/source/examples/template/templates/hello-name.ts +0 -26
- package/source/file/index.ts +0 -2
- package/source/file/mime-type.ts +0 -21
- package/source/file/mime-types.ts +0 -773
- package/source/file/server/index.ts +0 -1
- package/source/file/server/temporary-file.ts +0 -67
- package/source/formats/formats.ts +0 -192
- package/source/formats/index.ts +0 -1
- package/source/function/index.ts +0 -7
- package/source/function/log.ts +0 -46
- package/source/http/README.md +0 -367
- package/source/http/client/adapters/undici.adapter.ts +0 -143
- package/source/http/client/http-client-options.ts +0 -12
- package/source/http/client/http-client-request.ts +0 -249
- package/source/http/client/http-client-response.ts +0 -58
- package/source/http/client/http-client.adapter.ts +0 -9
- package/source/http/client/http-client.ts +0 -391
- package/source/http/client/index.ts +0 -8
- package/source/http/client/middleware.ts +0 -8
- package/source/http/client/module.ts +0 -39
- package/source/http/client/tokens.ts +0 -4
- package/source/http/cookie-parser.ts +0 -30
- package/source/http/http-body.ts +0 -77
- package/source/http/http-form.ts +0 -27
- package/source/http/http-headers.ts +0 -124
- package/source/http/http-query.ts +0 -26
- package/source/http/http-url-parameters.ts +0 -17
- package/source/http/http-value-map.ts +0 -147
- package/source/http/http.error.ts +0 -89
- package/source/http/index.ts +0 -19
- package/source/http/server/http-server-request.ts +0 -40
- package/source/http/server/http-server-response.ts +0 -75
- package/source/http/server/http-server.ts +0 -18
- package/source/http/server/index.ts +0 -3
- package/source/http/server/node/index.ts +0 -2
- package/source/http/server/node/module.ts +0 -20
- package/source/http/server/node/node-http-server.ts +0 -270
- package/source/http/tokens.ts +0 -5
- package/source/http/types.ts +0 -51
- package/source/http/utils.ts +0 -143
- package/source/image-service/image-service.ts +0 -57
- package/source/image-service/imgproxy/imgproxy-image-service.ts +0 -115
- package/source/image-service/imgproxy/index.ts +0 -1
- package/source/image-service/index.ts +0 -8
- package/source/import.ts +0 -3
- package/source/index.ts +0 -9
- package/source/injector/README.md +0 -389
- package/source/injector/decorators.ts +0 -252
- package/source/injector/index.ts +0 -18
- package/source/injector/inject.ts +0 -181
- package/source/injector/injector.ts +0 -919
- package/source/injector/interfaces.ts +0 -28
- package/source/injector/provider.ts +0 -89
- package/source/injector/registration.error.ts +0 -12
- package/source/injector/resolution.ts +0 -25
- package/source/injector/resolve-chain.ts +0 -166
- package/source/injector/resolve.error.ts +0 -11
- package/source/injector/symbols.ts +0 -3
- package/source/injector/token.ts +0 -54
- package/source/injector/type-info.ts +0 -30
- package/source/injector/types.ts +0 -80
- package/source/interfaces.ts +0 -3
- package/source/intl/index.ts +0 -1
- package/source/intl/number-parser.ts +0 -50
- package/source/json-path/index.ts +0 -7
- package/source/json-path/json-path.ts +0 -226
- package/source/jsx/index.ts +0 -2
- package/source/jsx/is-component-class.ts +0 -9
- package/source/jsx/render-to-string.tsx +0 -23
- package/source/key-value-store/README.md +0 -231
- package/source/key-value-store/index.ts +0 -8
- package/source/key-value-store/key-value-store.provider.ts +0 -6
- package/source/key-value-store/key-value.store.ts +0 -68
- package/source/key-value-store/postgres/drizzle/0000_shocking_slipstream.sql +0 -12
- package/source/key-value-store/postgres/drizzle/meta/0000_snapshot.json +0 -97
- package/source/key-value-store/postgres/drizzle/meta/_journal.json +0 -13
- package/source/key-value-store/postgres/drizzle.config.ts +0 -13
- package/source/key-value-store/postgres/index.ts +0 -2
- package/source/key-value-store/postgres/key-value-store.service.ts +0 -75
- package/source/key-value-store/postgres/models/index.ts +0 -2
- package/source/key-value-store/postgres/models/key-value.model.ts +0 -15
- package/source/key-value-store/postgres/models/schemas.ts +0 -6
- package/source/key-value-store/postgres/module.ts +0 -31
- package/source/lock/README.md +0 -214
- package/source/lock/index.ts +0 -8
- package/source/lock/lock.ts +0 -133
- package/source/lock/postgres/drizzle/0000_busy_tattoo.sql +0 -7
- package/source/lock/postgres/drizzle/meta/0000_snapshot.json +0 -65
- package/source/lock/postgres/drizzle/meta/_journal.json +0 -13
- package/source/lock/postgres/drizzle.config.ts +0 -13
- package/source/lock/postgres/index.ts +0 -2
- package/source/lock/postgres/lock.ts +0 -145
- package/source/lock/postgres/models/index.ts +0 -2
- package/source/lock/postgres/models/lock.model.ts +0 -16
- package/source/lock/postgres/models/schemas.ts +0 -6
- package/source/lock/postgres/module.ts +0 -34
- package/source/lock/postgres/provider.ts +0 -22
- package/source/lock/provider.ts +0 -42
- package/source/lock/web/index.ts +0 -3
- package/source/lock/web/module.ts +0 -13
- package/source/lock/web/web-lock.provider.ts +0 -11
- package/source/lock/web/web-lock.ts +0 -101
- package/source/logger/README.md +0 -257
- package/source/logger/formatter.ts +0 -15
- package/source/logger/formatters/index.ts +0 -2
- package/source/logger/formatters/json.ts +0 -28
- package/source/logger/formatters/pretty-print.ts +0 -58
- package/source/logger/index.ts +0 -14
- package/source/logger/level.ts +0 -12
- package/source/logger/logger.ts +0 -156
- package/source/logger/manager.ts +0 -96
- package/source/logger/tokens.ts +0 -4
- package/source/logger/transport.ts +0 -27
- package/source/logger/transports/console.ts +0 -38
- package/source/logger/transports/index.ts +0 -1
- package/source/mail/README.md +0 -225
- package/source/mail/clients/index.ts +0 -1
- package/source/mail/clients/nodemailer.mail-client.ts +0 -90
- package/source/mail/drizzle/0000_previous_malcolm_colcord.sql +0 -13
- package/source/mail/drizzle/0001_flimsy_bloodscream.sql +0 -5
- package/source/mail/drizzle/meta/0000_snapshot.json +0 -100
- package/source/mail/drizzle/meta/0001_snapshot.json +0 -69
- package/source/mail/drizzle/meta/_journal.json +0 -20
- package/source/mail/drizzle.config.ts +0 -13
- package/source/mail/index.ts +0 -12
- package/source/mail/mail.client.ts +0 -33
- package/source/mail/mail.service.ts +0 -73
- package/source/mail/models/index.ts +0 -7
- package/source/mail/models/mail-address.model.ts +0 -1
- package/source/mail/models/mail-content.model.ts +0 -4
- package/source/mail/models/mail-data.model.ts +0 -24
- package/source/mail/models/mail-log.model.ts +0 -22
- package/source/mail/models/mail-send-result.model.ts +0 -8
- package/source/mail/models/mail-template.model.ts +0 -17
- package/source/mail/models/schemas.ts +0 -6
- package/source/mail/module.ts +0 -45
- package/source/mail/tokens.ts +0 -4
- package/source/memory/finalization.ts +0 -62
- package/source/memory/index.ts +0 -8
- package/source/memory/observable-finalization-registry.ts +0 -14
- package/source/message-bus/README.md +0 -245
- package/source/message-bus/broadcast-channel/broadcast-channel-message-bus-provider.ts +0 -14
- package/source/message-bus/broadcast-channel/broadcast-channel-message-bus.ts +0 -63
- package/source/message-bus/broadcast-channel/index.ts +0 -3
- package/source/message-bus/broadcast-channel/module.ts +0 -13
- package/source/message-bus/index.ts +0 -11
- package/source/message-bus/local/index.ts +0 -3
- package/source/message-bus/local/local-message-bus-provider.ts +0 -27
- package/source/message-bus/local/local-message-bus.ts +0 -43
- package/source/message-bus/local/module.ts +0 -13
- package/source/message-bus/local/types.ts +0 -4
- package/source/message-bus/message-bus-base.ts +0 -65
- package/source/message-bus/message-bus-provider.ts +0 -5
- package/source/message-bus/message-bus.ts +0 -24
- package/source/module/README.md +0 -169
- package/source/module/index.ts +0 -8
- package/source/module/module.ts +0 -64
- package/source/module/modules/function.module.ts +0 -24
- package/source/module/modules/index.ts +0 -2
- package/source/module/modules/web-server.module.ts +0 -64
- package/source/object-storage/README.md +0 -272
- package/source/object-storage/index.ts +0 -10
- package/source/object-storage/object-storage-provider.ts +0 -9
- package/source/object-storage/object-storage.ts +0 -137
- package/source/object-storage/object.ts +0 -23
- package/source/object-storage/s3/index.ts +0 -3
- package/source/object-storage/s3/s3.object-storage-provider.ts +0 -86
- package/source/object-storage/s3/s3.object-storage.ts +0 -253
- package/source/object-storage/s3/s3.object.ts +0 -56
- package/source/openid-connect/cached-oidc-configuration.service.ts +0 -39
- package/source/openid-connect/index.ts +0 -17
- package/source/openid-connect/oidc-configuration.service.ts +0 -47
- package/source/openid-connect/oidc-state.model.ts +0 -27
- package/source/openid-connect/oidc.service-model.ts +0 -57
- package/source/openid-connect/oidc.service.ts +0 -190
- package/source/orm/README.md +0 -385
- package/source/orm/data-types/bytea.ts +0 -21
- package/source/orm/data-types/common.ts +0 -28
- package/source/orm/data-types/index.ts +0 -9
- package/source/orm/data-types/numeric-date.ts +0 -29
- package/source/orm/data-types/timestamp.ts +0 -22
- package/source/orm/data-types/tsvector.ts +0 -16
- package/source/orm/decorators.ts +0 -546
- package/source/orm/entity.ts +0 -84
- package/source/orm/index.ts +0 -13
- package/source/orm/query/base.ts +0 -269
- package/source/orm/query/index.ts +0 -2
- package/source/orm/query/parade.ts +0 -135
- package/source/orm/repository.types.ts +0 -221
- package/source/orm/schemas/index.ts +0 -6
- package/source/orm/schemas/json.ts +0 -38
- package/source/orm/schemas/numeric-date.ts +0 -19
- package/source/orm/schemas/numeric.ts +0 -41
- package/source/orm/schemas/timestamp.ts +0 -29
- package/source/orm/schemas/tsvector.ts +0 -25
- package/source/orm/schemas/uuid.ts +0 -27
- package/source/orm/server/database-schema.ts +0 -65
- package/source/orm/server/database.ts +0 -51
- package/source/orm/server/drizzle/index.ts +0 -1
- package/source/orm/server/drizzle/schema-converter.ts +0 -507
- package/source/orm/server/encryption.ts +0 -65
- package/source/orm/server/index.ts +0 -13
- package/source/orm/server/module.ts +0 -45
- package/source/orm/server/query-converter.ts +0 -567
- package/source/orm/server/repository.ts +0 -1487
- package/source/orm/server/tokens.ts +0 -3
- package/source/orm/server/transaction.ts +0 -117
- package/source/orm/server/transactional.ts +0 -217
- package/source/orm/server/types.ts +0 -58
- package/source/orm/sqls.ts +0 -374
- package/source/orm/types.ts +0 -118
- package/source/orm/utils.ts +0 -25
- package/source/password/README.md +0 -123
- package/source/password/have-i-been-pwned.ts +0 -29
- package/source/password/index.ts +0 -10
- package/source/password/password-check-result.model.ts +0 -32
- package/source/password/password-check.localization.ts +0 -104
- package/source/password/password-check.ts +0 -70
- package/source/pdf/README.md +0 -206
- package/source/pdf/index.ts +0 -2
- package/source/pdf/pdf.service.ts +0 -197
- package/source/pdf/utils.ts +0 -91
- package/source/polyfills.ts +0 -1
- package/source/pool/index.ts +0 -7
- package/source/pool/pool.ts +0 -186
- package/source/process/README.md +0 -162
- package/source/process/index.ts +0 -1
- package/source/process/spawn.ts +0 -131
- package/source/promise/README.md +0 -209
- package/source/promise/cancelable-promise.ts +0 -46
- package/source/promise/custom-promise.ts +0 -21
- package/source/promise/deferred-promise.ts +0 -102
- package/source/promise/index.ts +0 -10
- package/source/promise/lazy-promise.ts +0 -46
- package/source/promise/types.ts +0 -3
- package/source/queue/README.md +0 -235
- package/source/queue/enqueue-batch.ts +0 -36
- package/source/queue/index.ts +0 -3
- package/source/queue/postgres/drizzle/0000_zippy_moondragon.sql +0 -11
- package/source/queue/postgres/drizzle/0001_certain_wild_pack.sql +0 -2
- package/source/queue/postgres/drizzle/0002_dear_meggan.sql +0 -2
- package/source/queue/postgres/drizzle/meta/0000_snapshot.json +0 -90
- package/source/queue/postgres/drizzle/meta/0001_snapshot.json +0 -103
- package/source/queue/postgres/drizzle/meta/0002_snapshot.json +0 -90
- package/source/queue/postgres/drizzle/meta/_journal.json +0 -27
- package/source/queue/postgres/drizzle.config.ts +0 -13
- package/source/queue/postgres/index.ts +0 -4
- package/source/queue/postgres/job.model.ts +0 -29
- package/source/queue/postgres/module.ts +0 -34
- package/source/queue/postgres/queue.provider.ts +0 -15
- package/source/queue/postgres/queue.ts +0 -208
- package/source/queue/postgres/schemas.ts +0 -6
- package/source/queue/provider.ts +0 -6
- package/source/queue/queue.ts +0 -150
- package/source/random/index.ts +0 -2
- package/source/random/number-generator/index.ts +0 -5
- package/source/random/number-generator/mulberry32.ts +0 -48
- package/source/random/number-generator/random-number-generator-function.ts +0 -6
- package/source/random/number-generator/random-number-generator.ts +0 -20
- package/source/random/number-generator/seeded-random-number-generator.ts +0 -17
- package/source/random/number-generator/sfc32.ts +0 -66
- package/source/random/number-generator/utils.ts +0 -10
- package/source/random/series.ts +0 -85
- package/source/reflection/README.md +0 -235
- package/source/reflection/decorator-data.ts +0 -68
- package/source/reflection/decorators.ts +0 -56
- package/source/reflection/index.ts +0 -5
- package/source/reflection/registry.ts +0 -212
- package/source/reflection/types.ts +0 -106
- package/source/reflection/utils.ts +0 -169
- package/source/require.ts +0 -7
- package/source/rpc/README.md +0 -234
- package/source/rpc/adapters/index.ts +0 -1
- package/source/rpc/adapters/readable-stream.adapter.ts +0 -97
- package/source/rpc/endpoints/index.ts +0 -1
- package/source/rpc/endpoints/message-port.rpc-endpoint.ts +0 -185
- package/source/rpc/index.ts +0 -6
- package/source/rpc/model.ts +0 -41
- package/source/rpc/rpc.adapter.ts +0 -14
- package/source/rpc/rpc.endpoint.ts +0 -86
- package/source/rpc/rpc.error.ts +0 -23
- package/source/rpc/rpc.ts +0 -419
- package/source/rxjs-utils/cast.ts +0 -9
- package/source/rxjs-utils/index.ts +0 -9
- package/source/rxjs-utils/noop.ts +0 -9
- package/source/rxjs-utils/reject-error.ts +0 -10
- package/source/rxjs-utils/retry-backoff.ts +0 -42
- package/source/rxjs-utils/slow-array.ts +0 -55
- package/source/rxjs-utils/start-with-provider.ts +0 -7
- package/source/rxjs-utils/teardown.ts +0 -25
- package/source/rxjs-utils/timing.ts +0 -43
- package/source/rxjs-utils/untrack.ts +0 -13
- package/source/schema/README.md +0 -414
- package/source/schema/converters/index.ts +0 -1
- package/source/schema/converters/openapi-converter.ts +0 -150
- package/source/schema/decorators/class.ts +0 -6
- package/source/schema/decorators/description.ts +0 -13
- package/source/schema/decorators/index.ts +0 -3
- package/source/schema/decorators/schema.ts +0 -57
- package/source/schema/decorators/types.ts +0 -28
- package/source/schema/decorators/utils.ts +0 -40
- package/source/schema/index.ts +0 -25
- package/source/schema/schema.error.ts +0 -88
- package/source/schema/schema.ts +0 -153
- package/source/schema/schemas/any.ts +0 -20
- package/source/schema/schemas/array.ts +0 -75
- package/source/schema/schemas/bigint.ts +0 -44
- package/source/schema/schemas/boolean.ts +0 -46
- package/source/schema/schemas/date.ts +0 -38
- package/source/schema/schemas/defaulted.ts +0 -39
- package/source/schema/schemas/deferred.ts +0 -30
- package/source/schema/schemas/enumeration.ts +0 -50
- package/source/schema/schemas/function.ts +0 -94
- package/source/schema/schemas/index.ts +0 -26
- package/source/schema/schemas/instance.ts +0 -46
- package/source/schema/schemas/literal.ts +0 -46
- package/source/schema/schemas/never.ts +0 -18
- package/source/schema/schemas/nullable.ts +0 -40
- package/source/schema/schemas/number.ts +0 -60
- package/source/schema/schemas/object.ts +0 -333
- package/source/schema/schemas/one-or-many.ts +0 -39
- package/source/schema/schemas/optional.ts +0 -43
- package/source/schema/schemas/readable-stream.ts +0 -21
- package/source/schema/schemas/regexp.ts +0 -34
- package/source/schema/schemas/simple.ts +0 -103
- package/source/schema/schemas/string.ts +0 -59
- package/source/schema/schemas/symbol.ts +0 -21
- package/source/schema/schemas/transform.ts +0 -34
- package/source/schema/schemas/uint8-array.ts +0 -38
- package/source/schema/schemas/union.ts +0 -61
- package/source/schema/schemas/unknown.ts +0 -20
- package/source/schema/testable.ts +0 -51
- package/source/schema/types.ts +0 -25
- package/source/serializer/README.md +0 -237
- package/source/serializer/handlers/binary.ts +0 -40
- package/source/serializer/handlers/date.ts +0 -7
- package/source/serializer/handlers/error.ts +0 -13
- package/source/serializer/handlers/index.ts +0 -7
- package/source/serializer/handlers/map.ts +0 -29
- package/source/serializer/handlers/regex.ts +0 -15
- package/source/serializer/handlers/register.ts +0 -44
- package/source/serializer/handlers/set.ts +0 -25
- package/source/serializer/index.ts +0 -4
- package/source/serializer/serializable.ts +0 -94
- package/source/serializer/serializer.ts +0 -396
- package/source/serializer/types.ts +0 -68
- package/source/signals/api.ts +0 -40
- package/source/signals/computed-with-dependencies.ts +0 -17
- package/source/signals/effect-with-dependencies.ts +0 -17
- package/source/signals/implementation/README.md +0 -1
- package/source/signals/implementation/api.ts +0 -29
- package/source/signals/implementation/asserts.ts +0 -24
- package/source/signals/implementation/computed.ts +0 -160
- package/source/signals/implementation/configure.ts +0 -23
- package/source/signals/implementation/effect.ts +0 -181
- package/source/signals/implementation/equality.ts +0 -19
- package/source/signals/implementation/errors.ts +0 -23
- package/source/signals/implementation/graph.ts +0 -500
- package/source/signals/implementation/index.ts +0 -13
- package/source/signals/implementation/signal.ts +0 -93
- package/source/signals/implementation/to-observable.ts +0 -43
- package/source/signals/implementation/to-signal.ts +0 -212
- package/source/signals/implementation/untracked.ts +0 -24
- package/source/signals/implementation/watch.ts +0 -145
- package/source/signals/implementation/writable-signal.ts +0 -79
- package/source/signals/index.ts +0 -9
- package/source/signals/notifier.ts +0 -22
- package/source/signals/operators/combine.ts +0 -16
- package/source/signals/operators/defer.ts +0 -10
- package/source/signals/operators/derive-async.ts +0 -64
- package/source/signals/operators/index.ts +0 -5
- package/source/signals/operators/map.ts +0 -5
- package/source/signals/operators/switchAll.ts +0 -6
- package/source/signals/pipe.ts +0 -41
- package/source/signals/symbol.ts +0 -6
- package/source/signals/to-lazy-signal.ts +0 -24
- package/source/signals/types.ts +0 -4
- package/source/signals/untracked-operator.ts +0 -14
- package/source/sse/README.md +0 -271
- package/source/sse/data-stream-source.ts +0 -99
- package/source/sse/data-stream.ts +0 -27
- package/source/sse/index.ts +0 -5
- package/source/sse/model.ts +0 -28
- package/source/sse/server-sent-events-source.ts +0 -78
- package/source/sse/server-sent-events.ts +0 -126
- package/source/supports.ts +0 -7
- package/source/templates/README.md +0 -261
- package/source/templates/index.ts +0 -9
- package/source/templates/module.ts +0 -41
- package/source/templates/providers/file.template-provider.ts +0 -53
- package/source/templates/providers/index.ts +0 -2
- package/source/templates/providers/memory.template-provider.ts +0 -29
- package/source/templates/renderers/handlebars.template-renderer.ts +0 -154
- package/source/templates/renderers/index.ts +0 -4
- package/source/templates/renderers/jsx.template-renderer.tsx +0 -23
- package/source/templates/renderers/mjml.template-renderer.ts +0 -57
- package/source/templates/renderers/string.template-renderer.ts +0 -27
- package/source/templates/resolvers/file.template-resolver.ts +0 -60
- package/source/templates/resolvers/index.ts +0 -3
- package/source/templates/resolvers/jsx.template-resolver.ts +0 -33
- package/source/templates/resolvers/string.template-resolver.ts +0 -28
- package/source/templates/template-renderer.provider.ts +0 -32
- package/source/templates/template-resolver.provider.ts +0 -32
- package/source/templates/template.model.ts +0 -51
- package/source/templates/template.provider.ts +0 -5
- package/source/templates/template.renderer.ts +0 -36
- package/source/templates/template.resolver.ts +0 -6
- package/source/templates/template.service.ts +0 -50
- package/source/templates/tokens.ts +0 -6
- package/source/templates/types/index.ts +0 -1
- package/source/templates/types/jsx.intrinsic-elements.ts +0 -7
- package/source/test/drizzle/0000_natural_cannonball.sql +0 -9
- package/source/test/drizzle/meta/0000_snapshot.json +0 -118
- package/source/test/drizzle/meta/_journal.json +0 -13
- package/source/test/drizzle.config.ts +0 -13
- package/source/test/index.ts +0 -3
- package/source/test/module.ts +0 -24
- package/source/test/schemas.ts +0 -6
- package/source/test/test.model.ts +0 -327
- package/source/test1.ts +0 -111
- package/source/test2.ts +0 -19
- package/source/test3.ts +0 -58
- package/source/test4.ts +0 -176
- package/source/test5.ts +0 -27
- package/source/test6.ts +0 -36
- package/source/text/README.md +0 -364
- package/source/text/common-localization.ts +0 -71
- package/source/text/dynamic-text.model.ts +0 -59
- package/source/text/index.ts +0 -4
- package/source/text/localizable-text.model.ts +0 -3
- package/source/text/localization.service.ts +0 -348
- package/source/threading/index.ts +0 -2
- package/source/threading/thread-pool.ts +0 -83
- package/source/threading/thread-worker.ts +0 -7
- package/source/tokens.ts +0 -3
- package/source/tools/fetch-mime-types.ts +0 -22
- package/source/types/README.md +0 -216
- package/source/types/geo-json.ts +0 -48
- package/source/types/index.ts +0 -4
- package/source/types/tagged.ts +0 -23
- package/source/types/types.ts +0 -290
- package/source/types/web-types.ts +0 -119
- package/source/utils/README.md +0 -385
- package/source/utils/alphabet.ts +0 -12
- package/source/utils/any-iterable-iterator.ts +0 -10
- package/source/utils/array/array-backtracker.ts +0 -62
- package/source/utils/array/array.ts +0 -114
- package/source/utils/array/index.ts +0 -2
- package/source/utils/async-hook/async-hook.ts +0 -153
- package/source/utils/async-hook/index.ts +0 -1
- package/source/utils/async-iterable-helpers/all.ts +0 -45
- package/source/utils/async-iterable-helpers/any.ts +0 -45
- package/source/utils/async-iterable-helpers/assert.ts +0 -40
- package/source/utils/async-iterable-helpers/batch.ts +0 -43
- package/source/utils/async-iterable-helpers/buffer.ts +0 -68
- package/source/utils/async-iterable-helpers/concat.ts +0 -8
- package/source/utils/async-iterable-helpers/default-if-empty.ts +0 -14
- package/source/utils/async-iterable-helpers/deferred.ts +0 -6
- package/source/utils/async-iterable-helpers/difference.ts +0 -36
- package/source/utils/async-iterable-helpers/distinct.ts +0 -39
- package/source/utils/async-iterable-helpers/drain.ts +0 -7
- package/source/utils/async-iterable-helpers/filter.ts +0 -41
- package/source/utils/async-iterable-helpers/first-or-default.ts +0 -15
- package/source/utils/async-iterable-helpers/first.ts +0 -15
- package/source/utils/async-iterable-helpers/for-each.ts +0 -34
- package/source/utils/async-iterable-helpers/group-single.ts +0 -9
- package/source/utils/async-iterable-helpers/group-to-map.ts +0 -88
- package/source/utils/async-iterable-helpers/group-to-single-map.ts +0 -88
- package/source/utils/async-iterable-helpers/group.ts +0 -9
- package/source/utils/async-iterable-helpers/includes.ts +0 -10
- package/source/utils/async-iterable-helpers/index.ts +0 -48
- package/source/utils/async-iterable-helpers/interrupt.ts +0 -31
- package/source/utils/async-iterable-helpers/is-async-iterable.ts +0 -11
- package/source/utils/async-iterable-helpers/last-or-default.ts +0 -22
- package/source/utils/async-iterable-helpers/last.ts +0 -22
- package/source/utils/async-iterable-helpers/map-many.ts +0 -37
- package/source/utils/async-iterable-helpers/map.ts +0 -37
- package/source/utils/async-iterable-helpers/materialize.ts +0 -34
- package/source/utils/async-iterable-helpers/metadata.ts +0 -58
- package/source/utils/async-iterable-helpers/multiplex.ts +0 -37
- package/source/utils/async-iterable-helpers/observable-iterable.ts +0 -40
- package/source/utils/async-iterable-helpers/pairwise.ts +0 -41
- package/source/utils/async-iterable-helpers/parallel/feed.ts +0 -32
- package/source/utils/async-iterable-helpers/parallel/filter.ts +0 -13
- package/source/utils/async-iterable-helpers/parallel/for-each.ts +0 -32
- package/source/utils/async-iterable-helpers/parallel/group.ts +0 -19
- package/source/utils/async-iterable-helpers/parallel/index.ts +0 -7
- package/source/utils/async-iterable-helpers/parallel/map.ts +0 -10
- package/source/utils/async-iterable-helpers/parallel/tap.ts +0 -10
- package/source/utils/async-iterable-helpers/parallel/types.ts +0 -2
- package/source/utils/async-iterable-helpers/reduce.ts +0 -51
- package/source/utils/async-iterable-helpers/retry.ts +0 -67
- package/source/utils/async-iterable-helpers/single-or-default.ts +0 -28
- package/source/utils/async-iterable-helpers/single.ts +0 -32
- package/source/utils/async-iterable-helpers/skip.ts +0 -6
- package/source/utils/async-iterable-helpers/sort.ts +0 -12
- package/source/utils/async-iterable-helpers/take-until.ts +0 -52
- package/source/utils/async-iterable-helpers/take-while.ts +0 -45
- package/source/utils/async-iterable-helpers/take.ts +0 -38
- package/source/utils/async-iterable-helpers/tap.ts +0 -37
- package/source/utils/async-iterable-helpers/throttle.ts +0 -15
- package/source/utils/async-iterable-helpers/to-array.ts +0 -16
- package/source/utils/async-iterable-helpers/to-async-iterable-iterator.ts +0 -53
- package/source/utils/async-iterable-helpers/to-async-iterator.ts +0 -43
- package/source/utils/async-iterable-helpers/to-set.ts +0 -16
- package/source/utils/async-iterable-helpers/to-sync-iterable.ts +0 -9
- package/source/utils/async-iterable-helpers/types.ts +0 -12
- package/source/utils/async-iterable-helpers/while.ts +0 -45
- package/source/utils/async-iterator-iterable-iterator.ts +0 -58
- package/source/utils/backoff.ts +0 -320
- package/source/utils/base64.ts +0 -207
- package/source/utils/benchmark.ts +0 -164
- package/source/utils/binary-search.ts +0 -114
- package/source/utils/binary.ts +0 -66
- package/source/utils/clone.ts +0 -57
- package/source/utils/comparison.ts +0 -112
- package/source/utils/compression.ts +0 -163
- package/source/utils/config-parser.ts +0 -37
- package/source/utils/crc32.ts +0 -38
- package/source/utils/cryptography.ts +0 -259
- package/source/utils/date-time.ts +0 -196
- package/source/utils/encoding.ts +0 -84
- package/source/utils/enum.ts +0 -54
- package/source/utils/equals.ts +0 -196
- package/source/utils/event-loop.ts +0 -29
- package/source/utils/factory-map.ts +0 -90
- package/source/utils/feedable-async-iterable.ts +0 -60
- package/source/utils/file-reader.ts +0 -27
- package/source/utils/format-error.ts +0 -133
- package/source/utils/format.ts +0 -42
- package/source/utils/function/class.ts +0 -14
- package/source/utils/function/index.ts +0 -3
- package/source/utils/function/memoize.ts +0 -190
- package/source/utils/function/throttle.ts +0 -33
- package/source/utils/helpers.ts +0 -91
- package/source/utils/html-link-utils.ts +0 -20
- package/source/utils/image.ts +0 -94
- package/source/utils/index.ts +0 -60
- package/source/utils/iterable-helpers/all.ts +0 -15
- package/source/utils/iterable-helpers/any.ts +0 -15
- package/source/utils/iterable-helpers/assert.ts +0 -11
- package/source/utils/iterable-helpers/batch.ts +0 -16
- package/source/utils/iterable-helpers/concat.ts +0 -5
- package/source/utils/iterable-helpers/default-if-empty.ts +0 -12
- package/source/utils/iterable-helpers/deferred.ts +0 -3
- package/source/utils/iterable-helpers/difference.ts +0 -32
- package/source/utils/iterable-helpers/distinct.ts +0 -15
- package/source/utils/iterable-helpers/drain.ts +0 -5
- package/source/utils/iterable-helpers/filter.ts +0 -13
- package/source/utils/iterable-helpers/first-or-default.ts +0 -12
- package/source/utils/iterable-helpers/first.ts +0 -12
- package/source/utils/iterable-helpers/for-each.ts +0 -9
- package/source/utils/iterable-helpers/group-single.ts +0 -8
- package/source/utils/iterable-helpers/group-to-map.ts +0 -40
- package/source/utils/iterable-helpers/group-to-single-map.ts +0 -40
- package/source/utils/iterable-helpers/group.ts +0 -8
- package/source/utils/iterable-helpers/includes.ts +0 -5
- package/source/utils/iterable-helpers/index.ts +0 -39
- package/source/utils/iterable-helpers/is-iterable.ts +0 -11
- package/source/utils/iterable-helpers/last-or-default.ts +0 -20
- package/source/utils/iterable-helpers/last.ts +0 -20
- package/source/utils/iterable-helpers/map-many.ts +0 -10
- package/source/utils/iterable-helpers/map.ts +0 -10
- package/source/utils/iterable-helpers/materialize.ts +0 -3
- package/source/utils/iterable-helpers/metadata.ts +0 -25
- package/source/utils/iterable-helpers/pairwise.ts +0 -15
- package/source/utils/iterable-helpers/range.ts +0 -5
- package/source/utils/iterable-helpers/reduce.ts +0 -17
- package/source/utils/iterable-helpers/single-or-default.ts +0 -22
- package/source/utils/iterable-helpers/single.ts +0 -26
- package/source/utils/iterable-helpers/skip.ts +0 -8
- package/source/utils/iterable-helpers/sort.ts +0 -7
- package/source/utils/iterable-helpers/take-until.ts +0 -15
- package/source/utils/iterable-helpers/take-while.ts +0 -16
- package/source/utils/iterable-helpers/take.ts +0 -14
- package/source/utils/iterable-helpers/tap.ts +0 -10
- package/source/utils/iterable-helpers/types.ts +0 -7
- package/source/utils/iterable-helpers/while.ts +0 -15
- package/source/utils/jwt.ts +0 -145
- package/source/utils/map.ts +0 -59
- package/source/utils/math.ts +0 -159
- package/source/utils/merge.ts +0 -89
- package/source/utils/middleware.ts +0 -69
- package/source/utils/moving-metric.ts +0 -222
- package/source/utils/noop.ts +0 -7
- package/source/utils/object/decycle.ts +0 -98
- package/source/utils/object/dereference.ts +0 -133
- package/source/utils/object/forward-ref.ts +0 -105
- package/source/utils/object/index.ts +0 -7
- package/source/utils/object/lazy-property.ts +0 -152
- package/source/utils/object/merge.ts +0 -88
- package/source/utils/object/object.ts +0 -203
- package/source/utils/object/property-name.ts +0 -100
- package/source/utils/ordered-feedable-async-iterable.ts +0 -60
- package/source/utils/patch-worker.ts +0 -109
- package/source/utils/patterns.ts +0 -10
- package/source/utils/periodic-reporter.ts +0 -81
- package/source/utils/periodic-sampler.ts +0 -100
- package/source/utils/provider-function-iterable.ts +0 -40
- package/source/utils/proxy.ts +0 -23
- package/source/utils/random.ts +0 -57
- package/source/utils/reactive-value-to-signal.ts +0 -23
- package/source/utils/reflection.ts +0 -27
- package/source/utils/repl.ts +0 -23
- package/source/utils/set.ts +0 -58
- package/source/utils/singleton.ts +0 -38
- package/source/utils/sort.ts +0 -90
- package/source/utils/stream/finalize-stream.ts +0 -68
- package/source/utils/stream/from-promise.ts +0 -34
- package/source/utils/stream/index.ts +0 -9
- package/source/utils/stream/readable-stream-adapter.ts +0 -46
- package/source/utils/stream/size-limited-stream.ts +0 -18
- package/source/utils/stream/slice.ts +0 -97
- package/source/utils/stream/stream-helper-types.ts +0 -18
- package/source/utils/stream/stream-reader.ts +0 -169
- package/source/utils/stream/to-bytes-stream.ts +0 -97
- package/source/utils/stream/to-readable-stream.ts +0 -8
- package/source/utils/string/casing.ts +0 -21
- package/source/utils/string/hypenate.ts +0 -3
- package/source/utils/string/index.ts +0 -5
- package/source/utils/string/normalize.ts +0 -100
- package/source/utils/string/title-case.ts +0 -10
- package/source/utils/string/trim.ts +0 -13
- package/source/utils/throw.ts +0 -9
- package/source/utils/timer.ts +0 -103
- package/source/utils/timing.ts +0 -70
- package/source/utils/try-chain.ts +0 -51
- package/source/utils/try-ignore.ts +0 -49
- package/source/utils/type/extends.ts +0 -7
- package/source/utils/type/index.ts +0 -1
- package/source/utils/type-guards.ts +0 -431
- package/source/utils/type-of.ts +0 -50
- package/source/utils/units.ts +0 -61
- package/source/utils/url-builder.ts +0 -78
- package/source/utils/value-or-provider.ts +0 -58
- package/source/utils/z-base32.ts +0 -59
- package/tsconfig.base.json +0 -50
- package/tsconfig.dts.json +0 -6
- package/tstdl-features.xml +0 -1239
- package/typedoc.js +0 -46
- /package/{dist/ai → ai}/ai-file.service.d.ts +0 -0
- /package/{dist/ai → ai}/ai-file.service.js +0 -0
- /package/{dist/ai → ai}/ai-session.d.ts +0 -0
- /package/{dist/ai → ai}/ai-session.js +0 -0
- /package/{dist/ai → ai}/ai.service.d.ts +0 -0
- /package/{dist/ai → ai}/ai.service.js +0 -0
- /package/{dist/ai → ai}/functions.d.ts +0 -0
- /package/{dist/ai → ai}/functions.js +0 -0
- /package/{dist/ai → ai}/index.d.ts +0 -0
- /package/{dist/ai → ai}/index.js +0 -0
- /package/{dist/ai → ai}/module.d.ts +0 -0
- /package/{dist/ai → ai}/module.js +0 -0
- /package/{dist/ai → ai}/types.d.ts +0 -0
- /package/{dist/ai → ai}/types.js +0 -0
- /package/{dist/api → api}/client/client.d.ts +0 -0
- /package/{dist/api → api}/client/client.js +0 -0
- /package/{dist/api → api}/client/index.d.ts +0 -0
- /package/{dist/api → api}/client/index.js +0 -0
- /package/{dist/api → api}/default-error-handlers.d.ts +0 -0
- /package/{dist/api → api}/default-error-handlers.js +0 -0
- /package/{dist/api → api}/index.d.ts +0 -0
- /package/{dist/api → api}/index.js +0 -0
- /package/{dist/api → api}/response.d.ts +0 -0
- /package/{dist/api → api}/response.js +0 -0
- /package/{dist/api → api}/server/api-controller.d.ts +0 -0
- /package/{dist/api → api}/server/api-controller.js +0 -0
- /package/{dist/api → api}/server/api-request-token.provider.d.ts +0 -0
- /package/{dist/api → api}/server/api-request-token.provider.js +0 -0
- /package/{dist/api → api}/server/error-handler.d.ts +0 -0
- /package/{dist/api → api}/server/error-handler.js +0 -0
- /package/{dist/api → api}/server/gateway.d.ts +0 -0
- /package/{dist/api → api}/server/gateway.js +0 -0
- /package/{dist/api → api}/server/index.d.ts +0 -0
- /package/{dist/api → api}/server/index.js +0 -0
- /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/catch-error.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/catch-error.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/content-type.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/content-type.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/cors.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/cors.middleware.js +0 -0
- /package/{dist/api → api}/server/middlewares/index.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/index.js +0 -0
- /package/{dist/api → api}/server/middlewares/response-time.middleware.d.ts +0 -0
- /package/{dist/api → api}/server/middlewares/response-time.middleware.js +0 -0
- /package/{dist/api → api}/server/module.d.ts +0 -0
- /package/{dist/api → api}/server/module.js +0 -0
- /package/{dist/api → api}/server/tokens.d.ts +0 -0
- /package/{dist/api → api}/server/tokens.js +0 -0
- /package/{dist/api → api}/types.d.ts +0 -0
- /package/{dist/api → api}/types.js +0 -0
- /package/{dist/api → api}/utils.d.ts +0 -0
- /package/{dist/api → api}/utils.js +0 -0
- /package/{dist/application → application}/application.d.ts +0 -0
- /package/{dist/application → application}/application.js +0 -0
- /package/{dist/application → application}/index.d.ts +0 -0
- /package/{dist/application → application}/index.js +0 -0
- /package/{dist/application → application}/providers.d.ts +0 -0
- /package/{dist/application → application}/providers.js +0 -0
- /package/{dist/audit → audit}/drizzle/0000_bored_stick.sql +0 -0
- /package/{dist/audit → audit}/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/audit → audit}/drizzle/meta/_journal.json +0 -0
- /package/{dist/audit → audit}/drizzle.config.d.ts +0 -0
- /package/{dist/audit → audit}/drizzle.config.js +0 -0
- /package/{dist/audit → audit}/index.d.ts +0 -0
- /package/{dist/audit → audit}/index.js +0 -0
- /package/{dist/audit → audit}/module.d.ts +0 -0
- /package/{dist/audit → audit}/module.js +0 -0
- /package/{dist/audit → audit}/schemas.js +0 -0
- /package/{dist/audit → audit}/types.d.ts +0 -0
- /package/{dist/audit → audit}/types.js +0 -0
- /package/{dist/authentication → authentication}/authentication.api.d.ts +0 -0
- /package/{dist/authentication → authentication}/authentication.api.js +0 -0
- /package/{dist/authentication → authentication}/client/api.client.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/api.client.js +0 -0
- /package/{dist/authentication → authentication}/client/authentication.service.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/authentication.service.js +0 -0
- /package/{dist/authentication → authentication}/client/http-client.middleware.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/http-client.middleware.js +0 -0
- /package/{dist/authentication → authentication}/client/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/index.js +0 -0
- /package/{dist/authentication → authentication}/client/module.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/module.js +0 -0
- /package/{dist/authentication → authentication}/client/tokens.d.ts +0 -0
- /package/{dist/authentication → authentication}/client/tokens.js +0 -0
- /package/{dist/authentication → authentication}/errors/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/errors/index.js +0 -0
- /package/{dist/authentication → authentication}/errors/secret-requirements.error.d.ts +0 -0
- /package/{dist/authentication → authentication}/errors/secret-requirements.error.js +0 -0
- /package/{dist/authentication → authentication}/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/index.js +0 -0
- /package/{dist/authentication → authentication}/models/authentication-credentials.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/authentication-credentials.model.js +0 -0
- /package/{dist/authentication → authentication}/models/authentication-session.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/authentication-session.model.js +0 -0
- /package/{dist/authentication → authentication}/models/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/index.js +0 -0
- /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.js +0 -0
- /package/{dist/authentication → authentication}/models/secret-check-result.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/secret-check-result.model.js +0 -0
- /package/{dist/authentication → authentication}/models/token-payload-base.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/token-payload-base.model.js +0 -0
- /package/{dist/authentication → authentication}/models/token.model.d.ts +0 -0
- /package/{dist/authentication → authentication}/models/token.model.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication-ancillary.service.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication-ancillary.service.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication.api-controller.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication.api-controller.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication.audit.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication.audit.js +0 -0
- /package/{dist/authentication → authentication}/server/authentication.service.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/authentication.service.js +0 -0
- /package/{dist/authentication → authentication}/server/drizzle/0000_calm_warlock.sql +0 -0
- /package/{dist/authentication → authentication}/server/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/authentication → authentication}/server/drizzle/meta/_journal.json +0 -0
- /package/{dist/authentication → authentication}/server/drizzle.config.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/drizzle.config.js +0 -0
- /package/{dist/authentication → authentication}/server/helper.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/helper.js +0 -0
- /package/{dist/authentication → authentication}/server/index.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/index.js +0 -0
- /package/{dist/authentication → authentication}/server/module.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/module.js +0 -0
- /package/{dist/authentication → authentication}/server/schemas.d.ts +0 -0
- /package/{dist/authentication → authentication}/server/schemas.js +0 -0
- /package/{dist/browser → browser}/browser-context-controller.d.ts +0 -0
- /package/{dist/browser → browser}/browser-context-controller.js +0 -0
- /package/{dist/browser → browser}/browser-controller.d.ts +0 -0
- /package/{dist/browser → browser}/browser-controller.js +0 -0
- /package/{dist/browser → browser}/browser.service.d.ts +0 -0
- /package/{dist/browser → browser}/browser.service.js +0 -0
- /package/{dist/browser → browser}/document-controller.d.ts +0 -0
- /package/{dist/browser → browser}/document-controller.js +0 -0
- /package/{dist/browser → browser}/element-controller.d.ts +0 -0
- /package/{dist/browser → browser}/element-controller.js +0 -0
- /package/{dist/browser → browser}/frame-controller.d.ts +0 -0
- /package/{dist/browser → browser}/frame-controller.js +0 -0
- /package/{dist/browser → browser}/index.d.ts +0 -0
- /package/{dist/browser → browser}/index.js +0 -0
- /package/{dist/browser → browser}/locator-controller.d.ts +0 -0
- /package/{dist/browser → browser}/locator-controller.js +0 -0
- /package/{dist/browser → browser}/module.d.ts +0 -0
- /package/{dist/browser → browser}/module.js +0 -0
- /package/{dist/browser → browser}/page-controller.d.ts +0 -0
- /package/{dist/browser → browser}/page-controller.js +0 -0
- /package/{dist/browser → browser}/pdf-options.d.ts +0 -0
- /package/{dist/browser → browser}/pdf-options.js +0 -0
- /package/{dist/browser → browser}/types.d.ts +0 -0
- /package/{dist/browser → browser}/types.js +0 -0
- /package/{dist/browser → browser}/utils.d.ts +0 -0
- /package/{dist/browser → browser}/utils.js +0 -0
- /package/{dist/cancellation → cancellation}/index.d.ts +0 -0
- /package/{dist/cancellation → cancellation}/index.js +0 -0
- /package/{dist/cancellation → cancellation}/token.d.ts +0 -0
- /package/{dist/cancellation → cancellation}/token.js +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-list.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-list.js +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-map.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-map.js +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-set.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/awaitable-set.js +0 -0
- /package/{dist/collections → collections}/awaitable/index.d.ts +0 -0
- /package/{dist/collections → collections}/awaitable/index.js +0 -0
- /package/{dist/collections → collections}/collection.d.ts +0 -0
- /package/{dist/collections → collections}/collection.js +0 -0
- /package/{dist/collections → collections}/index.d.ts +0 -0
- /package/{dist/collections → collections}/index.js +0 -0
- /package/{dist/collections → collections}/keyed-set.d.ts +0 -0
- /package/{dist/collections → collections}/keyed-set.js +0 -0
- /package/{dist/collections → collections}/list.d.ts +0 -0
- /package/{dist/collections → collections}/list.js +0 -0
- /package/{dist/collections → collections}/observable/index.d.ts +0 -0
- /package/{dist/collections → collections}/observable/index.js +0 -0
- /package/{dist/collections → collections}/observable/observable-array.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-array.js +0 -0
- /package/{dist/collections → collections}/observable/observable-collection-base.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-collection-base.js +0 -0
- /package/{dist/collections → collections}/observable/observable-collection.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-collection.js +0 -0
- /package/{dist/collections → collections}/observable/observable-list-base.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-list-base.js +0 -0
- /package/{dist/collections → collections}/observable/observable-list.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-list.js +0 -0
- /package/{dist/collections → collections}/observable/observable-map.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-map.js +0 -0
- /package/{dist/collections → collections}/observable/observable-set.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-set.js +0 -0
- /package/{dist/collections → collections}/observable/observable-sorted-array-list.d.ts +0 -0
- /package/{dist/collections → collections}/observable/observable-sorted-array-list.js +0 -0
- /package/{dist/collections → collections}/sorted-array-list.d.ts +0 -0
- /package/{dist/collections → collections}/sorted-array-list.js +0 -0
- /package/{dist/collections → collections}/sorted-list.d.ts +0 -0
- /package/{dist/collections → collections}/sorted-list.js +0 -0
- /package/{dist/collections → collections}/sorted-map.d.ts +0 -0
- /package/{dist/collections → collections}/sorted-map.js +0 -0
- /package/{dist/constants.d.ts → constants.d.ts} +0 -0
- /package/{dist/constants.js → constants.js} +0 -0
- /package/{dist/context → context}/context.d.ts +0 -0
- /package/{dist/context → context}/context.js +0 -0
- /package/{dist/context → context}/index.d.ts +0 -0
- /package/{dist/context → context}/index.js +0 -0
- /package/{dist/cookie → cookie}/cookie.d.ts +0 -0
- /package/{dist/cookie → cookie}/cookie.js +0 -0
- /package/{dist/cookie → cookie}/index.d.ts +0 -0
- /package/{dist/cookie → cookie}/index.js +0 -0
- /package/{dist/core.d.ts → core.d.ts} +0 -0
- /package/{dist/core.js → core.js} +0 -0
- /package/{dist/css → css}/css-variables.d.ts +0 -0
- /package/{dist/css → css}/css-variables.js +0 -0
- /package/{dist/css → css}/index.d.ts +0 -0
- /package/{dist/css → css}/index.js +0 -0
- /package/{dist/data-structures → data-structures}/array-dictionary.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/array-dictionary.js +0 -0
- /package/{dist/data-structures → data-structures}/array-list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/array-list.js +0 -0
- /package/{dist/data-structures → data-structures}/cache.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/cache.js +0 -0
- /package/{dist/data-structures → data-structures}/circular-buffer.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/circular-buffer.js +0 -0
- /package/{dist/data-structures → data-structures}/collection.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/collection.js +0 -0
- /package/{dist/data-structures → data-structures}/context-data-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/context-data-map.js +0 -0
- /package/{dist/data-structures → data-structures}/dictionary.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/dictionary.js +0 -0
- /package/{dist/data-structures → data-structures}/distinct-collection.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/distinct-collection.js +0 -0
- /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.js +0 -0
- /package/{dist/data-structures → data-structures}/index.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/index.js +0 -0
- /package/{dist/data-structures → data-structures}/iterable-weak-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/iterable-weak-map.js +0 -0
- /package/{dist/data-structures → data-structures}/linked-list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/linked-list.js +0 -0
- /package/{dist/data-structures → data-structures}/list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/list.js +0 -0
- /package/{dist/data-structures → data-structures}/map-dictionary.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/map-dictionary.js +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-map.js +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-set.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/multi-key-set.js +0 -0
- /package/{dist/data-structures → data-structures}/set-collection.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/set-collection.js +0 -0
- /package/{dist/data-structures → data-structures}/sorted-array-list.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/sorted-array-list.js +0 -0
- /package/{dist/data-structures → data-structures}/weak-ref-map.d.ts +0 -0
- /package/{dist/data-structures → data-structures}/weak-ref-map.js +0 -0
- /package/{dist/decorators → decorators}/index.d.ts +0 -0
- /package/{dist/decorators → decorators}/index.js +0 -0
- /package/{dist/decorators → decorators}/log.d.ts +0 -0
- /package/{dist/decorators → decorators}/log.js +0 -0
- /package/{dist/disposable → disposable}/disposable.d.ts +0 -0
- /package/{dist/disposable → disposable}/disposable.js +0 -0
- /package/{dist/disposable → disposable}/index.d.ts +0 -0
- /package/{dist/disposable → disposable}/index.js +0 -0
- /package/{dist/disposable → disposable}/using.d.ts +0 -0
- /package/{dist/disposable → disposable}/using.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/controller.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/controller.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/distributed-loop.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/distributed-loop.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/index.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/index.js +0 -0
- /package/{dist/distributed-loop → distributed-loop}/provider.d.ts +0 -0
- /package/{dist/distributed-loop → distributed-loop}/provider.js +0 -0
- /package/{dist/document-management → document-management}/api/document-management.api.d.ts +0 -0
- /package/{dist/document-management → document-management}/api/document-management.api.js +0 -0
- /package/{dist/document-management → document-management}/api/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/api/index.js +0 -0
- /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.js +0 -0
- /package/{dist/document-management → document-management}/authorization/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/authorization/index.js +0 -0
- /package/{dist/document-management → document-management}/authorization/policies.d.ts +0 -0
- /package/{dist/document-management → document-management}/authorization/policies.js +0 -0
- /package/{dist/document-management → document-management}/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/index.js +0 -0
- /package/{dist/document-management → document-management}/localizations/english.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/english.js +0 -0
- /package/{dist/document-management → document-management}/localizations/german.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/german.js +0 -0
- /package/{dist/document-management → document-management}/localizations/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/index.js +0 -0
- /package/{dist/document-management → document-management}/localizations/localization.d.ts +0 -0
- /package/{dist/document-management → document-management}/localizations/localization.js +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-scope.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-scope.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-task.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-assignment-task.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-category.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-category.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-collection-assignment.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-collection-assignment.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-collection.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-collection.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-management-table.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-management-table.js +0 -0
- /package/{dist/document-management → document-management}/models/document-property-value.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-property-value.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-property.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-property.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-request-template.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-request-template.js +0 -0
- /package/{dist/document-management → document-management}/models/document-request.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-request.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-requests-template.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-requests-template.js +0 -0
- /package/{dist/document-management → document-management}/models/document-tag-assignment.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-tag-assignment.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-tag.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-tag.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-type-property.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-type-property.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-type-validation.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-type-validation.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-type.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-type.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-definition.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-definition.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-validation-execution.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document-workflow.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document-workflow.model.js +0 -0
- /package/{dist/document-management → document-management}/models/document.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/document.model.js +0 -0
- /package/{dist/document-management → document-management}/models/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/models/index.js +0 -0
- /package/{dist/document-management → document-management}/server/api/document-management.api.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/api/document-management.api.js +0 -0
- /package/{dist/document-management → document-management}/server/api/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/api/index.js +0 -0
- /package/{dist/document-management → document-management}/server/configure.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/configure.js +0 -0
- /package/{dist/document-management → document-management}/server/drizzle/0000_ordinary_pretty_boy.sql +0 -0
- /package/{dist/document-management → document-management}/server/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/document-management → document-management}/server/drizzle/meta/_journal.json +0 -0
- /package/{dist/document-management → document-management}/server/drizzle.config.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/drizzle.config.js +0 -0
- /package/{dist/document-management → document-management}/server/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/index.js +0 -0
- /package/{dist/document-management → document-management}/server/module.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/module.js +0 -0
- /package/{dist/document-management → document-management}/server/schemas.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-category-type.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-category-type.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-collection.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-collection.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-file.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-file.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ai.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ai.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-observation.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management-observation.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-management.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-property.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-request.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-request.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-tag.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-tag.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-validation.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-validation.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document-workflow.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document-workflow.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/document.service.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/document.service.js +0 -0
- /package/{dist/document-management → document-management}/server/services/enum-type-key.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/enum-type-key.js +0 -0
- /package/{dist/document-management → document-management}/server/services/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/index.js +0 -0
- /package/{dist/document-management → document-management}/server/services/singleton.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/services/singleton.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/index.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.js +0 -0
- /package/{dist/document-management → document-management}/server/validators/validator.d.ts +0 -0
- /package/{dist/document-management → document-management}/server/validators/validator.js +0 -0
- /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-folders.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-folders.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-management.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-management.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/document.service-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/document.service-model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/enriched.js +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/enriched/index.js +0 -0
- /package/{dist/document-management → document-management}/service-models/index.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/index.js +0 -0
- /package/{dist/document-management → document-management}/service-models/stats.view-model.d.ts +0 -0
- /package/{dist/document-management → document-management}/service-models/stats.view-model.js +0 -0
- /package/{dist/dom → dom}/file-download.d.ts +0 -0
- /package/{dist/dom → dom}/file-download.js +0 -0
- /package/{dist/dom → dom}/file-select-dialog.d.ts +0 -0
- /package/{dist/dom → dom}/file-select-dialog.js +0 -0
- /package/{dist/dom → dom}/index.d.ts +0 -0
- /package/{dist/dom → dom}/index.js +0 -0
- /package/{dist/dom → dom}/observation/index.d.ts +0 -0
- /package/{dist/dom → dom}/observation/index.js +0 -0
- /package/{dist/dom → dom}/observation/intersection-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/intersection-observer.js +0 -0
- /package/{dist/dom → dom}/observation/media-query-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/media-query-observer.js +0 -0
- /package/{dist/dom → dom}/observation/mutation-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/mutation-observer.js +0 -0
- /package/{dist/dom → dom}/observation/performance-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/performance-observer.js +0 -0
- /package/{dist/dom → dom}/observation/resize-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/resize-observer.js +0 -0
- /package/{dist/dom → dom}/observation/touch-observer.d.ts +0 -0
- /package/{dist/dom → dom}/observation/touch-observer.js +0 -0
- /package/{dist/enumerable → enumerable}/async-enumerable.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/async-enumerable.js +0 -0
- /package/{dist/enumerable → enumerable}/enumerable-methods.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/enumerable-methods.js +0 -0
- /package/{dist/enumerable → enumerable}/enumerable.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/enumerable.js +0 -0
- /package/{dist/enumerable → enumerable}/index.d.ts +0 -0
- /package/{dist/enumerable → enumerable}/index.js +0 -0
- /package/{dist/enumeration → enumeration}/enumeration.d.ts +0 -0
- /package/{dist/enumeration → enumeration}/enumeration.js +0 -0
- /package/{dist/enumeration → enumeration}/index.d.ts +0 -0
- /package/{dist/enumeration → enumeration}/index.js +0 -0
- /package/{dist/environment.d.ts → environment.d.ts} +0 -0
- /package/{dist/environment.js → environment.js} +0 -0
- /package/{dist/errors → errors}/api.error.d.ts +0 -0
- /package/{dist/errors → errors}/api.error.js +0 -0
- /package/{dist/errors → errors}/assertion.error.d.ts +0 -0
- /package/{dist/errors → errors}/assertion.error.js +0 -0
- /package/{dist/errors → errors}/bad-request.error.d.ts +0 -0
- /package/{dist/errors → errors}/bad-request.error.js +0 -0
- /package/{dist/errors → errors}/custom.error.d.ts +0 -0
- /package/{dist/errors → errors}/custom.error.js +0 -0
- /package/{dist/errors → errors}/details.error.d.ts +0 -0
- /package/{dist/errors → errors}/details.error.js +0 -0
- /package/{dist/errors → errors}/errors.localization.d.ts +0 -0
- /package/{dist/errors → errors}/errors.localization.js +0 -0
- /package/{dist/errors → errors}/forbidden.error.d.ts +0 -0
- /package/{dist/errors → errors}/forbidden.error.js +0 -0
- /package/{dist/errors → errors}/index.d.ts +0 -0
- /package/{dist/errors → errors}/index.js +0 -0
- /package/{dist/errors → errors}/invalid-credentials.error.d.ts +0 -0
- /package/{dist/errors → errors}/invalid-credentials.error.js +0 -0
- /package/{dist/errors → errors}/invalid-token.error.d.ts +0 -0
- /package/{dist/errors → errors}/invalid-token.error.js +0 -0
- /package/{dist/errors → errors}/max-bytes-exceeded.error.d.ts +0 -0
- /package/{dist/errors → errors}/max-bytes-exceeded.error.js +0 -0
- /package/{dist/errors → errors}/method-not-allowed.error.d.ts +0 -0
- /package/{dist/errors → errors}/method-not-allowed.error.js +0 -0
- /package/{dist/errors → errors}/multi.error.d.ts +0 -0
- /package/{dist/errors → errors}/multi.error.js +0 -0
- /package/{dist/errors → errors}/not-found.error.d.ts +0 -0
- /package/{dist/errors → errors}/not-found.error.js +0 -0
- /package/{dist/errors → errors}/not-implemented.error.d.ts +0 -0
- /package/{dist/errors → errors}/not-implemented.error.js +0 -0
- /package/{dist/errors → errors}/not-supported.error.d.ts +0 -0
- /package/{dist/errors → errors}/not-supported.error.js +0 -0
- /package/{dist/errors → errors}/timeout.error.d.ts +0 -0
- /package/{dist/errors → errors}/timeout.error.js +0 -0
- /package/{dist/errors → errors}/unauthorized.error.d.ts +0 -0
- /package/{dist/errors → errors}/unauthorized.error.js +0 -0
- /package/{dist/errors → errors}/unsupported-media-type.error.d.ts +0 -0
- /package/{dist/errors → errors}/unsupported-media-type.error.js +0 -0
- /package/{dist/errors → errors}/utils.d.ts +0 -0
- /package/{dist/errors → errors}/utils.js +0 -0
- /package/{dist/examples → examples}/api/authentication.d.ts +0 -0
- /package/{dist/examples → examples}/api/authentication.js +0 -0
- /package/{dist/examples → examples}/api/basic-overview.d.ts +0 -0
- /package/{dist/examples → examples}/api/basic-overview.js +0 -0
- /package/{dist/examples → examples}/api/custom-authentication.d.ts +0 -0
- /package/{dist/examples → examples}/api/custom-authentication.js +0 -0
- /package/{dist/examples → examples}/api/streaming.d.ts +0 -0
- /package/{dist/examples → examples}/api/streaming.js +0 -0
- /package/{dist/examples → examples}/browser/basic.d.ts +0 -0
- /package/{dist/examples → examples}/browser/basic.js +0 -0
- /package/{dist/examples → examples}/document-management/categories-and-types.d.ts +0 -0
- /package/{dist/examples → examples}/document-management/categories-and-types.js +0 -0
- /package/{dist/examples → examples}/document-management/main.d.ts +0 -0
- /package/{dist/examples → examples}/document-management/main.js +0 -0
- /package/{dist/examples → examples}/http/client.d.ts +0 -0
- /package/{dist/examples → examples}/http/client.js +0 -0
- /package/{dist/examples → examples}/mail/basic.d.ts +0 -0
- /package/{dist/examples → examples}/mail/basic.js +0 -0
- /package/{dist/examples → examples}/mail/templates/hello-name.d.ts +0 -0
- /package/{dist/examples → examples}/mail/templates/hello-name.js +0 -0
- /package/{dist/examples → examples}/pdf/basic.d.ts +0 -0
- /package/{dist/examples → examples}/pdf/basic.js +0 -0
- /package/{dist/examples → examples}/pdf/templates/hello-name.d.ts +0 -0
- /package/{dist/examples → examples}/pdf/templates/hello-name.js +0 -0
- /package/{dist/examples → examples}/reflection/basic.d.ts +0 -0
- /package/{dist/examples → examples}/reflection/basic.js +0 -0
- /package/{dist/examples → examples}/template/basic.d.ts +0 -0
- /package/{dist/examples → examples}/template/basic.js +0 -0
- /package/{dist/examples → examples}/template/templates/hello-jsx.d.ts +0 -0
- /package/{dist/examples → examples}/template/templates/hello-jsx.js +0 -0
- /package/{dist/examples → examples}/template/templates/hello-name.d.ts +0 -0
- /package/{dist/examples → examples}/template/templates/hello-name.js +0 -0
- /package/{dist/file → file}/index.d.ts +0 -0
- /package/{dist/file → file}/index.js +0 -0
- /package/{dist/file → file}/mime-type.d.ts +0 -0
- /package/{dist/file → file}/mime-type.js +0 -0
- /package/{dist/file → file}/mime-types.d.ts +0 -0
- /package/{dist/file → file}/mime-types.js +0 -0
- /package/{dist/file → file}/server/index.d.ts +0 -0
- /package/{dist/file → file}/server/index.js +0 -0
- /package/{dist/file → file}/server/temporary-file.d.ts +0 -0
- /package/{dist/file → file}/server/temporary-file.js +0 -0
- /package/{dist/formats → formats}/formats.d.ts +0 -0
- /package/{dist/formats → formats}/formats.js +0 -0
- /package/{dist/formats → formats}/index.d.ts +0 -0
- /package/{dist/formats → formats}/index.js +0 -0
- /package/{dist/function → function}/index.d.ts +0 -0
- /package/{dist/function → function}/index.js +0 -0
- /package/{dist/function → function}/log.d.ts +0 -0
- /package/{dist/function → function}/log.js +0 -0
- /package/{dist/http → http}/client/adapters/undici.adapter.d.ts +0 -0
- /package/{dist/http → http}/client/adapters/undici.adapter.js +0 -0
- /package/{dist/http → http}/client/http-client-options.d.ts +0 -0
- /package/{dist/http → http}/client/http-client-options.js +0 -0
- /package/{dist/http → http}/client/http-client-request.d.ts +0 -0
- /package/{dist/http → http}/client/http-client-request.js +0 -0
- /package/{dist/http → http}/client/http-client-response.d.ts +0 -0
- /package/{dist/http → http}/client/http-client-response.js +0 -0
- /package/{dist/http → http}/client/http-client.adapter.d.ts +0 -0
- /package/{dist/http → http}/client/http-client.adapter.js +0 -0
- /package/{dist/http → http}/client/http-client.d.ts +0 -0
- /package/{dist/http → http}/client/http-client.js +0 -0
- /package/{dist/http → http}/client/index.d.ts +0 -0
- /package/{dist/http → http}/client/index.js +0 -0
- /package/{dist/http → http}/client/middleware.d.ts +0 -0
- /package/{dist/http → http}/client/middleware.js +0 -0
- /package/{dist/http → http}/client/module.d.ts +0 -0
- /package/{dist/http → http}/client/module.js +0 -0
- /package/{dist/http → http}/client/tokens.d.ts +0 -0
- /package/{dist/http → http}/client/tokens.js +0 -0
- /package/{dist/http → http}/cookie-parser.d.ts +0 -0
- /package/{dist/http → http}/cookie-parser.js +0 -0
- /package/{dist/http → http}/http-body.d.ts +0 -0
- /package/{dist/http → http}/http-body.js +0 -0
- /package/{dist/http → http}/http-form.d.ts +0 -0
- /package/{dist/http → http}/http-form.js +0 -0
- /package/{dist/http → http}/http-headers.d.ts +0 -0
- /package/{dist/http → http}/http-headers.js +0 -0
- /package/{dist/http → http}/http-query.d.ts +0 -0
- /package/{dist/http → http}/http-query.js +0 -0
- /package/{dist/http → http}/http-url-parameters.d.ts +0 -0
- /package/{dist/http → http}/http-url-parameters.js +0 -0
- /package/{dist/http → http}/http-value-map.d.ts +0 -0
- /package/{dist/http → http}/http-value-map.js +0 -0
- /package/{dist/http → http}/http.error.d.ts +0 -0
- /package/{dist/http → http}/http.error.js +0 -0
- /package/{dist/http → http}/index.d.ts +0 -0
- /package/{dist/http → http}/index.js +0 -0
- /package/{dist/http → http}/server/http-server-request.d.ts +0 -0
- /package/{dist/http → http}/server/http-server-request.js +0 -0
- /package/{dist/http → http}/server/http-server-response.d.ts +0 -0
- /package/{dist/http → http}/server/http-server-response.js +0 -0
- /package/{dist/http → http}/server/http-server.d.ts +0 -0
- /package/{dist/http → http}/server/http-server.js +0 -0
- /package/{dist/http → http}/server/index.d.ts +0 -0
- /package/{dist/http → http}/server/index.js +0 -0
- /package/{dist/http → http}/server/node/index.d.ts +0 -0
- /package/{dist/http → http}/server/node/index.js +0 -0
- /package/{dist/http → http}/server/node/module.d.ts +0 -0
- /package/{dist/http → http}/server/node/module.js +0 -0
- /package/{dist/http → http}/server/node/node-http-server.d.ts +0 -0
- /package/{dist/http → http}/server/node/node-http-server.js +0 -0
- /package/{dist/http → http}/tokens.d.ts +0 -0
- /package/{dist/http → http}/tokens.js +0 -0
- /package/{dist/http → http}/types.d.ts +0 -0
- /package/{dist/http → http}/types.js +0 -0
- /package/{dist/http → http}/utils.d.ts +0 -0
- /package/{dist/http → http}/utils.js +0 -0
- /package/{dist/image-service → image-service}/image-service.d.ts +0 -0
- /package/{dist/image-service → image-service}/image-service.js +0 -0
- /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.d.ts +0 -0
- /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.js +0 -0
- /package/{dist/image-service → image-service}/imgproxy/index.d.ts +0 -0
- /package/{dist/image-service → image-service}/imgproxy/index.js +0 -0
- /package/{dist/image-service → image-service}/index.d.ts +0 -0
- /package/{dist/image-service → image-service}/index.js +0 -0
- /package/{dist/import.d.ts → import.d.ts} +0 -0
- /package/{dist/import.js → import.js} +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/injector → injector}/decorators.d.ts +0 -0
- /package/{dist/injector → injector}/decorators.js +0 -0
- /package/{dist/injector → injector}/index.d.ts +0 -0
- /package/{dist/injector → injector}/index.js +0 -0
- /package/{dist/injector → injector}/inject.d.ts +0 -0
- /package/{dist/injector → injector}/inject.js +0 -0
- /package/{dist/injector → injector}/injector.d.ts +0 -0
- /package/{dist/injector → injector}/injector.js +0 -0
- /package/{dist/injector → injector}/interfaces.d.ts +0 -0
- /package/{dist/injector → injector}/interfaces.js +0 -0
- /package/{dist/injector → injector}/provider.d.ts +0 -0
- /package/{dist/injector → injector}/provider.js +0 -0
- /package/{dist/injector → injector}/registration.error.d.ts +0 -0
- /package/{dist/injector → injector}/registration.error.js +0 -0
- /package/{dist/injector → injector}/resolution.d.ts +0 -0
- /package/{dist/injector → injector}/resolution.js +0 -0
- /package/{dist/injector → injector}/resolve-chain.d.ts +0 -0
- /package/{dist/injector → injector}/resolve-chain.js +0 -0
- /package/{dist/injector → injector}/resolve.error.d.ts +0 -0
- /package/{dist/injector → injector}/resolve.error.js +0 -0
- /package/{dist/injector → injector}/symbols.d.ts +0 -0
- /package/{dist/injector → injector}/symbols.js +0 -0
- /package/{dist/injector → injector}/token.d.ts +0 -0
- /package/{dist/injector → injector}/token.js +0 -0
- /package/{dist/injector → injector}/type-info.d.ts +0 -0
- /package/{dist/injector → injector}/type-info.js +0 -0
- /package/{dist/injector → injector}/types.d.ts +0 -0
- /package/{dist/injector → injector}/types.js +0 -0
- /package/{dist/interfaces.d.ts → interfaces.d.ts} +0 -0
- /package/{dist/interfaces.js → interfaces.js} +0 -0
- /package/{dist/intl → intl}/index.d.ts +0 -0
- /package/{dist/intl → intl}/index.js +0 -0
- /package/{dist/intl → intl}/number-parser.d.ts +0 -0
- /package/{dist/intl → intl}/number-parser.js +0 -0
- /package/{dist/json-path → json-path}/index.d.ts +0 -0
- /package/{dist/json-path → json-path}/index.js +0 -0
- /package/{dist/json-path → json-path}/json-path.d.ts +0 -0
- /package/{dist/json-path → json-path}/json-path.js +0 -0
- /package/{dist/jsx → jsx}/index.d.ts +0 -0
- /package/{dist/jsx → jsx}/index.js +0 -0
- /package/{dist/jsx → jsx}/is-component-class.d.ts +0 -0
- /package/{dist/jsx → jsx}/is-component-class.js +0 -0
- /package/{dist/jsx → jsx}/render-to-string.d.ts +0 -0
- /package/{dist/jsx → jsx}/render-to-string.js +0 -0
- /package/{dist/key-value-store → key-value-store}/index.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/index.js +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value-store.provider.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value-store.provider.js +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value.store.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/key-value.store.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle/0000_shocking_slipstream.sql +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/_journal.json +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/index.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/index.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/index.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/index.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.js +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/module.d.ts +0 -0
- /package/{dist/key-value-store → key-value-store}/postgres/module.js +0 -0
- /package/{dist/lock → lock}/index.d.ts +0 -0
- /package/{dist/lock → lock}/index.js +0 -0
- /package/{dist/lock → lock}/lock.d.ts +0 -0
- /package/{dist/lock → lock}/lock.js +0 -0
- /package/{dist/lock → lock}/postgres/drizzle/0000_busy_tattoo.sql +0 -0
- /package/{dist/lock → lock}/postgres/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/lock → lock}/postgres/drizzle/meta/_journal.json +0 -0
- /package/{dist/lock → lock}/postgres/drizzle.config.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/drizzle.config.js +0 -0
- /package/{dist/lock → lock}/postgres/index.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/index.js +0 -0
- /package/{dist/lock → lock}/postgres/lock.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/lock.js +0 -0
- /package/{dist/lock → lock}/postgres/models/index.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/models/index.js +0 -0
- /package/{dist/lock → lock}/postgres/models/lock.model.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/models/lock.model.js +0 -0
- /package/{dist/lock → lock}/postgres/models/schemas.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/models/schemas.js +0 -0
- /package/{dist/lock → lock}/postgres/module.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/module.js +0 -0
- /package/{dist/lock → lock}/postgres/provider.d.ts +0 -0
- /package/{dist/lock → lock}/postgres/provider.js +0 -0
- /package/{dist/lock → lock}/provider.d.ts +0 -0
- /package/{dist/lock → lock}/provider.js +0 -0
- /package/{dist/lock → lock}/web/index.d.ts +0 -0
- /package/{dist/lock → lock}/web/index.js +0 -0
- /package/{dist/lock → lock}/web/module.d.ts +0 -0
- /package/{dist/lock → lock}/web/module.js +0 -0
- /package/{dist/lock → lock}/web/web-lock.d.ts +0 -0
- /package/{dist/lock → lock}/web/web-lock.js +0 -0
- /package/{dist/lock → lock}/web/web-lock.provider.d.ts +0 -0
- /package/{dist/lock → lock}/web/web-lock.provider.js +0 -0
- /package/{dist/logger → logger}/formatter.d.ts +0 -0
- /package/{dist/logger → logger}/formatter.js +0 -0
- /package/{dist/logger → logger}/formatters/index.d.ts +0 -0
- /package/{dist/logger → logger}/formatters/index.js +0 -0
- /package/{dist/logger → logger}/formatters/json.d.ts +0 -0
- /package/{dist/logger → logger}/formatters/json.js +0 -0
- /package/{dist/logger → logger}/formatters/pretty-print.d.ts +0 -0
- /package/{dist/logger → logger}/formatters/pretty-print.js +0 -0
- /package/{dist/logger → logger}/index.d.ts +0 -0
- /package/{dist/logger → logger}/index.js +0 -0
- /package/{dist/logger → logger}/level.d.ts +0 -0
- /package/{dist/logger → logger}/level.js +0 -0
- /package/{dist/logger → logger}/logger.d.ts +0 -0
- /package/{dist/logger → logger}/logger.js +0 -0
- /package/{dist/logger → logger}/manager.d.ts +0 -0
- /package/{dist/logger → logger}/manager.js +0 -0
- /package/{dist/logger → logger}/tokens.d.ts +0 -0
- /package/{dist/logger → logger}/tokens.js +0 -0
- /package/{dist/logger → logger}/transport.d.ts +0 -0
- /package/{dist/logger → logger}/transport.js +0 -0
- /package/{dist/logger → logger}/transports/console.d.ts +0 -0
- /package/{dist/logger → logger}/transports/console.js +0 -0
- /package/{dist/logger → logger}/transports/index.d.ts +0 -0
- /package/{dist/logger → logger}/transports/index.js +0 -0
- /package/{dist/mail → mail}/clients/index.d.ts +0 -0
- /package/{dist/mail → mail}/clients/index.js +0 -0
- /package/{dist/mail → mail}/clients/nodemailer.mail-client.d.ts +0 -0
- /package/{dist/mail → mail}/clients/nodemailer.mail-client.js +0 -0
- /package/{dist/mail → mail}/drizzle/0000_previous_malcolm_colcord.sql +0 -0
- /package/{dist/mail → mail}/drizzle/0001_flimsy_bloodscream.sql +0 -0
- /package/{dist/mail → mail}/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/mail → mail}/drizzle/meta/0001_snapshot.json +0 -0
- /package/{dist/mail → mail}/drizzle/meta/_journal.json +0 -0
- /package/{dist/mail → mail}/drizzle.config.d.ts +0 -0
- /package/{dist/mail → mail}/drizzle.config.js +0 -0
- /package/{dist/mail → mail}/index.d.ts +0 -0
- /package/{dist/mail → mail}/index.js +0 -0
- /package/{dist/mail → mail}/mail.client.d.ts +0 -0
- /package/{dist/mail → mail}/mail.client.js +0 -0
- /package/{dist/mail → mail}/mail.service.d.ts +0 -0
- /package/{dist/mail → mail}/mail.service.js +0 -0
- /package/{dist/mail → mail}/models/index.d.ts +0 -0
- /package/{dist/mail → mail}/models/index.js +0 -0
- /package/{dist/mail → mail}/models/mail-address.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-address.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-content.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-content.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-data.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-data.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-log.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-log.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-send-result.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-send-result.model.js +0 -0
- /package/{dist/mail → mail}/models/mail-template.model.d.ts +0 -0
- /package/{dist/mail → mail}/models/mail-template.model.js +0 -0
- /package/{dist/mail → mail}/models/schemas.d.ts +0 -0
- /package/{dist/mail → mail}/models/schemas.js +0 -0
- /package/{dist/mail → mail}/module.d.ts +0 -0
- /package/{dist/mail → mail}/module.js +0 -0
- /package/{dist/mail → mail}/tokens.d.ts +0 -0
- /package/{dist/mail → mail}/tokens.js +0 -0
- /package/{dist/memory → memory}/finalization.d.ts +0 -0
- /package/{dist/memory → memory}/finalization.js +0 -0
- /package/{dist/memory → memory}/index.d.ts +0 -0
- /package/{dist/memory → memory}/index.js +0 -0
- /package/{dist/memory → memory}/observable-finalization-registry.d.ts +0 -0
- /package/{dist/memory → memory}/observable-finalization-registry.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/index.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/index.js +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/module.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/broadcast-channel/module.js +0 -0
- /package/{dist/message-bus → message-bus}/index.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/index.js +0 -0
- /package/{dist/message-bus → message-bus}/local/index.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/index.js +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.js +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/local-message-bus.js +0 -0
- /package/{dist/message-bus → message-bus}/local/module.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/module.js +0 -0
- /package/{dist/message-bus → message-bus}/local/types.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/local/types.js +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-base.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-base.js +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-provider.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/message-bus-provider.js +0 -0
- /package/{dist/message-bus → message-bus}/message-bus.d.ts +0 -0
- /package/{dist/message-bus → message-bus}/message-bus.js +0 -0
- /package/{dist/module → module}/index.d.ts +0 -0
- /package/{dist/module → module}/index.js +0 -0
- /package/{dist/module → module}/module.d.ts +0 -0
- /package/{dist/module → module}/module.js +0 -0
- /package/{dist/module → module}/modules/function.module.d.ts +0 -0
- /package/{dist/module → module}/modules/function.module.js +0 -0
- /package/{dist/module → module}/modules/index.d.ts +0 -0
- /package/{dist/module → module}/modules/index.js +0 -0
- /package/{dist/module → module}/modules/web-server.module.d.ts +0 -0
- /package/{dist/module → module}/modules/web-server.module.js +0 -0
- /package/{dist/object-storage → object-storage}/index.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/index.js +0 -0
- /package/{dist/object-storage → object-storage}/object-storage-provider.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/object-storage-provider.js +0 -0
- /package/{dist/object-storage → object-storage}/object-storage.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/object-storage.js +0 -0
- /package/{dist/object-storage → object-storage}/object.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/object.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/index.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/index.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object-storage.js +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object.d.ts +0 -0
- /package/{dist/object-storage → object-storage}/s3/s3.object.js +0 -0
- /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.js +0 -0
- /package/{dist/openid-connect → openid-connect}/index.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/index.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-state.model.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc-state.model.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service-model.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service-model.js +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service.d.ts +0 -0
- /package/{dist/openid-connect → openid-connect}/oidc.service.js +0 -0
- /package/{dist/orm → orm}/data-types/bytea.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/bytea.js +0 -0
- /package/{dist/orm → orm}/data-types/common.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/common.js +0 -0
- /package/{dist/orm → orm}/data-types/index.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/index.js +0 -0
- /package/{dist/orm → orm}/data-types/numeric-date.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/numeric-date.js +0 -0
- /package/{dist/orm → orm}/data-types/timestamp.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/timestamp.js +0 -0
- /package/{dist/orm → orm}/data-types/tsvector.d.ts +0 -0
- /package/{dist/orm → orm}/data-types/tsvector.js +0 -0
- /package/{dist/orm → orm}/decorators.d.ts +0 -0
- /package/{dist/orm → orm}/decorators.js +0 -0
- /package/{dist/orm → orm}/entity.d.ts +0 -0
- /package/{dist/orm → orm}/entity.js +0 -0
- /package/{dist/orm → orm}/index.d.ts +0 -0
- /package/{dist/orm → orm}/index.js +0 -0
- /package/{dist/orm → orm}/query/base.d.ts +0 -0
- /package/{dist/orm → orm}/query/base.js +0 -0
- /package/{dist/orm → orm}/query/index.d.ts +0 -0
- /package/{dist/orm → orm}/query/index.js +0 -0
- /package/{dist/orm → orm}/query/parade.d.ts +0 -0
- /package/{dist/orm → orm}/query/parade.js +0 -0
- /package/{dist/orm → orm}/repository.types.d.ts +0 -0
- /package/{dist/orm → orm}/repository.types.js +0 -0
- /package/{dist/orm → orm}/schemas/index.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/index.js +0 -0
- /package/{dist/orm → orm}/schemas/json.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/json.js +0 -0
- /package/{dist/orm → orm}/schemas/numeric-date.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/numeric-date.js +0 -0
- /package/{dist/orm → orm}/schemas/numeric.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/numeric.js +0 -0
- /package/{dist/orm → orm}/schemas/timestamp.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/timestamp.js +0 -0
- /package/{dist/orm → orm}/schemas/tsvector.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/tsvector.js +0 -0
- /package/{dist/orm → orm}/schemas/uuid.d.ts +0 -0
- /package/{dist/orm → orm}/schemas/uuid.js +0 -0
- /package/{dist/orm → orm}/server/database-schema.d.ts +0 -0
- /package/{dist/orm → orm}/server/database-schema.js +0 -0
- /package/{dist/orm → orm}/server/database.d.ts +0 -0
- /package/{dist/orm → orm}/server/database.js +0 -0
- /package/{dist/orm → orm}/server/drizzle/index.d.ts +0 -0
- /package/{dist/orm → orm}/server/drizzle/index.js +0 -0
- /package/{dist/orm → orm}/server/drizzle/schema-converter.d.ts +0 -0
- /package/{dist/orm → orm}/server/drizzle/schema-converter.js +0 -0
- /package/{dist/orm → orm}/server/encryption.d.ts +0 -0
- /package/{dist/orm → orm}/server/encryption.js +0 -0
- /package/{dist/orm → orm}/server/index.d.ts +0 -0
- /package/{dist/orm → orm}/server/index.js +0 -0
- /package/{dist/orm → orm}/server/module.d.ts +0 -0
- /package/{dist/orm → orm}/server/module.js +0 -0
- /package/{dist/orm → orm}/server/query-converter.d.ts +0 -0
- /package/{dist/orm → orm}/server/query-converter.js +0 -0
- /package/{dist/orm → orm}/server/repository.d.ts +0 -0
- /package/{dist/orm → orm}/server/repository.js +0 -0
- /package/{dist/orm → orm}/server/tokens.d.ts +0 -0
- /package/{dist/orm → orm}/server/tokens.js +0 -0
- /package/{dist/orm → orm}/server/transaction.d.ts +0 -0
- /package/{dist/orm → orm}/server/transaction.js +0 -0
- /package/{dist/orm → orm}/server/transactional.d.ts +0 -0
- /package/{dist/orm → orm}/server/transactional.js +0 -0
- /package/{dist/orm → orm}/server/types.d.ts +0 -0
- /package/{dist/orm → orm}/server/types.js +0 -0
- /package/{dist/orm → orm}/sqls.d.ts +0 -0
- /package/{dist/orm → orm}/sqls.js +0 -0
- /package/{dist/orm → orm}/types.d.ts +0 -0
- /package/{dist/orm → orm}/types.js +0 -0
- /package/{dist/orm → orm}/utils.d.ts +0 -0
- /package/{dist/orm → orm}/utils.js +0 -0
- /package/{dist/password → password}/have-i-been-pwned.d.ts +0 -0
- /package/{dist/password → password}/have-i-been-pwned.js +0 -0
- /package/{dist/password → password}/index.d.ts +0 -0
- /package/{dist/password → password}/index.js +0 -0
- /package/{dist/password → password}/password-check-result.model.d.ts +0 -0
- /package/{dist/password → password}/password-check-result.model.js +0 -0
- /package/{dist/password → password}/password-check.d.ts +0 -0
- /package/{dist/password → password}/password-check.js +0 -0
- /package/{dist/password → password}/password-check.localization.d.ts +0 -0
- /package/{dist/password → password}/password-check.localization.js +0 -0
- /package/{dist/pdf → pdf}/index.d.ts +0 -0
- /package/{dist/pdf → pdf}/index.js +0 -0
- /package/{dist/pdf → pdf}/pdf.service.d.ts +0 -0
- /package/{dist/pdf → pdf}/pdf.service.js +0 -0
- /package/{dist/pdf → pdf}/utils.d.ts +0 -0
- /package/{dist/pdf → pdf}/utils.js +0 -0
- /package/{dist/polyfills.d.ts → polyfills.d.ts} +0 -0
- /package/{dist/polyfills.js → polyfills.js} +0 -0
- /package/{dist/pool → pool}/index.d.ts +0 -0
- /package/{dist/pool → pool}/index.js +0 -0
- /package/{dist/pool → pool}/pool.d.ts +0 -0
- /package/{dist/pool → pool}/pool.js +0 -0
- /package/{dist/process → process}/index.d.ts +0 -0
- /package/{dist/process → process}/index.js +0 -0
- /package/{dist/process → process}/spawn.d.ts +0 -0
- /package/{dist/process → process}/spawn.js +0 -0
- /package/{dist/promise → promise}/cancelable-promise.d.ts +0 -0
- /package/{dist/promise → promise}/cancelable-promise.js +0 -0
- /package/{dist/promise → promise}/custom-promise.d.ts +0 -0
- /package/{dist/promise → promise}/custom-promise.js +0 -0
- /package/{dist/promise → promise}/deferred-promise.d.ts +0 -0
- /package/{dist/promise → promise}/deferred-promise.js +0 -0
- /package/{dist/promise → promise}/index.d.ts +0 -0
- /package/{dist/promise → promise}/index.js +0 -0
- /package/{dist/promise → promise}/lazy-promise.d.ts +0 -0
- /package/{dist/promise → promise}/lazy-promise.js +0 -0
- /package/{dist/promise → promise}/types.d.ts +0 -0
- /package/{dist/promise → promise}/types.js +0 -0
- /package/{dist/queue → queue}/enqueue-batch.d.ts +0 -0
- /package/{dist/queue → queue}/enqueue-batch.js +0 -0
- /package/{dist/queue → queue}/index.d.ts +0 -0
- /package/{dist/queue → queue}/index.js +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/0000_zippy_moondragon.sql +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/0001_certain_wild_pack.sql +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/0002_dear_meggan.sql +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/0001_snapshot.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/0002_snapshot.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle/meta/_journal.json +0 -0
- /package/{dist/queue → queue}/postgres/drizzle.config.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/drizzle.config.js +0 -0
- /package/{dist/queue → queue}/postgres/index.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/index.js +0 -0
- /package/{dist/queue → queue}/postgres/job.model.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/job.model.js +0 -0
- /package/{dist/queue → queue}/postgres/module.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/module.js +0 -0
- /package/{dist/queue → queue}/postgres/queue.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/queue.js +0 -0
- /package/{dist/queue → queue}/postgres/queue.provider.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/queue.provider.js +0 -0
- /package/{dist/queue → queue}/postgres/schemas.d.ts +0 -0
- /package/{dist/queue → queue}/postgres/schemas.js +0 -0
- /package/{dist/queue → queue}/provider.d.ts +0 -0
- /package/{dist/queue → queue}/provider.js +0 -0
- /package/{dist/queue → queue}/queue.d.ts +0 -0
- /package/{dist/queue → queue}/queue.js +0 -0
- /package/{dist/random → random}/index.d.ts +0 -0
- /package/{dist/random → random}/index.js +0 -0
- /package/{dist/random → random}/number-generator/index.d.ts +0 -0
- /package/{dist/random → random}/number-generator/index.js +0 -0
- /package/{dist/random → random}/number-generator/mulberry32.d.ts +0 -0
- /package/{dist/random → random}/number-generator/mulberry32.js +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator-function.d.ts +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator-function.js +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator.d.ts +0 -0
- /package/{dist/random → random}/number-generator/random-number-generator.js +0 -0
- /package/{dist/random → random}/number-generator/seeded-random-number-generator.d.ts +0 -0
- /package/{dist/random → random}/number-generator/seeded-random-number-generator.js +0 -0
- /package/{dist/random → random}/number-generator/sfc32.d.ts +0 -0
- /package/{dist/random → random}/number-generator/sfc32.js +0 -0
- /package/{dist/random → random}/number-generator/utils.d.ts +0 -0
- /package/{dist/random → random}/number-generator/utils.js +0 -0
- /package/{dist/random → random}/series.d.ts +0 -0
- /package/{dist/random → random}/series.js +0 -0
- /package/{dist/reflection → reflection}/decorator-data.d.ts +0 -0
- /package/{dist/reflection → reflection}/decorator-data.js +0 -0
- /package/{dist/reflection → reflection}/decorators.d.ts +0 -0
- /package/{dist/reflection → reflection}/decorators.js +0 -0
- /package/{dist/reflection → reflection}/index.d.ts +0 -0
- /package/{dist/reflection → reflection}/index.js +0 -0
- /package/{dist/reflection → reflection}/registry.d.ts +0 -0
- /package/{dist/reflection → reflection}/registry.js +0 -0
- /package/{dist/reflection → reflection}/types.d.ts +0 -0
- /package/{dist/reflection → reflection}/types.js +0 -0
- /package/{dist/reflection → reflection}/utils.d.ts +0 -0
- /package/{dist/reflection → reflection}/utils.js +0 -0
- /package/{dist/require.d.ts → require.d.ts} +0 -0
- /package/{dist/require.js → require.js} +0 -0
- /package/{dist/rpc → rpc}/adapters/index.d.ts +0 -0
- /package/{dist/rpc → rpc}/adapters/index.js +0 -0
- /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.d.ts +0 -0
- /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.js +0 -0
- /package/{dist/rpc → rpc}/endpoints/index.d.ts +0 -0
- /package/{dist/rpc → rpc}/endpoints/index.js +0 -0
- /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.d.ts +0 -0
- /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.js +0 -0
- /package/{dist/rpc → rpc}/index.d.ts +0 -0
- /package/{dist/rpc → rpc}/index.js +0 -0
- /package/{dist/rpc → rpc}/model.d.ts +0 -0
- /package/{dist/rpc → rpc}/model.js +0 -0
- /package/{dist/rpc → rpc}/rpc.adapter.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.adapter.js +0 -0
- /package/{dist/rpc → rpc}/rpc.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.endpoint.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.endpoint.js +0 -0
- /package/{dist/rpc → rpc}/rpc.error.d.ts +0 -0
- /package/{dist/rpc → rpc}/rpc.error.js +0 -0
- /package/{dist/rpc → rpc}/rpc.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/cast.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/cast.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/index.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/index.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/noop.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/noop.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/reject-error.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/reject-error.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/slow-array.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/slow-array.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/teardown.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/teardown.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/timing.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/timing.js +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/untrack.d.ts +0 -0
- /package/{dist/rxjs-utils → rxjs-utils}/untrack.js +0 -0
- /package/{dist/schema → schema}/converters/index.d.ts +0 -0
- /package/{dist/schema → schema}/converters/index.js +0 -0
- /package/{dist/schema → schema}/converters/openapi-converter.d.ts +0 -0
- /package/{dist/schema → schema}/converters/openapi-converter.js +0 -0
- /package/{dist/schema → schema}/decorators/class.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/class.js +0 -0
- /package/{dist/schema → schema}/decorators/description.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/description.js +0 -0
- /package/{dist/schema → schema}/decorators/index.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/index.js +0 -0
- /package/{dist/schema → schema}/decorators/schema.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/schema.js +0 -0
- /package/{dist/schema → schema}/decorators/types.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/types.js +0 -0
- /package/{dist/schema → schema}/decorators/utils.d.ts +0 -0
- /package/{dist/schema → schema}/decorators/utils.js +0 -0
- /package/{dist/schema → schema}/index.d.ts +0 -0
- /package/{dist/schema → schema}/index.js +0 -0
- /package/{dist/schema → schema}/schema.d.ts +0 -0
- /package/{dist/schema → schema}/schema.error.d.ts +0 -0
- /package/{dist/schema → schema}/schema.error.js +0 -0
- /package/{dist/schema → schema}/schema.js +0 -0
- /package/{dist/schema → schema}/schemas/any.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/any.js +0 -0
- /package/{dist/schema → schema}/schemas/array.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/array.js +0 -0
- /package/{dist/schema → schema}/schemas/bigint.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/bigint.js +0 -0
- /package/{dist/schema → schema}/schemas/boolean.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/boolean.js +0 -0
- /package/{dist/schema → schema}/schemas/date.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/date.js +0 -0
- /package/{dist/schema → schema}/schemas/defaulted.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/defaulted.js +0 -0
- /package/{dist/schema → schema}/schemas/deferred.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/deferred.js +0 -0
- /package/{dist/schema → schema}/schemas/enumeration.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/enumeration.js +0 -0
- /package/{dist/schema → schema}/schemas/function.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/function.js +0 -0
- /package/{dist/schema → schema}/schemas/index.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/index.js +0 -0
- /package/{dist/schema → schema}/schemas/instance.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/instance.js +0 -0
- /package/{dist/schema → schema}/schemas/literal.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/literal.js +0 -0
- /package/{dist/schema → schema}/schemas/never.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/never.js +0 -0
- /package/{dist/schema → schema}/schemas/nullable.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/nullable.js +0 -0
- /package/{dist/schema → schema}/schemas/number.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/number.js +0 -0
- /package/{dist/schema → schema}/schemas/object.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/object.js +0 -0
- /package/{dist/schema → schema}/schemas/one-or-many.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/one-or-many.js +0 -0
- /package/{dist/schema → schema}/schemas/optional.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/optional.js +0 -0
- /package/{dist/schema → schema}/schemas/readable-stream.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/readable-stream.js +0 -0
- /package/{dist/schema → schema}/schemas/regexp.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/regexp.js +0 -0
- /package/{dist/schema → schema}/schemas/simple.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/simple.js +0 -0
- /package/{dist/schema → schema}/schemas/string.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/string.js +0 -0
- /package/{dist/schema → schema}/schemas/symbol.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/symbol.js +0 -0
- /package/{dist/schema → schema}/schemas/transform.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/transform.js +0 -0
- /package/{dist/schema → schema}/schemas/uint8-array.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/uint8-array.js +0 -0
- /package/{dist/schema → schema}/schemas/union.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/union.js +0 -0
- /package/{dist/schema → schema}/schemas/unknown.d.ts +0 -0
- /package/{dist/schema → schema}/schemas/unknown.js +0 -0
- /package/{dist/schema → schema}/testable.d.ts +0 -0
- /package/{dist/schema → schema}/testable.js +0 -0
- /package/{dist/schema → schema}/types.d.ts +0 -0
- /package/{dist/schema → schema}/types.js +0 -0
- /package/{dist/serializer → serializer}/handlers/binary.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/binary.js +0 -0
- /package/{dist/serializer → serializer}/handlers/date.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/date.js +0 -0
- /package/{dist/serializer → serializer}/handlers/error.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/error.js +0 -0
- /package/{dist/serializer → serializer}/handlers/index.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/index.js +0 -0
- /package/{dist/serializer → serializer}/handlers/map.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/map.js +0 -0
- /package/{dist/serializer → serializer}/handlers/regex.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/regex.js +0 -0
- /package/{dist/serializer → serializer}/handlers/register.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/register.js +0 -0
- /package/{dist/serializer → serializer}/handlers/set.d.ts +0 -0
- /package/{dist/serializer → serializer}/handlers/set.js +0 -0
- /package/{dist/serializer → serializer}/index.d.ts +0 -0
- /package/{dist/serializer → serializer}/index.js +0 -0
- /package/{dist/serializer → serializer}/serializable.d.ts +0 -0
- /package/{dist/serializer → serializer}/serializable.js +0 -0
- /package/{dist/serializer → serializer}/serializer.d.ts +0 -0
- /package/{dist/serializer → serializer}/serializer.js +0 -0
- /package/{dist/serializer → serializer}/types.d.ts +0 -0
- /package/{dist/serializer → serializer}/types.js +0 -0
- /package/{dist/signals → signals}/api.d.ts +0 -0
- /package/{dist/signals → signals}/api.js +0 -0
- /package/{dist/signals → signals}/computed-with-dependencies.d.ts +0 -0
- /package/{dist/signals → signals}/computed-with-dependencies.js +0 -0
- /package/{dist/signals → signals}/effect-with-dependencies.d.ts +0 -0
- /package/{dist/signals → signals}/effect-with-dependencies.js +0 -0
- /package/{dist/signals → signals}/implementation/api.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/api.js +0 -0
- /package/{dist/signals → signals}/implementation/asserts.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/asserts.js +0 -0
- /package/{dist/signals → signals}/implementation/computed.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/computed.js +0 -0
- /package/{dist/signals → signals}/implementation/configure.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/configure.js +0 -0
- /package/{dist/signals → signals}/implementation/effect.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/effect.js +0 -0
- /package/{dist/signals → signals}/implementation/equality.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/equality.js +0 -0
- /package/{dist/signals → signals}/implementation/errors.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/errors.js +0 -0
- /package/{dist/signals → signals}/implementation/graph.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/graph.js +0 -0
- /package/{dist/signals → signals}/implementation/index.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/index.js +0 -0
- /package/{dist/signals → signals}/implementation/signal.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/signal.js +0 -0
- /package/{dist/signals → signals}/implementation/to-observable.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/to-observable.js +0 -0
- /package/{dist/signals → signals}/implementation/to-signal.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/to-signal.js +0 -0
- /package/{dist/signals → signals}/implementation/untracked.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/untracked.js +0 -0
- /package/{dist/signals → signals}/implementation/watch.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/watch.js +0 -0
- /package/{dist/signals → signals}/implementation/writable-signal.d.ts +0 -0
- /package/{dist/signals → signals}/implementation/writable-signal.js +0 -0
- /package/{dist/signals → signals}/index.d.ts +0 -0
- /package/{dist/signals → signals}/index.js +0 -0
- /package/{dist/signals → signals}/notifier.d.ts +0 -0
- /package/{dist/signals → signals}/notifier.js +0 -0
- /package/{dist/signals → signals}/operators/combine.d.ts +0 -0
- /package/{dist/signals → signals}/operators/combine.js +0 -0
- /package/{dist/signals → signals}/operators/defer.d.ts +0 -0
- /package/{dist/signals → signals}/operators/defer.js +0 -0
- /package/{dist/signals → signals}/operators/derive-async.d.ts +0 -0
- /package/{dist/signals → signals}/operators/derive-async.js +0 -0
- /package/{dist/signals → signals}/operators/index.d.ts +0 -0
- /package/{dist/signals → signals}/operators/index.js +0 -0
- /package/{dist/signals → signals}/operators/map.d.ts +0 -0
- /package/{dist/signals → signals}/operators/map.js +0 -0
- /package/{dist/signals → signals}/operators/switchAll.d.ts +0 -0
- /package/{dist/signals → signals}/operators/switchAll.js +0 -0
- /package/{dist/signals → signals}/pipe.d.ts +0 -0
- /package/{dist/signals → signals}/pipe.js +0 -0
- /package/{dist/signals → signals}/symbol.d.ts +0 -0
- /package/{dist/signals → signals}/symbol.js +0 -0
- /package/{dist/signals → signals}/to-lazy-signal.d.ts +0 -0
- /package/{dist/signals → signals}/to-lazy-signal.js +0 -0
- /package/{dist/signals → signals}/types.d.ts +0 -0
- /package/{dist/signals → signals}/types.js +0 -0
- /package/{dist/signals → signals}/untracked-operator.d.ts +0 -0
- /package/{dist/signals → signals}/untracked-operator.js +0 -0
- /package/{dist/sse → sse}/data-stream-source.d.ts +0 -0
- /package/{dist/sse → sse}/data-stream-source.js +0 -0
- /package/{dist/sse → sse}/data-stream.d.ts +0 -0
- /package/{dist/sse → sse}/data-stream.js +0 -0
- /package/{dist/sse → sse}/index.d.ts +0 -0
- /package/{dist/sse → sse}/index.js +0 -0
- /package/{dist/sse → sse}/model.d.ts +0 -0
- /package/{dist/sse → sse}/model.js +0 -0
- /package/{dist/sse → sse}/server-sent-events-source.d.ts +0 -0
- /package/{dist/sse → sse}/server-sent-events-source.js +0 -0
- /package/{dist/sse → sse}/server-sent-events.d.ts +0 -0
- /package/{dist/sse → sse}/server-sent-events.js +0 -0
- /package/{dist/supports.d.ts → supports.d.ts} +0 -0
- /package/{dist/supports.js → supports.js} +0 -0
- /package/{dist/templates → templates}/index.d.ts +0 -0
- /package/{dist/templates → templates}/index.js +0 -0
- /package/{dist/templates → templates}/module.d.ts +0 -0
- /package/{dist/templates → templates}/module.js +0 -0
- /package/{dist/templates → templates}/providers/file.template-provider.d.ts +0 -0
- /package/{dist/templates → templates}/providers/file.template-provider.js +0 -0
- /package/{dist/templates → templates}/providers/index.d.ts +0 -0
- /package/{dist/templates → templates}/providers/index.js +0 -0
- /package/{dist/templates → templates}/providers/memory.template-provider.d.ts +0 -0
- /package/{dist/templates → templates}/providers/memory.template-provider.js +0 -0
- /package/{dist/templates → templates}/renderers/handlebars.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/handlebars.template-renderer.js +0 -0
- /package/{dist/templates → templates}/renderers/index.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/index.js +0 -0
- /package/{dist/templates → templates}/renderers/jsx.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/jsx.template-renderer.js +0 -0
- /package/{dist/templates → templates}/renderers/mjml.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/mjml.template-renderer.js +0 -0
- /package/{dist/templates → templates}/renderers/string.template-renderer.d.ts +0 -0
- /package/{dist/templates → templates}/renderers/string.template-renderer.js +0 -0
- /package/{dist/templates → templates}/resolvers/file.template-resolver.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/file.template-resolver.js +0 -0
- /package/{dist/templates → templates}/resolvers/index.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/index.js +0 -0
- /package/{dist/templates → templates}/resolvers/jsx.template-resolver.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/jsx.template-resolver.js +0 -0
- /package/{dist/templates → templates}/resolvers/string.template-resolver.d.ts +0 -0
- /package/{dist/templates → templates}/resolvers/string.template-resolver.js +0 -0
- /package/{dist/templates → templates}/template-renderer.provider.d.ts +0 -0
- /package/{dist/templates → templates}/template-renderer.provider.js +0 -0
- /package/{dist/templates → templates}/template-resolver.provider.d.ts +0 -0
- /package/{dist/templates → templates}/template-resolver.provider.js +0 -0
- /package/{dist/templates → templates}/template.model.d.ts +0 -0
- /package/{dist/templates → templates}/template.model.js +0 -0
- /package/{dist/templates → templates}/template.provider.d.ts +0 -0
- /package/{dist/templates → templates}/template.provider.js +0 -0
- /package/{dist/templates → templates}/template.renderer.d.ts +0 -0
- /package/{dist/templates → templates}/template.renderer.js +0 -0
- /package/{dist/templates → templates}/template.resolver.d.ts +0 -0
- /package/{dist/templates → templates}/template.resolver.js +0 -0
- /package/{dist/templates → templates}/template.service.d.ts +0 -0
- /package/{dist/templates → templates}/template.service.js +0 -0
- /package/{dist/templates → templates}/tokens.d.ts +0 -0
- /package/{dist/templates → templates}/tokens.js +0 -0
- /package/{dist/templates → templates}/types/index.d.ts +0 -0
- /package/{dist/templates → templates}/types/index.js +0 -0
- /package/{dist/templates → templates}/types/jsx.intrinsic-elements.d.ts +0 -0
- /package/{dist/templates → templates}/types/jsx.intrinsic-elements.js +0 -0
- /package/{dist/test → test}/drizzle/0000_natural_cannonball.sql +0 -0
- /package/{dist/test → test}/drizzle/meta/0000_snapshot.json +0 -0
- /package/{dist/test → test}/drizzle/meta/_journal.json +0 -0
- /package/{dist/test → test}/drizzle.config.d.ts +0 -0
- /package/{dist/test → test}/drizzle.config.js +0 -0
- /package/{dist/test → test}/index.d.ts +0 -0
- /package/{dist/test → test}/index.js +0 -0
- /package/{dist/test → test}/module.d.ts +0 -0
- /package/{dist/test → test}/module.js +0 -0
- /package/{dist/test → test}/schemas.d.ts +0 -0
- /package/{dist/test → test}/schemas.js +0 -0
- /package/{dist/test → test}/test.model.d.ts +0 -0
- /package/{dist/test → test}/test.model.js +0 -0
- /package/{dist/test1.d.ts → test1.d.ts} +0 -0
- /package/{dist/test1.js → test1.js} +0 -0
- /package/{dist/test2.d.ts → test2.d.ts} +0 -0
- /package/{dist/test2.js → test2.js} +0 -0
- /package/{dist/test3.d.ts → test3.d.ts} +0 -0
- /package/{dist/test3.js → test3.js} +0 -0
- /package/{dist/test4.d.ts → test4.d.ts} +0 -0
- /package/{dist/test4.js → test4.js} +0 -0
- /package/{dist/test5.d.ts → test5.d.ts} +0 -0
- /package/{dist/test5.js → test5.js} +0 -0
- /package/{dist/test6.d.ts → test6.d.ts} +0 -0
- /package/{dist/test6.js → test6.js} +0 -0
- /package/{dist/text → text}/common-localization.d.ts +0 -0
- /package/{dist/text → text}/common-localization.js +0 -0
- /package/{dist/text → text}/dynamic-text.model.d.ts +0 -0
- /package/{dist/text → text}/dynamic-text.model.js +0 -0
- /package/{dist/text → text}/index.d.ts +0 -0
- /package/{dist/text → text}/index.js +0 -0
- /package/{dist/text → text}/localizable-text.model.d.ts +0 -0
- /package/{dist/text → text}/localizable-text.model.js +0 -0
- /package/{dist/text → text}/localization.service.d.ts +0 -0
- /package/{dist/text → text}/localization.service.js +0 -0
- /package/{dist/threading → threading}/index.d.ts +0 -0
- /package/{dist/threading → threading}/index.js +0 -0
- /package/{dist/threading → threading}/thread-pool.d.ts +0 -0
- /package/{dist/threading → threading}/thread-pool.js +0 -0
- /package/{dist/threading → threading}/thread-worker.d.ts +0 -0
- /package/{dist/threading → threading}/thread-worker.js +0 -0
- /package/{dist/tokens.d.ts → tokens.d.ts} +0 -0
- /package/{dist/tokens.js → tokens.js} +0 -0
- /package/{dist/types → types}/geo-json.d.ts +0 -0
- /package/{dist/types → types}/geo-json.js +0 -0
- /package/{dist/types → types}/index.d.ts +0 -0
- /package/{dist/types → types}/index.js +0 -0
- /package/{dist/types → types}/tagged.d.ts +0 -0
- /package/{dist/types → types}/tagged.js +0 -0
- /package/{dist/types → types}/types.d.ts +0 -0
- /package/{dist/types → types}/types.js +0 -0
- /package/{dist/types → types}/web-types.d.ts +0 -0
- /package/{dist/types → types}/web-types.js +0 -0
- /package/{dist/utils → utils}/alphabet.d.ts +0 -0
- /package/{dist/utils → utils}/alphabet.js +0 -0
- /package/{dist/utils → utils}/any-iterable-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/any-iterable-iterator.js +0 -0
- /package/{dist/utils → utils}/array/array-backtracker.d.ts +0 -0
- /package/{dist/utils → utils}/array/array-backtracker.js +0 -0
- /package/{dist/utils → utils}/array/array.d.ts +0 -0
- /package/{dist/utils → utils}/array/array.js +0 -0
- /package/{dist/utils → utils}/array/index.d.ts +0 -0
- /package/{dist/utils → utils}/array/index.js +0 -0
- /package/{dist/utils → utils}/async-hook/async-hook.d.ts +0 -0
- /package/{dist/utils → utils}/async-hook/async-hook.js +0 -0
- /package/{dist/utils → utils}/async-hook/index.d.ts +0 -0
- /package/{dist/utils → utils}/async-hook/index.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/all.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/all.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/any.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/any.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/assert.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/assert.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/batch.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/batch.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/buffer.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/buffer.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/concat.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/concat.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/deferred.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/deferred.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/difference.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/difference.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/distinct.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/distinct.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/drain.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/drain.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/filter.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/filter.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/first.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/for-each.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/for-each.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-single.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-single.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/group.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/includes.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/includes.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/index.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/index.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/interrupt.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/interrupt.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/last.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map-many.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map-many.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/materialize.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/materialize.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/metadata.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/metadata.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/multiplex.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/multiplex.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/pairwise.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/pairwise.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/reduce.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/reduce.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/retry.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/retry.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/single.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/skip.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/skip.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/sort.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/sort.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-until.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-until.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-while.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take-while.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/take.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/tap.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/tap.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/throttle.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/throttle.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-array.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-array.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-set.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-set.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/types.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/types.js +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/while.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterable-helpers/while.js +0 -0
- /package/{dist/utils → utils}/async-iterator-iterable-iterator.d.ts +0 -0
- /package/{dist/utils → utils}/async-iterator-iterable-iterator.js +0 -0
- /package/{dist/utils → utils}/backoff.d.ts +0 -0
- /package/{dist/utils → utils}/backoff.js +0 -0
- /package/{dist/utils → utils}/base64.d.ts +0 -0
- /package/{dist/utils → utils}/base64.js +0 -0
- /package/{dist/utils → utils}/benchmark.d.ts +0 -0
- /package/{dist/utils → utils}/benchmark.js +0 -0
- /package/{dist/utils → utils}/binary-search.d.ts +0 -0
- /package/{dist/utils → utils}/binary-search.js +0 -0
- /package/{dist/utils → utils}/binary.d.ts +0 -0
- /package/{dist/utils → utils}/binary.js +0 -0
- /package/{dist/utils → utils}/clone.d.ts +0 -0
- /package/{dist/utils → utils}/clone.js +0 -0
- /package/{dist/utils → utils}/comparison.d.ts +0 -0
- /package/{dist/utils → utils}/comparison.js +0 -0
- /package/{dist/utils → utils}/compression.d.ts +0 -0
- /package/{dist/utils → utils}/compression.js +0 -0
- /package/{dist/utils → utils}/config-parser.d.ts +0 -0
- /package/{dist/utils → utils}/config-parser.js +0 -0
- /package/{dist/utils → utils}/crc32.d.ts +0 -0
- /package/{dist/utils → utils}/crc32.js +0 -0
- /package/{dist/utils → utils}/cryptography.d.ts +0 -0
- /package/{dist/utils → utils}/cryptography.js +0 -0
- /package/{dist/utils → utils}/date-time.d.ts +0 -0
- /package/{dist/utils → utils}/date-time.js +0 -0
- /package/{dist/utils → utils}/encoding.d.ts +0 -0
- /package/{dist/utils → utils}/encoding.js +0 -0
- /package/{dist/utils → utils}/enum.d.ts +0 -0
- /package/{dist/utils → utils}/enum.js +0 -0
- /package/{dist/utils → utils}/equals.d.ts +0 -0
- /package/{dist/utils → utils}/equals.js +0 -0
- /package/{dist/utils → utils}/event-loop.d.ts +0 -0
- /package/{dist/utils → utils}/event-loop.js +0 -0
- /package/{dist/utils → utils}/factory-map.d.ts +0 -0
- /package/{dist/utils → utils}/factory-map.js +0 -0
- /package/{dist/utils → utils}/feedable-async-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/feedable-async-iterable.js +0 -0
- /package/{dist/utils → utils}/file-reader.d.ts +0 -0
- /package/{dist/utils → utils}/file-reader.js +0 -0
- /package/{dist/utils → utils}/format-error.d.ts +0 -0
- /package/{dist/utils → utils}/format-error.js +0 -0
- /package/{dist/utils → utils}/format.d.ts +0 -0
- /package/{dist/utils → utils}/format.js +0 -0
- /package/{dist/utils → utils}/function/class.d.ts +0 -0
- /package/{dist/utils → utils}/function/class.js +0 -0
- /package/{dist/utils → utils}/function/index.d.ts +0 -0
- /package/{dist/utils → utils}/function/index.js +0 -0
- /package/{dist/utils → utils}/function/memoize.d.ts +0 -0
- /package/{dist/utils → utils}/function/memoize.js +0 -0
- /package/{dist/utils → utils}/function/throttle.d.ts +0 -0
- /package/{dist/utils → utils}/function/throttle.js +0 -0
- /package/{dist/utils → utils}/helpers.d.ts +0 -0
- /package/{dist/utils → utils}/helpers.js +0 -0
- /package/{dist/utils → utils}/html-link-utils.d.ts +0 -0
- /package/{dist/utils → utils}/html-link-utils.js +0 -0
- /package/{dist/utils → utils}/image.d.ts +0 -0
- /package/{dist/utils → utils}/image.js +0 -0
- /package/{dist/utils → utils}/index.d.ts +0 -0
- /package/{dist/utils → utils}/index.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/all.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/all.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/any.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/any.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/assert.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/assert.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/batch.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/batch.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/concat.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/concat.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/default-if-empty.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/default-if-empty.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/deferred.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/deferred.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/difference.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/difference.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/distinct.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/distinct.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/drain.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/drain.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/filter.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/filter.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first-or-default.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/first.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/for-each.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/for-each.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-single.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-single.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-map.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-map.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/group.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/includes.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/includes.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/index.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/index.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/is-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/is-iterable.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last-or-default.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/last.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map-many.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map-many.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/map.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/materialize.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/materialize.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/metadata.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/metadata.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/pairwise.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/pairwise.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/range.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/range.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/reduce.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/reduce.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single-or-default.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single-or-default.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/single.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/skip.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/skip.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/sort.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/sort.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-until.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-until.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-while.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take-while.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/take.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/tap.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/tap.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/types.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/types.js +0 -0
- /package/{dist/utils → utils}/iterable-helpers/while.d.ts +0 -0
- /package/{dist/utils → utils}/iterable-helpers/while.js +0 -0
- /package/{dist/utils → utils}/jwt.d.ts +0 -0
- /package/{dist/utils → utils}/jwt.js +0 -0
- /package/{dist/utils → utils}/map.d.ts +0 -0
- /package/{dist/utils → utils}/map.js +0 -0
- /package/{dist/utils → utils}/math.d.ts +0 -0
- /package/{dist/utils → utils}/math.js +0 -0
- /package/{dist/utils → utils}/merge.d.ts +0 -0
- /package/{dist/utils → utils}/merge.js +0 -0
- /package/{dist/utils → utils}/middleware.d.ts +0 -0
- /package/{dist/utils → utils}/middleware.js +0 -0
- /package/{dist/utils → utils}/moving-metric.d.ts +0 -0
- /package/{dist/utils → utils}/moving-metric.js +0 -0
- /package/{dist/utils → utils}/noop.d.ts +0 -0
- /package/{dist/utils → utils}/noop.js +0 -0
- /package/{dist/utils → utils}/object/decycle.d.ts +0 -0
- /package/{dist/utils → utils}/object/decycle.js +0 -0
- /package/{dist/utils → utils}/object/dereference.d.ts +0 -0
- /package/{dist/utils → utils}/object/dereference.js +0 -0
- /package/{dist/utils → utils}/object/forward-ref.d.ts +0 -0
- /package/{dist/utils → utils}/object/forward-ref.js +0 -0
- /package/{dist/utils → utils}/object/index.d.ts +0 -0
- /package/{dist/utils → utils}/object/index.js +0 -0
- /package/{dist/utils → utils}/object/lazy-property.d.ts +0 -0
- /package/{dist/utils → utils}/object/lazy-property.js +0 -0
- /package/{dist/utils → utils}/object/merge.d.ts +0 -0
- /package/{dist/utils → utils}/object/merge.js +0 -0
- /package/{dist/utils → utils}/object/object.d.ts +0 -0
- /package/{dist/utils → utils}/object/object.js +0 -0
- /package/{dist/utils → utils}/object/property-name.d.ts +0 -0
- /package/{dist/utils → utils}/object/property-name.js +0 -0
- /package/{dist/utils → utils}/ordered-feedable-async-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/ordered-feedable-async-iterable.js +0 -0
- /package/{dist/utils → utils}/patch-worker.d.ts +0 -0
- /package/{dist/utils → utils}/patch-worker.js +0 -0
- /package/{dist/utils → utils}/patterns.d.ts +0 -0
- /package/{dist/utils → utils}/patterns.js +0 -0
- /package/{dist/utils → utils}/periodic-reporter.d.ts +0 -0
- /package/{dist/utils → utils}/periodic-reporter.js +0 -0
- /package/{dist/utils → utils}/periodic-sampler.d.ts +0 -0
- /package/{dist/utils → utils}/periodic-sampler.js +0 -0
- /package/{dist/utils → utils}/provider-function-iterable.d.ts +0 -0
- /package/{dist/utils → utils}/provider-function-iterable.js +0 -0
- /package/{dist/utils → utils}/proxy.d.ts +0 -0
- /package/{dist/utils → utils}/proxy.js +0 -0
- /package/{dist/utils → utils}/random.d.ts +0 -0
- /package/{dist/utils → utils}/random.js +0 -0
- /package/{dist/utils → utils}/reactive-value-to-signal.d.ts +0 -0
- /package/{dist/utils → utils}/reactive-value-to-signal.js +0 -0
- /package/{dist/utils → utils}/reflection.d.ts +0 -0
- /package/{dist/utils → utils}/reflection.js +0 -0
- /package/{dist/utils → utils}/repl.d.ts +0 -0
- /package/{dist/utils → utils}/repl.js +0 -0
- /package/{dist/utils → utils}/set.d.ts +0 -0
- /package/{dist/utils → utils}/set.js +0 -0
- /package/{dist/utils → utils}/singleton.d.ts +0 -0
- /package/{dist/utils → utils}/singleton.js +0 -0
- /package/{dist/utils → utils}/sort.d.ts +0 -0
- /package/{dist/utils → utils}/sort.js +0 -0
- /package/{dist/utils → utils}/stream/finalize-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/finalize-stream.js +0 -0
- /package/{dist/utils → utils}/stream/from-promise.d.ts +0 -0
- /package/{dist/utils → utils}/stream/from-promise.js +0 -0
- /package/{dist/utils → utils}/stream/index.d.ts +0 -0
- /package/{dist/utils → utils}/stream/index.js +0 -0
- /package/{dist/utils → utils}/stream/readable-stream-adapter.d.ts +0 -0
- /package/{dist/utils → utils}/stream/readable-stream-adapter.js +0 -0
- /package/{dist/utils → utils}/stream/size-limited-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/size-limited-stream.js +0 -0
- /package/{dist/utils → utils}/stream/slice.d.ts +0 -0
- /package/{dist/utils → utils}/stream/slice.js +0 -0
- /package/{dist/utils → utils}/stream/stream-helper-types.d.ts +0 -0
- /package/{dist/utils → utils}/stream/stream-helper-types.js +0 -0
- /package/{dist/utils → utils}/stream/stream-reader.d.ts +0 -0
- /package/{dist/utils → utils}/stream/stream-reader.js +0 -0
- /package/{dist/utils → utils}/stream/to-bytes-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/to-bytes-stream.js +0 -0
- /package/{dist/utils → utils}/stream/to-readable-stream.d.ts +0 -0
- /package/{dist/utils → utils}/stream/to-readable-stream.js +0 -0
- /package/{dist/utils → utils}/string/casing.d.ts +0 -0
- /package/{dist/utils → utils}/string/casing.js +0 -0
- /package/{dist/utils → utils}/string/hypenate.d.ts +0 -0
- /package/{dist/utils → utils}/string/hypenate.js +0 -0
- /package/{dist/utils → utils}/string/index.d.ts +0 -0
- /package/{dist/utils → utils}/string/index.js +0 -0
- /package/{dist/utils → utils}/string/normalize.d.ts +0 -0
- /package/{dist/utils → utils}/string/normalize.js +0 -0
- /package/{dist/utils → utils}/string/title-case.d.ts +0 -0
- /package/{dist/utils → utils}/string/title-case.js +0 -0
- /package/{dist/utils → utils}/string/trim.d.ts +0 -0
- /package/{dist/utils → utils}/string/trim.js +0 -0
- /package/{dist/utils → utils}/throw.d.ts +0 -0
- /package/{dist/utils → utils}/throw.js +0 -0
- /package/{dist/utils → utils}/timer.d.ts +0 -0
- /package/{dist/utils → utils}/timer.js +0 -0
- /package/{dist/utils → utils}/timing.d.ts +0 -0
- /package/{dist/utils → utils}/timing.js +0 -0
- /package/{dist/utils → utils}/try-chain.d.ts +0 -0
- /package/{dist/utils → utils}/try-chain.js +0 -0
- /package/{dist/utils → utils}/try-ignore.d.ts +0 -0
- /package/{dist/utils → utils}/try-ignore.js +0 -0
- /package/{dist/utils → utils}/type/extends.d.ts +0 -0
- /package/{dist/utils → utils}/type/extends.js +0 -0
- /package/{dist/utils → utils}/type/index.d.ts +0 -0
- /package/{dist/utils → utils}/type/index.js +0 -0
- /package/{dist/utils → utils}/type-guards.d.ts +0 -0
- /package/{dist/utils → utils}/type-guards.js +0 -0
- /package/{dist/utils → utils}/type-of.d.ts +0 -0
- /package/{dist/utils → utils}/type-of.js +0 -0
- /package/{dist/utils → utils}/units.d.ts +0 -0
- /package/{dist/utils → utils}/units.js +0 -0
- /package/{dist/utils → utils}/url-builder.d.ts +0 -0
- /package/{dist/utils → utils}/url-builder.js +0 -0
- /package/{dist/utils → utils}/value-or-provider.d.ts +0 -0
- /package/{dist/utils → utils}/value-or-provider.js +0 -0
- /package/{dist/utils → utils}/z-base32.d.ts +0 -0
- /package/{dist/utils → utils}/z-base32.js +0 -0
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { isNullOrUndefined } from './type-guards.js';
|
|
2
|
-
import { typeOf } from './type-of.js';
|
|
3
|
-
|
|
4
|
-
export function compareByValueSelection<T, C extends string | number>(...selectors: ((item: T) => C)[]): (a: T, b: T) => number {
|
|
5
|
-
return (a: T, b: T) => {
|
|
6
|
-
for (const selector of selectors) {
|
|
7
|
-
const selectedA = selector(a);
|
|
8
|
-
const selectedB = selector(b);
|
|
9
|
-
const comparison = compareByValue(selectedA, selectedB);
|
|
10
|
-
|
|
11
|
-
if (comparison != 0) {
|
|
12
|
-
return comparison;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
return 0;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export function compareByValueSelectionDescending<T, C extends string | number>(...selectors: ((item: T) => C)[]): (a: T, b: T) => number {
|
|
21
|
-
return (a: T, b: T) => {
|
|
22
|
-
for (const selector of selectors) {
|
|
23
|
-
const selectedA = selector(a);
|
|
24
|
-
const selectedB = selector(b);
|
|
25
|
-
const comparison = compareByValueDescending(selectedA, selectedB);
|
|
26
|
-
|
|
27
|
-
if (comparison != 0) {
|
|
28
|
-
return comparison;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
return 0;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export function compareByValueSelectionOrdered<T, C extends string | number>(...selectors: (readonly [(item: T) => C, 1 | -1])[]): (a: T, b: T) => number {
|
|
37
|
-
return (a: T, b: T) => {
|
|
38
|
-
for (const [selector, order] of selectors) {
|
|
39
|
-
const selectedA = selector(a);
|
|
40
|
-
const selectedB = selector(b);
|
|
41
|
-
const comparison = (order == 1)
|
|
42
|
-
? compareByValue(selectedA, selectedB)
|
|
43
|
-
: compareByValueDescending(selectedA, selectedB);
|
|
44
|
-
|
|
45
|
-
if (comparison != 0) {
|
|
46
|
-
return comparison;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
return 0;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export function compareByValueToOrder<T>(order: T[]): (a: T, b: T) => number {
|
|
55
|
-
return compareByValueSelectionToOrder(order, (item) => item);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
export const orderRest = Symbol('Order rest');
|
|
59
|
-
|
|
60
|
-
export function compareByValueSelectionToOrder<T, TSelect>(order: (TSelect | typeof orderRest)[], selector: (item: T) => TSelect): (a: T, b: T) => number {
|
|
61
|
-
const indexMapEntries = order.map((orderItem, index) => [orderItem, index] as const);
|
|
62
|
-
const indexMap = new Map(indexMapEntries);
|
|
63
|
-
|
|
64
|
-
return function compareByValueSelectionToOrder(a: T, b: T): number {
|
|
65
|
-
const selectedA = selector(a);
|
|
66
|
-
const selectedB = selector(b);
|
|
67
|
-
const indexA = indexMap.get(selectedA) ?? indexMap.get(orderRest);
|
|
68
|
-
const indexB = indexMap.get(selectedB) ?? indexMap.get(orderRest);
|
|
69
|
-
|
|
70
|
-
if (isNullOrUndefined(indexA) || isNullOrUndefined(indexB)) {
|
|
71
|
-
throw new Error('Value not defined in order.');
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
return compareByValue(indexA, indexB);
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
export function compareByValue<T>(a: T, b: NoInfer<T>, strict: boolean = true): number {
|
|
79
|
-
if (a === b) {
|
|
80
|
-
return 0;
|
|
81
|
-
}
|
|
82
|
-
else if (a > b) {
|
|
83
|
-
return 1;
|
|
84
|
-
}
|
|
85
|
-
else if (b > a) {
|
|
86
|
-
return -1;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
if (!strict) {
|
|
90
|
-
return 0;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
throw new Error(`Values of type ${typeOf(a)} and ${typeOf(b)} are not comparable.`);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export function compareByValueDescending<T>(a: T, b: NoInfer<T>, strict: boolean = true): number {
|
|
97
|
-
if (a === b) {
|
|
98
|
-
return 0;
|
|
99
|
-
}
|
|
100
|
-
else if (a > b) {
|
|
101
|
-
return -1;
|
|
102
|
-
}
|
|
103
|
-
else if (b > a) {
|
|
104
|
-
return 1;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
if (!strict) {
|
|
108
|
-
return 0;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
throw new Error(`Values of type ${typeOf(a)} and ${typeOf(b)} are not comparable.`);
|
|
112
|
-
}
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import type * as NodeStream from 'node:stream';
|
|
2
|
-
import type * as NodeZlib from 'node:zlib';
|
|
3
|
-
|
|
4
|
-
import { dynamicImport } from '#/import.js';
|
|
5
|
-
import { encodeBase64, encodeBase64Url } from './base64.js';
|
|
6
|
-
import { decodeText, encodeHex, encodeUtf8 } from './encoding.js';
|
|
7
|
-
import { readableStreamFromPromise } from './stream/from-promise.js';
|
|
8
|
-
import { assertDefined, isNotNullOrUndefined } from './type-guards.js';
|
|
9
|
-
import { zBase32Encode } from './z-base32.js';
|
|
10
|
-
|
|
11
|
-
export interface CompressionResult {
|
|
12
|
-
toBuffer(): Promise<Uint8Array<ArrayBuffer>>;
|
|
13
|
-
toHex(): Promise<string>;
|
|
14
|
-
toBase64(): Promise<string>;
|
|
15
|
-
toBase64Url(): Promise<string>;
|
|
16
|
-
toZBase32(): Promise<string>;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface DecompressionResult extends CompressionResult {
|
|
20
|
-
toUtf8(): Promise<string>;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export type CompressionAlgorithm = 'gzip' | 'brotli' | 'deflate' | 'deflate-raw';
|
|
24
|
-
|
|
25
|
-
export function compressString(input: string, algorithm: 'gzip' | 'deflate' | 'deflate-raw', options?: NodeZlib.ZlibOptions): CompressionResult;
|
|
26
|
-
export function compressString(input: string, algorithm: 'brotli', options?: NodeZlib.BrotliOptions): CompressionResult;
|
|
27
|
-
export function compressString(input: string, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): CompressionResult;
|
|
28
|
-
export function compressString(input: string, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): CompressionResult {
|
|
29
|
-
const inputBuffer = encodeUtf8(input);
|
|
30
|
-
return compress(inputBuffer, algorithm, options);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export function compress(buffer: NodeZlib.InputType, algorithm: 'gzip' | 'deflate' | 'deflate-raw', options?: NodeZlib.ZlibOptions): CompressionResult;
|
|
34
|
-
export function compress(buffer: NodeZlib.InputType, algorithm: 'brotli', options?: NodeZlib.BrotliOptions): CompressionResult;
|
|
35
|
-
export function compress(buffer: NodeZlib.InputType, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): CompressionResult;
|
|
36
|
-
export function compress(buffer: NodeZlib.InputType, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): CompressionResult {
|
|
37
|
-
const compressedBuffer = _compress(buffer, algorithm, options);
|
|
38
|
-
|
|
39
|
-
return {
|
|
40
|
-
toBuffer: async () => await compressedBuffer,
|
|
41
|
-
toHex: async () => encodeHex(await compressedBuffer),
|
|
42
|
-
toBase64: async () => encodeBase64(await compressedBuffer),
|
|
43
|
-
toBase64Url: async () => encodeBase64Url(await compressedBuffer),
|
|
44
|
-
toZBase32: async () => zBase32Encode(await compressedBuffer),
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
const compressFunction = {
|
|
49
|
-
'gzip': 'gzip' satisfies keyof typeof NodeZlib,
|
|
50
|
-
'brotli': 'brotliCompress' satisfies keyof typeof NodeZlib,
|
|
51
|
-
'deflate': 'deflate' satisfies keyof typeof NodeZlib,
|
|
52
|
-
'deflate-raw': 'deflateRaw' satisfies keyof typeof NodeZlib,
|
|
53
|
-
} as const;
|
|
54
|
-
|
|
55
|
-
async function _compress(buffer: NodeZlib.InputType, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): Promise<Uint8Array<ArrayBuffer>> {
|
|
56
|
-
const zlib = await dynamicImport<typeof NodeZlib>('zlib');
|
|
57
|
-
const compressor = zlib[compressFunction[algorithm]];
|
|
58
|
-
assertDefined(compressor, `Unsupported algorithm ${algorithm}`);
|
|
59
|
-
|
|
60
|
-
return await new Promise<Uint8Array<ArrayBuffer>>((resolve, reject) => {
|
|
61
|
-
const callback: NodeZlib.CompressCallback = (error, result) => {
|
|
62
|
-
if (isNotNullOrUndefined(error)) {
|
|
63
|
-
reject(error);
|
|
64
|
-
}
|
|
65
|
-
else {
|
|
66
|
-
resolve(result as Uint8Array<ArrayBuffer>);
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
if (options == undefined) {
|
|
71
|
-
(compressor as (buffer: NodeZlib.InputType, callback: NodeZlib.CompressCallback) => void)(buffer, callback);
|
|
72
|
-
}
|
|
73
|
-
else {
|
|
74
|
-
(compressor as (buffer: NodeZlib.InputType, options: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions, callback: NodeZlib.CompressCallback) => void)(buffer, options, callback);
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
export function decompressString(input: string, encoding: BufferEncoding, algorithm: 'gzip' | 'deflate' | 'deflate-raw', options?: NodeZlib.ZlibOptions): DecompressionResult;
|
|
80
|
-
export function decompressString(input: string, encoding: BufferEncoding, algorithm: 'brotli', options?: NodeZlib.BrotliOptions): DecompressionResult;
|
|
81
|
-
export function decompressString(input: string, encoding: BufferEncoding, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): DecompressionResult;
|
|
82
|
-
export function decompressString(input: string, encoding: BufferEncoding, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): DecompressionResult {
|
|
83
|
-
const inputBuffer = Buffer.from(input, encoding);
|
|
84
|
-
return decompress(inputBuffer, algorithm, options);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
export function decompress(buffer: NodeZlib.InputType, algorithm: 'gzip' | 'deflate' | 'deflate-raw', options?: NodeZlib.ZlibOptions): DecompressionResult;
|
|
88
|
-
export function decompress(buffer: NodeZlib.InputType, algorithm: 'brotli', options?: NodeZlib.BrotliOptions): DecompressionResult;
|
|
89
|
-
export function decompress(buffer: NodeZlib.InputType, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): DecompressionResult;
|
|
90
|
-
export function decompress(buffer: NodeZlib.InputType, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): DecompressionResult {
|
|
91
|
-
const decompressedBuffer = _decompress(buffer, algorithm, options);
|
|
92
|
-
|
|
93
|
-
return {
|
|
94
|
-
toBuffer: async () => await decompressedBuffer,
|
|
95
|
-
toHex: async () => encodeHex(await decompressedBuffer),
|
|
96
|
-
toBase64: async () => encodeBase64(await decompressedBuffer),
|
|
97
|
-
toBase64Url: async () => encodeBase64Url(await decompressedBuffer),
|
|
98
|
-
toZBase32: async () => zBase32Encode(await decompressedBuffer),
|
|
99
|
-
toUtf8: async () => decodeText(await decompressedBuffer),
|
|
100
|
-
};
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export function decompressStream(stream: NodeStream.Readable | ReadableStream, algorithm: 'gzip' | 'deflate' | 'deflate-raw', options?: NodeZlib.ZlibOptions): ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
104
|
-
export function decompressStream(stream: NodeStream.Readable | ReadableStream, algorithm: 'brotli', options?: NodeZlib.BrotliOptions): ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
105
|
-
export function decompressStream(stream: NodeStream.Readable | ReadableStream, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
106
|
-
export function decompressStream(stream: NodeStream.Readable | ReadableStream, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): ReadableStream<Uint8Array<ArrayBuffer>> {
|
|
107
|
-
const streamPromise = _decompressStream(stream, algorithm, options);
|
|
108
|
-
return readableStreamFromPromise(streamPromise);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
const decompressFunction = {
|
|
112
|
-
'gzip': 'gunzip' satisfies keyof typeof NodeZlib,
|
|
113
|
-
'brotli': 'brotliDecompress' satisfies keyof typeof NodeZlib,
|
|
114
|
-
'deflate': 'inflate' satisfies keyof typeof NodeZlib,
|
|
115
|
-
'deflate-raw': 'inflateRaw' satisfies keyof typeof NodeZlib,
|
|
116
|
-
} as const;
|
|
117
|
-
|
|
118
|
-
async function _decompress(buffer: NodeZlib.InputType, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): Promise<Uint8Array<ArrayBuffer>> {
|
|
119
|
-
const zlib = await dynamicImport<typeof NodeZlib>('zlib');
|
|
120
|
-
const decompressor = zlib[decompressFunction[algorithm]];
|
|
121
|
-
assertDefined(decompressor, `Unsupported algorithm ${algorithm}`);
|
|
122
|
-
|
|
123
|
-
return await new Promise<Uint8Array<ArrayBuffer>>((resolve, reject) => {
|
|
124
|
-
const callback: NodeZlib.CompressCallback = (error, result) => {
|
|
125
|
-
if (isNotNullOrUndefined(error)) {
|
|
126
|
-
reject(error);
|
|
127
|
-
}
|
|
128
|
-
else {
|
|
129
|
-
resolve(result as Uint8Array<ArrayBuffer>);
|
|
130
|
-
}
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
if (options == undefined) {
|
|
134
|
-
(decompressor as (buffer: NodeZlib.InputType, callback: NodeZlib.CompressCallback) => void)(buffer, callback);
|
|
135
|
-
}
|
|
136
|
-
else {
|
|
137
|
-
(decompressor as (buffer: NodeZlib.InputType, options: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions, callback: NodeZlib.CompressCallback) => void)(buffer, options, callback);
|
|
138
|
-
}
|
|
139
|
-
});
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
const decompressStreamFunction = {
|
|
143
|
-
'gzip': 'createGunzip' satisfies keyof typeof NodeZlib,
|
|
144
|
-
'brotli': 'createBrotliDecompress' satisfies keyof typeof NodeZlib,
|
|
145
|
-
'deflate': 'createInflate' satisfies keyof typeof NodeZlib,
|
|
146
|
-
'deflate-raw': 'createInflateRaw' satisfies keyof typeof NodeZlib,
|
|
147
|
-
} as const;
|
|
148
|
-
|
|
149
|
-
async function _decompressStream(stream: NodeStream.Readable | ReadableStream, algorithm: CompressionAlgorithm, options?: NodeZlib.ZlibOptions | NodeZlib.BrotliOptions): Promise<ReadableStream<Uint8Array<ArrayBuffer>>> {
|
|
150
|
-
const zlib = await dynamicImport<typeof NodeZlib>('zlib');
|
|
151
|
-
const nodeStream = await dynamicImport<typeof NodeStream>('stream');
|
|
152
|
-
|
|
153
|
-
const nodeDecompressor = zlib[decompressStreamFunction[algorithm]](options);
|
|
154
|
-
assertDefined(nodeDecompressor, `Unsupported algorithm ${algorithm}`);
|
|
155
|
-
|
|
156
|
-
const decompressor = nodeStream.Transform.toWeb(nodeDecompressor) as TransformStream<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
|
|
157
|
-
|
|
158
|
-
if (stream instanceof nodeStream.Readable) {
|
|
159
|
-
return (nodeStream.Readable.toWeb(stream) as ReadableStream<Uint8Array>).pipeThrough(decompressor);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
return stream.pipeThrough(decompressor);
|
|
163
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { isUndefined } from './type-guards.js';
|
|
2
|
-
|
|
3
|
-
export const configValidators = {
|
|
4
|
-
integer: /^-?\d+$/u,
|
|
5
|
-
positiveInteger: /^[1-9]\d*$/u,
|
|
6
|
-
boolean: /true|false|yes|no|0|1/ui
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export function boolean<T>(variable: string, defaultValue: T): boolean | T {
|
|
10
|
-
return string(variable, defaultValue, configValidators.boolean, (value) => ['true', 'yes', '1'].includes(value.toLowerCase()));
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export function integer<T>(variable: string, defaultValue: T): number | T {
|
|
14
|
-
return string(variable, defaultValue, configValidators.integer, (value) => parseInt(value, 10));
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export function positiveInteger<T>(variable: string, defaultValue: T): number | T {
|
|
18
|
-
return string(variable, defaultValue, configValidators.positiveInteger, (value) => parseInt(value, 10));
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export function string<T>(variable: string, defaultValue: T, validator?: RegExp): string | T;
|
|
22
|
-
export function string<T, U>(variable: string, defaultValue: T, validator: RegExp, transformer: (value: string) => U): T | U;
|
|
23
|
-
export function string<T, U>(variable: string, defaultValue: T, validator?: RegExp, transformer: (value: string) => U = (value) => value as any as U): string | T | U {
|
|
24
|
-
const environmentValue = process.env[variable];
|
|
25
|
-
|
|
26
|
-
if (isUndefined(environmentValue)) {
|
|
27
|
-
return defaultValue;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
const valid = isUndefined(validator) ? true : validator.test(environmentValue);
|
|
31
|
-
|
|
32
|
-
if (!valid) {
|
|
33
|
-
throw new Error(`invalid value for ${variable}`);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
return transformer(environmentValue);
|
|
37
|
-
}
|
package/source/utils/crc32.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-bitwise */
|
|
2
|
-
|
|
3
|
-
let crcTable: Uint32Array | undefined;
|
|
4
|
-
|
|
5
|
-
export function crc32b(bytes: Uint8Array): Uint8Array {
|
|
6
|
-
crcTable ??= generateCrc32Table();
|
|
7
|
-
|
|
8
|
-
let crc = 0 ^ (-1);
|
|
9
|
-
|
|
10
|
-
for (let i = 0; i < bytes.length; i++) { // eslint-disable-line @typescript-eslint/prefer-for-of
|
|
11
|
-
crc = (crc >>> 8) ^ crcTable[(crc & 0xff) ^ bytes[i]!]!;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
crc = (crc ^ (-1)) >>> 0;
|
|
15
|
-
|
|
16
|
-
const buffer = new ArrayBuffer(4);
|
|
17
|
-
const dataView = new DataView(buffer);
|
|
18
|
-
|
|
19
|
-
dataView.setUint32(0, crc, false);
|
|
20
|
-
|
|
21
|
-
return new Uint8Array(buffer);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
function generateCrc32Table(): Uint32Array {
|
|
25
|
-
const table = new Uint32Array(256);
|
|
26
|
-
|
|
27
|
-
for (let i = 0; i < 256; i++) {
|
|
28
|
-
let c = i;
|
|
29
|
-
|
|
30
|
-
for (let k = 0; k < 8; k++) {
|
|
31
|
-
c = ((c & 1) ? (0xedb88320 ^ (c >>> 1)) : (c >>> 1));
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
table[i] = c;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
return table;
|
|
38
|
-
}
|
|
@@ -1,259 +0,0 @@
|
|
|
1
|
-
import type { BinaryData, TypedExtract } from '#/types/index.js';
|
|
2
|
-
import type { ReadonlyTuple } from 'type-fest';
|
|
3
|
-
import { createArray } from './array/array.js';
|
|
4
|
-
import { encodeBase64, encodeBase64Url } from './base64.js';
|
|
5
|
-
import { decodeText, encodeHex, encodeUtf8 } from './encoding.js';
|
|
6
|
-
import { getRandomBytes } from './random.js';
|
|
7
|
-
import { isArray, isDefined, isString } from './type-guards.js';
|
|
8
|
-
import { zBase32Encode } from './z-base32.js';
|
|
9
|
-
|
|
10
|
-
export type AesMode = 'CBC' | 'CTR' | 'GCM' | 'KW';
|
|
11
|
-
export type EcdsaCurve = 'P-256' | 'P-384' | 'P-521';
|
|
12
|
-
export type HashAlgorithm = 'SHA-1' | 'SHA-256' | 'SHA-384' | 'SHA-512';
|
|
13
|
-
export type SymmetricAlgorithm = `AES-${AesMode}`;
|
|
14
|
-
export type AsymmetricAlgorithm = 'RSASSA-PKCS1-v1_5' | 'RSA-PSS' | 'RSA-OAEP' | 'ECDSA' | 'ECDH' | 'NODE-DSA' | 'NODE-DH' | 'NODE-ED25519' | 'NODE-ED448';
|
|
15
|
-
|
|
16
|
-
export type CryptionAlgorithm = Parameters<typeof globalThis.crypto.subtle.encrypt>[0];
|
|
17
|
-
export type SignAlgorithm = Parameters<typeof globalThis.crypto.subtle.sign>[0];
|
|
18
|
-
export type KeyAlgorithm = Parameters<typeof globalThis.crypto.subtle.generateKey>[0];
|
|
19
|
-
export type DeriveAlgorithm = Parameters<typeof globalThis.crypto.subtle.deriveBits>['0'];
|
|
20
|
-
|
|
21
|
-
export type KeyType = 'raw' | 'pkcs8' | 'spki' | 'jwk';
|
|
22
|
-
export type Key = JsonWebKey | BinaryData<ArrayBuffer>;
|
|
23
|
-
|
|
24
|
-
export type ScryptOptions = {
|
|
25
|
-
cost?: number,
|
|
26
|
-
blockSize?: number,
|
|
27
|
-
parallelization?: number,
|
|
28
|
-
maximumMemory?: number,
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export interface CryptionResult {
|
|
32
|
-
toBuffer(): Promise<ArrayBuffer>;
|
|
33
|
-
toHex(): Promise<string>;
|
|
34
|
-
toBase64(): Promise<string>;
|
|
35
|
-
toBase64Url(): Promise<string>;
|
|
36
|
-
toZBase32(): Promise<string>;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export interface DecryptionResult extends CryptionResult {
|
|
40
|
-
toUtf8(): Promise<string>;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export type DigestResult = CryptionResult;
|
|
44
|
-
|
|
45
|
-
export type SignResult = CryptionResult;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Encrypt data
|
|
49
|
-
* @param algorithm algorithm as supported by Web Crypto API
|
|
50
|
-
* @param key key
|
|
51
|
-
* @param data data to encrypt. Encodes string to utf8
|
|
52
|
-
*/
|
|
53
|
-
export function encrypt(algorithm: CryptionAlgorithm, key: CryptoKey, data: BinaryData<ArrayBuffer> | string): CryptionResult {
|
|
54
|
-
const bytes = isString(data) ? encodeUtf8(data) : data;
|
|
55
|
-
const encryptedBuffer = globalThis.crypto.subtle.encrypt(algorithm, key, bytes);
|
|
56
|
-
|
|
57
|
-
return {
|
|
58
|
-
toBuffer: async () => await encryptedBuffer,
|
|
59
|
-
toHex: async () => encodeHex(await encryptedBuffer),
|
|
60
|
-
toBase64: async () => encodeBase64(await encryptedBuffer),
|
|
61
|
-
toBase64Url: async () => encodeBase64Url(await encryptedBuffer),
|
|
62
|
-
toZBase32: async () => zBase32Encode(await encryptedBuffer),
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Decrypt data
|
|
68
|
-
* @param algorithm algorithm as supported by Web Crypto API
|
|
69
|
-
* @param key key
|
|
70
|
-
* @param data data to decrypt
|
|
71
|
-
*/
|
|
72
|
-
export function decrypt(algorithm: CryptionAlgorithm, key: CryptoKey, bytes: BinaryData<ArrayBuffer>): DecryptionResult {
|
|
73
|
-
const decryptedBuffer = globalThis.crypto.subtle.decrypt(algorithm, key, bytes);
|
|
74
|
-
|
|
75
|
-
return {
|
|
76
|
-
toBuffer: async () => await decryptedBuffer,
|
|
77
|
-
toHex: async () => encodeHex(await decryptedBuffer),
|
|
78
|
-
toBase64: async () => encodeBase64(await decryptedBuffer),
|
|
79
|
-
toBase64Url: async () => encodeBase64Url(await decryptedBuffer),
|
|
80
|
-
toZBase32: async () => zBase32Encode(await decryptedBuffer),
|
|
81
|
-
toUtf8: async () => decodeText(await decryptedBuffer),
|
|
82
|
-
};
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* Hashes data
|
|
87
|
-
* @param algorithm algorithm as supported by Web Crypto API
|
|
88
|
-
* @param data data to encrypt. Encodes string to utf8
|
|
89
|
-
*/
|
|
90
|
-
export function digest(algorithm: HashAlgorithmIdentifier, data: BinaryData<ArrayBuffer> | string): DigestResult {
|
|
91
|
-
const bytes = isString(data) ? encodeUtf8(data) : data;
|
|
92
|
-
const arrayBufferPromise = globalThis.crypto.subtle.digest(algorithm, bytes);
|
|
93
|
-
|
|
94
|
-
const result: DigestResult = {
|
|
95
|
-
toBuffer: async () => await arrayBufferPromise,
|
|
96
|
-
toHex: async () => encodeHex(await arrayBufferPromise),
|
|
97
|
-
toBase64: async () => encodeBase64(await arrayBufferPromise),
|
|
98
|
-
toBase64Url: async () => encodeBase64Url(await arrayBufferPromise),
|
|
99
|
-
toZBase32: async () => zBase32Encode(await arrayBufferPromise),
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
return result;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* Signs data
|
|
107
|
-
* @param algorithm algorithm as supported by Web Crypto API
|
|
108
|
-
* @param key key
|
|
109
|
-
* @param data data to sign
|
|
110
|
-
*/
|
|
111
|
-
export function sign(algorithm: SignAlgorithm, key: CryptoKey, data: BinaryData<ArrayBuffer> | string): SignResult {
|
|
112
|
-
const bytes = isString(data) ? encodeUtf8(data) : data;
|
|
113
|
-
|
|
114
|
-
const arrayBufferPromise = globalThis.crypto.subtle.sign(algorithm, key, bytes);
|
|
115
|
-
|
|
116
|
-
const result: SignResult = {
|
|
117
|
-
toBuffer: async () => await arrayBufferPromise,
|
|
118
|
-
toHex: async () => encodeHex(await arrayBufferPromise),
|
|
119
|
-
toBase64: async () => encodeBase64(await arrayBufferPromise),
|
|
120
|
-
toBase64Url: async () => encodeBase64Url(await arrayBufferPromise),
|
|
121
|
-
toZBase32: async () => zBase32Encode(await arrayBufferPromise),
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
return result;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* Verifies data
|
|
129
|
-
* @param algorithm algorithm as supported by Web Crypto API
|
|
130
|
-
* @param key key
|
|
131
|
-
* @param signature signature
|
|
132
|
-
* @param data data to verify using provided signature
|
|
133
|
-
*/
|
|
134
|
-
export async function verify(algorithm: SignAlgorithm, key: CryptoKey, signature: BinaryData<ArrayBuffer> | string, data: BinaryData<ArrayBuffer> | string): Promise<boolean> {
|
|
135
|
-
const signatureBytes = isString(signature) ? encodeUtf8(signature) : signature;
|
|
136
|
-
const dataBytes = isString(data) ? encodeUtf8(data) : data;
|
|
137
|
-
|
|
138
|
-
return await globalThis.crypto.subtle.verify(algorithm, key, signatureBytes, dataBytes);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Imports a HMAC CryptoKey
|
|
143
|
-
* @param algorithm hash algorithm
|
|
144
|
-
* @param key JWK or binary key
|
|
145
|
-
* @param extractable whether the key can be used for exportKey
|
|
146
|
-
*/
|
|
147
|
-
export async function importHmacKey(algorithm: HashAlgorithmIdentifier, key: Key | string, extractable: boolean = false): Promise<CryptoKey> {
|
|
148
|
-
const binaryKey = isString(key) ? encodeUtf8(key) : key;
|
|
149
|
-
|
|
150
|
-
if (isBinaryKey(binaryKey)) {
|
|
151
|
-
return await globalThis.crypto.subtle.importKey('raw', binaryKey, { name: 'HMAC', hash: algorithm }, extractable, ['sign', 'verify']);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
return await globalThis.crypto.subtle.importKey('jwk', binaryKey, { name: 'HMAC', hash: algorithm }, extractable, ['sign', 'verify']);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* Imports a CryptoKey for symmetric encryption
|
|
159
|
-
* @param algorithm symmetric algorithm
|
|
160
|
-
* @param length key length
|
|
161
|
-
* @param key JWK or binary key
|
|
162
|
-
* @param extractable whether the key can be used for exportKey
|
|
163
|
-
*/
|
|
164
|
-
export async function importSymmetricKey(algorithm: SymmetricAlgorithm, length: 128 | 192 | 256, key: Key | string, extractable: boolean = false): Promise<CryptoKey> {
|
|
165
|
-
const binaryKey = isString(key) ? encodeUtf8(key) : key;
|
|
166
|
-
|
|
167
|
-
if (isBinaryKey(binaryKey)) {
|
|
168
|
-
return await globalThis.crypto.subtle.importKey('raw', binaryKey, { name: algorithm, length }, extractable, ['encrypt', 'decrypt']);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
return await globalThis.crypto.subtle.importKey('jwk', binaryKey, { name: algorithm, length }, extractable, ['encrypt', 'decrypt']);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* Imports an ECDSA CryptoKey
|
|
176
|
-
* @param curve ECDSA curve
|
|
177
|
-
* @param key JWK or DER encoded key
|
|
178
|
-
* @param extractable whether the key can be used for exportKey
|
|
179
|
-
*/
|
|
180
|
-
export async function importEcdsaKey(curve: EcdsaCurve, key: Key | string, extractable: boolean = false): Promise<CryptoKey> {
|
|
181
|
-
const binaryKey = isString(key) ? encodeUtf8(key) : key;
|
|
182
|
-
|
|
183
|
-
if (isBinaryKey(binaryKey)) {
|
|
184
|
-
return await globalThis.crypto.subtle.importKey('spki', binaryKey, { name: 'ECDSA', namedCurve: curve }, extractable, ['verify']);
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
return await globalThis.crypto.subtle.importKey('jwk', binaryKey, { name: 'ECDSA', namedCurve: curve }, extractable, ['verify']);
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
/**
|
|
191
|
-
* Import a pbkdf2 CryptoKey
|
|
192
|
-
* @param key binary key
|
|
193
|
-
* @param extractable whether the key can be used for exportKey
|
|
194
|
-
*/
|
|
195
|
-
export async function importPbkdf2Key(key: BinaryData<ArrayBuffer> | string, extractable: boolean = false): Promise<CryptoKey> {
|
|
196
|
-
const binaryKey = isString(key) ? encodeUtf8(key) : key;
|
|
197
|
-
return await globalThis.crypto.subtle.importKey('raw', binaryKey, { name: 'PBKDF2' }, extractable, ['deriveKey', 'deriveBits']);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
/**
|
|
201
|
-
* Generates a new ECDSA CryptoKeyPair
|
|
202
|
-
* @param curve ECDSA cruve to use
|
|
203
|
-
* @param extractable whether the key can be used for exportKey
|
|
204
|
-
* @param usages whether to generate a key for signing, verifiying or both. Defaults to both
|
|
205
|
-
*/
|
|
206
|
-
export async function generateEcdsaKey(curve: EcdsaCurve, extractable: boolean = false, usages: TypedExtract<KeyUsage, 'sign' | 'verify'>[] = ['sign', 'verify']): Promise<CryptoKeyPair> {
|
|
207
|
-
return await globalThis.crypto.subtle.generateKey({ name: 'ECDSA', namedCurve: curve }, extractable, usages);
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* Generates a pbkdf2 CryptoKey
|
|
212
|
-
* @param extractable whether the key can be used for exportKey
|
|
213
|
-
*/
|
|
214
|
-
export async function generatePbkdf2Key(extractable: boolean = false): Promise<CryptoKey> {
|
|
215
|
-
const key = getRandomBytes(16);
|
|
216
|
-
return await importPbkdf2Key(key, extractable);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* Derive byte array from key
|
|
221
|
-
* @param length length in bytes
|
|
222
|
-
* @param algorithm algorithm to derive with
|
|
223
|
-
* @param baseKey key to derive from
|
|
224
|
-
*/
|
|
225
|
-
export async function deriveBytes(algorithm: DeriveAlgorithm, baseKey: CryptoKey, length: number): Promise<Uint8Array> {
|
|
226
|
-
const bytes = await globalThis.crypto.subtle.deriveBits(algorithm, baseKey, length * 8);
|
|
227
|
-
return new Uint8Array(bytes);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* Derive multiply byte arrays from key
|
|
232
|
-
* @param algorithm algorithm to derive with
|
|
233
|
-
* @param baseKey key to derive from
|
|
234
|
-
* @param length length of each Uint8Array in bytes, if single number is provided, it is used for every array
|
|
235
|
-
* @param count how many Uint8Arrays to derive
|
|
236
|
-
*/
|
|
237
|
-
export async function deriveBytesMultiple<const Lengths extends readonly number[]>(algorithm: DeriveAlgorithm, baseKey: CryptoKey, lengths: Lengths): Promise<ReadonlyTuple<Uint8Array<ArrayBuffer>, Lengths['length']>>;
|
|
238
|
-
export async function deriveBytesMultiple<const C extends number>(algorithm: DeriveAlgorithm, baseKey: CryptoKey, length: C, count: number): Promise<ReadonlyTuple<Uint8Array<ArrayBuffer>, C>>;
|
|
239
|
-
export async function deriveBytesMultiple(algorithm: DeriveAlgorithm, baseKey: CryptoKey, lengthOrLengths: number | number[], countOrNothing?: number): Promise<Uint8Array<ArrayBuffer>[]> {
|
|
240
|
-
const lengths = isArray(lengthOrLengths) ? lengthOrLengths : createArray(countOrNothing!, () => lengthOrLengths);
|
|
241
|
-
const totalBits = lengths.reduce((sum, length) => sum + length, 0) * 8;
|
|
242
|
-
const bytes = await globalThis.crypto.subtle.deriveBits(algorithm, baseKey, totalBits);
|
|
243
|
-
|
|
244
|
-
const arrays: Uint8Array<ArrayBuffer>[] = [];
|
|
245
|
-
|
|
246
|
-
for (let i = 0; i < bytes.byteLength;) {
|
|
247
|
-
const slice = bytes.slice(i, i + lengths[arrays.length]!);
|
|
248
|
-
const array = new Uint8Array(slice);
|
|
249
|
-
arrays.push(array);
|
|
250
|
-
|
|
251
|
-
i += slice.byteLength;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
return arrays;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
function isBinaryKey(key: Key): key is BinaryData<ArrayBuffer> {
|
|
258
|
-
return isDefined((key as Partial<BinaryData<ArrayBuffer> & JsonWebKey>).byteLength);
|
|
259
|
-
}
|