@elsikora/nestjs-crud-automator 2.0.0-dev.1 → 2.0.1-dev.1
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/README.md +7 -7
- package/dist/cjs/class/api/authorization/bootstrap-validation.service.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/cache-invalidation.service.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/engine.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/guard.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/hook-permission-resolver.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/attachment-resolver.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/document-resolver.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/document-validator.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/engine.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/query-planner.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/base.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/discovery-service.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/executor.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/registry.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/subscriber-wrapper.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/runtime.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/simulator.class.js.map +1 -1
- package/dist/cjs/class/api/function/context-storage.class.js.map +1 -1
- package/dist/cjs/class/api/function/custom-runtime.class.js.map +1 -1
- package/dist/cjs/class/api/function/transaction-scope.class.js.map +1 -1
- package/dist/cjs/class/api/route-runtime.class.js +9 -7
- package/dist/cjs/class/api/route-runtime.class.js.map +1 -1
- package/dist/cjs/class/api/service-base.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/base.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/discovery-service.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/executor.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/function-base.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/registry.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/route-base.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/wrapper.class.js.map +1 -1
- package/dist/cjs/class/metadata-storage.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/exception/details/foreign-key-violation.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/exception/details/unique-violation.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/boolean.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/date.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/enum.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/number.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/object.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/relation.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/string.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/uuid.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/strategy/body.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/strategy/query.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/strategy/request.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/strategy/response.class.js.map +1 -1
- package/dist/cjs/constant/class/authorization/audit-sink-token.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/hook-permission-sources-token.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/metadata-decision.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/module-options-token.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/policy/attachment-sources-token.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/policy/decorator.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/policy/document-sources-token.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/principal-resolver-token.constant.js.map +1 -1
- package/dist/cjs/constant/class/authorization/token-registry.constant.js.map +1 -1
- package/dist/cjs/constant/date.constant.js.map +1 -1
- package/dist/cjs/constant/decorator/api/controller.constant.js.map +1 -1
- package/dist/cjs/constant/decorator/api/function.constant.js.map +1 -1
- package/dist/cjs/constant/decorator/api/method.constant.js.map +1 -1
- package/dist/cjs/constant/decorator/api/property-describe.constant.js.map +1 -1
- package/dist/cjs/constant/decorator/api/service.constant.js.map +1 -1
- package/dist/cjs/constant/decorator/api/subscriber.constant.js.map +1 -1
- package/dist/cjs/constant/dto/auto-context.constant.js.map +1 -1
- package/dist/cjs/constant/dto/contextual-manual.constant.js.map +1 -1
- package/dist/cjs/constant/dto/exception.constant.js.map +1 -1
- package/dist/cjs/constant/dto/list.constant.js.map +1 -1
- package/dist/cjs/constant/dto/transformer-value.constant.js.map +1 -1
- package/dist/cjs/constant/factory-dto-get-list-query.constant.js.map +1 -1
- package/dist/cjs/constant/interface/api/filter.constant.js.map +1 -1
- package/dist/cjs/constant/interface/api/property/default-string-format.constant.js.map +1 -1
- package/dist/cjs/constant/interface/api/property/string.constant.js.map +1 -1
- package/dist/cjs/constant/interface/api/property/wallet.constant.js.map +1 -1
- package/dist/cjs/constant/number.constant.js.map +1 -1
- package/dist/cjs/constant/utility/dto/constant.js.map +1 -1
- package/dist/cjs/constant/utility/dto/generate.constant.js.map +1 -1
- package/dist/cjs/constant/validator-has-paired-custom-suffixes-fields.constant.js.map +1 -1
- package/dist/cjs/decorator/api/authorization-policy.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/controller/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/controller/observable.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/controller/securable.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/create.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/custom.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/delete.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/get/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/get/list.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/get/many.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/update.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/method.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/boolean.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/copy.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/date.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/describe.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/enum.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/number.decorator.js +1 -1
- package/dist/cjs/decorator/api/property/number.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/object.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/string.decorator.js +3 -3
- package/dist/cjs/decorator/api/property/string.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/uuid.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/route-custom.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/service/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/service/observable.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/subscriber/function.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/subscriber/route.decorator.js.map +1 -1
- package/dist/cjs/enum/class/authorization/decision-type.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/effect.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/mode.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/permission-match.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/policy/attachment-type.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/policy/on-type.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/policy/source-type.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/policy/status.enum.js.map +1 -1
- package/dist/cjs/enum/class/authorization/principal-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/action.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/authentication-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/controller/load-relations-strategy.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/controller/relation-reference-shape.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/controller/request/target.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/controller/request/transformer-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/controller/response-target.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/dto-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/function-transaction-mode.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/function-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/on-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/property/data-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/property/date/identifier.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/property/date/type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/property/desribe-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/property/number-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/property/string-type.enum.js.map +1 -1
- package/dist/cjs/enum/decorator/api/route-type.enum.js.map +1 -1
- package/dist/cjs/enum/exception.enum.js.map +1 -1
- package/dist/cjs/enum/filter/operation.enum.js.map +1 -1
- package/dist/cjs/enum/filter/order-direction.enum.js.map +1 -1
- package/dist/cjs/enum/utility/dto/manual/property-metadata/decorator.enum.js.map +1 -1
- package/dist/cjs/enum/utility/error-string/action.enum.js.map +1 -1
- package/dist/cjs/enum/utility/error-string/composite-action.enum.js.map +1 -1
- package/dist/cjs/enum/utility/exception-details-type.enum.js.map +1 -1
- package/dist/cjs/enum/validator/has-paired-custom-suffixes-fields-argument-type.enum.js.map +1 -1
- package/dist/cjs/enum/validator/must-match-one-of-schemas-error-type.enum.js.map +1 -1
- package/dist/cjs/factory/api-controller.factory.js +2 -2
- package/dist/cjs/factory/api-controller.factory.js.map +1 -1
- package/dist/cjs/interceptor/api-route-runtime.interceptor.js.map +1 -1
- package/dist/cjs/interceptor/correlation-id-response-body.interceptor.js.map +1 -1
- package/dist/cjs/module/api/authorization.module.js.map +1 -1
- package/dist/cjs/module/api/subscriber.module.js.map +1 -1
- package/dist/cjs/package.json +1 -1
- package/dist/cjs/utility/api/controller/apply/decorators.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/apply/metadata.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get/dto.utility.js +1 -1
- package/dist/cjs/utility/api/controller/get/dto.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get/method-name.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get/primary-column.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get-list/transform/filter.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get-list/transform/operation.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/handle-request-relations.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/serialize-route-response.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/transform-data.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/validate-request.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/write/dto-swagger.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/write/method.utility.js.map +1 -1
- package/dist/cjs/utility/api/filter-order-by-from-entity.utility.js.map +1 -1
- package/dist/cjs/utility/api/function-transaction.utility.js.map +1 -1
- package/dist/cjs/utility/api/get-default-string-format-properties.utility.js +1 -1
- package/dist/cjs/utility/api/get-default-string-format-properties.utility.js.map +1 -1
- package/dist/cjs/utility/api/route/response/project-relation.utility.js.map +1 -1
- package/dist/cjs/utility/api/route/response/serialize.utility.js.map +1 -1
- package/dist/cjs/utility/apply-auto-dto-response-exposure.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/decision/apply-result.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/decision/attach-resource.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/decision/resolve-from-request.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/permission/matches.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/permission/set-matches.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/resolve-default-principal.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/scope-merge-where.utility.js.map +1 -1
- package/dist/cjs/utility/auto-dto-context-queue.utility.js.map +1 -1
- package/dist/cjs/utility/camel-case-string.utility.js.map +1 -1
- package/dist/cjs/utility/capitalize-string.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/get/foreign-key-violation-details.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/get/unique-violation-details.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/is/entity/metadata-not-found.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/is/entity/not-found.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/is/foreign-key-violation.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/is/unique-violation.utility.js.map +1 -1
- package/dist/cjs/utility/defer-property-decorator-execution.utility.js.map +1 -1
- package/dist/cjs/utility/dto/auto/context/pop.utility.js.map +1 -1
- package/dist/cjs/utility/dto/auto/context/push.utility.js.map +1 -1
- package/dist/cjs/utility/dto/build-decorator.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/cache-key.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/core.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/decorator.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/dynamic.utility.js +1 -1
- package/dist/cjs/utility/dto/generate/dynamic.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/exception.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/filter-decorator.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/get-list-response.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/manual-child.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/relation-response.utility.js.map +1 -1
- package/dist/cjs/utility/dto/get/decorator-config.utility.js.map +1 -1
- package/dist/cjs/utility/dto/get/get-list-query-base-class.utility.js.map +1 -1
- package/dist/cjs/utility/dto/handle-date-property.utility.js.map +1 -1
- package/dist/cjs/utility/dto/is/property/exposed-for-guard.utility.js.map +1 -1
- package/dist/cjs/utility/dto/is/property/should-be-marked.utility.js.map +1 -1
- package/dist/cjs/utility/dto/is/should-be-generated.utility.js.map +1 -1
- package/dist/cjs/utility/dto/manual/property-metadata.utility.js.map +1 -1
- package/dist/cjs/utility/dto/validate-property-config.utility.js.map +1 -1
- package/dist/cjs/utility/error/exception.utility.js.map +1 -1
- package/dist/cjs/utility/error/string.utility.js.map +1 -1
- package/dist/cjs/utility/format-unknown-for-log.utility.js.map +1 -1
- package/dist/cjs/utility/generate-entity-information.utility.js.map +1 -1
- package/dist/cjs/utility/get/auto-dto-context.utility.js.map +1 -1
- package/dist/cjs/utility/get/entity-columns.utility.js.map +1 -1
- package/dist/cjs/utility/is/entity/constructor.utility.js.map +1 -1
- package/dist/cjs/utility/is/entity/factory.utility.js.map +1 -1
- package/dist/cjs/utility/is/entity/literal.utility.js.map +1 -1
- package/dist/cjs/utility/is/error-of-type.utility.js.map +1 -1
- package/dist/cjs/utility/logger.utility.js.map +1 -1
- package/dist/cjs/utility/queue-auto-context-retry.utility.js.map +1 -1
- package/dist/cjs/utility/register-auto-dto-child.utility.js.map +1 -1
- package/dist/cjs/utility/resolve/decorator-context.utility.js.map +1 -1
- package/dist/cjs/utility/resolve/property-entity.utility.js.map +1 -1
- package/dist/cjs/utility/with-resolved-property-entity.utility.js.map +1 -1
- package/dist/cjs/validator/all-or-none-of-listed-properties.validator.js.map +1 -1
- package/dist/cjs/validator/has/at/least/one/and-only-one-of-listed-properties.validator.js.map +1 -1
- package/dist/cjs/validator/has/at/least/one/of-listed-properties.validator.js.map +1 -1
- package/dist/cjs/validator/has/at/least/one/property.validator.js.map +1 -1
- package/dist/cjs/validator/has/paired-custom-suffixes-fields.validator.js.map +1 -1
- package/dist/cjs/validator/is-regular-expression.validator.js.map +1 -1
- package/dist/cjs/validator/must-match-one-of-schemas.validator.js.map +1 -1
- package/dist/cjs/validator/only-one-of-listed-properties.validator.js.map +1 -1
- package/dist/esm/class/api/authorization/bootstrap-validation.service.class.js.map +1 -1
- package/dist/esm/class/api/authorization/cache-invalidation.service.class.js.map +1 -1
- package/dist/esm/class/api/authorization/engine.class.js.map +1 -1
- package/dist/esm/class/api/authorization/guard.class.js.map +1 -1
- package/dist/esm/class/api/authorization/hook-permission-resolver.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/attachment-resolver.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/document-resolver.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/document-validator.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/engine.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/query-planner.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/base.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/discovery-service.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/executor.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/registry.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/subscriber-wrapper.class.js.map +1 -1
- package/dist/esm/class/api/authorization/runtime.class.js.map +1 -1
- package/dist/esm/class/api/authorization/simulator.class.js.map +1 -1
- package/dist/esm/class/api/function/context-storage.class.js.map +1 -1
- package/dist/esm/class/api/function/custom-runtime.class.js.map +1 -1
- package/dist/esm/class/api/function/transaction-scope.class.js.map +1 -1
- package/dist/esm/class/api/route-runtime.class.js +9 -7
- package/dist/esm/class/api/route-runtime.class.js.map +1 -1
- package/dist/esm/class/api/service-base.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/base.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/discovery-service.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/executor.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/function-base.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/registry.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/route-base.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/wrapper.class.js.map +1 -1
- package/dist/esm/class/metadata-storage.class.js.map +1 -1
- package/dist/esm/class/utility/dto/exception/details/foreign-key-violation.class.js.map +1 -1
- package/dist/esm/class/utility/dto/exception/details/unique-violation.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/boolean.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/date.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/enum.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/number.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/object.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/relation.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/string.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/uuid.class.js.map +1 -1
- package/dist/esm/class/utility/dto/strategy/body.class.js.map +1 -1
- package/dist/esm/class/utility/dto/strategy/query.class.js.map +1 -1
- package/dist/esm/class/utility/dto/strategy/request.class.js.map +1 -1
- package/dist/esm/class/utility/dto/strategy/response.class.js.map +1 -1
- package/dist/esm/constant/class/authorization/audit-sink-token.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/hook-permission-sources-token.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/metadata-decision.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/module-options-token.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/policy/attachment-sources-token.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/policy/decorator.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/policy/document-sources-token.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/principal-resolver-token.constant.js.map +1 -1
- package/dist/esm/constant/class/authorization/token-registry.constant.js.map +1 -1
- package/dist/esm/constant/date.constant.js.map +1 -1
- package/dist/esm/constant/decorator/api/controller.constant.js.map +1 -1
- package/dist/esm/constant/decorator/api/function.constant.js.map +1 -1
- package/dist/esm/constant/decorator/api/method.constant.js.map +1 -1
- package/dist/esm/constant/decorator/api/property-describe.constant.js.map +1 -1
- package/dist/esm/constant/decorator/api/service.constant.js.map +1 -1
- package/dist/esm/constant/decorator/api/subscriber.constant.js.map +1 -1
- package/dist/esm/constant/dto/auto-context.constant.js.map +1 -1
- package/dist/esm/constant/dto/contextual-manual.constant.js.map +1 -1
- package/dist/esm/constant/dto/exception.constant.js.map +1 -1
- package/dist/esm/constant/dto/list.constant.js.map +1 -1
- package/dist/esm/constant/dto/transformer-value.constant.js.map +1 -1
- package/dist/esm/constant/factory-dto-get-list-query.constant.js.map +1 -1
- package/dist/esm/constant/interface/api/filter.constant.js.map +1 -1
- package/dist/esm/constant/interface/api/property/default-string-format.constant.js.map +1 -1
- package/dist/esm/constant/interface/api/property/string.constant.js.map +1 -1
- package/dist/esm/constant/interface/api/property/wallet.constant.js.map +1 -1
- package/dist/esm/constant/number.constant.js.map +1 -1
- package/dist/esm/constant/utility/dto/constant.js.map +1 -1
- package/dist/esm/constant/utility/dto/generate.constant.js.map +1 -1
- package/dist/esm/constant/validator-has-paired-custom-suffixes-fields.constant.js.map +1 -1
- package/dist/esm/decorator/api/authorization-policy.decorator.js.map +1 -1
- package/dist/esm/decorator/api/controller/decorator.js.map +1 -1
- package/dist/esm/decorator/api/controller/observable.decorator.js.map +1 -1
- package/dist/esm/decorator/api/controller/securable.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/create.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/custom.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/delete.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/get/decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/get/list.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/get/many.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/update.decorator.js.map +1 -1
- package/dist/esm/decorator/api/method.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/boolean.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/copy.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/date.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/describe.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/enum.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/number.decorator.js +1 -1
- package/dist/esm/decorator/api/property/number.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/object.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/string.decorator.js +3 -3
- package/dist/esm/decorator/api/property/string.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/uuid.decorator.js.map +1 -1
- package/dist/esm/decorator/api/route-custom.decorator.js.map +1 -1
- package/dist/esm/decorator/api/service/decorator.js.map +1 -1
- package/dist/esm/decorator/api/service/observable.decorator.js.map +1 -1
- package/dist/esm/decorator/api/subscriber/function.decorator.js.map +1 -1
- package/dist/esm/decorator/api/subscriber/route.decorator.js.map +1 -1
- package/dist/esm/enum/class/authorization/decision-type.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/effect.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/mode.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/permission-match.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/policy/attachment-type.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/policy/on-type.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/policy/source-type.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/policy/status.enum.js.map +1 -1
- package/dist/esm/enum/class/authorization/principal-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/action.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/authentication-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/controller/load-relations-strategy.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/controller/relation-reference-shape.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/controller/request/target.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/controller/request/transformer-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/controller/response-target.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/dto-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/function-transaction-mode.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/function-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/on-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/property/data-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/property/date/identifier.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/property/date/type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/property/desribe-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/property/number-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/property/string-type.enum.js.map +1 -1
- package/dist/esm/enum/decorator/api/route-type.enum.js.map +1 -1
- package/dist/esm/enum/exception.enum.js.map +1 -1
- package/dist/esm/enum/filter/operation.enum.js.map +1 -1
- package/dist/esm/enum/filter/order-direction.enum.js.map +1 -1
- package/dist/esm/enum/utility/dto/manual/property-metadata/decorator.enum.js.map +1 -1
- package/dist/esm/enum/utility/error-string/action.enum.js.map +1 -1
- package/dist/esm/enum/utility/error-string/composite-action.enum.js.map +1 -1
- package/dist/esm/enum/utility/exception-details-type.enum.js.map +1 -1
- package/dist/esm/enum/validator/has-paired-custom-suffixes-fields-argument-type.enum.js.map +1 -1
- package/dist/esm/enum/validator/must-match-one-of-schemas-error-type.enum.js.map +1 -1
- package/dist/esm/factory/api-controller.factory.js +2 -2
- package/dist/esm/factory/api-controller.factory.js.map +1 -1
- package/dist/esm/interceptor/api-route-runtime.interceptor.js.map +1 -1
- package/dist/esm/interceptor/correlation-id-response-body.interceptor.js.map +1 -1
- package/dist/esm/module/api/authorization.module.js.map +1 -1
- package/dist/esm/module/api/subscriber.module.js.map +1 -1
- package/dist/esm/package.json +1 -1
- package/dist/esm/utility/api/controller/apply/decorators.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/apply/metadata.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get/dto.utility.js +1 -1
- package/dist/esm/utility/api/controller/get/dto.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get/method-name.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get/primary-column.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get-list/transform/filter.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get-list/transform/operation.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/handle-request-relations.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/serialize-route-response.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/transform-data.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/validate-request.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/write/dto-swagger.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/write/method.utility.js.map +1 -1
- package/dist/esm/utility/api/filter-order-by-from-entity.utility.js.map +1 -1
- package/dist/esm/utility/api/function-transaction.utility.js.map +1 -1
- package/dist/esm/utility/api/get-default-string-format-properties.utility.js +1 -1
- package/dist/esm/utility/api/get-default-string-format-properties.utility.js.map +1 -1
- package/dist/esm/utility/api/route/response/project-relation.utility.js.map +1 -1
- package/dist/esm/utility/api/route/response/serialize.utility.js.map +1 -1
- package/dist/esm/utility/apply-auto-dto-response-exposure.utility.js.map +1 -1
- package/dist/esm/utility/authorization/decision/apply-result.utility.js.map +1 -1
- package/dist/esm/utility/authorization/decision/attach-resource.utility.js.map +1 -1
- package/dist/esm/utility/authorization/decision/resolve-from-request.utility.js.map +1 -1
- package/dist/esm/utility/authorization/permission/matches.utility.js.map +1 -1
- package/dist/esm/utility/authorization/permission/set-matches.utility.js.map +1 -1
- package/dist/esm/utility/authorization/resolve-default-principal.utility.js.map +1 -1
- package/dist/esm/utility/authorization/scope-merge-where.utility.js.map +1 -1
- package/dist/esm/utility/auto-dto-context-queue.utility.js.map +1 -1
- package/dist/esm/utility/camel-case-string.utility.js.map +1 -1
- package/dist/esm/utility/capitalize-string.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/get/foreign-key-violation-details.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/get/unique-violation-details.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/is/entity/metadata-not-found.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/is/entity/not-found.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/is/foreign-key-violation.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/is/unique-violation.utility.js.map +1 -1
- package/dist/esm/utility/defer-property-decorator-execution.utility.js.map +1 -1
- package/dist/esm/utility/dto/auto/context/pop.utility.js.map +1 -1
- package/dist/esm/utility/dto/auto/context/push.utility.js.map +1 -1
- package/dist/esm/utility/dto/build-decorator.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/cache-key.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/core.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/decorator.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/dynamic.utility.js +1 -1
- package/dist/esm/utility/dto/generate/dynamic.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/exception.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/filter-decorator.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/get-list-response.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/manual-child.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/relation-response.utility.js.map +1 -1
- package/dist/esm/utility/dto/get/decorator-config.utility.js.map +1 -1
- package/dist/esm/utility/dto/get/get-list-query-base-class.utility.js.map +1 -1
- package/dist/esm/utility/dto/handle-date-property.utility.js.map +1 -1
- package/dist/esm/utility/dto/is/property/exposed-for-guard.utility.js.map +1 -1
- package/dist/esm/utility/dto/is/property/should-be-marked.utility.js.map +1 -1
- package/dist/esm/utility/dto/is/should-be-generated.utility.js.map +1 -1
- package/dist/esm/utility/dto/manual/property-metadata.utility.js.map +1 -1
- package/dist/esm/utility/dto/validate-property-config.utility.js.map +1 -1
- package/dist/esm/utility/error/exception.utility.js.map +1 -1
- package/dist/esm/utility/error/string.utility.js.map +1 -1
- package/dist/esm/utility/format-unknown-for-log.utility.js.map +1 -1
- package/dist/esm/utility/generate-entity-information.utility.js.map +1 -1
- package/dist/esm/utility/get/auto-dto-context.utility.js.map +1 -1
- package/dist/esm/utility/get/entity-columns.utility.js.map +1 -1
- package/dist/esm/utility/is/entity/constructor.utility.js.map +1 -1
- package/dist/esm/utility/is/entity/factory.utility.js.map +1 -1
- package/dist/esm/utility/is/entity/literal.utility.js.map +1 -1
- package/dist/esm/utility/is/error-of-type.utility.js.map +1 -1
- package/dist/esm/utility/logger.utility.js.map +1 -1
- package/dist/esm/utility/queue-auto-context-retry.utility.js.map +1 -1
- package/dist/esm/utility/register-auto-dto-child.utility.js.map +1 -1
- package/dist/esm/utility/resolve/decorator-context.utility.js.map +1 -1
- package/dist/esm/utility/resolve/property-entity.utility.js.map +1 -1
- package/dist/esm/utility/with-resolved-property-entity.utility.js.map +1 -1
- package/dist/esm/validator/all-or-none-of-listed-properties.validator.js.map +1 -1
- package/dist/esm/validator/has/at/least/one/and-only-one-of-listed-properties.validator.js.map +1 -1
- package/dist/esm/validator/has/at/least/one/of-listed-properties.validator.js.map +1 -1
- package/dist/esm/validator/has/at/least/one/property.validator.js.map +1 -1
- package/dist/esm/validator/has/paired-custom-suffixes-fields.validator.js.map +1 -1
- package/dist/esm/validator/is-regular-expression.validator.js.map +1 -1
- package/dist/esm/validator/must-match-one-of-schemas.validator.js.map +1 -1
- package/dist/esm/validator/only-one-of-listed-properties.validator.js.map +1 -1
- package/package.json +31 -31
- /package/dist/cjs/{class → src/class}/api/authorization/bootstrap-validation.service.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/cache-invalidation.service.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/engine.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/guard.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/hook-permission-resolver.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/iam/attachment-resolver.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/iam/document-resolver.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/iam/document-validator.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/iam/engine.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/iam/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/iam/query-planner.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/policy/base.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/policy/discovery-service.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/policy/executor.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/policy/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/policy/registry.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/policy/subscriber-wrapper.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/runtime.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/authorization/simulator.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/function/context-storage.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/function/custom-runtime.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/function/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/function/transaction-scope.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/route-runtime.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/service-base.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/base.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/discovery-service.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/executor.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/function-base.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/registry.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/route-base.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/api/subscriber/wrapper.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/metadata-storage.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/exception/details/foreign-key-violation.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/exception/details/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/exception/details/unique-violation.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/exception/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/boolean.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/date.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/enum.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/number.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/object.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/relation.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/string.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/factory/uuid.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/property/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/strategy/body.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/strategy/index.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/strategy/query.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/strategy/request.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/dto/strategy/response.class.d.ts +0 -0
- /package/dist/cjs/{class → src/class}/utility/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/audit-sink-token.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/hook-permission-sources-token.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/metadata-decision.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/module-options-token.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/policy/attachment-sources-token.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/policy/decorator.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/policy/document-sources-token.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/policy/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/principal-resolver-token.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/authorization/token-registry.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/class/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/date.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/api/controller.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/api/function.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/api/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/api/method.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/api/property-describe.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/api/service.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/api/subscriber.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/decorator/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/dto/auto-context.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/dto/contextual-manual.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/dto/exception.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/dto/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/dto/list.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/dto/transformer-value.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/factory-dto-get-list-query.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/interface/api/filter.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/interface/api/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/interface/api/property/default-string-format.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/interface/api/property/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/interface/api/property/string.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/interface/api/property/wallet.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/interface/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/number.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/utility/dto/constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/utility/dto/generate.constant.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/utility/dto/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/utility/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/validator/index.d.ts +0 -0
- /package/dist/cjs/{constant → src/constant}/validator-has-paired-custom-suffixes-fields.constant.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/authorization-policy.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/controller/decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/controller/index.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/controller/observable.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/controller/securable.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/create.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/custom.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/delete.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/get/decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/get/index.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/get/list.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/get/many.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/index.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/function/update.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/index.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/method.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/boolean.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/copy.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/date.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/describe.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/enum.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/index.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/number.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/object.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/string.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/property/uuid.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/route-custom.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/service/decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/service/index.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/service/observable.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/subscriber/function.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/subscriber/index.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/api/subscriber/route.decorator.d.ts +0 -0
- /package/dist/cjs/{decorator → src/decorator}/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/decision-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/effect.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/mode.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/permission-match.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/policy/attachment-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/policy/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/policy/on-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/policy/source-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/policy/status.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/authorization/principal-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/class/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/action.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/authentication-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/controller/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/controller/load-relations-strategy.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/controller/relation-reference-shape.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/controller/request/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/controller/request/target.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/controller/request/transformer-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/controller/response-target.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/dto-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/function-transaction-mode.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/function-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/on-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/data-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/date/identifier.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/date/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/date/type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/desribe-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/number-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/property/string-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/api/route-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/decorator/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/exception.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/filter/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/filter/operation.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/filter/order-direction.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/utility/dto/manual/property-metadata/decorator.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/utility/error-string/action.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/utility/error-string/composite-action.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/utility/error-string/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/utility/exception-details-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/utility/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/validator/has-paired-custom-suffixes-fields-argument-type.enum.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/validator/index.d.ts +0 -0
- /package/dist/cjs/{enum → src/enum}/validator/must-match-one-of-schemas-error-type.enum.d.ts +0 -0
- /package/dist/cjs/{factory → src/factory}/api-controller.factory.d.ts +0 -0
- /package/dist/cjs/{factory → src/factory}/index.d.ts +0 -0
- /package/dist/cjs/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/cjs/{interceptor → src/interceptor}/api-route-runtime.interceptor.d.ts +0 -0
- /package/dist/cjs/{interceptor → src/interceptor}/correlation-id-response-body.interceptor.d.ts +0 -0
- /package/dist/cjs/{interceptor → src/interceptor}/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/api/authentication-request.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/api/dto-validator.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/api/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/api/request-validator.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/api-base-entity.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/audit-sink.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/decision/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/decision/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/decision/rule-trace.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/decision/statement-trace.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/decision/trace.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/engine.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/evaluate-options.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/hook-permission-source.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/iam-module-options.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/module-options/async.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/module-options/factory.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/module-options/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/module-options/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/attachment/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/attachment/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/attachment/resolved.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/attachment/source.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/build-options.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/cache-options.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/document/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/document/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/document/record.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/document/source.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/document/statement.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/registry.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/context/data.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/context/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/context/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/registration.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/policy/subscriber/rule.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/principal/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/principal/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/principal/resolver.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/request-metadata.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/resource/definition.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/resource/field-definition.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/resource/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/rule/context.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/rule/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/rule/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/authorization/scope.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/function/context/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/function/context/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/function/context/operations.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/function/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/runtime/context-data.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/runtime/custom-execution-options.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/runtime/generated/execution-options.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/runtime/generated/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/runtime/generated/targets.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/runtime/http-request.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/route/runtime/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/error-execution-context.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/execution-context.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/function/error-execution-context.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/function/execution/context-data.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/function/execution/context.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/function/execution/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/function/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/function.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/error-execution-context.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/execution/context/data/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/execution/context/data/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/execution/context/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/execution/context/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/execution/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/api/subscriber/route.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/dto-strategy.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/class/metadata-entry.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/base.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/authorization.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/authentication.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/authorization.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/generation.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/request/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/response/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/response/load.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/request/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/request/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/request/target.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/response/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/response/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/response/target.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/base/security.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/list-response-dto-config.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/with/dto.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties/route/with/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/controller/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/create-executor-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/custom-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/delete-executor-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/get/executor-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/get/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/get/list-executor-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/get/many-executor-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/function/update-executor-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/get-list-response-result.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/method/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/method/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/response-type.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/custom-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/documentation-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/metadata/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/metadata/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/metadata/resource.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/metadata/route.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/response/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/response/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/response/serialization-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/runtime-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/security/authentication-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/security/authorization-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/security/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/security/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/throttling/default-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/throttling/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/route/throttling/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/subscriber/function/filter.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/subscriber/function/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/subscriber/function/properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/subscriber/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/api/subscriber/route-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/decorator/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/dto-generate-factory.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/entity/column.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/entity/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/entity/interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/utility/api/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/utility/api-controller-primary-column.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/utility/dto-generate-cache-key.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/utility/get-entity-columns-properties.interface.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/utility/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/validator/index.d.ts +0 -0
- /package/dist/cjs/{interface → src/interface}/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +0 -0
- /package/dist/cjs/{module → src/module}/api/authorization.module.d.ts +0 -0
- /package/dist/cjs/{module → src/module}/api/index.d.ts +0 -0
- /package/dist/cjs/{module → src/module}/api/subscriber.module.d.ts +0 -0
- /package/dist/cjs/{module → src/module}/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/api-request-transformer.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/auto-context-metadata.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/guard-request.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/create-result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/delete-result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/get/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/get/list-result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/get/result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/partial-update-result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/before/update-result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/before/create-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/before/get/context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/before/get/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/before/get/list-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/before/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/before/update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/context/with-request-metadata.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/custom-action-result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/hook/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/hook/result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/hook/type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/subscriber/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/subscriber/rule/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/subscriber/rule/without/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/policy/subscriber/rule-result.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/rule/condition.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/rule/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/rule/result-transform.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/rule/scope-resolver.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/rule/transform-payload.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/authorization/scope-where.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/create-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/delete-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/get/context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/get/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/get/list-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/get/many-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/after/update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/create-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/delete-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/get/context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/get/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/get/list-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/get/many-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/before/update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/function/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/create-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/delete-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/get/context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/get/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/get/list-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/partial-update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/after/update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/create-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/delete-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/get/context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/get/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/get/list-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/partial-update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/before/update-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api/subscriber/route/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/api-exception.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/controller-method.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/class/metadata.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/constructor.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/get-list-query.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties/route/base/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties/route/base/request/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties/route/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/properties-route.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/controller/transformer-config.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/filter/allowed-types.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/filter/extracted-allowed-types.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/filter/field-selector.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/filter/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/filter/order-by.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/create-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/delete-criteria.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/get/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/get/list/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/get/list/properties/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/get/list/properties/type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/get/list/properties/where.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/get/many.properties.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/get/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/update/criteria.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/update/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/function/update/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/base/array/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/base/array/optional-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/base/array/required-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/base/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/base/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/base/request-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/base/response-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/copy-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/date-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/default/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/default/string/format/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/default/string/format/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/default/string/format/type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/default/string/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/array/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/array/optional-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/array/required-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/base-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/boolean-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/date-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/body-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/guard-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/query/get-list-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/query/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/query/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/request-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/dto/response-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/enum-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/example-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/number-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/object/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/object/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/properties/base/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/properties/base/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/properties/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/relation-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/string-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/describe/uuid-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/entity.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/enum-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/number-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/object/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/object/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/object/with-discriminator-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/object/without-discriminator-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/string-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/property/uuid-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/service/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/service/keys.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/api/service/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/decorator/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/api/controller/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/api/controller/method/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/api/controller/method/map.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/api/controller/method/name-map.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/api/controller/method/name.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/api/controller/target-methods.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/api/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/factory/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/api/controller/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/api/controller/transform-data/data.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/api/controller/transform-data/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/api/controller/transform-data/is-validation-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/api/controller/transform-data/object-to-transform.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/api/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/capitalize-string.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/date/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/date/keys.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/date/range-keys.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/dto/generate/allowed-combination.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/dto/generate/get-list-response-resource-class.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/dto/generate/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/dto/generate/is-allowed-combination.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/dto/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/dto/manual/property-metadata.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/error-string/base-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/error-string/composite-properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/error-string/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/error-string/properties.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/filter-keys.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/utility/non-date-keys.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/validator/has-paired-custom-suffixes-fields/index.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/validator/has-paired-custom-suffixes-fields/validation-context.type.d.ts +0 -0
- /package/dist/cjs/{type → src/type}/validator/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/apply/decorators.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/apply/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/apply/metadata.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get/dto.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get/method-name.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get/primary-column.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get-list/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get-list/transform/filter.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get-list/transform/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/get-list/transform/operation.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/handle-request-relations.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/serialize-route-response.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/transform-data.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/validate-request.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/write/dto-swagger.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/write/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/controller/write/method.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/filter-order-by-from-entity.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/function-transaction.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/get-default-string-format-properties.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/route/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/route/response/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/route/response/project-relation.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/api/route/response/serialize.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/apply-auto-dto-response-exposure.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/decision/apply-result.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/decision/attach-resource.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/decision/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/decision/resolve-from-request.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/permission/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/permission/matches.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/permission/set-matches.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/resolve-default-principal.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/authorization/scope-merge-where.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/auto-dto-context-queue.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/camel-case-string.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/capitalize-string.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/get/foreign-key-violation-details.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/get/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/get/unique-violation-details.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/is/entity/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/is/entity/metadata-not-found.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/is/entity/not-found.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/is/foreign-key-violation.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/is/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/database/typeorm/is/unique-violation.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/defer-property-decorator-execution.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/auto/context/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/auto/context/pop.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/auto/context/push.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/auto/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/build-decorator.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/cache-key.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/core.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/decorator.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/dynamic.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/exception.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/filter-decorator.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/get-list-response.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/manual-child.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/generate/relation-response.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/get/decorator-config.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/get/get-list-query-base-class.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/get/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/handle-date-property.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/is/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/is/property/exposed-for-guard.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/is/property/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/is/property/should-be-marked.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/is/should-be-generated.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/manual/property-metadata.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/dto/validate-property-config.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/error/exception.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/error/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/error/string.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/format-unknown-for-log.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/generate-entity-information.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/get/auto-dto-context.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/get/entity-columns.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/get/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/is/entity/constructor.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/is/entity/factory.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/is/entity/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/is/entity/literal.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/is/error-of-type.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/is/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/logger.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/queue-auto-context-retry.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/register-auto-dto-child.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/resolve/decorator-context.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/resolve/index.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/resolve/property-entity.utility.d.ts +0 -0
- /package/dist/cjs/{utility → src/utility}/with-resolved-property-entity.utility.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/all-or-none-of-listed-properties.validator.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/at/index.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/at/least/index.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/at/least/one/and-only-one-of-listed-properties.validator.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/at/least/one/index.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/at/least/one/of-listed-properties.validator.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/at/least/one/property.validator.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/index.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/has/paired-custom-suffixes-fields.validator.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/index.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/is-regular-expression.validator.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/must-match-one-of-schemas.validator.d.ts +0 -0
- /package/dist/cjs/{validator → src/validator}/only-one-of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/bootstrap-validation.service.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/cache-invalidation.service.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/engine.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/guard.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/hook-permission-resolver.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/iam/attachment-resolver.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/iam/document-resolver.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/iam/document-validator.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/iam/engine.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/iam/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/iam/query-planner.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/policy/base.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/policy/discovery-service.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/policy/executor.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/policy/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/policy/registry.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/policy/subscriber-wrapper.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/runtime.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/authorization/simulator.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/function/context-storage.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/function/custom-runtime.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/function/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/function/transaction-scope.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/route-runtime.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/service-base.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/base.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/discovery-service.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/executor.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/function-base.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/registry.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/route-base.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/api/subscriber/wrapper.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/metadata-storage.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/exception/details/foreign-key-violation.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/exception/details/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/exception/details/unique-violation.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/exception/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/boolean.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/date.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/enum.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/number.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/object.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/relation.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/string.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/factory/uuid.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/property/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/strategy/body.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/strategy/index.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/strategy/query.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/strategy/request.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/dto/strategy/response.class.d.ts +0 -0
- /package/dist/esm/{class → src/class}/utility/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/audit-sink-token.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/hook-permission-sources-token.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/metadata-decision.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/module-options-token.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/policy/attachment-sources-token.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/policy/decorator.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/policy/document-sources-token.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/policy/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/principal-resolver-token.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/authorization/token-registry.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/class/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/date.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/api/controller.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/api/function.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/api/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/api/method.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/api/property-describe.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/api/service.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/api/subscriber.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/decorator/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/dto/auto-context.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/dto/contextual-manual.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/dto/exception.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/dto/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/dto/list.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/dto/transformer-value.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/factory-dto-get-list-query.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/interface/api/filter.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/interface/api/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/interface/api/property/default-string-format.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/interface/api/property/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/interface/api/property/string.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/interface/api/property/wallet.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/interface/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/number.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/utility/dto/constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/utility/dto/generate.constant.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/utility/dto/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/utility/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/validator/index.d.ts +0 -0
- /package/dist/esm/{constant → src/constant}/validator-has-paired-custom-suffixes-fields.constant.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/authorization-policy.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/controller/decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/controller/index.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/controller/observable.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/controller/securable.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/create.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/custom.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/delete.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/get/decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/get/index.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/get/list.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/get/many.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/index.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/function/update.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/index.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/method.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/boolean.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/copy.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/date.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/describe.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/enum.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/index.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/number.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/object.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/string.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/property/uuid.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/route-custom.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/service/decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/service/index.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/service/observable.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/subscriber/function.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/subscriber/index.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/api/subscriber/route.decorator.d.ts +0 -0
- /package/dist/esm/{decorator → src/decorator}/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/decision-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/effect.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/mode.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/permission-match.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/policy/attachment-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/policy/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/policy/on-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/policy/source-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/policy/status.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/authorization/principal-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/class/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/action.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/authentication-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/controller/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/controller/load-relations-strategy.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/controller/relation-reference-shape.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/controller/request/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/controller/request/target.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/controller/request/transformer-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/controller/response-target.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/dto-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/function-transaction-mode.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/function-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/on-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/data-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/date/identifier.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/date/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/date/type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/desribe-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/number-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/property/string-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/api/route-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/decorator/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/exception.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/filter/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/filter/operation.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/filter/order-direction.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/utility/dto/manual/property-metadata/decorator.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/utility/error-string/action.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/utility/error-string/composite-action.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/utility/error-string/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/utility/exception-details-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/utility/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/validator/has-paired-custom-suffixes-fields-argument-type.enum.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/validator/index.d.ts +0 -0
- /package/dist/esm/{enum → src/enum}/validator/must-match-one-of-schemas-error-type.enum.d.ts +0 -0
- /package/dist/esm/{factory → src/factory}/api-controller.factory.d.ts +0 -0
- /package/dist/esm/{factory → src/factory}/index.d.ts +0 -0
- /package/dist/esm/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/esm/{interceptor → src/interceptor}/api-route-runtime.interceptor.d.ts +0 -0
- /package/dist/esm/{interceptor → src/interceptor}/correlation-id-response-body.interceptor.d.ts +0 -0
- /package/dist/esm/{interceptor → src/interceptor}/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/api/authentication-request.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/api/dto-validator.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/api/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/api/request-validator.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/api-base-entity.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/audit-sink.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/decision/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/decision/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/decision/rule-trace.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/decision/statement-trace.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/decision/trace.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/engine.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/evaluate-options.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/hook-permission-source.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/iam-module-options.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/module-options/async.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/module-options/factory.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/module-options/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/module-options/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/attachment/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/attachment/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/attachment/resolved.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/attachment/source.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/build-options.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/cache-options.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/document/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/document/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/document/record.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/document/source.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/document/statement.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/registry.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/context/data.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/context/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/context/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/registration.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/policy/subscriber/rule.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/principal/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/principal/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/principal/resolver.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/request-metadata.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/resource/definition.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/resource/field-definition.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/resource/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/rule/context.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/rule/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/rule/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/authorization/scope.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/function/context/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/function/context/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/function/context/operations.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/function/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/runtime/context-data.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/runtime/custom-execution-options.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/runtime/generated/execution-options.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/runtime/generated/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/runtime/generated/targets.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/runtime/http-request.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/route/runtime/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/error-execution-context.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/execution-context.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/function/error-execution-context.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/function/execution/context-data.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/function/execution/context.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/function/execution/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/function/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/function.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/error-execution-context.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/execution/context/data/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/execution/context/data/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/execution/context/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/execution/context/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/execution/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/api/subscriber/route.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/dto-strategy.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/class/metadata-entry.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/base.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/authorization.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/authentication.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/authorization.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/generation.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/request/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/response/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/relations/response/load.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/request/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/request/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/request/target.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/response/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/response/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/response/target.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/base/security.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/list-response-dto-config.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/with/dto.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties/route/with/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/controller/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/create-executor-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/custom-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/delete-executor-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/get/executor-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/get/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/get/list-executor-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/get/many-executor-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/function/update-executor-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/get-list-response-result.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/method/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/method/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/response-type.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/custom-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/documentation-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/metadata/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/metadata/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/metadata/resource.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/metadata/route.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/response/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/response/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/response/serialization-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/runtime-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/security/authentication-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/security/authorization-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/security/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/security/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/throttling/default-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/throttling/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/route/throttling/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/subscriber/function/filter.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/subscriber/function/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/subscriber/function/properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/subscriber/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/api/subscriber/route-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/decorator/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/dto-generate-factory.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/entity/column.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/entity/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/entity/interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/utility/api/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/utility/api-controller-primary-column.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/utility/dto-generate-cache-key.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/utility/get-entity-columns-properties.interface.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/utility/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/validator/index.d.ts +0 -0
- /package/dist/esm/{interface → src/interface}/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +0 -0
- /package/dist/esm/{module → src/module}/api/authorization.module.d.ts +0 -0
- /package/dist/esm/{module → src/module}/api/index.d.ts +0 -0
- /package/dist/esm/{module → src/module}/api/subscriber.module.d.ts +0 -0
- /package/dist/esm/{module → src/module}/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/api-request-transformer.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/auto-context-metadata.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/guard-request.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/create-result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/delete-result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/get/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/get/list-result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/get/result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/partial-update-result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/before/update-result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/before/create-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/before/get/context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/before/get/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/before/get/list-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/before/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/before/update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/context/with-request-metadata.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/custom-action-result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/hook/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/hook/result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/hook/type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/subscriber/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/subscriber/rule/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/subscriber/rule/without/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/policy/subscriber/rule-result.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/rule/condition.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/rule/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/rule/result-transform.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/rule/scope-resolver.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/rule/transform-payload.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/authorization/scope-where.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/create-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/delete-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/get/context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/get/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/get/list-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/get/many-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/after/update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/create-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/delete-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/get/context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/get/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/get/list-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/get/many-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/before/update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/function/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/create-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/delete-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/get/context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/get/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/get/list-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/partial-update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/after/update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/create-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/delete-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/get/context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/get/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/get/list-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/partial-update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/before/update-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api/subscriber/route/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/api-exception.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/controller-method.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/class/metadata.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/constructor.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/get-list-query.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties/route/base/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties/route/base/request/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties/route/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/properties-route.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/controller/transformer-config.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/filter/allowed-types.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/filter/extracted-allowed-types.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/filter/field-selector.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/filter/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/filter/order-by.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/create-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/delete-criteria.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/get/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/get/list/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/get/list/properties/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/get/list/properties/type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/get/list/properties/where.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/get/many.properties.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/get/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/update/criteria.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/update/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/function/update/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/base/array/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/base/array/optional-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/base/array/required-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/base/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/base/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/base/request-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/base/response-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/copy-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/date-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/default/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/default/string/format/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/default/string/format/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/default/string/format/type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/default/string/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/array/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/array/optional-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/array/required-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/base-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/boolean-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/date-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/body-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/guard-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/query/get-list-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/query/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/query/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/request-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/dto/response-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/enum-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/example-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/number-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/object/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/object/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/properties/base/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/properties/base/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/properties/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/relation-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/string-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/describe/uuid-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/entity.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/enum-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/number-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/object/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/object/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/object/with-discriminator-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/object/without-discriminator-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/string-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/property/uuid-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/service/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/service/keys.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/api/service/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/decorator/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/api/controller/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/api/controller/method/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/api/controller/method/map.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/api/controller/method/name-map.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/api/controller/method/name.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/api/controller/target-methods.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/api/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/factory/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/api/controller/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/api/controller/transform-data/data.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/api/controller/transform-data/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/api/controller/transform-data/is-validation-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/api/controller/transform-data/object-to-transform.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/api/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/capitalize-string.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/date/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/date/keys.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/date/range-keys.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/dto/generate/allowed-combination.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/dto/generate/get-list-response-resource-class.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/dto/generate/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/dto/generate/is-allowed-combination.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/dto/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/dto/manual/property-metadata.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/error-string/base-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/error-string/composite-properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/error-string/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/error-string/properties.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/filter-keys.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/utility/non-date-keys.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/validator/has-paired-custom-suffixes-fields/index.d.ts +0 -0
- /package/dist/esm/{type → src/type}/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/validator/has-paired-custom-suffixes-fields/validation-context.type.d.ts +0 -0
- /package/dist/esm/{type → src/type}/validator/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/apply/decorators.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/apply/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/apply/metadata.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get/dto.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get/method-name.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get/primary-column.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get-list/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get-list/transform/filter.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get-list/transform/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/get-list/transform/operation.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/handle-request-relations.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/serialize-route-response.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/transform-data.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/validate-request.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/write/dto-swagger.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/write/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/controller/write/method.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/filter-order-by-from-entity.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/function-transaction.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/get-default-string-format-properties.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/route/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/route/response/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/route/response/project-relation.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/api/route/response/serialize.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/apply-auto-dto-response-exposure.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/decision/apply-result.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/decision/attach-resource.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/decision/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/decision/resolve-from-request.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/permission/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/permission/matches.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/permission/set-matches.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/resolve-default-principal.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/authorization/scope-merge-where.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/auto-dto-context-queue.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/camel-case-string.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/capitalize-string.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/get/foreign-key-violation-details.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/get/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/get/unique-violation-details.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/is/entity/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/is/entity/metadata-not-found.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/is/entity/not-found.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/is/foreign-key-violation.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/is/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/database/typeorm/is/unique-violation.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/defer-property-decorator-execution.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/auto/context/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/auto/context/pop.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/auto/context/push.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/auto/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/build-decorator.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/cache-key.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/core.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/decorator.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/dynamic.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/exception.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/filter-decorator.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/get-list-response.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/manual-child.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/generate/relation-response.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/get/decorator-config.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/get/get-list-query-base-class.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/get/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/handle-date-property.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/is/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/is/property/exposed-for-guard.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/is/property/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/is/property/should-be-marked.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/is/should-be-generated.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/manual/property-metadata.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/dto/validate-property-config.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/error/exception.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/error/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/error/string.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/format-unknown-for-log.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/generate-entity-information.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/get/auto-dto-context.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/get/entity-columns.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/get/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/is/entity/constructor.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/is/entity/factory.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/is/entity/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/is/entity/literal.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/is/error-of-type.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/is/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/logger.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/queue-auto-context-retry.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/register-auto-dto-child.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/resolve/decorator-context.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/resolve/index.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/resolve/property-entity.utility.d.ts +0 -0
- /package/dist/esm/{utility → src/utility}/with-resolved-property-entity.utility.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/all-or-none-of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/at/index.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/at/least/index.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/at/least/one/and-only-one-of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/at/least/one/index.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/at/least/one/of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/at/least/one/property.validator.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/index.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/has/paired-custom-suffixes-fields.validator.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/index.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/is-regular-expression.validator.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/must-match-one-of-schemas.validator.d.ts +0 -0
- /package/dist/esm/{validator → src/validator}/only-one-of-listed-properties.validator.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"factory.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"factory.utility.js","sources":["../../../../../../../src/utility/is/entity/factory.utility.ts"],"sourcesContent":[null],"names":["IsEntityConstructor"],"mappings":";;;;AAKA;;;;AAIG;AACG,SAAU,eAAe,CAAC,SAAkB,EAAA;IACjD,OAAO,OAAO,SAAS,KAAK,UAAU,IAAI,CAACA,uCAAmB,CAAC,SAAS,CAAC;AAC1E;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"literal.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"literal.utility.js","sources":["../../../../../../../src/utility/is/entity/literal.utility.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEA;;;;AAIG;AACG,SAAU,eAAe,CAAC,SAAkB,EAAA;IACjD,OAAO,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,KAAK,IAAI;AAC3D;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-of-type.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"error-of-type.utility.js","sources":["../../../../../../src/utility/is/error-of-type.utility.ts"],"sourcesContent":[null],"names":["EException","BadRequestException","ConflictException","ForbiddenException","GatewayTimeoutException","GoneException","HttpVersionNotSupportedException","ImATeapotException","InternalServerErrorException","MethodNotAllowedException","NotAcceptableException","NotFoundException","NotImplementedException","PayloadTooLargeException","PreconditionFailedException","RequestTimeoutException","ServiceUnavailableException","ThrottlerException","UnauthorizedException","UnprocessableEntityException","UnsupportedMediaTypeException"],"mappings":";;;;;;AAAA;AA8BA,MAAM,YAAY,GAAwD;AACzE,IAAA,CAACA,yBAAU,CAAC,WAAW,GAAGC,0BAAmB;AAC7C,IAAA,CAACD,yBAAU,CAAC,QAAQ,GAAGE,wBAAiB;AACxC,IAAA,CAACF,yBAAU,CAAC,kBAAkB,GAAG,SAAS;AAC1C,IAAA,CAACA,yBAAU,CAAC,SAAS,GAAGG,yBAAkB;AAC1C,IAAA,CAACH,yBAAU,CAAC,eAAe,GAAGI,8BAAuB;AACrD,IAAA,CAACJ,yBAAU,CAAC,IAAI,GAAGK,oBAAa;AAChC,IAAA,CAACL,yBAAU,CAAC,0BAA0B,GAAGM,uCAAgC;AACzE,IAAA,CAACN,yBAAU,CAAC,WAAW,GAAGO,yBAAkB;AAC5C,IAAA,CAACP,yBAAU,CAAC,qBAAqB,GAAGQ,mCAA4B;AAChE,IAAA,CAACR,yBAAU,CAAC,eAAe,GAAG,SAAS;AACvC,IAAA,CAACA,yBAAU,CAAC,kBAAkB,GAAGS,gCAAyB;AAC1D,IAAA,CAACT,yBAAU,CAAC,+BAA+B,GAAG,SAAS;AACvD,IAAA,CAACA,yBAAU,CAAC,cAAc,GAAGU,6BAAsB;AACnD,IAAA,CAACV,yBAAU,CAAC,YAAY,GAAG,SAAS;AACpC,IAAA,CAACA,yBAAU,CAAC,SAAS,GAAGW,wBAAiB;AACzC,IAAA,CAACX,yBAAU,CAAC,eAAe,GAAGY,8BAAuB;AACrD,IAAA,CAACZ,yBAAU,CAAC,iBAAiB,GAAGa,+BAAwB;AACxD,IAAA,CAACb,yBAAU,CAAC,gBAAgB,GAAG,SAAS;AACxC,IAAA,CAACA,yBAAU,CAAC,mBAAmB,GAAGc,kCAA2B;AAC7D,IAAA,CAACd,yBAAU,CAAC,+BAA+B,GAAG,SAAS;AACvD,IAAA,CAACA,yBAAU,CAAC,eAAe,GAAGe,8BAAuB;AACrD,IAAA,CAACf,yBAAU,CAAC,oBAAoB,GAAG,SAAS;AAC5C,IAAA,CAACA,yBAAU,CAAC,mBAAmB,GAAGgB,kCAA2B;AAC7D,IAAA,CAAChB,yBAAU,CAAC,iBAAiB,GAAGiB,4BAAkB;AAClD,IAAA,CAACjB,yBAAU,CAAC,YAAY,GAAGkB,4BAAqB;AAChD,IAAA,CAAClB,yBAAU,CAAC,oBAAoB,GAAGmB,mCAA4B;AAC/D,IAAA,CAACnB,yBAAU,CAAC,sBAAsB,GAAGoB,oCAA6B;AAClE,IAAA,CAACpB,yBAAU,CAAC,gBAAgB,GAAG,SAAS;CACxC;AAED;;;;;AAKG;AACG,SAAU,aAAa,CAAC,KAAc,EAAE,IAAgB,EAAA;AAC7D,IAAA,MAAM,cAAc,GAA8B,YAAY,CAAC,IAAI,CAA8B;IAEjG,IAAI,CAAC,cAAc,EAAE;AACpB,QAAA,OAAO,KAAK;IACb;IAEA,IAAI,CAAC,KAAK,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;AACxC,QAAA,OAAO,KAAK;IACb;;AAGA,IAAA,IAAI,KAAK,YAAY,cAAc,EAAE;AACpC,QAAA,OAAO,IAAI;IACZ;IAEA,MAAM,WAAW,GAAsB,KAAK;AAE5C,IAAA,OAAO,CAAC,EAAE,WAAW,CAAC,IAAI,IAAI,WAAW,CAAC,IAAI,KAAK,cAAc,CAAC,IAAI,CAAC;AACxE;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"logger.utility.js","sources":["../../../../../src/utility/logger.utility.ts"],"sourcesContent":[null],"names":["config","LoggerUtility","ConsoleLogger","__decorate","Injectable"],"mappings":";;;;;;;AAKAA,aAAM,EAAE;AAER;;AAEG;AAEUC,qBAAa,GAAnB,MAAM,aAAc,SAAQC,oBAAa,CAAA;;AACvC,IAAA,OAAgB,iBAAiB,GAAW,eAAe;AAEnE,IAAA,WAAA,CAAY,OAAgB,EAAA;AAC3B,QAAA,KAAK,CAAC,OAAO,IAAI,gBAAgB,EAAE;AAClC,YAAA,SAAS,EAAE,eAAa,CAAC,mBAAmB,EAAE;AAC9C,SAAA,CAAC;IACH;AAEA;;;;AAIG;IACI,OAAO,SAAS,CAAC,OAAgB,EAAA;QACvC,OAAO,IAAI,eAAa,CAAC,CAAA,sBAAA,EAAyB,OAAO,IAAI,MAAM,CAAA,CAAE,CAAC;IACvE;AAEA;;;;AAIG;AACK,IAAA,OAAO,mBAAmB,GAAA;QACjC,MAAM,QAAQ,GAAuB,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC;QAExE,IAAI,CAAC,QAAQ,EAAE;;AAEd,YAAA,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC;QAChC;AAEA,QAAA,QAAQ,QAAQ,CAAC,WAAW,EAAE;YAC7B,KAAK,OAAO,EAAE;gBACb,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC;YACzC;YAEA,KAAK,OAAO,EAAE;gBACb,OAAO,CAAC,OAAO,CAAC;YACjB;YAEA,KAAK,KAAK,EAAE;AACX,gBAAA,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC;YAChC;YAEA,KAAK,MAAM,EAAE;AACZ,gBAAA,OAAO,EAAE;YACV;YAEA,KAAK,SAAS,EAAE;gBACf,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,SAAS,CAAC;YACpD;YAEA,KAAK,MAAM,EAAE;AACZ,gBAAA,OAAO,CAAC,OAAO,EAAE,MAAM,CAAC;YACzB;YAEA,SAAS;AACR,gBAAA,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC;YAChC;;IAEF;;AA5DYD,qBAAa,GAAA,eAAA,GAAAE,oBAAA,CAAA;AADzB,IAAAC,iBAAU,EAAE;;AACA,CAAA,EAAAH,qBAAa,CA6DzB;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue-auto-context-retry.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"queue-auto-context-retry.utility.js","sources":["../../../../../src/utility/queue-auto-context-retry.utility.ts"],"sourcesContent":[null],"names":["GetAutoDtoContext","QueueAutoDtoContextExecution"],"mappings":";;;;;AAMA;;;;AAIG;AACG,SAAU,qBAAqB,CAAC,MAAc,EAAE,QAAoB,EAAA;AACzE,IAAA,MAAM,OAAO,GAAgEA,wCAAiB,CAAC,MAAM,CAAC;IAEtG,IAAI,OAAO,EAAE;AACZ,QAAA,QAAQ,EAAE;QAEV;IACD;AAEA,IAAAC,wDAA4B,CAAC,MAAM,EAAE,MAAK;AACzC,QAAA,QAAQ,EAAE;AACX,IAAA,CAAC,CAAC;AACH;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-auto-dto-child.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"register-auto-dto-child.utility.js","sources":["../../../../../src/utility/register-auto-dto-child.utility.ts"],"sourcesContent":[null],"names":["DTO_AUTO_CONTEXT_METADATA_KEY","FlushAutoDtoContextExecutions"],"mappings":";;;;;AAMA,MAAM,iBAAiB,GAAwC,IAAI,OAAO,EAA8B;AAExG;;;;AAIG;AACG,SAAU,4BAA4B,CAAC,eAAuB,EAAA;AACnE,IAAA,OAAO,iBAAiB,CAAC,GAAG,CAAC,eAAe,CAAC;AAC9C;AAEA;;;;;AAKG;AACG,SAAU,oBAAoB,CAAC,eAAuB,EAAE,KAAc,EAAA;AAC3E,IAAA,IAAI,CAAC,eAAe,IAAI,CAAC,KAAK;QAAE;AAEhC,IAAA,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;AACzB,QAAA,KAAK,MAAM,KAAK,IAAI,KAAK,EAAE;AAC1B,YAAA,oBAAoB,CAAC,eAAe,EAAE,KAAK,CAAC;QAC7C;QAEA;IACD;AAEA,IAAA,IAAI,OAAO,KAAK,KAAK,UAAU,EAAE;QAChC,MAAM,gBAAgB,GAAkB,KAAsB;AAE9D,QAAA,IAAI,gBAAgB,KAAK,MAAM,EAAE;YAChC;QACD;QAEA,IAAI,QAAQ,GAAmC,iBAAiB,CAAC,GAAG,CAAC,eAAe,CAAC;QAErF,IAAI,CAAC,QAAQ,EAAE;AACd,YAAA,QAAQ,GAAG,IAAI,GAAG,EAAiB;AACnC,YAAA,iBAAiB,CAAC,GAAG,CAAC,eAAe,EAAE,QAAQ,CAAC;QACjD;QAEA,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,gBAAgB,CAAC,EAAE;AACpC,YAAA,QAAQ,CAAC,GAAG,CAAC,gBAAgB,CAAC;AAC9B,YAAA,uBAAuB,CAAC,eAAe,EAAE,gBAAgB,CAAC,SAAmB,CAAC;QAC/E;IACD;AACD;AAEA;;;;AAIG;AACH,SAAS,uBAAuB,CAAC,eAAuB,EAAE,cAAsB,EAAA;IAC/E,MAAM,WAAW,GAA+C,OAAO,CAAC,WAAW,GAAGA,kDAA6B,EAAE,eAAe,CAA+C;IAEnL,IAAI,CAAC,WAAW,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE;QAC7C;IACD;AAEA,IAAA,MAAM,UAAU,GAAoC,OAAO,CAAC,WAAW,GAAGA,kDAA6B,EAAE,cAAc,CAAoC,IAAI,EAAE;IAEjK,IAAI,UAAU,CAAC,MAAM,GAAG,WAAW,CAAC,MAAM,EAAE;AAC3C,QAAA,MAAM,YAAY,GAAmC,CAAC,GAAG,UAAU,EAAE,GAAG,WAAW,CAAC,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;QAC7G,OAAO,CAAC,cAAc,GAAGA,kDAA6B,EAAE,YAAY,EAAE,cAAc,CAAC;QACrFC,yDAA6B,CAAC,cAAc,CAAC;IAC9C;IAEA,MAAM,aAAa,GAAmC,iBAAiB,CAAC,GAAG,CAAC,cAAc,CAAC;AAE3F,IAAA,IAAI,CAAC,aAAa;QAAE;AAEpB,IAAA,KAAK,MAAM,UAAU,IAAI,aAAa,EAAE;AACvC,QAAA,uBAAuB,CAAC,cAAc,EAAE,UAAU,CAAC,SAAmB,CAAC;IACxE;AACD;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator-context.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"decorator-context.utility.js","sources":["../../../../../../src/utility/resolve/decorator-context.utility.ts"],"sourcesContent":[null],"names":["GetAutoDtoContext"],"mappings":";;;;AAIA;;;;;;;AAOG;AACG,SAAU,uBAAuB,CAAC,MAAc,EAAE,MAAiC,EAAE,OAAgC,EAAE,iBAA0B,EAAA;IACtJ,IAAI,cAAc,GAA8B,MAAM;IACtD,IAAI,eAAe,GAA4B,OAAO;IAEtD,IAAI,iBAAiB,KAAK,CAAC,cAAc,IAAI,CAAC,eAAe,CAAC,EAAE;AAC/D,QAAA,MAAM,OAAO,GAAgEA,wCAAiB,CAAC,MAAM,CAAC;QAEtG,IAAI,CAAC,OAAO,EAAE;AACb,YAAA,OAAO,SAAS;QACjB;AAEA,QAAA,cAAc,KAAK,OAAO,CAAC,MAAM;AACjC,QAAA,eAAe,KAAK,OAAO,CAAC,OAAO;IACpC;AAEA,IAAA,IAAI,CAAC,cAAc,IAAI,CAAC,eAAe,EAAE;AACxC,QAAA,OAAO,SAAS;IACjB;IAEA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,cAAc,EAAE;AAC5D;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property-entity.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"property-entity.utility.js","sources":["../../../../../../src/utility/resolve/property-entity.utility.ts"],"sourcesContent":[null],"names":["ErrorException","IsEntityConstructor","IsEntityLiteral","IsEntityFactory"],"mappings":";;;;;;;AASA;;;;;AAKG;AACG,SAAU,qBAAqB,CAAC,MAA0B,EAAE,aAAqB,EAAA;;AAEtF,IAAA,MAAM,QAAQ,GAAsD,wBAAwB,CAAC,MAAM,CAAC;IAEpG,IAAI,CAAC,QAAQ,EAAE;AACd,QAAA,MAAMA,gCAAc,CAAC,CAAA,WAAA,EAAc,aAAa,CAAA,8EAAA,CAAgF,CAAC;IAClI;AAEA,IAAA,OAAO,QAAQ;AAChB;AAEA;;;;AAIG;AACG,SAAU,wBAAwB,CAAC,MAA0B,EAAA;AAClE,IAAA,IAAIC,uCAAmB,CAAC,MAAM,CAAC,EAAE;AAChC,QAAA,OAAO,MAAM;IACd;AAEA,IAAA,IAAIC,+BAAe,CAAC,MAAM,CAAC,EAAE;AAC5B,QAAA,OAAO,MAAM;IACd;AAEA,IAAA,IAAIC,+BAAe,CAAC,MAAM,CAAC,EAAE;QAC5B,MAAM,OAAO,GAA4D,MAAM;QAE/E,OAAO,OAAO,EAAE;IACjB;AAEA,IAAA,OAAO,SAAS;AACjB;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-resolved-property-entity.utility.js","sources":["
|
|
1
|
+
{"version":3,"file":"with-resolved-property-entity.utility.js","sources":["../../../../../src/utility/with-resolved-property-entity.utility.ts"],"sourcesContent":[null],"names":["TryResolvePropertyEntity","DeferPropertyDecoratorExecution","ErrorException"],"mappings":";;;;;;AAQA;;;;;;AAMG;SACa,0BAA0B,CAAC,MAA0B,EAAE,aAAqB,EAAE,UAAqE,EAAA;AAClK,IAAA,MAAM,QAAQ,GAAsDA,+CAAwB,CAAC,MAAM,CAAC;IAEpG,IAAI,QAAQ,EAAE;QACb,UAAU,CAAC,QAAQ,CAAC;QAEpB;IACD;IAEAC,uEAA+B,CAAC,MAAK;AACpC,QAAA,MAAM,gBAAgB,GAAsDD,+CAAwB,CAAC,MAAM,CAAC;QAE5G,IAAI,CAAC,gBAAgB,EAAE;AACtB,YAAA,MAAME,gCAAc,CAAC,CAAA,WAAA,EAAc,aAAa,CAAA,8EAAA,CAAgF,CAAC;QAClI;QAEA,UAAU,CAAC,gBAAgB,CAAC;AAC7B,IAAA,CAAC,CAAC;AACH;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-or-none-of-listed-properties.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"all-or-none-of-listed-properties.validator.js","sources":["../../../../../src/validator/all-or-none-of-listed-properties.validator.ts"],"sourcesContent":[null],"names":["AllOrNoneOfListedPropertiesValidator","__decorate","ValidatorConstraint"],"mappings":";;;;;AAIA;;;;AAIG;AACH;AAEaA,4CAAoC,GAA1C,MAAM,oCAAoC,CAAA;AAChD,IAAA,cAAc,CAAC,UAA+B,EAAA;QAC7C,OAAO,CAAA,iEAAA,EAAoE,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA,CAAE;IAC/G;IAEA,QAAQ,CAAC,MAAe,EAAE,UAA+B,EAAA;AACxD,QAAA,MAAM,WAAW,GAAkB,UAAU,CAAC,WAA4B;AAE1E,QAAA,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;AAC3B,YAAA,MAAM,eAAe,GAA4B,UAAU,CAAC,MAAiC;AAC7F,YAAA,MAAM,aAAa,GAAkB,WAAW,CAAC,MAAM,CAAC,CAAC,KAAa,KAAK,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,IAAI,eAAe,CAAC,KAAK,CAAC,KAAK,SAAS,CAAC;AAEhL,YAAA,OAAO,aAAa,CAAC,MAAM,KAAK,CAAC,IAAI,aAAa,CAAC,MAAM,KAAK,WAAW,CAAC,MAAM;QACjF;AAEA,QAAA,OAAO,IAAI;IACZ;;AAhBYA,4CAAoC,GAAAC,oBAAA,CAAA;IADhDC,kCAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,kCAAkC,EAAE;AAClE,CAAA,EAAAF,4CAAoC,CAiBhD;;"}
|
package/dist/cjs/validator/has/at/least/one/and-only-one-of-listed-properties.validator.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"and-only-one-of-listed-properties.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"and-only-one-of-listed-properties.validator.js","sources":["../../../../../../../../../src/validator/has/at/least/one/and-only-one-of-listed-properties.validator.ts"],"sourcesContent":[null],"names":["HasAtLeastOneAndOnlyOneOfListedPropertiesValidator","__decorate","ValidatorConstraint"],"mappings":";;;;;AAIA;AAEaA,0DAAkD,GAAxD,MAAM,kDAAkD,CAAA;AAC9D,IAAA,cAAc,CAAC,UAA+B,EAAA;QAC7C,OAAO,CAAA,wEAAA,EAA2E,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA,CAAE;IACtH;IAEA,QAAQ,CAAC,MAAe,EAAE,UAA+B,EAAA;AACxD,QAAA,MAAM,WAAW,GAAkB,UAAU,CAAC,WAA4B;AAE1E,QAAA,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;YAC3B,IAAI,QAAQ,GAAY,KAAK;YAC7B,IAAI,KAAK,GAAW,CAAC;AACrB,YAAA,MAAM,eAAe,GAA4B,UAAU,CAAC,MAAiC;AAE7F,YAAA,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;gBACrC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,IAAI,eAAe,CAAC,UAAU,CAAC,KAAK,SAAS,EAAE;oBACnH,QAAQ,GAAG,IAAI;AACf,oBAAA,KAAK,EAAE;gBACR;YACD;AAEA,YAAA,IAAI,KAAK,KAAK,CAAC,EAAE;AAChB,gBAAA,OAAO,KAAK;YACb;AAEA,YAAA,OAAO,QAAQ;QAChB;AAEA,QAAA,OAAO,IAAI;IACZ;;AA5BYA,0DAAkD,GAAAC,oBAAA,CAAA;IAD9DC,kCAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,uCAAuC,EAAE;AACvE,CAAA,EAAAF,0DAAkD,CA6B9D;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"of-listed-properties.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"of-listed-properties.validator.js","sources":["../../../../../../../../../src/validator/has/at/least/one/of-listed-properties.validator.ts"],"sourcesContent":[null],"names":["HasAtLeastOneOfListedPropertiesValidator","__decorate","ValidatorConstraint"],"mappings":";;;;;AAIA;AAEaA,gDAAwC,GAA9C,MAAM,wCAAwC,CAAA;AACpD,IAAA,cAAc,CAAC,UAA+B,EAAA;QAC7C,OAAO,CAAA,2DAAA,EAA8D,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA,CAAE;IACzG;IAEA,QAAQ,CAAC,MAAe,EAAE,UAA+B,EAAA;AACxD,QAAA,MAAM,WAAW,GAAkB,UAAU,CAAC,WAA4B;AAE1E,QAAA,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;YAC3B,IAAI,QAAQ,GAAY,KAAK;AAC7B,YAAA,MAAM,eAAe,GAA4B,UAAU,CAAC,MAAiC;AAE7F,YAAA,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;gBACrC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,IAAI,eAAe,CAAC,UAAU,CAAC,KAAK,SAAS,EAAE;oBACnH,QAAQ,GAAG,IAAI;oBAEf;gBACD;YACD;AAEA,YAAA,OAAO,QAAQ;QAChB;AAEA,QAAA,OAAO,IAAI;IACZ;;AAxBYA,gDAAwC,GAAAC,oBAAA,CAAA;IADpDC,kCAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,uCAAuC,EAAE;AACvE,CAAA,EAAAF,gDAAwC,CAyBpD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"property.validator.js","sources":["../../../../../../../../../src/validator/has/at/least/one/property.validator.ts"],"sourcesContent":[null],"names":["HasAtLeastOnePropertyValidator","__decorate","ValidatorConstraint"],"mappings":";;;;;AAIA;AAEaA,sCAA8B,GAApC,MAAM,8BAA8B,CAAA;IAC1C,cAAc,GAAA;AACb,QAAA,OAAO,wCAAwC;IAChD;IAEA,QAAQ,CAAC,MAAe,EAAE,UAA+B,EAAA;AACxD,QAAA,OAAO,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,MAAM,GAAG,CAAC;IACjD;;AAPYA,sCAA8B,GAAAC,oBAAA,CAAA;IAD1CC,kCAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,2BAA2B,EAAE;AAC3D,CAAA,EAAAF,sCAA8B,CAQ1C;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paired-custom-suffixes-fields.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"paired-custom-suffixes-fields.validator.js","sources":["../../../../../../src/validator/has/paired-custom-suffixes-fields.validator.ts"],"sourcesContent":[null],"names":["HasPairedCustomSuffixesFieldsValidator","VALIDATOR_HAS_PAIRED_CUSTOM_SUFFIXES_FIELDS_CONSTANT","EHasPairedCustomSuffixesFieldsArgumentType","__decorate","ValidatorConstraint"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-regular-expression.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"is-regular-expression.validator.js","sources":["../../../../../src/validator/is-regular-expression.validator.ts"],"sourcesContent":[null],"names":["IsRegularExpressionValidator","__decorate","ValidatorConstraint"],"mappings":";;;;;AAKaA,oCAA4B,GAAlC,MAAM,4BAA4B,CAAA;AACxC;;;;AAIG;AACH,IAAA,QAAQ,CAAC,OAAe,EAAA;QACvB,IAAI,OAAO,EAAE;AACZ,YAAA,IAAI;AACH,gBAAA,IAAI,MAAM,CAAC,OAAO,CAAC;AAEnB,gBAAA,OAAO,IAAI;YACZ;AAAE,YAAA,MAAM;AACP,gBAAA,OAAO,KAAK;YACb;QACD;aAAO;AACN,YAAA,OAAO,KAAK;QACb;IACD;;AAlBYA,oCAA4B,GAAAC,oBAAA,CAAA;AADxC,IAAAC,kCAAmB;AACP,CAAA,EAAAF,oCAA4B,CAmBxC;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"must-match-one-of-schemas.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"must-match-one-of-schemas.validator.js","sources":["../../../../../src/validator/must-match-one-of-schemas.validator.ts"],"sourcesContent":[null],"names":["MustMatchOneOfSchemasConstraint","EMastMatchOneOfSchemasValidationErrorType","__decorate","ValidatorConstraint","ErrorException","registerDecorator"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"only-one-of-listed-properties.validator.js","sources":["
|
|
1
|
+
{"version":3,"file":"only-one-of-listed-properties.validator.js","sources":["../../../../../src/validator/only-one-of-listed-properties.validator.ts"],"sourcesContent":[null],"names":["OnlyOneOfListedPropertiesValidator","__decorate","ValidatorConstraint"],"mappings":";;;;;AAIA;AAEaA,0CAAkC,GAAxC,MAAM,kCAAkC,CAAA;AAC9C,IAAA,cAAc,CAAC,UAA+B,EAAA;QAC7C,OAAO,CAAA,uDAAA,EAA0D,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA,CAAE;IACrG;IAEA,QAAQ,CAAC,MAAe,EAAE,UAA+B,EAAA;AACxD,QAAA,MAAM,WAAW,GAAkB,UAAU,CAAC,WAA4B;AAE1E,QAAA,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;YAC3B,IAAI,KAAK,GAAW,CAAC;AACrB,YAAA,MAAM,eAAe,GAA4B,UAAU,CAAC,MAAiC;AAE7F,YAAA,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;gBACrC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,IAAI,eAAe,CAAC,UAAU,CAAC,KAAK,SAAS,EAAE;AACnH,oBAAA,KAAK,EAAE;gBACR;YACD;YAEA,OAAO,KAAK,KAAK,CAAC;QACnB;AAEA,QAAA,OAAO,IAAI;IACZ;;AAtBYA,0CAAkC,GAAAC,oBAAA,CAAA;IAD9CC,kCAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,+BAA+B,EAAE;AAC/D,CAAA,EAAAF,0CAAkC,CAuB9C;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrap-validation.service.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"bootstrap-validation.service.class.js","sources":["../../../../../../../src/class/api/authorization/bootstrap-validation.service.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cache-invalidation.service.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"cache-invalidation.service.class.js","sources":["../../../../../../../src/class/api/authorization/cache-invalidation.service.class.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAOO,IAAM,wCAAwC,GAA9C,MAAM,wCAAwC,CAAA;AAGlC,IAAA,cAAA;AAFlB,IAAA,WAAA,CAEkB,cAA+C,EAAA;QAA/C,IAAA,CAAA,cAAc,GAAd,cAAc;IAC7B;AAEI,IAAA,UAAU,CAAC,MAAiC,EAAA;AAClD,QAAA,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,MAAM,CAAC;IAC5C;;AARY,wCAAwC,GAAA,UAAA,CAAA;AADpD,IAAA,UAAU,EAAE;AAGV,IAAA,OAAA,CAAA,CAAA,EAAA,MAAM,CAAC,mCAAmC,CAAC,CAAA;;AAFjC,CAAA,EAAA,wCAAwC,CASpD;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"engine.class.js","sources":["../../../../../../../src/class/api/authorization/engine.class.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;AAWO,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB,CAAA;IAC3B,MAAM,QAAQ,CAA8B,OAAqD,EAAA;AACvG,QAAA,MAAM,OAAO,GAAoC;YAChD,WAAW,EAAE,OAAO,CAAC,WAAW;YAChC,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,QAAQ,EAAE,OAAO,CAAC,QAAQ;SAC1B;QAED,MAAM,YAAY,GAAuC,EAAE;AAC3D,QAAA,IAAI,KAA4C;QAChD,MAAM,UAAU,GAAuE,EAAE;QAEzF,KAAK,MAAM,IAAI,IAAI,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE;YACxC,MAAM,iBAAiB,GAAY,MAAM,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,OAAO,CAAC;YAE9E,IAAI,CAAC,iBAAiB,EAAE;gBACvB;YACD;YAEA,IAAI,IAAI,CAAC,MAAM,KAAK,gBAAgB,CAAC,IAAI,EAAE;AAC1C,gBAAA,OAAO,IAAI,CAAC,aAAa,CAAC,OAAO,EAAE;oBAClC,YAAY,EAAE,CAAC,IAAI,CAAC;oBACpB,YAAY,EAAE,6BAA6B,CAAC,aAAa;oBACzD,MAAM,EAAE,gBAAgB,CAAC,IAAI;AAC7B,oBAAA,KAAK,EAAE,SAAS;AAChB,oBAAA,UAAU,EAAE,EAAE;AACd,iBAAA,CAAC;YACH;AAEA,YAAA,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC;AACvB,YAAA,KAAK,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,IAAI,EAAE,OAAO,CAAC;AAEnD,YAAA,IAAI,IAAI,CAAC,eAAe,EAAE;AACzB,gBAAA,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC;YACtC;QACD;AAEA,QAAA,IAAI,YAAY,CAAC,MAAM,KAAK,CAAC,EAAE;AAC9B,YAAA,OAAO,IAAI,CAAC,aAAa,CAAC,OAAO,EAAE;AAClC,gBAAA,YAAY,EAAE,EAAE;gBAChB,YAAY,EAAE,6BAA6B,CAAC,aAAa;gBACzD,MAAM,EAAE,gBAAgB,CAAC,IAAI;AAC7B,gBAAA,KAAK,EAAE,SAAS;AAChB,gBAAA,UAAU,EAAE,EAAE;AACd,aAAA,CAAC;QACH;AAEA,QAAA,OAAO,IAAI,CAAC,aAAa,CAAC,OAAO,EAAE;AAClC,YAAA,YAAY,EAAE,YAAY;YAC1B,YAAY,EAAE,6BAA6B,CAAC,cAAc;YAC1D,MAAM,EAAE,gBAAgB,CAAC,KAAK;YAC9B,KAAK;YACL,UAAU;AACV,SAAA,CAAC;IACH;IAEQ,aAAa,CACpB,OAAqD,EACrD,OAMC,EAAA;QAED,OAAO;YACN,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,WAAW,EAAE,OAAO,CAAC,WAAW;AAChC,YAAA,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,QAAQ;AACjC,YAAA,SAAS,EAAE,OAAO,CAAC,MAAM,CAAC,SAAS;YACnC,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,QAAQ,EAAE,OAAO,CAAC,QAAQ;YAC1B,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,KAAK,EAAE,OAAO,CAAC,KAAK;AACpB,YAAA,KAAK,EAAE;gBACN,YAAY,EAAE,OAAO,CAAC,YAAY;gBAClC,IAAI,EAAE,OAAO,CAAC,IAAI;gBAClB,WAAW,EAAE,OAAO,CAAC,WAAW;AAChC,gBAAA,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAiC,MAAM;oBACvE,WAAW,EAAE,IAAI,CAAC,WAAW;oBAC7B,MAAM,EAAE,IAAI,CAAC,MAAM;oBACnB,SAAS,EAAE,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC;oBAC9C,QAAQ,EAAE,IAAI,CAAC,QAAQ;oBACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ;AACvB,iBAAA,CAAC,CAAC;AACH,aAAA;YACD,UAAU,EAAE,OAAO,CAAC,UAAU;SAC9B;IACF;AAEQ,IAAA,MAAM,iBAAiB,CAA8B,IAAiC,EAAE,OAAwC,EAAA;AACvI,QAAA,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE;AACpB,YAAA,OAAO,IAAI;QACZ;QAEA,MAAM,MAAM,GAAY,MAAM,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC;QAErD,OAAO,MAAM,KAAK,IAAI;IACvB;AAEQ,IAAA,MAAM,UAAU,CAA8B,YAAmD,EAAE,IAAiC,EAAE,OAAwC,EAAA;AACrL,QAAA,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;AAChB,YAAA,OAAO,YAAY;QACpB;QAEA,MAAM,UAAU,GAA0C,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC;QAEnF,IAAI,CAAC,UAAU,EAAE;AAChB,YAAA,OAAO,YAAY;QACpB;QAEA,IAAI,CAAC,YAAY,EAAE;AAClB,YAAA,OAAO,UAAU;QAClB;QAEA,OAAO;AACN,YAAA,GAAG,YAAY;AACf,YAAA,GAAG,UAAU;YACb,KAAK,EAAE,4BAA4B,CAAC,YAAY,CAAC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;SACzE;IACF;;AA5HY,sBAAsB,GAAA,UAAA,CAAA;AADlC,IAAA,UAAU;AACE,CAAA,EAAA,sBAAsB,CA6HlC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guard.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"guard.class.js","sources":["../../../../../../../src/class/api/authorization/guard.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook-permission-resolver.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"hook-permission-resolver.class.js","sources":["../../../../../../../src/class/api/authorization/hook-permission-resolver.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachment-resolver.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"attachment-resolver.class.js","sources":["../../../../../../../../src/class/api/authorization/iam/attachment-resolver.class.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA,MAAM,2BAA2B,GAAkB,aAAa,CAAC,SAAS,CAAC,uCAAuC,CAAC;AAG5G,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC,CAAA;AAM/B,IAAA,OAAA;AALD,IAAA,KAAK,GAA+C,IAAI,GAAG,EAAyC;AAErH,IAAA,WAAA,CAGkB,UAAqD,EAAE,EAAA;QAAvD,IAAA,CAAA,OAAO,GAAP,OAAO;IACtB;IAEI,KAAK,GAAA;AACX,QAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE;IACnB;IAEO,MAAM,OAAO,CAAC,SAAqC,EAAA;QACzD,MAAM,QAAQ,GAAW,IAAI,CAAC,uBAAuB,CAAC,SAAS,CAAC;QAChE,MAAM,iBAAiB,GAA8C,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,CAAC;QAE7F,IAAI,iBAAiB,EAAE;YACtB,2BAA2B,CAAC,OAAO,CAAC,CAAA,4CAAA,EAA+C,SAAS,CAAC,EAAE,MAAM,iBAAiB,CAAC,WAAW,CAAC,MAAM,iBAAiB,iBAAiB,CAAC,UAAU,CAAC,MAAM,CAAA,aAAA,CAAe,CAAC;AAE7M,YAAA,OAAO,iBAAiB;QACzB;AAEA,QAAA,MAAM,WAAW,GAAsC,IAAI,GAAG,EAAgC;AAC9F,QAAA,MAAM,UAAU,GAAsC,IAAI,GAAG,EAAgC;AAE7F,QAAA,KAAK,MAAM,MAAM,IAAI,IAAI,CAAC,OAAO,EAAE;YAClC,MAAM,mBAAmB,GAAkC,MAAM,MAAM,CAAC,cAAc,CAAC,SAAS,CAAC;AAEjG,YAAA,KAAK,MAAM,UAAU,IAAI,mBAAmB,CAAC,WAAW,EAAE;AACzD,gBAAA,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,mBAAmB,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;YAClE;AAEA,YAAA,KAAK,MAAM,QAAQ,IAAI,mBAAmB,CAAC,UAAU,EAAE;AACtD,gBAAA,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC;YAC7D;QACD;AAEA,QAAA,MAAM,MAAM,GAAkC;AAC7C,YAAA,WAAW,EAAE,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC;AACtC,YAAA,UAAU,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;SACpC;QAED,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,EAAE,MAAM,CAAC;QAChC,2BAA2B,CAAC,OAAO,CAAC,CAAA,SAAA,EAAY,MAAM,CAAC,WAAW,CAAC,MAAM,CAAA,qBAAA,EAAwB,MAAM,CAAC,UAAU,CAAC,MAAM,CAAA,2BAAA,EAA8B,SAAS,CAAC,EAAE,CAAA,OAAA,EAAU,IAAI,CAAC,OAAO,CAAC,MAAM,CAAA,SAAA,CAAW,CAAC;AAE5M,QAAA,OAAO,MAAM;IACd;AAEQ,IAAA,mBAAmB,CAAC,UAAgC,EAAA;QAC3D,OAAO,IAAI,CAAC,SAAS,CAAC;YACrB,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,QAAQ,IAAI,EAAE,CAAC;YACxD,QAAQ,EAAE,UAAU,CAAC,QAAQ;YAC7B,WAAW,EAAE,UAAU,CAAC,WAAW;YACnC,aAAa,EAAE,UAAU,CAAC,aAAa;AACvC,SAAA,CAAC;IACH;AAEQ,IAAA,uBAAuB,CAAC,SAAqC,EAAA;QACpE,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;IACtD;AAEQ,IAAA,cAAc,CAAC,KAAc,EAAA;AACpC,QAAA,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;AACzB,YAAA,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAa,KAAK,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;QAC/D;QAEA,IAAI,CAAC,KAAK,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;AACxC,YAAA,OAAO,KAAK;QACb;QAEA,MAAM,eAAe,GAA4B,EAAE;QACnD,MAAM,WAAW,GAA4B,KAAgC;QAC7E,MAAM,UAAU,GAAkB,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,IAAI,CAAC,CAAC,IAAY,EAAE,KAAa,KAAK,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;AAE3H,QAAA,KAAK,MAAM,GAAG,IAAI,UAAU,EAAE;AAC7B,YAAA,eAAe,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;QAC7D;AAEA,QAAA,OAAO,eAAe;IACvB;;AAhFY,qCAAqC,GAAA,UAAA,CAAA;AADjD,IAAA,UAAU,EAAE;IAKV,OAAA,CAAA,CAAA,EAAA,QAAQ,EAAE,CAAA;AACV,IAAA,OAAA,CAAA,CAAA,EAAA,MAAM,CAAC,6CAA6C,CAAC,CAAA;;AAL3C,CAAA,EAAA,qCAAqC,CAiFjD;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-resolver.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"document-resolver.class.js","sources":["../../../../../../../../src/class/api/authorization/iam/document-resolver.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-validator.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"document-validator.class.js","sources":["../../../../../../../../src/class/api/authorization/iam/document-validator.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine.class.js","sources":["../../../../../../../src/class/api/authorization/iam/engine.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"engine.class.js","sources":["../../../../../../../../src/class/api/authorization/iam/engine.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-planner.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"query-planner.class.js","sources":["../../../../../../../../src/class/api/authorization/iam/query-planner.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"base.class.js","sources":["../../../../../../../../src/class/api/authorization/policy/base.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"discovery-service.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"discovery-service.class.js","sources":["../../../../../../../../src/class/api/authorization/policy/discovery-service.class.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;AAYA,MAAM,qBAAqB,GAAkB,aAAa,CAAC,SAAS,CAAC,wCAAwC,CAAC;AAGvG,IAAM,sCAAsC,GAA5C,MAAM,sCAAsC,CAAA;AAEhC,IAAA,gBAAA;AACA,IAAA,QAAA;IAFlB,WAAA,CACkB,gBAAkC,EAClC,QAAwC,EAAA;QADxC,IAAA,CAAA,gBAAgB,GAAhB,gBAAgB;QAChB,IAAA,CAAA,QAAQ,GAAR,QAAQ;IACvB;IAEI,YAAY,GAAA;AAClB,QAAA,qBAAqB,CAAC,OAAO,CAAC,4CAA4C,CAAC;QAC3E,MAAM,SAAS,GAA2B,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAAE;AAC9E,QAAA,MAAM,eAAe,GAA2B,SAAS,CAAC,MAAM,CAAC,CAAC,OAAwB,KAAK,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;AAE7H,QAAA,KAAK,MAAM,OAAO,IAAI,eAAe,EAAE;AACtC,YAAA,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE;gBACtB;YACD;AAEA,YAAA,MAAM,QAAQ,GAAY,OAAO,CAAC,WAAW,CAAC,uCAAuC,CAAC,YAAY,EAAE,OAAO,CAAC,QAAQ,CAAC;YACrH,MAAM,UAAU,GAA4E,QAAmF;YAE/K,IAAI,CAAC,UAAU,EAAE;gBAChB;YACD;YAEA,MAAM,QAAQ,GAAW,UAAU,CAAC,QAAQ,IAAI,CAAA,EAAG,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,SAAS,GAAG,uCAAuC,CAAC,wBAAwB,CAAA,CAAE;AAE1K,YAAA,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAAC;gBAChC,KAAK,EAAE,UAAU,CAAC,KAAK;gBACvB,WAAW,EAAE,UAAU,CAAC,WAAW;gBACnC,MAAM,EAAE,UAAU,CAAC,MAAM;gBACzB,QAAQ;AACR,gBAAA,QAAQ,EAAE,UAAU,CAAC,QAAQ,IAAI,CAAC;gBAClC,UAAU,EAAE,OAAO,CAAC,QAA6D;AACjF,aAAA,CAAC;AAEF,YAAA,qBAAqB,CAAC,OAAO,CAAC,CAAA,gCAAA,EAAmC,OAAO,CAAC,IAAI,IAAI,UAAU,CAAC,MAAM,CAAC,IAAI,IAAI,eAAe,CAAA,YAAA,EAAe,UAAU,CAAC,MAAM,CAAC,IAAI,IAAI,eAAe,CAAA,eAAA,EAAkB,UAAU,CAAC,QAAQ,IAAI,CAAC,CAAA,CAAE,CAAC;QAChO;QAEA,qBAAqB,CAAC,OAAO,CAAC,CAAA,oDAAA,EAAuD,eAAe,CAAC,MAAM,CAAA,WAAA,CAAa,CAAC;IAC1H;AAEQ,IAAA,eAAe,CAAC,OAAwB,EAAA;AAC/C,QAAA,OAAO,OAAO,CAAC,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,YAAY,0BAA0B,IAAI,OAAO,CAAC,WAAW,CAAC,uCAAuC,CAAC,YAAY,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC9M;;AA1CY,sCAAsC,GAAA,UAAA,CAAA;AADlD,IAAA,UAAU,EAAE;qCAGwB,gBAAgB;QACxB,8BAA8B,CAAA;AAH9C,CAAA,EAAA,sCAAsC,CA2ClD;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"executor.class.js","sources":["../../../../../../../../src/class/api/authorization/policy/executor.class.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAUA,MAAM,oBAAoB,GAAkB,aAAa,CAAC,SAAS,CAAC,gCAAgC,CAAC;MAIxF,8BAA8B,CAAA;IACnC,aAAa,OAAO,CAAmD,UAAgD,EAAE,MAAe,EAAE,OAAoD,EAAA;AACpM,QAAA,MAAM,SAAS,GAA8B,OAAO,CAAC,SAAS;QAE9D,IAAI,SAAS,EAAE;AACd,YAAA,MAAM,QAAQ,GAAW,CAAA,EAAA,EAAK,gBAAgB,CAAC,MAAM,CAAA,EAAG,eAAe,CAAC,SAAS,CAAC,CAAA,CAAE;AACpF,YAAA,MAAM,IAAI,GAAY,UAAU,CAAC,QAAsD,CAAC;AAExF,YAAA,IAAI,OAAO,IAAI,KAAK,UAAU,EAAE;AAC/B,gBAAA,oBAAoB,CAAC,OAAO,CAAC,CAAA,oCAAA,EAAuC,QAAQ,CAAA,MAAA,EAAS,UAAU,CAAC,WAAW,CAAC,IAAI,CAAA,aAAA,EAAgB,MAAM,CAAA,CAAA,CAAG,CAAC;gBAC1I,MAAM,SAAS,GAAqH,IAAwH;gBAC5P,MAAM,MAAM,GAA2D,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC;AAE1G,gBAAA,OAAO,IAAI,CAAC,mBAAmB,CAAC,MAAM,MAAM,CAAC;YAC9C;AAEA,YAAA,OAAO,EAAE;QACV;AAEA,QAAA,IAAI,OAAO,UAAU,CAAC,mBAAmB,KAAK,UAAU,EAAE;AACzD,YAAA,OAAO,EAAE;QACV;QAEA,MAAM,gBAAgB,GAA+I,UAAU,CAAC,mBAAmB,CAAC,IAAI,CAAC,UAAU,CAAC;QAEpN,MAAM,YAAY,GAA2D,gBAAgB,CAAC,MAAM,EAAE,OAAO,CAAC;AAE9G,QAAA,OAAO,IAAI,CAAC,mBAAmB,CAAC,MAAM,YAAY,CAAC;IACpD;IAEQ,OAAO,mBAAmB,CAA8B,MAAyD,EAAA;AACxH,QAAA,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC,IAAoE,KAA0D,IAAI,IAAI,IAAI,CAAC;IAClK;AACA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"registry.class.js","sources":["../../../../../../../../src/class/api/authorization/policy/registry.class.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber-wrapper.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"subscriber-wrapper.class.js","sources":["../../../../../../../../src/class/api/authorization/policy/subscriber-wrapper.class.ts"],"sourcesContent":[null],"names":[],"mappings":"MAGa,uBAAuB,CAAA;AAIjB,IAAA,IAAA;AAHX,IAAA,aAAa;IAEpB,WAAA,CACkB,IAAY,EAC7B,aAAA,GAAsF,EAAE,EAAA;QADvE,IAAA,CAAA,IAAI,GAAJ,IAAI;AAGrB,QAAA,IAAI,CAAC,aAAa,GAAG,aAAa;IACnC;AAEO,IAAA,eAAe,CAAC,YAA2E,EAAA;AACjG,QAAA,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC;AACrC,QAAA,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAgE,EAAE,CAAgE,KAAK,CAAC,CAAC,CAAC,QAAQ,IAAI,CAAC,KAAK,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC;IACvM;IAEO,OAAO,GAAA;QACb,OAAO,IAAI,CAAC,IAAI;IACjB;IAEO,oBAAoB,GAAA;AAC1B,QAAA,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM;IACjC;AACA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"runtime.class.js","sources":["../../../../../../../src/class/api/authorization/runtime.class.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,MAAM,0BAA0B,GAAkB,aAAa,CAAC,SAAS,CAAC,yBAAyB,CAAC;AAG7F,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB,CAAA;AAGjB,IAAA,cAAA;AACA,IAAA,mBAAA;AACA,IAAA,sBAAA;AACA,IAAA,qBAAA;AACA,IAAA,mBAAA;AACA,IAAA,SAAA;AAGA,IAAA,iBAAA;AAGA,IAAA,SAAA;AAblB,IAAA,WAAA,CAEkB,cAA+C,EAC/C,mBAA2C,EAC3C,sBAA8D,EAC9D,qBAA4D,EAC5D,mBAAwD,EACxD,SAAoC,EAGpC,iBAAsD,EAGtD,SAAsC,EAAA;QAXtC,IAAA,CAAA,cAAc,GAAd,cAAc;QACd,IAAA,CAAA,mBAAmB,GAAnB,mBAAmB;QACnB,IAAA,CAAA,sBAAsB,GAAtB,sBAAsB;QACtB,IAAA,CAAA,qBAAqB,GAArB,qBAAqB;QACrB,IAAA,CAAA,mBAAmB,GAAnB,mBAAmB;QACnB,IAAA,CAAA,SAAS,GAAT,SAAS;QAGT,IAAA,CAAA,iBAAiB,GAAjB,iBAAiB;QAGjB,IAAA,CAAA,SAAS,GAAT,SAAS;IACxB;IAEI,MAAM,QAAQ,CAA2B,OAA0V,EAAA;AACzY,QAAA,MAAM,SAAS,GAA+B,MAAM,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,SAAS,EAAE,OAAO,CAAC,qBAAqB,CAAC;AAC3H,QAAA,MAAM,IAAI,GAA0B,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,aAAa,EAAE,OAAO,CAAC,kBAAkB,CAAC;QAEvG,0BAA0B,CAAC,OAAO,CAAC,CAAA,iDAAA,EAAoD,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,UAAA,EAAa,OAAO,CAAC,MAAM,gBAAgB,SAAS,CAAC,EAAE,CAAA,cAAA,EAAiB,IAAI,CAAA,EAAA,CAAI,CAAC;AAE3L,QAAA,MAAM,QAAQ,GAA2E,IAAI,KAAK,qBAAqB,CAAC;AACvH,cAAE,MAAM,IAAI,CAAC,aAAa,CAAC;gBACzB,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,qBAAqB,EAAE,OAAO,CAAC,qBAAqB;gBACpD,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,SAAS;gBACT,eAAe,EAAE,OAAO,CAAC,eAAe;gBACxC,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,SAAS,EAAE,OAAO,CAAC,SAAS;aAC5B;AACF,cAAE,MAAM,IAAI,CAAC,WAAW,CAAC;gBACvB,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,aAAa,EAAE,OAAO,CAAC,aAAa;gBACpC,SAAS;gBACT,eAAe,EAAE,OAAO,CAAC,eAAe;gBACxC,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,SAAS,EAAE,OAAO,CAAC,SAAS;AAC5B,aAAA,CAAC;AAEJ,QAAA,IAAI,IAAI,CAAC,SAAS,EAAE;AACnB,YAAA,0BAA0B,CAAC,OAAO,CAAC,CAAA,mDAAA,EAAsD,SAAS,CAAC,EAAE,CAAA,UAAA,EAAa,OAAO,CAAC,MAAM,CAAA,EAAA,CAAI,CAAC;YACrI,MAAM,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC;QACtC;AAEA,QAAA,0BAA0B,CAAC,OAAO,CAAC,kDAAkD,OAAO,CAAC,MAAM,CAAC,IAAI,aAAa,OAAO,CAAC,MAAM,CAAA,eAAA,EAAkB,QAAQ,CAAC,MAAM,CAAA,EAAA,CAAI,CAAC;AAEzK,QAAA,OAAO,QAAQ;IAChB;IAEQ,4BAA4B,CAA2B,MAAmB,EAAE,MAAc,EAAA;QACjG,OAAO;YACN,MAAM;YACN,MAAM;YACN,QAAQ,EAAE,CAAA,EAAG,MAAM,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,SAAS,CAAA,aAAA,CAAe;AACnE,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,KAAK,EAAE,EAAE;SACT;IACF;IAEQ,MAAM,aAAa,CAA2B,OAAyO,EAAA;AAC9R,QAAA,MAAM,WAAW,GAA0B,MAAM,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;QAEvG,0BAA0B,CAAC,OAAO,CAAC,CAAA,SAAA,EAAY,WAAW,CAAC,MAAM,oCAAoC,OAAO,CAAC,SAAS,CAAC,EAAE,gBAAgB,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,EAAA,CAAI,CAAC;AAEjK,QAAA,MAAM,MAAM,GAAyE,CAAC,MAAM,IAAI,CAAC,cAAc,CAAC,qBAAqB,CAAC,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE;YACrK,qBAAqB,EAAE,OAAO,CAAC,qBAAqB;YACpD,WAAW;YACX,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,eAAe,EAAE,OAAO,CAAC,eAAe;YACxC,SAAS,EAAE,OAAO,CAAC,SAAS;AAC5B,SAAA,CAAC,KAAK,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC;AAExE,QAAA,OAAO,MAAM,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC;YAC9C,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,IAAI,EAAE,qBAAqB,CAAC,KAAK;YACjC,WAAW;YACX,MAAM;YACN,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,QAAQ,EAAE,OAAO,CAAC,QAAQ;AAC1B,YAAA,YAAY,EAAE,OAAO,CAAC,MAAM,CAAC,IAAI,IAAI,iBAAiB;AACtD,SAAA,CAAC;IACH;IAEQ,MAAM,WAAW,CAA2B,OAA0N,EAAA;AAC7Q,QAAA,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,eAAe,EAAE;AAC3C,YAAA,0BAA0B,CAAC,KAAK,CAAC,4CAA4C,CAAC;AAE9E,YAAA,MAAM,cAAc,CAAC,4CAA4C,CAAC;QACnE;AAEA,QAAA,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,kBAAkB,EAAE;AAC9C,YAAA,0BAA0B,CAAC,KAAK,CAAC,+CAA+C,CAAC;AAEjF,YAAA,MAAM,cAAc,CAAC,+CAA+C,CAAC;QACtE;AAEA,QAAA,MAAM,WAAW,GAAkC,MAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;QAC9G,0BAA0B,CAAC,OAAO,CAAC,CAAA,SAAA,EAAY,WAAW,CAAC,WAAW,CAAC,MAAM,CAAA,qBAAA,EAAwB,WAAW,CAAC,UAAU,CAAC,MAAM,CAAA,2BAAA,EAA8B,OAAO,CAAC,SAAS,CAAC,EAAE,CAAA,EAAA,CAAI,CAAC;AAEzL,QAAA,MAAM,SAAS,GAAkB,CAAC,GAAG,WAAW,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,UAAgC,KAAa,UAAU,CAAC,QAAQ,CAAC,EAAE,GAAG,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,UAAgC,KAAa,UAAU,CAAC,QAAQ,CAAC,CAAC;QACtO,MAAM,SAAS,GAA4C,MAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,SAAS,CAAC;QAE5G,0BAA0B,CAAC,OAAO,CAAC,CAAA,SAAA,EAAY,SAAS,CAAC,MAAM,wCAAwC,OAAO,CAAC,aAAa,CAAC,eAAe,oBAAoB,OAAO,CAAC,SAAS,CAAC,EAAE,CAAA,EAAA,CAAI,CAAC;AAEzL,QAAA,OAAO,MAAM,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC;AACpC,YAAA,MAAM,EAAE,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,aAAa,CAAC,eAAe,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,SAAS,CAAC;YACvG,WAAW;YACX,SAAS;AACT,YAAA,eAAe,EAAE,OAAO,CAAC,aAAa,CAAC,eAAe;YACtD,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,eAAe,EAAE,OAAO,CAAC,eAAe;YACxC,QAAQ,EAAE,OAAO,CAAC,QAAQ;AAC1B,YAAA,kBAAkB,EAAE,OAAO,CAAC,aAAa,CAAC,kBAAkB;AAC5D,SAAA,CAAC;IACH;AAEQ,IAAA,gBAAgB,CAAC,eAAuB,EAAE,MAAc,EAAE,SAAyB,EAAA;AAC1F,QAAA,MAAM,iBAAiB,GAAkC;AACxD,YAAA,CAAC,aAAa,CAAC,MAAM,GAAG,QAAQ;AAChC,YAAA,CAAC,aAAa,CAAC,MAAM,GAAG,QAAQ;AAChC,YAAA,CAAC,aAAa,CAAC,GAAG,GAAG,MAAM;AAC3B,YAAA,CAAC,aAAa,CAAC,QAAQ,GAAG,MAAM;AAChC,YAAA,CAAC,aAAa,CAAC,cAAc,GAAG,QAAQ;AACxC,YAAA,CAAC,aAAa,CAAC,MAAM,GAAG,QAAQ;SAChC;AACD,QAAA,MAAM,cAAc,GAAuB,SAAS,GAAG,iBAAiB,CAAC,SAAS,CAAC,GAAG,SAAS;AAE/F,QAAA,OAAO,cAAc,GAAG,CAAA,EAAG,eAAe,CAAA,CAAA,EAAI,cAAc,CAAA,CAAE,GAAG,CAAA,EAAG,eAAe,CAAA,CAAA,EAAI,MAAM,EAAE;IAChG;IAEQ,WAAW,CAA2B,aAAuD,EAAE,kBAAqD,EAAA;QAC3J,MAAM,IAAI,GAA0B,kBAAkB,EAAE,IAAI,IAAI,aAAa,CAAC,WAAW;AAEzF,QAAA,IAAI,IAAI,KAAK,qBAAqB,CAAC,KAAK,IAAI,IAAI,KAAK,qBAAqB,CAAC,GAAG,EAAE;YAC/E,0BAA0B,CAAC,KAAK,CAAC,CAAA,4BAAA,EAA+B,MAAM,CAAC,IAAI,CAAC,CAAA,CAAA,CAAG,CAAC;YAEhF,MAAM,cAAc,CAAC,CAAA,4BAAA,EAA+B,MAAM,CAAC,IAAI,CAAC,CAAA,CAAA,CAAG,CAAC;QACrE;AAEA,QAAA,OAAO,IAAI;IACZ;AAEQ,IAAA,MAAM,gBAAgB,CAAC,SAAiD,EAAE,qBAAiD,EAAA;QAClI,IAAI,SAAS,EAAE;YACd,0BAA0B,CAAC,OAAO,CAAC,CAAA,wCAAA,EAA2C,SAAS,CAAC,EAAE,CAAA,EAAA,CAAI,CAAC;AAE/F,YAAA,OAAO,SAAS;QACjB;AAEA,QAAA,IAAI,IAAI,CAAC,iBAAiB,EAAE;AAC3B,YAAA,0BAA0B,CAAC,OAAO,CAAC,qEAAqE,CAAC;AAEzG,YAAA,OAAO,MAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,qBAAqB,EAAE,IAAI,EAAE,qBAAqB,CAAC;QAChG;AAEA,QAAA,0BAA0B,CAAC,OAAO,CAAC,mEAAmE,CAAC;AAEvG,QAAA,OAAO,oCAAoC,CAAC,qBAAqB,EAAE,IAAI,CAAC;IACzE;;AAjKY,uBAAuB,GAAA,UAAA,CAAA;AADnC,IAAA,UAAU,EAAE;AAGV,IAAA,OAAA,CAAA,CAAA,EAAA,MAAM,CAAC,mCAAmC,CAAC,CAAA;IAO3C,OAAA,CAAA,CAAA,EAAA,QAAQ,EAAE,CAAA;AACV,IAAA,OAAA,CAAA,CAAA,EAAA,MAAM,CAAC,sCAAsC,CAAC,CAAA;IAE9C,OAAA,CAAA,CAAA,EAAA,QAAQ,EAAE,CAAA;AACV,IAAA,OAAA,CAAA,CAAA,EAAA,MAAM,CAAC,8BAA8B,CAAC,CAAA;6CATD,sBAAsB;QACnB,sCAAsC;QACvC,qCAAqC;QACvC,mCAAmC;QAC7C,yBAAyB,EAAA,MAAA,EAAA,MAAA,CAAA;AAR1C,CAAA,EAAA,uBAAuB,CAkKnC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simulator.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"simulator.class.js","sources":["../../../../../../../src/class/api/authorization/simulator.class.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAWO,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB,CAAA;AACD,IAAA,OAAA;AAApC,IAAA,WAAA,CAAoC,OAAgC,EAAA;QAAhC,IAAA,CAAA,OAAO,GAAP,OAAO;IAA4B;IAEhE,MAAM,QAAQ,CAA2B,OAAiT,EAAA;AAChW,QAAA,OAAO,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;YAClC,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,aAAa,EAAE,OAAO,CAAC,aAAa;YACpC,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,SAAS,EAAE,OAAO,CAAC,SAAS;AAC5B,YAAA,eAAe,EAAE,OAAO,CAAC,eAAe,IAAI,EAAE;YAC9C,QAAQ,EAAE,OAAO,CAAC,QAAQ;YAC1B,kBAAkB,EAAE,OAAO,CAAC,kBAAkB;YAC9C,SAAS,EAAE,OAAO,CAAC,SAAS;AAC5B,SAAA,CAAC;IACH;;AAdY,yBAAyB,GAAA,UAAA,CAAA;AADrC,IAAA,UAAU,EAAE;qCAEiC,uBAAuB,CAAA;AADxD,CAAA,EAAA,yBAAyB,CAerC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context-storage.class.js","sources":["
|
|
1
|
+
{"version":3,"file":"context-storage.class.js","sources":["../../../../../../../src/class/api/function/context-storage.class.ts"],"sourcesContent":[null],"names":["NodeAsyncLocalStorage"],"mappings":";;MAOa,yBAAyB,CAAA;AAC7B,IAAA,OAAgB,OAAO,GAA2D,IAAIA,iBAAqB,EAAuC;AAEnJ,IAAA,OAAO,GAAG,GAAA;AAChB,QAAA,OAAO,yBAAyB,CAAC,OAAO,CAAC,QAAQ,EAAwC;IAC1F;AAEO,IAAA,OAAO,GAAG,CAA8B,OAA+B,EAAE,QAA0B,EAAA;QACzG,OAAO,yBAAyB,CAAC,OAAO,CAAC,GAAG,CAAC,OAAyD,EAAE,QAAQ,CAAC;IAClH;;;;;"}
|