@elsikora/nestjs-crud-automator 2.0.1-dev.1 → 2.0.2-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/dist/cjs/class/api/authorization/bootstrap-validation.service.class.d.ts +14 -0
- package/dist/cjs/class/api/authorization/bootstrap-validation.service.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/cache-invalidation.service.class.d.ts +7 -0
- package/dist/cjs/class/api/authorization/cache-invalidation.service.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/engine.class.d.ts +8 -0
- package/dist/cjs/class/api/authorization/engine.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/guard.class.d.ts +13 -0
- package/dist/cjs/class/api/authorization/guard.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/hook-permission-resolver.class.d.ts +10 -0
- package/dist/cjs/class/api/authorization/hook-permission-resolver.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/attachment-resolver.class.d.ts +11 -0
- package/dist/cjs/class/api/authorization/iam/attachment-resolver.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/document-resolver.class.d.ts +10 -0
- package/dist/cjs/class/api/authorization/iam/document-resolver.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/document-validator.class.d.ts +7 -0
- package/dist/cjs/class/api/authorization/iam/document-validator.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/engine.class.d.ts +30 -0
- package/dist/cjs/class/api/authorization/iam/engine.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/iam/index.d.ts +5 -0
- package/dist/cjs/class/api/authorization/iam/query-planner.class.d.ts +20 -0
- package/dist/cjs/class/api/authorization/iam/query-planner.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/index.d.ts +9 -0
- package/dist/cjs/class/api/authorization/policy/base.class.d.ts +68 -0
- package/dist/cjs/class/api/authorization/policy/base.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/discovery-service.class.d.ts +10 -0
- package/dist/cjs/class/api/authorization/policy/discovery-service.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/executor.class.d.ts +7 -0
- package/dist/cjs/class/api/authorization/policy/executor.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/index.d.ts +5 -0
- package/dist/cjs/class/api/authorization/policy/registry.class.d.ts +30 -0
- package/dist/cjs/class/api/authorization/policy/registry.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/policy/subscriber-wrapper.class.d.ts +10 -0
- package/dist/cjs/class/api/authorization/policy/subscriber-wrapper.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/runtime.class.d.ts +38 -0
- package/dist/cjs/class/api/authorization/runtime.class.js.map +1 -1
- package/dist/cjs/class/api/authorization/simulator.class.d.ts +20 -0
- package/dist/cjs/class/api/authorization/simulator.class.js.map +1 -1
- package/dist/cjs/class/api/function/context-storage.class.d.ts +7 -0
- package/dist/cjs/class/api/function/context-storage.class.js.map +1 -1
- package/dist/cjs/class/api/function/custom-runtime.class.d.ts +19 -0
- package/dist/cjs/class/api/function/custom-runtime.class.js.map +1 -1
- package/dist/cjs/class/api/function/index.d.ts +1 -0
- package/dist/cjs/class/api/function/transaction-scope.class.js.map +1 -1
- package/dist/cjs/class/api/index.d.ts +4 -0
- package/dist/cjs/class/api/route-runtime.class.d.ts +21 -0
- package/dist/cjs/class/api/route-runtime.class.js.map +1 -1
- package/dist/cjs/class/api/service-base.class.d.ts +18 -0
- package/dist/cjs/class/api/service-base.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/base.class.d.ts +3 -0
- 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.d.ts +16 -0
- package/dist/cjs/class/api/subscriber/executor.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/function-base.class.d.ts +10 -0
- package/dist/cjs/class/api/subscriber/function-base.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/index.d.ts +7 -0
- package/dist/cjs/class/api/subscriber/registry.class.d.ts +18 -0
- package/dist/cjs/class/api/subscriber/registry.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/route-base.class.d.ts +10 -0
- package/dist/cjs/class/api/subscriber/route-base.class.js.map +1 -1
- package/dist/cjs/class/api/subscriber/wrapper.class.d.ts +18 -0
- package/dist/cjs/class/api/subscriber/wrapper.class.js.map +1 -1
- package/dist/cjs/class/index.d.ts +6 -0
- package/dist/cjs/class/metadata-storage.class.d.ts +18 -0
- package/dist/cjs/class/metadata-storage.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +11 -0
- package/dist/cjs/class/utility/dto/exception/details/foreign-key-violation.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/exception/details/index.d.ts +2 -0
- package/dist/cjs/class/utility/dto/exception/details/unique-violation.class.d.ts +9 -0
- package/dist/cjs/class/utility/dto/exception/details/unique-violation.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/exception/index.d.ts +1 -0
- package/dist/cjs/class/utility/dto/index.d.ts +3 -0
- package/dist/cjs/class/utility/dto/property/factory/boolean.class.d.ts +7 -0
- package/dist/cjs/class/utility/dto/property/factory/boolean.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/date.class.d.ts +7 -0
- package/dist/cjs/class/utility/dto/property/factory/date.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/enum.class.d.ts +7 -0
- package/dist/cjs/class/utility/dto/property/factory/enum.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/index.d.ts +8 -0
- package/dist/cjs/class/utility/dto/property/factory/number.class.d.ts +8 -0
- package/dist/cjs/class/utility/dto/property/factory/number.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/object.class.d.ts +8 -0
- package/dist/cjs/class/utility/dto/property/factory/object.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/relation.class.d.ts +8 -0
- package/dist/cjs/class/utility/dto/property/factory/relation.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/string.class.d.ts +7 -0
- package/dist/cjs/class/utility/dto/property/factory/string.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/factory/uuid.class.d.ts +7 -0
- package/dist/cjs/class/utility/dto/property/factory/uuid.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/property/index.d.ts +1 -0
- package/dist/cjs/class/utility/dto/strategy/body.class.d.ts +6 -0
- package/dist/cjs/class/utility/dto/strategy/body.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/strategy/index.d.ts +4 -0
- package/dist/cjs/class/utility/dto/strategy/query.class.d.ts +6 -0
- package/dist/cjs/class/utility/dto/strategy/query.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/strategy/request.class.d.ts +6 -0
- package/dist/cjs/class/utility/dto/strategy/request.class.js.map +1 -1
- package/dist/cjs/class/utility/dto/strategy/response.class.d.ts +6 -0
- package/dist/cjs/class/utility/dto/strategy/response.class.js.map +1 -1
- package/dist/cjs/class/utility/index.d.ts +1 -0
- 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/index.d.ts +7 -0
- 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/policy/index.d.ts +3 -0
- 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/class/index.d.ts +1 -0
- 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.d.ts +4 -0
- package/dist/cjs/constant/decorator/api/function.constant.js.map +1 -1
- package/dist/cjs/constant/decorator/api/index.d.ts +4 -0
- 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/decorator/index.d.ts +1 -0
- 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/index.d.ts +5 -0
- 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/index.d.ts +9 -0
- package/dist/cjs/constant/interface/api/filter.constant.js.map +1 -1
- package/dist/cjs/constant/interface/api/index.d.ts +2 -0
- package/dist/cjs/constant/interface/api/property/default-string-format.constant.d.ts +4 -0
- package/dist/cjs/constant/interface/api/property/default-string-format.constant.js.map +1 -1
- package/dist/cjs/constant/interface/api/property/index.d.ts +3 -0
- 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/interface/index.d.ts +1 -0
- package/dist/cjs/constant/number.constant.js.map +1 -1
- package/dist/cjs/constant/utility/dto/constant.d.ts +7 -0
- 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/utility/dto/index.d.ts +2 -0
- package/dist/cjs/constant/utility/index.d.ts +1 -0
- package/dist/cjs/constant/validator/index.d.ts +1 -0
- package/dist/cjs/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +5 -0
- package/dist/cjs/constant/validator-has-paired-custom-suffixes-fields.constant.js.map +1 -1
- package/dist/cjs/decorator/api/authorization-policy.decorator.d.ts +10 -0
- package/dist/cjs/decorator/api/authorization-policy.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/controller/decorator.d.ts +27 -0
- package/dist/cjs/decorator/api/controller/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/controller/index.d.ts +3 -0
- 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.d.ts +10 -0
- package/dist/cjs/decorator/api/function/create.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/custom.decorator.d.ts +9 -0
- package/dist/cjs/decorator/api/function/custom.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/decorator.d.ts +11 -0
- package/dist/cjs/decorator/api/function/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/delete.decorator.d.ts +10 -0
- package/dist/cjs/decorator/api/function/delete.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/get/decorator.d.ts +10 -0
- package/dist/cjs/decorator/api/function/get/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/get/index.d.ts +3 -0
- package/dist/cjs/decorator/api/function/get/list.decorator.d.ts +10 -0
- package/dist/cjs/decorator/api/function/get/list.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/get/many.decorator.d.ts +10 -0
- package/dist/cjs/decorator/api/function/get/many.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/function/index.d.ts +6 -0
- package/dist/cjs/decorator/api/function/update.decorator.d.ts +10 -0
- package/dist/cjs/decorator/api/function/update.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/index.d.ts +8 -0
- package/dist/cjs/decorator/api/method.decorator.d.ts +9 -0
- package/dist/cjs/decorator/api/method.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/boolean.decorator.d.ts +54 -0
- package/dist/cjs/decorator/api/property/boolean.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/copy.decorator.d.ts +36 -0
- package/dist/cjs/decorator/api/property/copy.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/date.decorator.d.ts +58 -0
- package/dist/cjs/decorator/api/property/date.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/describe.decorator.d.ts +85 -0
- package/dist/cjs/decorator/api/property/describe.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/enum.decorator.d.ts +77 -0
- package/dist/cjs/decorator/api/property/enum.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/index.d.ts +9 -0
- package/dist/cjs/decorator/api/property/number.decorator.d.ts +69 -0
- package/dist/cjs/decorator/api/property/number.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/object.decorator.d.ts +29 -0
- package/dist/cjs/decorator/api/property/object.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/string.decorator.d.ts +70 -0
- package/dist/cjs/decorator/api/property/string.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/property/uuid.decorator.d.ts +44 -0
- package/dist/cjs/decorator/api/property/uuid.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/route-custom.decorator.d.ts +9 -0
- package/dist/cjs/decorator/api/route-custom.decorator.js +4 -4
- package/dist/cjs/decorator/api/route-custom.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/service/decorator.d.ts +11 -0
- package/dist/cjs/decorator/api/service/decorator.js.map +1 -1
- package/dist/cjs/decorator/api/service/index.d.ts +2 -0
- package/dist/cjs/decorator/api/service/observable.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/subscriber/function.decorator.d.ts +28 -0
- package/dist/cjs/decorator/api/subscriber/function.decorator.js.map +1 -1
- package/dist/cjs/decorator/api/subscriber/index.d.ts +2 -0
- package/dist/cjs/decorator/api/subscriber/route.decorator.d.ts +28 -0
- package/dist/cjs/decorator/api/subscriber/route.decorator.js.map +1 -1
- package/dist/cjs/decorator/index.d.ts +1 -0
- 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/index.d.ts +6 -0
- 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/index.d.ts +4 -0
- 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/class/index.d.ts +1 -0
- 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/index.d.ts +4 -0
- 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/index.d.ts +2 -0
- 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/index.d.ts +9 -0
- 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/index.d.ts +2 -0
- 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/index.d.ts +5 -0
- 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/decorator/index.d.ts +1 -0
- package/dist/cjs/enum/exception.enum.js.map +1 -1
- package/dist/cjs/enum/filter/index.d.ts +2 -0
- 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/index.d.ts +6 -0
- 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/error-string/index.d.ts +2 -0
- package/dist/cjs/enum/utility/exception-details-type.enum.js.map +1 -1
- package/dist/cjs/enum/utility/index.d.ts +3 -0
- package/dist/cjs/enum/validator/has-paired-custom-suffixes-fields-argument-type.enum.js.map +1 -1
- package/dist/cjs/enum/validator/index.d.ts +2 -0
- package/dist/cjs/enum/validator/must-match-one-of-schemas-error-type.enum.js.map +1 -1
- package/dist/cjs/factory/api-controller.factory.d.ts +21 -0
- package/dist/cjs/factory/api-controller.factory.js +0 -1
- package/dist/cjs/factory/api-controller.factory.js.map +1 -1
- package/dist/cjs/factory/index.d.ts +1 -0
- package/dist/cjs/index.d.ts +11 -0
- 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/interceptor/index.d.ts +1 -0
- package/dist/cjs/interface/api/authentication-request.interface.d.ts +7 -0
- package/dist/cjs/interface/api/index.d.ts +3 -0
- package/dist/cjs/interface/api/request-validator.interface.d.ts +8 -0
- package/dist/cjs/interface/class/api/authorization/audit-sink.interface.d.ts +5 -0
- package/dist/cjs/interface/class/api/authorization/decision/index.d.ts +4 -0
- package/dist/cjs/interface/class/api/authorization/decision/interface.d.ts +22 -0
- package/dist/cjs/interface/class/api/authorization/decision/rule-trace.interface.d.ts +8 -0
- package/dist/cjs/interface/class/api/authorization/decision/statement-trace.interface.d.ts +8 -0
- package/dist/cjs/interface/class/api/authorization/decision/trace.interface.d.ts +15 -0
- package/dist/cjs/interface/class/api/authorization/engine.interface.d.ts +6 -0
- package/dist/cjs/interface/class/api/authorization/evaluate-options.interface.d.ts +13 -0
- package/dist/cjs/interface/class/api/authorization/hook-permission-source.interface.d.ts +4 -0
- package/dist/cjs/interface/class/api/authorization/iam-module-options.interface.d.ts +6 -0
- package/dist/cjs/interface/class/api/authorization/index.d.ts +13 -0
- package/dist/cjs/interface/class/api/authorization/module-options/async.interface.d.ts +9 -0
- package/dist/cjs/interface/class/api/authorization/module-options/factory.interface.d.ts +4 -0
- package/dist/cjs/interface/class/api/authorization/module-options/index.d.ts +3 -0
- package/dist/cjs/interface/class/api/authorization/module-options/interface.d.ts +8 -0
- package/dist/cjs/interface/class/api/authorization/policy/attachment/index.d.ts +3 -0
- package/dist/cjs/interface/class/api/authorization/policy/attachment/interface.d.ts +7 -0
- package/dist/cjs/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +5 -0
- package/dist/cjs/interface/class/api/authorization/policy/attachment/source.interface.d.ts +5 -0
- package/dist/cjs/interface/class/api/authorization/policy/build-options.interface.d.ts +17 -0
- package/dist/cjs/interface/class/api/authorization/policy/document/index.d.ts +4 -0
- package/dist/cjs/interface/class/api/authorization/policy/document/interface.d.ts +5 -0
- package/dist/cjs/interface/class/api/authorization/policy/document/record.interface.d.ts +9 -0
- package/dist/cjs/interface/class/api/authorization/policy/document/source.interface.d.ts +4 -0
- package/dist/cjs/interface/class/api/authorization/policy/document/statement.interface.d.ts +8 -0
- package/dist/cjs/interface/class/api/authorization/policy/index.d.ts +7 -0
- package/dist/cjs/interface/class/api/authorization/policy/interface.d.ts +10 -0
- package/dist/cjs/interface/class/api/authorization/policy/registry.interface.d.ts +14 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +19 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/context/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +21 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/index.d.ts +6 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/interface.d.ts +15 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +6 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +9 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +11 -0
- package/dist/cjs/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +13 -0
- package/dist/cjs/interface/class/api/authorization/principal/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/authorization/principal/interface.d.ts +9 -0
- package/dist/cjs/interface/class/api/authorization/principal/resolver.interface.d.ts +5 -0
- package/dist/cjs/interface/class/api/authorization/request-metadata.interface.d.ts +10 -0
- package/dist/cjs/interface/class/api/authorization/resource/definition.interface.d.ts +9 -0
- package/dist/cjs/interface/class/api/authorization/resource/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/authorization/rule/context.interface.d.ts +7 -0
- package/dist/cjs/interface/class/api/authorization/rule/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/authorization/rule/interface.d.ts +15 -0
- package/dist/cjs/interface/class/api/authorization/scope.interface.d.ts +5 -0
- package/dist/cjs/interface/class/api/function/context/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/function/context/interface.d.ts +10 -0
- package/dist/cjs/interface/class/api/function/context/operations.interface.d.ts +13 -0
- package/dist/cjs/interface/class/api/function/index.d.ts +1 -0
- package/dist/cjs/interface/class/api/index.d.ts +4 -0
- package/dist/cjs/interface/class/api/route/index.d.ts +1 -0
- package/dist/cjs/interface/class/api/route/runtime/context-data.interface.d.ts +10 -0
- package/dist/cjs/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +9 -0
- package/dist/cjs/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +14 -0
- package/dist/cjs/interface/class/api/route/runtime/generated/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/route/runtime/generated/targets.interface.d.ts +12 -0
- package/dist/cjs/interface/class/api/route/runtime/http-request.interface.d.ts +8 -0
- package/dist/cjs/interface/class/api/route/runtime/index.d.ts +4 -0
- package/dist/cjs/interface/class/api/subscriber/error-execution-context.interface.d.ts +15 -0
- package/dist/cjs/interface/class/api/subscriber/execution-context.interface.d.ts +19 -0
- package/dist/cjs/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +13 -0
- package/dist/cjs/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +59 -0
- package/dist/cjs/interface/class/api/subscriber/function/execution/context.interface.d.ts +30 -0
- package/dist/cjs/interface/class/api/subscriber/function/execution/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/subscriber/function/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/subscriber/function.interface.d.ts +37 -0
- package/dist/cjs/interface/class/api/subscriber/index.d.ts +7 -0
- package/dist/cjs/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +13 -0
- package/dist/cjs/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +36 -0
- package/dist/cjs/interface/class/api/subscriber/route/execution/context/data/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +32 -0
- package/dist/cjs/interface/class/api/subscriber/route/execution/context/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/subscriber/route/execution/context/interface.d.ts +11 -0
- package/dist/cjs/interface/class/api/subscriber/route/execution/index.d.ts +1 -0
- package/dist/cjs/interface/class/api/subscriber/route/index.d.ts +2 -0
- package/dist/cjs/interface/class/api/subscriber/route.interface.d.ts +103 -0
- package/dist/cjs/interface/class/dto-strategy.interface.d.ts +5 -0
- package/dist/cjs/interface/class/index.d.ts +3 -0
- package/dist/cjs/interface/decorator/api/controller/base.interface.d.ts +4 -0
- package/dist/cjs/interface/decorator/api/controller/index.d.ts +3 -0
- package/dist/cjs/interface/decorator/api/controller/properties/authorization.interface.d.ts +8 -0
- package/dist/cjs/interface/decorator/api/controller/properties/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +4 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +4 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/index.d.ts +7 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +4 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +5 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +10 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/response/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +7 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +4 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/index.d.ts +5 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +12 -0
- package/dist/cjs/interface/decorator/api/controller/properties/route/with/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/controller/properties.interface.d.ts +13 -0
- package/dist/cjs/interface/decorator/api/function/create-executor-properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/function/custom-properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/function/delete-executor-properties.interface.d.ts +10 -0
- package/dist/cjs/interface/decorator/api/function/get/executor-properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/function/get/index.d.ts +3 -0
- package/dist/cjs/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/function/index.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/function/properties.interface.d.ts +8 -0
- package/dist/cjs/interface/decorator/api/function/update-executor-properties.interface.d.ts +11 -0
- package/dist/cjs/interface/decorator/api/index.d.ts +7 -0
- package/dist/cjs/interface/decorator/api/method/index.d.ts +1 -0
- package/dist/cjs/interface/decorator/api/method/properties.interface.d.ts +5 -0
- package/dist/cjs/interface/decorator/api/route/custom-properties.interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/route/index.d.ts +7 -0
- package/dist/cjs/interface/decorator/api/route/metadata/index.d.ts +3 -0
- package/dist/cjs/interface/decorator/api/route/metadata/interface.d.ts +15 -0
- package/dist/cjs/interface/decorator/api/route/metadata/resource.interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/route/metadata/route.interface.d.ts +7 -0
- package/dist/cjs/interface/decorator/api/route/response/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/route/response/properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/route/runtime-properties.interface.d.ts +11 -0
- package/dist/cjs/interface/decorator/api/route/security/authentication-properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/api/route/security/authorization-properties.interface.d.ts +4 -0
- package/dist/cjs/interface/decorator/api/route/security/index.d.ts +3 -0
- package/dist/cjs/interface/decorator/api/route/security/properties.interface.d.ts +6 -0
- package/dist/cjs/interface/decorator/api/route/throttling/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/route/throttling/properties.interface.d.ts +4 -0
- package/dist/cjs/interface/decorator/api/subscriber/function/filter.interface.d.ts +5 -0
- package/dist/cjs/interface/decorator/api/subscriber/function/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/subscriber/function/properties.interface.d.ts +7 -0
- package/dist/cjs/interface/decorator/api/subscriber/index.d.ts +2 -0
- package/dist/cjs/interface/decorator/api/subscriber/route-properties.interface.d.ts +9 -0
- package/dist/cjs/interface/decorator/index.d.ts +1 -0
- package/dist/cjs/interface/dto-generate-factory.interface.d.ts +7 -0
- package/dist/cjs/interface/entity/index.d.ts +2 -0
- package/dist/cjs/interface/entity/interface.d.ts +7 -0
- package/dist/cjs/interface/index.d.ts +8 -0
- package/dist/cjs/interface/utility/api/index.d.ts +1 -0
- package/dist/cjs/interface/utility/dto-generate-cache-key.interface.d.ts +9 -0
- package/dist/cjs/interface/utility/get-entity-columns-properties.interface.d.ts +6 -0
- package/dist/cjs/interface/utility/index.d.ts +3 -0
- package/dist/cjs/interface/validator/index.d.ts +1 -0
- package/dist/cjs/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +6 -0
- package/dist/cjs/module/api/authorization.module.d.ts +14 -0
- package/dist/cjs/module/api/authorization.module.js.map +1 -1
- package/dist/cjs/module/api/index.d.ts +2 -0
- package/dist/cjs/module/api/subscriber.module.js.map +1 -1
- package/dist/cjs/module/index.d.ts +1 -0
- package/dist/cjs/type/api-request-transformer.type.d.ts +16 -0
- package/dist/cjs/type/auto-context-metadata.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/guard-request.type.d.ts +11 -0
- package/dist/cjs/type/class/api/authorization/index.d.ts +4 -0
- package/dist/cjs/type/class/api/authorization/policy/before/create-result.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/before/delete-result.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/before/get/index.d.ts +2 -0
- package/dist/cjs/type/class/api/authorization/policy/before/get/list-result.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/before/get/result.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/before/index.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/before/update-result.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/context/before/create-context.type.d.ts +8 -0
- package/dist/cjs/type/class/api/authorization/policy/context/before/get/context.type.d.ts +7 -0
- package/dist/cjs/type/class/api/authorization/policy/context/before/get/index.d.ts +2 -0
- package/dist/cjs/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +8 -0
- package/dist/cjs/type/class/api/authorization/policy/context/before/index.d.ts +4 -0
- package/dist/cjs/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +9 -0
- package/dist/cjs/type/class/api/authorization/policy/context/before/update-context.type.d.ts +9 -0
- package/dist/cjs/type/class/api/authorization/policy/context/index.d.ts +2 -0
- package/dist/cjs/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +7 -0
- package/dist/cjs/type/class/api/authorization/policy/custom-action-result.type.d.ts +4 -0
- package/dist/cjs/type/class/api/authorization/policy/hook/index.d.ts +2 -0
- package/dist/cjs/type/class/api/authorization/policy/hook/result.type.d.ts +8 -0
- package/dist/cjs/type/class/api/authorization/policy/hook/type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/index.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/subscriber/index.d.ts +3 -0
- package/dist/cjs/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/index.d.ts +1 -0
- package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +2 -0
- package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +5 -0
- package/dist/cjs/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +3 -0
- package/dist/cjs/type/class/api/authorization/rule/condition.type.d.ts +3 -0
- package/dist/cjs/type/class/api/authorization/rule/index.d.ts +4 -0
- package/dist/cjs/type/class/api/authorization/rule/result-transform.type.d.ts +4 -0
- package/dist/cjs/type/class/api/authorization/rule/scope-resolver.type.d.ts +4 -0
- package/dist/cjs/type/class/api/authorization/rule/transform-payload.type.d.ts +3 -0
- package/dist/cjs/type/class/api/authorization/scope-where.type.d.ts +3 -0
- package/dist/cjs/type/class/api/index.d.ts +1 -0
- package/dist/cjs/type/class/api/subscriber/function/after/create-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/function/after/delete-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/function/after/get/context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/function/after/get/index.d.ts +3 -0
- package/dist/cjs/type/class/api/subscriber/function/after/get/list-context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/function/after/get/many-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/function/after/index.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/function/after/update-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/function/before/create-context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/function/before/delete-context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/function/before/get/context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/function/before/get/index.d.ts +3 -0
- package/dist/cjs/type/class/api/subscriber/function/before/get/list-context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/function/before/get/many-context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/function/before/index.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/function/before/update-context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/function/index.d.ts +2 -0
- package/dist/cjs/type/class/api/subscriber/index.d.ts +2 -0
- package/dist/cjs/type/class/api/subscriber/route/after/create-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/route/after/delete-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/route/after/get/context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/route/after/get/index.d.ts +2 -0
- package/dist/cjs/type/class/api/subscriber/route/after/get/list-context.type.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/route/after/index.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/route/after/update-context.type.d.ts +4 -0
- package/dist/cjs/type/class/api/subscriber/route/before/create-context.type.d.ts +11 -0
- package/dist/cjs/type/class/api/subscriber/route/before/delete-context.type.d.ts +10 -0
- package/dist/cjs/type/class/api/subscriber/route/before/get/context.type.d.ts +10 -0
- package/dist/cjs/type/class/api/subscriber/route/before/get/index.d.ts +2 -0
- package/dist/cjs/type/class/api/subscriber/route/before/get/list-context.type.d.ts +12 -0
- package/dist/cjs/type/class/api/subscriber/route/before/index.d.ts +5 -0
- package/dist/cjs/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +12 -0
- package/dist/cjs/type/class/api/subscriber/route/before/update-context.type.d.ts +12 -0
- package/dist/cjs/type/class/api/subscriber/route/index.d.ts +2 -0
- package/dist/cjs/type/class/controller-method.type.d.ts +5 -0
- package/dist/cjs/type/class/index.d.ts +4 -0
- package/dist/cjs/type/class/metadata.type.d.ts +2 -0
- package/dist/cjs/type/decorator/api/controller/constructor.type.d.ts +4 -0
- package/dist/cjs/type/decorator/api/controller/get-list-query.type.d.ts +8 -0
- package/dist/cjs/type/decorator/api/controller/index.d.ts +5 -0
- package/dist/cjs/type/decorator/api/controller/properties/index.d.ts +1 -0
- package/dist/cjs/type/decorator/api/controller/properties/route/base/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +9 -0
- package/dist/cjs/type/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +10 -0
- package/dist/cjs/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +10 -0
- package/dist/cjs/type/decorator/api/controller/properties/route/index.d.ts +1 -0
- package/dist/cjs/type/decorator/api/controller/properties-route.type.d.ts +3 -0
- package/dist/cjs/type/decorator/api/controller/transformer-config.type.d.ts +8 -0
- package/dist/cjs/type/decorator/api/filter/extracted-allowed-types.type.d.ts +2 -0
- package/dist/cjs/type/decorator/api/filter/index.d.ts +4 -0
- package/dist/cjs/type/decorator/api/filter/order-by.type.d.ts +4 -0
- package/dist/cjs/type/decorator/api/function/get/index.d.ts +3 -0
- package/dist/cjs/type/decorator/api/function/get/list/index.d.ts +1 -0
- package/dist/cjs/type/decorator/api/function/get/list/properties/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/function/index.d.ts +5 -0
- package/dist/cjs/type/decorator/api/function/properties.type.d.ts +9 -0
- package/dist/cjs/type/decorator/api/function/update/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/index.d.ts +5 -0
- package/dist/cjs/type/decorator/api/property/base/array/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/property/base/index.d.ts +4 -0
- package/dist/cjs/type/decorator/api/property/base/properties.type.d.ts +8 -0
- package/dist/cjs/type/decorator/api/property/copy-properties.type.d.ts +13 -0
- package/dist/cjs/type/decorator/api/property/date-properties.type.d.ts +6 -0
- package/dist/cjs/type/decorator/api/property/default/index.d.ts +1 -0
- package/dist/cjs/type/decorator/api/property/default/string/format/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/property/default/string/format/properties.type.d.ts +9 -0
- package/dist/cjs/type/decorator/api/property/default/string/format/type.d.ts +2 -0
- package/dist/cjs/type/decorator/api/property/default/string/index.d.ts +1 -0
- package/dist/cjs/type/decorator/api/property/describe/array/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/property/describe/base-properties.type.d.ts +5 -0
- package/dist/cjs/type/decorator/api/property/describe/boolean-properties.type.d.ts +7 -0
- package/dist/cjs/type/decorator/api/property/describe/date-properties.type.d.ts +8 -0
- package/dist/cjs/type/decorator/api/property/describe/dto/body-properties.type.d.ts +5 -0
- package/dist/cjs/type/decorator/api/property/describe/dto/index.d.ts +6 -0
- package/dist/cjs/type/decorator/api/property/describe/dto/properties.type.d.ts +13 -0
- package/dist/cjs/type/decorator/api/property/describe/dto/query/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/property/describe/dto/query/properties.type.d.ts +5 -0
- package/dist/cjs/type/decorator/api/property/describe/dto/request-properties.type.d.ts +5 -0
- package/dist/cjs/type/decorator/api/property/describe/dto/response-properties.type.d.ts +5 -0
- package/dist/cjs/type/decorator/api/property/describe/enum-properties.type.d.ts +9 -0
- package/dist/cjs/type/decorator/api/property/describe/index.d.ts +14 -0
- package/dist/cjs/type/decorator/api/property/describe/number-properties.type.d.ts +12 -0
- package/dist/cjs/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +15 -0
- package/dist/cjs/type/decorator/api/property/describe/object/index.d.ts +4 -0
- package/dist/cjs/type/decorator/api/property/describe/object/properties.type.d.ts +4 -0
- package/dist/cjs/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +14 -0
- package/dist/cjs/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +12 -0
- package/dist/cjs/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +2 -0
- package/dist/cjs/type/decorator/api/property/describe/properties/base/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/property/describe/properties/base/properties.type.d.ts +10 -0
- package/dist/cjs/type/decorator/api/property/describe/properties/index.d.ts +1 -0
- package/dist/cjs/type/decorator/api/property/describe/properties.type.d.ts +9 -0
- package/dist/cjs/type/decorator/api/property/describe/relation-properties.type.d.ts +6 -0
- package/dist/cjs/type/decorator/api/property/describe/string-properties.type.d.ts +12 -0
- package/dist/cjs/type/decorator/api/property/describe/uuid-properties.type.d.ts +7 -0
- package/dist/cjs/type/decorator/api/property/entity.type.d.ts +3 -0
- package/dist/cjs/type/decorator/api/property/enum-properties.type.d.ts +6 -0
- package/dist/cjs/type/decorator/api/property/index.d.ts +11 -0
- package/dist/cjs/type/decorator/api/property/number-properties.type.d.ts +9 -0
- package/dist/cjs/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +16 -0
- package/dist/cjs/type/decorator/api/property/object/index.d.ts +4 -0
- package/dist/cjs/type/decorator/api/property/object/properties.type.d.ts +4 -0
- package/dist/cjs/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +15 -0
- package/dist/cjs/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +10 -0
- package/dist/cjs/type/decorator/api/property/string-properties.type.d.ts +9 -0
- package/dist/cjs/type/decorator/api/property/uuid-properties.type.d.ts +2 -0
- package/dist/cjs/type/decorator/api/service/index.d.ts +2 -0
- package/dist/cjs/type/decorator/api/service/keys.type.d.ts +4 -0
- package/dist/cjs/type/decorator/index.d.ts +1 -0
- package/dist/cjs/type/factory/api/controller/index.d.ts +2 -0
- package/dist/cjs/type/factory/api/controller/method/index.d.ts +3 -0
- package/dist/cjs/type/factory/api/controller/method/map.type.d.ts +13 -0
- package/dist/cjs/type/factory/api/controller/method/name-map.type.d.ts +5 -0
- package/dist/cjs/type/factory/api/controller/method/name.type.d.ts +4 -0
- package/dist/cjs/type/factory/api/controller/target-methods.type.d.ts +8 -0
- package/dist/cjs/type/factory/api/index.d.ts +1 -0
- package/dist/cjs/type/factory/index.d.ts +1 -0
- package/dist/cjs/type/index.d.ts +12 -0
- package/dist/cjs/type/utility/api/controller/index.d.ts +1 -0
- package/dist/cjs/type/utility/api/controller/transform-data/data.type.d.ts +6 -0
- package/dist/cjs/type/utility/api/controller/transform-data/index.d.ts +3 -0
- package/dist/cjs/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +3 -0
- package/dist/cjs/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +9 -0
- package/dist/cjs/type/utility/api/index.d.ts +1 -0
- package/dist/cjs/type/utility/date/index.d.ts +2 -0
- package/dist/cjs/type/utility/date/range-keys.type.d.ts +4 -0
- package/dist/cjs/type/utility/dto/generate/allowed-combination.type.d.ts +9 -0
- package/dist/cjs/type/utility/dto/generate/index.d.ts +3 -0
- package/dist/cjs/type/utility/dto/generate/is-allowed-combination.type.d.ts +3 -0
- package/dist/cjs/type/utility/dto/index.d.ts +2 -0
- package/dist/cjs/type/utility/dto/manual/property-metadata.type.d.ts +31 -0
- package/dist/cjs/type/utility/error-string/base-properties.type.d.ts +5 -0
- package/dist/cjs/type/utility/error-string/composite-properties.type.d.ts +6 -0
- package/dist/cjs/type/utility/error-string/index.d.ts +3 -0
- package/dist/cjs/type/utility/error-string/properties.type.d.ts +3 -0
- package/dist/cjs/type/utility/filter-keys.type.d.ts +7 -0
- package/dist/cjs/type/utility/index.d.ts +7 -0
- package/dist/cjs/type/validator/has-paired-custom-suffixes-fields/index.d.ts +2 -0
- package/dist/cjs/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +7 -0
- package/dist/cjs/type/validator/index.d.ts +1 -0
- package/dist/cjs/utility/api/controller/apply/decorators.utility.d.ts +21 -0
- package/dist/cjs/utility/api/controller/apply/decorators.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/apply/index.d.ts +2 -0
- package/dist/cjs/utility/api/controller/apply/metadata.utility.d.ts +19 -0
- package/dist/cjs/utility/api/controller/apply/metadata.utility.js +10 -10
- package/dist/cjs/utility/api/controller/apply/metadata.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get/dto.utility.d.ts +19 -0
- package/dist/cjs/utility/api/controller/get/dto.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get/index.d.ts +3 -0
- package/dist/cjs/utility/api/controller/get/method-name.utility.d.ts +8 -0
- package/dist/cjs/utility/api/controller/get/method-name.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get/primary-column.utility.d.ts +12 -0
- package/dist/cjs/utility/api/controller/get/primary-column.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get-list/index.d.ts +1 -0
- package/dist/cjs/utility/api/controller/get-list/transform/filter.utility.d.ts +12 -0
- package/dist/cjs/utility/api/controller/get-list/transform/filter.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/get-list/transform/index.d.ts +2 -0
- package/dist/cjs/utility/api/controller/get-list/transform/operation.utility.d.ts +10 -0
- package/dist/cjs/utility/api/controller/get-list/transform/operation.utility.js +24 -24
- 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.d.ts +20 -0
- package/dist/cjs/utility/api/controller/handle-request-relations.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/index.d.ts +8 -0
- package/dist/cjs/utility/api/controller/serialize-route-response.utility.d.ts +14 -0
- package/dist/cjs/utility/api/controller/serialize-route-response.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/transform-data.utility.d.ts +18 -0
- package/dist/cjs/utility/api/controller/transform-data.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/validate-request.utility.d.ts +14 -0
- package/dist/cjs/utility/api/controller/validate-request.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/write/dto-swagger.utility.d.ts +19 -0
- package/dist/cjs/utility/api/controller/write/dto-swagger.utility.js +3 -3
- package/dist/cjs/utility/api/controller/write/dto-swagger.utility.js.map +1 -1
- package/dist/cjs/utility/api/controller/write/index.d.ts +2 -0
- package/dist/cjs/utility/api/controller/write/method.utility.d.ts +18 -0
- package/dist/cjs/utility/api/controller/write/method.utility.js.map +1 -1
- package/dist/cjs/utility/api/filter-order-by-from-entity.utility.d.ts +19 -0
- package/dist/cjs/utility/api/filter-order-by-from-entity.utility.js.map +1 -1
- package/dist/cjs/utility/api/function-transaction.utility.d.ts +20 -0
- package/dist/cjs/utility/api/function-transaction.utility.js.map +1 -1
- package/dist/cjs/utility/api/get-default-string-format-properties.utility.d.ts +21 -0
- package/dist/cjs/utility/api/get-default-string-format-properties.utility.js.map +1 -1
- package/dist/cjs/utility/api/index.d.ts +4 -0
- package/dist/cjs/utility/api/route/index.d.ts +1 -0
- package/dist/cjs/utility/api/route/response/index.d.ts +2 -0
- package/dist/cjs/utility/api/route/response/project-relation.utility.d.ts +11 -0
- package/dist/cjs/utility/api/route/response/project-relation.utility.js.map +1 -1
- package/dist/cjs/utility/api/route/response/serialize.utility.d.ts +11 -0
- package/dist/cjs/utility/api/route/response/serialize.utility.js.map +1 -1
- package/dist/cjs/utility/apply-auto-dto-response-exposure.utility.d.ts +14 -0
- package/dist/cjs/utility/apply-auto-dto-response-exposure.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/decision/apply-result.utility.d.ts +12 -0
- package/dist/cjs/utility/authorization/decision/apply-result.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/decision/attach-resource.utility.d.ts +11 -0
- package/dist/cjs/utility/authorization/decision/attach-resource.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/decision/index.d.ts +3 -0
- package/dist/cjs/utility/authorization/decision/resolve-from-request.utility.d.ts +12 -0
- package/dist/cjs/utility/authorization/decision/resolve-from-request.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/index.d.ts +4 -0
- package/dist/cjs/utility/authorization/permission/index.d.ts +2 -0
- package/dist/cjs/utility/authorization/permission/matches.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/permission/set-matches.utility.d.ts +13 -0
- package/dist/cjs/utility/authorization/permission/set-matches.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/resolve-default-principal.utility.d.ts +7 -0
- package/dist/cjs/utility/authorization/resolve-default-principal.utility.js.map +1 -1
- package/dist/cjs/utility/authorization/scope-merge-where.utility.d.ts +10 -0
- 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/index.d.ts +1 -0
- package/dist/cjs/utility/database/typeorm/get/foreign-key-violation-details.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/get/index.d.ts +2 -0
- package/dist/cjs/utility/database/typeorm/get/unique-violation-details.utility.js.map +1 -1
- package/dist/cjs/utility/database/typeorm/index.d.ts +6 -0
- package/dist/cjs/utility/database/typeorm/is/entity/index.d.ts +2 -0
- 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/index.d.ts +3 -0
- 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/index.d.ts +2 -0
- package/dist/cjs/utility/dto/auto/context/pop.utility.js.map +1 -1
- package/dist/cjs/utility/dto/auto/context/push.utility.d.ts +9 -0
- package/dist/cjs/utility/dto/auto/context/push.utility.js.map +1 -1
- package/dist/cjs/utility/dto/auto/index.d.ts +1 -0
- package/dist/cjs/utility/dto/build-decorator.utility.d.ts +21 -0
- package/dist/cjs/utility/dto/build-decorator.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/cache-key.utility.d.ts +7 -0
- package/dist/cjs/utility/dto/generate/cache-key.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/core.utility.d.ts +21 -0
- package/dist/cjs/utility/dto/generate/core.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/decorator.utility.d.ts +19 -0
- package/dist/cjs/utility/dto/generate/decorator.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/dynamic.utility.d.ts +21 -0
- 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.d.ts +12 -0
- package/dist/cjs/utility/dto/generate/filter-decorator.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/get-list-response.utility.d.ts +12 -0
- package/dist/cjs/utility/dto/generate/get-list-response.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/index.d.ts +8 -0
- package/dist/cjs/utility/dto/generate/manual-child.utility.d.ts +20 -0
- package/dist/cjs/utility/dto/generate/manual-child.utility.js.map +1 -1
- package/dist/cjs/utility/dto/generate/relation-response.utility.d.ts +14 -0
- package/dist/cjs/utility/dto/generate/relation-response.utility.js.map +1 -1
- package/dist/cjs/utility/dto/get/decorator-config.utility.d.ts +16 -0
- 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.d.ts +16 -0
- package/dist/cjs/utility/dto/get/get-list-query-base-class.utility.js.map +1 -1
- package/dist/cjs/utility/dto/get/index.d.ts +2 -0
- package/dist/cjs/utility/dto/handle-date-property.utility.d.ts +13 -0
- package/dist/cjs/utility/dto/handle-date-property.utility.js.map +1 -1
- package/dist/cjs/utility/dto/index.d.ts +7 -0
- package/dist/cjs/utility/dto/is/index.d.ts +2 -0
- package/dist/cjs/utility/dto/is/property/exposed-for-guard.utility.d.ts +13 -0
- package/dist/cjs/utility/dto/is/property/exposed-for-guard.utility.js.map +1 -1
- package/dist/cjs/utility/dto/is/property/index.d.ts +2 -0
- package/dist/cjs/utility/dto/is/property/should-be-marked.utility.d.ts +15 -0
- 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.d.ts +12 -0
- package/dist/cjs/utility/dto/is/should-be-generated.utility.js.map +1 -1
- package/dist/cjs/utility/dto/manual/property-metadata.utility.d.ts +16 -0
- package/dist/cjs/utility/dto/manual/property-metadata.utility.js.map +1 -1
- package/dist/cjs/utility/dto/validate-property-config.utility.d.ts +2 -0
- 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/index.d.ts +2 -0
- package/dist/cjs/utility/error/string.utility.d.ts +9 -0
- 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.d.ts +9 -0
- package/dist/cjs/utility/generate-entity-information.utility.js.map +1 -1
- package/dist/cjs/utility/get/auto-dto-context.utility.d.ts +7 -0
- package/dist/cjs/utility/get/auto-dto-context.utility.js.map +1 -1
- package/dist/cjs/utility/get/entity-columns.utility.d.ts +8 -0
- package/dist/cjs/utility/get/entity-columns.utility.js.map +1 -1
- package/dist/cjs/utility/get/index.d.ts +2 -0
- package/dist/cjs/utility/index.d.ts +17 -0
- package/dist/cjs/utility/is/entity/constructor.utility.d.ts +8 -0
- package/dist/cjs/utility/is/entity/constructor.utility.js.map +1 -1
- package/dist/cjs/utility/is/entity/factory.utility.d.ts +8 -0
- package/dist/cjs/utility/is/entity/factory.utility.js.map +1 -1
- package/dist/cjs/utility/is/entity/index.d.ts +3 -0
- package/dist/cjs/utility/is/entity/literal.utility.d.ts +7 -0
- package/dist/cjs/utility/is/entity/literal.utility.js.map +1 -1
- package/dist/cjs/utility/is/error-of-type.utility.d.ts +8 -0
- package/dist/cjs/utility/is/error-of-type.utility.js.map +1 -1
- package/dist/cjs/utility/is/index.d.ts +2 -0
- 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.d.ts +13 -0
- package/dist/cjs/utility/resolve/decorator-context.utility.js.map +1 -1
- package/dist/cjs/utility/resolve/index.d.ts +2 -0
- package/dist/cjs/utility/resolve/property-entity.utility.d.ts +16 -0
- package/dist/cjs/utility/resolve/property-entity.utility.js.map +1 -1
- package/dist/cjs/utility/with-resolved-property-entity.utility.d.ts +11 -0
- 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/index.d.ts +1 -0
- package/dist/cjs/validator/has/at/least/index.d.ts +1 -0
- 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/index.d.ts +3 -0
- 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/index.d.ts +2 -0
- package/dist/cjs/validator/has/paired-custom-suffixes-fields.validator.js.map +1 -1
- package/dist/cjs/validator/index.d.ts +5 -0
- package/dist/cjs/validator/is-regular-expression.validator.js.map +1 -1
- package/dist/cjs/validator/must-match-one-of-schemas.validator.d.ts +36 -0
- 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.d.ts +14 -0
- package/dist/esm/class/api/authorization/bootstrap-validation.service.class.js.map +1 -1
- package/dist/esm/class/api/authorization/cache-invalidation.service.class.d.ts +7 -0
- package/dist/esm/class/api/authorization/cache-invalidation.service.class.js.map +1 -1
- package/dist/esm/class/api/authorization/engine.class.d.ts +8 -0
- package/dist/esm/class/api/authorization/engine.class.js.map +1 -1
- package/dist/esm/class/api/authorization/guard.class.d.ts +13 -0
- package/dist/esm/class/api/authorization/guard.class.js.map +1 -1
- package/dist/esm/class/api/authorization/hook-permission-resolver.class.d.ts +10 -0
- package/dist/esm/class/api/authorization/hook-permission-resolver.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/attachment-resolver.class.d.ts +11 -0
- package/dist/esm/class/api/authorization/iam/attachment-resolver.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/document-resolver.class.d.ts +10 -0
- package/dist/esm/class/api/authorization/iam/document-resolver.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/document-validator.class.d.ts +7 -0
- package/dist/esm/class/api/authorization/iam/document-validator.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/engine.class.d.ts +30 -0
- package/dist/esm/class/api/authorization/iam/engine.class.js.map +1 -1
- package/dist/esm/class/api/authorization/iam/index.d.ts +5 -0
- package/dist/esm/class/api/authorization/iam/query-planner.class.d.ts +20 -0
- package/dist/esm/class/api/authorization/iam/query-planner.class.js.map +1 -1
- package/dist/esm/class/api/authorization/index.d.ts +9 -0
- package/dist/esm/class/api/authorization/policy/base.class.d.ts +68 -0
- package/dist/esm/class/api/authorization/policy/base.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/discovery-service.class.d.ts +10 -0
- package/dist/esm/class/api/authorization/policy/discovery-service.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/executor.class.d.ts +7 -0
- package/dist/esm/class/api/authorization/policy/executor.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/index.d.ts +5 -0
- package/dist/esm/class/api/authorization/policy/registry.class.d.ts +30 -0
- package/dist/esm/class/api/authorization/policy/registry.class.js.map +1 -1
- package/dist/esm/class/api/authorization/policy/subscriber-wrapper.class.d.ts +10 -0
- package/dist/esm/class/api/authorization/policy/subscriber-wrapper.class.js.map +1 -1
- package/dist/esm/class/api/authorization/runtime.class.d.ts +38 -0
- package/dist/esm/class/api/authorization/runtime.class.js.map +1 -1
- package/dist/esm/class/api/authorization/simulator.class.d.ts +20 -0
- package/dist/esm/class/api/authorization/simulator.class.js.map +1 -1
- package/dist/esm/class/api/function/context-storage.class.d.ts +7 -0
- package/dist/esm/class/api/function/context-storage.class.js.map +1 -1
- package/dist/esm/class/api/function/custom-runtime.class.d.ts +19 -0
- package/dist/esm/class/api/function/custom-runtime.class.js.map +1 -1
- package/dist/esm/class/api/function/index.d.ts +1 -0
- package/dist/esm/class/api/function/transaction-scope.class.js.map +1 -1
- package/dist/esm/class/api/index.d.ts +4 -0
- package/dist/esm/class/api/route-runtime.class.d.ts +21 -0
- package/dist/esm/class/api/route-runtime.class.js.map +1 -1
- package/dist/esm/class/api/service-base.class.d.ts +18 -0
- package/dist/esm/class/api/service-base.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/base.class.d.ts +3 -0
- 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.d.ts +16 -0
- package/dist/esm/class/api/subscriber/executor.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/function-base.class.d.ts +10 -0
- package/dist/esm/class/api/subscriber/function-base.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/index.d.ts +7 -0
- package/dist/esm/class/api/subscriber/registry.class.d.ts +18 -0
- package/dist/esm/class/api/subscriber/registry.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/route-base.class.d.ts +10 -0
- package/dist/esm/class/api/subscriber/route-base.class.js.map +1 -1
- package/dist/esm/class/api/subscriber/wrapper.class.d.ts +18 -0
- package/dist/esm/class/api/subscriber/wrapper.class.js.map +1 -1
- package/dist/esm/class/index.d.ts +6 -0
- package/dist/esm/class/metadata-storage.class.d.ts +18 -0
- package/dist/esm/class/metadata-storage.class.js.map +1 -1
- package/dist/esm/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +11 -0
- package/dist/esm/class/utility/dto/exception/details/foreign-key-violation.class.js.map +1 -1
- package/dist/esm/class/utility/dto/exception/details/index.d.ts +2 -0
- package/dist/esm/class/utility/dto/exception/details/unique-violation.class.d.ts +9 -0
- package/dist/esm/class/utility/dto/exception/details/unique-violation.class.js.map +1 -1
- package/dist/esm/class/utility/dto/exception/index.d.ts +1 -0
- package/dist/esm/class/utility/dto/index.d.ts +3 -0
- package/dist/esm/class/utility/dto/property/factory/boolean.class.d.ts +7 -0
- package/dist/esm/class/utility/dto/property/factory/boolean.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/date.class.d.ts +7 -0
- package/dist/esm/class/utility/dto/property/factory/date.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/enum.class.d.ts +7 -0
- package/dist/esm/class/utility/dto/property/factory/enum.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/index.d.ts +8 -0
- package/dist/esm/class/utility/dto/property/factory/number.class.d.ts +8 -0
- package/dist/esm/class/utility/dto/property/factory/number.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/object.class.d.ts +8 -0
- package/dist/esm/class/utility/dto/property/factory/object.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/relation.class.d.ts +8 -0
- package/dist/esm/class/utility/dto/property/factory/relation.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/string.class.d.ts +7 -0
- package/dist/esm/class/utility/dto/property/factory/string.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/factory/uuid.class.d.ts +7 -0
- package/dist/esm/class/utility/dto/property/factory/uuid.class.js.map +1 -1
- package/dist/esm/class/utility/dto/property/index.d.ts +1 -0
- package/dist/esm/class/utility/dto/strategy/body.class.d.ts +6 -0
- package/dist/esm/class/utility/dto/strategy/body.class.js.map +1 -1
- package/dist/esm/class/utility/dto/strategy/index.d.ts +4 -0
- package/dist/esm/class/utility/dto/strategy/query.class.d.ts +6 -0
- package/dist/esm/class/utility/dto/strategy/query.class.js.map +1 -1
- package/dist/esm/class/utility/dto/strategy/request.class.d.ts +6 -0
- package/dist/esm/class/utility/dto/strategy/request.class.js.map +1 -1
- package/dist/esm/class/utility/dto/strategy/response.class.d.ts +6 -0
- package/dist/esm/class/utility/dto/strategy/response.class.js.map +1 -1
- package/dist/esm/class/utility/index.d.ts +1 -0
- 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/index.d.ts +7 -0
- 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/policy/index.d.ts +3 -0
- 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/class/index.d.ts +1 -0
- 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.d.ts +4 -0
- package/dist/esm/constant/decorator/api/function.constant.js.map +1 -1
- package/dist/esm/constant/decorator/api/index.d.ts +4 -0
- 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/decorator/index.d.ts +1 -0
- 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/index.d.ts +5 -0
- 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/index.d.ts +9 -0
- package/dist/esm/constant/interface/api/filter.constant.js.map +1 -1
- package/dist/esm/constant/interface/api/index.d.ts +2 -0
- package/dist/esm/constant/interface/api/property/default-string-format.constant.d.ts +4 -0
- package/dist/esm/constant/interface/api/property/default-string-format.constant.js.map +1 -1
- package/dist/esm/constant/interface/api/property/index.d.ts +3 -0
- 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/interface/index.d.ts +1 -0
- package/dist/esm/constant/number.constant.js.map +1 -1
- package/dist/esm/constant/utility/dto/constant.d.ts +7 -0
- 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/utility/dto/index.d.ts +2 -0
- package/dist/esm/constant/utility/index.d.ts +1 -0
- package/dist/esm/constant/validator/index.d.ts +1 -0
- package/dist/esm/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +5 -0
- package/dist/esm/constant/validator-has-paired-custom-suffixes-fields.constant.js.map +1 -1
- package/dist/esm/decorator/api/authorization-policy.decorator.d.ts +10 -0
- package/dist/esm/decorator/api/authorization-policy.decorator.js.map +1 -1
- package/dist/esm/decorator/api/controller/decorator.d.ts +27 -0
- package/dist/esm/decorator/api/controller/decorator.js.map +1 -1
- package/dist/esm/decorator/api/controller/index.d.ts +3 -0
- 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.d.ts +10 -0
- package/dist/esm/decorator/api/function/create.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/custom.decorator.d.ts +9 -0
- package/dist/esm/decorator/api/function/custom.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/decorator.d.ts +11 -0
- package/dist/esm/decorator/api/function/decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/delete.decorator.d.ts +10 -0
- package/dist/esm/decorator/api/function/delete.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/get/decorator.d.ts +10 -0
- package/dist/esm/decorator/api/function/get/decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/get/index.d.ts +3 -0
- package/dist/esm/decorator/api/function/get/list.decorator.d.ts +10 -0
- package/dist/esm/decorator/api/function/get/list.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/get/many.decorator.d.ts +10 -0
- package/dist/esm/decorator/api/function/get/many.decorator.js.map +1 -1
- package/dist/esm/decorator/api/function/index.d.ts +6 -0
- package/dist/esm/decorator/api/function/update.decorator.d.ts +10 -0
- package/dist/esm/decorator/api/function/update.decorator.js.map +1 -1
- package/dist/esm/decorator/api/index.d.ts +8 -0
- package/dist/esm/decorator/api/method.decorator.d.ts +9 -0
- package/dist/esm/decorator/api/method.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/boolean.decorator.d.ts +54 -0
- package/dist/esm/decorator/api/property/boolean.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/copy.decorator.d.ts +36 -0
- package/dist/esm/decorator/api/property/copy.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/date.decorator.d.ts +58 -0
- package/dist/esm/decorator/api/property/date.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/describe.decorator.d.ts +85 -0
- package/dist/esm/decorator/api/property/describe.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/enum.decorator.d.ts +77 -0
- package/dist/esm/decorator/api/property/enum.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/index.d.ts +9 -0
- package/dist/esm/decorator/api/property/number.decorator.d.ts +69 -0
- package/dist/esm/decorator/api/property/number.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/object.decorator.d.ts +29 -0
- package/dist/esm/decorator/api/property/object.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/string.decorator.d.ts +70 -0
- package/dist/esm/decorator/api/property/string.decorator.js.map +1 -1
- package/dist/esm/decorator/api/property/uuid.decorator.d.ts +44 -0
- package/dist/esm/decorator/api/property/uuid.decorator.js.map +1 -1
- package/dist/esm/decorator/api/route-custom.decorator.d.ts +9 -0
- package/dist/esm/decorator/api/route-custom.decorator.js +2 -2
- package/dist/esm/decorator/api/route-custom.decorator.js.map +1 -1
- package/dist/esm/decorator/api/service/decorator.d.ts +11 -0
- package/dist/esm/decorator/api/service/decorator.js.map +1 -1
- package/dist/esm/decorator/api/service/index.d.ts +2 -0
- package/dist/esm/decorator/api/service/observable.decorator.js.map +1 -1
- package/dist/esm/decorator/api/subscriber/function.decorator.d.ts +28 -0
- package/dist/esm/decorator/api/subscriber/function.decorator.js.map +1 -1
- package/dist/esm/decorator/api/subscriber/index.d.ts +2 -0
- package/dist/esm/decorator/api/subscriber/route.decorator.d.ts +28 -0
- package/dist/esm/decorator/api/subscriber/route.decorator.js.map +1 -1
- package/dist/esm/decorator/index.d.ts +1 -0
- 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/index.d.ts +6 -0
- 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/index.d.ts +4 -0
- 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/class/index.d.ts +1 -0
- 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/index.d.ts +4 -0
- 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/index.d.ts +2 -0
- 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/index.d.ts +9 -0
- 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/index.d.ts +2 -0
- 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/index.d.ts +5 -0
- 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/decorator/index.d.ts +1 -0
- package/dist/esm/enum/exception.enum.js.map +1 -1
- package/dist/esm/enum/filter/index.d.ts +2 -0
- 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/index.d.ts +6 -0
- 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/error-string/index.d.ts +2 -0
- package/dist/esm/enum/utility/exception-details-type.enum.js.map +1 -1
- package/dist/esm/enum/utility/index.d.ts +3 -0
- package/dist/esm/enum/validator/has-paired-custom-suffixes-fields-argument-type.enum.js.map +1 -1
- package/dist/esm/enum/validator/index.d.ts +2 -0
- package/dist/esm/enum/validator/must-match-one-of-schemas-error-type.enum.js.map +1 -1
- package/dist/esm/factory/api-controller.factory.d.ts +21 -0
- package/dist/esm/factory/api-controller.factory.js +0 -1
- package/dist/esm/factory/api-controller.factory.js.map +1 -1
- package/dist/esm/factory/index.d.ts +1 -0
- package/dist/esm/index.d.ts +11 -0
- 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/interceptor/index.d.ts +1 -0
- package/dist/esm/interface/api/authentication-request.interface.d.ts +7 -0
- package/dist/esm/interface/api/index.d.ts +3 -0
- package/dist/esm/interface/api/request-validator.interface.d.ts +8 -0
- package/dist/esm/interface/class/api/authorization/audit-sink.interface.d.ts +5 -0
- package/dist/esm/interface/class/api/authorization/decision/index.d.ts +4 -0
- package/dist/esm/interface/class/api/authorization/decision/interface.d.ts +22 -0
- package/dist/esm/interface/class/api/authorization/decision/rule-trace.interface.d.ts +8 -0
- package/dist/esm/interface/class/api/authorization/decision/statement-trace.interface.d.ts +8 -0
- package/dist/esm/interface/class/api/authorization/decision/trace.interface.d.ts +15 -0
- package/dist/esm/interface/class/api/authorization/engine.interface.d.ts +6 -0
- package/dist/esm/interface/class/api/authorization/evaluate-options.interface.d.ts +13 -0
- package/dist/esm/interface/class/api/authorization/hook-permission-source.interface.d.ts +4 -0
- package/dist/esm/interface/class/api/authorization/iam-module-options.interface.d.ts +6 -0
- package/dist/esm/interface/class/api/authorization/index.d.ts +13 -0
- package/dist/esm/interface/class/api/authorization/module-options/async.interface.d.ts +9 -0
- package/dist/esm/interface/class/api/authorization/module-options/factory.interface.d.ts +4 -0
- package/dist/esm/interface/class/api/authorization/module-options/index.d.ts +3 -0
- package/dist/esm/interface/class/api/authorization/module-options/interface.d.ts +8 -0
- package/dist/esm/interface/class/api/authorization/policy/attachment/index.d.ts +3 -0
- package/dist/esm/interface/class/api/authorization/policy/attachment/interface.d.ts +7 -0
- package/dist/esm/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +5 -0
- package/dist/esm/interface/class/api/authorization/policy/attachment/source.interface.d.ts +5 -0
- package/dist/esm/interface/class/api/authorization/policy/build-options.interface.d.ts +17 -0
- package/dist/esm/interface/class/api/authorization/policy/document/index.d.ts +4 -0
- package/dist/esm/interface/class/api/authorization/policy/document/interface.d.ts +5 -0
- package/dist/esm/interface/class/api/authorization/policy/document/record.interface.d.ts +9 -0
- package/dist/esm/interface/class/api/authorization/policy/document/source.interface.d.ts +4 -0
- package/dist/esm/interface/class/api/authorization/policy/document/statement.interface.d.ts +8 -0
- package/dist/esm/interface/class/api/authorization/policy/index.d.ts +7 -0
- package/dist/esm/interface/class/api/authorization/policy/interface.d.ts +10 -0
- package/dist/esm/interface/class/api/authorization/policy/registry.interface.d.ts +14 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +19 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/context/index.d.ts +2 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +21 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/index.d.ts +6 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/interface.d.ts +15 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +6 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +9 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +11 -0
- package/dist/esm/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +13 -0
- package/dist/esm/interface/class/api/authorization/principal/index.d.ts +2 -0
- package/dist/esm/interface/class/api/authorization/principal/interface.d.ts +9 -0
- package/dist/esm/interface/class/api/authorization/principal/resolver.interface.d.ts +5 -0
- package/dist/esm/interface/class/api/authorization/request-metadata.interface.d.ts +10 -0
- package/dist/esm/interface/class/api/authorization/resource/definition.interface.d.ts +9 -0
- package/dist/esm/interface/class/api/authorization/resource/index.d.ts +2 -0
- package/dist/esm/interface/class/api/authorization/rule/context.interface.d.ts +7 -0
- package/dist/esm/interface/class/api/authorization/rule/index.d.ts +2 -0
- package/dist/esm/interface/class/api/authorization/rule/interface.d.ts +15 -0
- package/dist/esm/interface/class/api/authorization/scope.interface.d.ts +5 -0
- package/dist/esm/interface/class/api/function/context/index.d.ts +2 -0
- package/dist/esm/interface/class/api/function/context/interface.d.ts +10 -0
- package/dist/esm/interface/class/api/function/context/operations.interface.d.ts +13 -0
- package/dist/esm/interface/class/api/function/index.d.ts +1 -0
- package/dist/esm/interface/class/api/index.d.ts +4 -0
- package/dist/esm/interface/class/api/route/index.d.ts +1 -0
- package/dist/esm/interface/class/api/route/runtime/context-data.interface.d.ts +10 -0
- package/dist/esm/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +9 -0
- package/dist/esm/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +14 -0
- package/dist/esm/interface/class/api/route/runtime/generated/index.d.ts +2 -0
- package/dist/esm/interface/class/api/route/runtime/generated/targets.interface.d.ts +12 -0
- package/dist/esm/interface/class/api/route/runtime/http-request.interface.d.ts +8 -0
- package/dist/esm/interface/class/api/route/runtime/index.d.ts +4 -0
- package/dist/esm/interface/class/api/subscriber/error-execution-context.interface.d.ts +15 -0
- package/dist/esm/interface/class/api/subscriber/execution-context.interface.d.ts +19 -0
- package/dist/esm/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +13 -0
- package/dist/esm/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +59 -0
- package/dist/esm/interface/class/api/subscriber/function/execution/context.interface.d.ts +30 -0
- package/dist/esm/interface/class/api/subscriber/function/execution/index.d.ts +2 -0
- package/dist/esm/interface/class/api/subscriber/function/index.d.ts +2 -0
- package/dist/esm/interface/class/api/subscriber/function.interface.d.ts +37 -0
- package/dist/esm/interface/class/api/subscriber/index.d.ts +7 -0
- package/dist/esm/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +13 -0
- package/dist/esm/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +36 -0
- package/dist/esm/interface/class/api/subscriber/route/execution/context/data/index.d.ts +2 -0
- package/dist/esm/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +32 -0
- package/dist/esm/interface/class/api/subscriber/route/execution/context/index.d.ts +2 -0
- package/dist/esm/interface/class/api/subscriber/route/execution/context/interface.d.ts +11 -0
- package/dist/esm/interface/class/api/subscriber/route/execution/index.d.ts +1 -0
- package/dist/esm/interface/class/api/subscriber/route/index.d.ts +2 -0
- package/dist/esm/interface/class/api/subscriber/route.interface.d.ts +103 -0
- package/dist/esm/interface/class/dto-strategy.interface.d.ts +5 -0
- package/dist/esm/interface/class/index.d.ts +3 -0
- package/dist/esm/interface/decorator/api/controller/base.interface.d.ts +4 -0
- package/dist/esm/interface/decorator/api/controller/index.d.ts +3 -0
- package/dist/esm/interface/decorator/api/controller/properties/authorization.interface.d.ts +8 -0
- package/dist/esm/interface/decorator/api/controller/properties/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +4 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +4 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/index.d.ts +7 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +4 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +5 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +10 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/response/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +7 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +4 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/index.d.ts +5 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +12 -0
- package/dist/esm/interface/decorator/api/controller/properties/route/with/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/controller/properties.interface.d.ts +13 -0
- package/dist/esm/interface/decorator/api/function/create-executor-properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/function/custom-properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/function/delete-executor-properties.interface.d.ts +10 -0
- package/dist/esm/interface/decorator/api/function/get/executor-properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/function/get/index.d.ts +3 -0
- package/dist/esm/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/function/index.d.ts +6 -0
- package/dist/esm/interface/decorator/api/function/properties.interface.d.ts +8 -0
- package/dist/esm/interface/decorator/api/function/update-executor-properties.interface.d.ts +11 -0
- package/dist/esm/interface/decorator/api/index.d.ts +7 -0
- package/dist/esm/interface/decorator/api/method/index.d.ts +1 -0
- package/dist/esm/interface/decorator/api/method/properties.interface.d.ts +5 -0
- package/dist/esm/interface/decorator/api/route/custom-properties.interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/route/index.d.ts +7 -0
- package/dist/esm/interface/decorator/api/route/metadata/index.d.ts +3 -0
- package/dist/esm/interface/decorator/api/route/metadata/interface.d.ts +15 -0
- package/dist/esm/interface/decorator/api/route/metadata/resource.interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/route/metadata/route.interface.d.ts +7 -0
- package/dist/esm/interface/decorator/api/route/response/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/route/response/properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/route/runtime-properties.interface.d.ts +11 -0
- package/dist/esm/interface/decorator/api/route/security/authentication-properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/api/route/security/authorization-properties.interface.d.ts +4 -0
- package/dist/esm/interface/decorator/api/route/security/index.d.ts +3 -0
- package/dist/esm/interface/decorator/api/route/security/properties.interface.d.ts +6 -0
- package/dist/esm/interface/decorator/api/route/throttling/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/route/throttling/properties.interface.d.ts +4 -0
- package/dist/esm/interface/decorator/api/subscriber/function/filter.interface.d.ts +5 -0
- package/dist/esm/interface/decorator/api/subscriber/function/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/subscriber/function/properties.interface.d.ts +7 -0
- package/dist/esm/interface/decorator/api/subscriber/index.d.ts +2 -0
- package/dist/esm/interface/decorator/api/subscriber/route-properties.interface.d.ts +9 -0
- package/dist/esm/interface/decorator/index.d.ts +1 -0
- package/dist/esm/interface/dto-generate-factory.interface.d.ts +7 -0
- package/dist/esm/interface/entity/index.d.ts +2 -0
- package/dist/esm/interface/entity/interface.d.ts +7 -0
- package/dist/esm/interface/index.d.ts +8 -0
- package/dist/esm/interface/utility/api/index.d.ts +1 -0
- package/dist/esm/interface/utility/dto-generate-cache-key.interface.d.ts +9 -0
- package/dist/esm/interface/utility/get-entity-columns-properties.interface.d.ts +6 -0
- package/dist/esm/interface/utility/index.d.ts +3 -0
- package/dist/esm/interface/validator/index.d.ts +1 -0
- package/dist/esm/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +6 -0
- package/dist/esm/module/api/authorization.module.d.ts +14 -0
- package/dist/esm/module/api/authorization.module.js.map +1 -1
- package/dist/esm/module/api/index.d.ts +2 -0
- package/dist/esm/module/api/subscriber.module.js.map +1 -1
- package/dist/esm/module/index.d.ts +1 -0
- package/dist/esm/type/api-request-transformer.type.d.ts +16 -0
- package/dist/esm/type/auto-context-metadata.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/guard-request.type.d.ts +11 -0
- package/dist/esm/type/class/api/authorization/index.d.ts +4 -0
- package/dist/esm/type/class/api/authorization/policy/before/create-result.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/before/delete-result.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/before/get/index.d.ts +2 -0
- package/dist/esm/type/class/api/authorization/policy/before/get/list-result.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/before/get/result.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/before/index.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/before/update-result.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/context/before/create-context.type.d.ts +8 -0
- package/dist/esm/type/class/api/authorization/policy/context/before/get/context.type.d.ts +7 -0
- package/dist/esm/type/class/api/authorization/policy/context/before/get/index.d.ts +2 -0
- package/dist/esm/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +8 -0
- package/dist/esm/type/class/api/authorization/policy/context/before/index.d.ts +4 -0
- package/dist/esm/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +9 -0
- package/dist/esm/type/class/api/authorization/policy/context/before/update-context.type.d.ts +9 -0
- package/dist/esm/type/class/api/authorization/policy/context/index.d.ts +2 -0
- package/dist/esm/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +7 -0
- package/dist/esm/type/class/api/authorization/policy/custom-action-result.type.d.ts +4 -0
- package/dist/esm/type/class/api/authorization/policy/hook/index.d.ts +2 -0
- package/dist/esm/type/class/api/authorization/policy/hook/result.type.d.ts +8 -0
- package/dist/esm/type/class/api/authorization/policy/hook/type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/index.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/subscriber/index.d.ts +3 -0
- package/dist/esm/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/subscriber/rule/index.d.ts +1 -0
- package/dist/esm/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +2 -0
- package/dist/esm/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +5 -0
- package/dist/esm/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +3 -0
- package/dist/esm/type/class/api/authorization/rule/condition.type.d.ts +3 -0
- package/dist/esm/type/class/api/authorization/rule/index.d.ts +4 -0
- package/dist/esm/type/class/api/authorization/rule/result-transform.type.d.ts +4 -0
- package/dist/esm/type/class/api/authorization/rule/scope-resolver.type.d.ts +4 -0
- package/dist/esm/type/class/api/authorization/rule/transform-payload.type.d.ts +3 -0
- package/dist/esm/type/class/api/authorization/scope-where.type.d.ts +3 -0
- package/dist/esm/type/class/api/index.d.ts +1 -0
- package/dist/esm/type/class/api/subscriber/function/after/create-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/function/after/delete-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/function/after/get/context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/function/after/get/index.d.ts +3 -0
- package/dist/esm/type/class/api/subscriber/function/after/get/list-context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/function/after/get/many-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/function/after/index.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/function/after/update-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/function/before/create-context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/function/before/delete-context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/function/before/get/context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/function/before/get/index.d.ts +3 -0
- package/dist/esm/type/class/api/subscriber/function/before/get/list-context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/function/before/get/many-context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/function/before/index.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/function/before/update-context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/function/index.d.ts +2 -0
- package/dist/esm/type/class/api/subscriber/index.d.ts +2 -0
- package/dist/esm/type/class/api/subscriber/route/after/create-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/route/after/delete-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/route/after/get/context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/route/after/get/index.d.ts +2 -0
- package/dist/esm/type/class/api/subscriber/route/after/get/list-context.type.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/route/after/index.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/route/after/update-context.type.d.ts +4 -0
- package/dist/esm/type/class/api/subscriber/route/before/create-context.type.d.ts +11 -0
- package/dist/esm/type/class/api/subscriber/route/before/delete-context.type.d.ts +10 -0
- package/dist/esm/type/class/api/subscriber/route/before/get/context.type.d.ts +10 -0
- package/dist/esm/type/class/api/subscriber/route/before/get/index.d.ts +2 -0
- package/dist/esm/type/class/api/subscriber/route/before/get/list-context.type.d.ts +12 -0
- package/dist/esm/type/class/api/subscriber/route/before/index.d.ts +5 -0
- package/dist/esm/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +12 -0
- package/dist/esm/type/class/api/subscriber/route/before/update-context.type.d.ts +12 -0
- package/dist/esm/type/class/api/subscriber/route/index.d.ts +2 -0
- package/dist/esm/type/class/controller-method.type.d.ts +5 -0
- package/dist/esm/type/class/index.d.ts +4 -0
- package/dist/esm/type/class/metadata.type.d.ts +2 -0
- package/dist/esm/type/decorator/api/controller/constructor.type.d.ts +4 -0
- package/dist/esm/type/decorator/api/controller/get-list-query.type.d.ts +8 -0
- package/dist/esm/type/decorator/api/controller/index.d.ts +5 -0
- package/dist/esm/type/decorator/api/controller/properties/index.d.ts +1 -0
- package/dist/esm/type/decorator/api/controller/properties/route/base/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +9 -0
- package/dist/esm/type/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +10 -0
- package/dist/esm/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +10 -0
- package/dist/esm/type/decorator/api/controller/properties/route/index.d.ts +1 -0
- package/dist/esm/type/decorator/api/controller/properties-route.type.d.ts +3 -0
- package/dist/esm/type/decorator/api/controller/transformer-config.type.d.ts +8 -0
- package/dist/esm/type/decorator/api/filter/extracted-allowed-types.type.d.ts +2 -0
- package/dist/esm/type/decorator/api/filter/index.d.ts +4 -0
- package/dist/esm/type/decorator/api/filter/order-by.type.d.ts +4 -0
- package/dist/esm/type/decorator/api/function/get/index.d.ts +3 -0
- package/dist/esm/type/decorator/api/function/get/list/index.d.ts +1 -0
- package/dist/esm/type/decorator/api/function/get/list/properties/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/function/index.d.ts +5 -0
- package/dist/esm/type/decorator/api/function/properties.type.d.ts +9 -0
- package/dist/esm/type/decorator/api/function/update/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/index.d.ts +5 -0
- package/dist/esm/type/decorator/api/property/base/array/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/property/base/index.d.ts +4 -0
- package/dist/esm/type/decorator/api/property/base/properties.type.d.ts +8 -0
- package/dist/esm/type/decorator/api/property/copy-properties.type.d.ts +13 -0
- package/dist/esm/type/decorator/api/property/date-properties.type.d.ts +6 -0
- package/dist/esm/type/decorator/api/property/default/index.d.ts +1 -0
- package/dist/esm/type/decorator/api/property/default/string/format/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/property/default/string/format/properties.type.d.ts +9 -0
- package/dist/esm/type/decorator/api/property/default/string/format/type.d.ts +2 -0
- package/dist/esm/type/decorator/api/property/default/string/index.d.ts +1 -0
- package/dist/esm/type/decorator/api/property/describe/array/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/property/describe/base-properties.type.d.ts +5 -0
- package/dist/esm/type/decorator/api/property/describe/boolean-properties.type.d.ts +7 -0
- package/dist/esm/type/decorator/api/property/describe/date-properties.type.d.ts +8 -0
- package/dist/esm/type/decorator/api/property/describe/dto/body-properties.type.d.ts +5 -0
- package/dist/esm/type/decorator/api/property/describe/dto/index.d.ts +6 -0
- package/dist/esm/type/decorator/api/property/describe/dto/properties.type.d.ts +13 -0
- package/dist/esm/type/decorator/api/property/describe/dto/query/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/property/describe/dto/query/properties.type.d.ts +5 -0
- package/dist/esm/type/decorator/api/property/describe/dto/request-properties.type.d.ts +5 -0
- package/dist/esm/type/decorator/api/property/describe/dto/response-properties.type.d.ts +5 -0
- package/dist/esm/type/decorator/api/property/describe/enum-properties.type.d.ts +9 -0
- package/dist/esm/type/decorator/api/property/describe/index.d.ts +14 -0
- package/dist/esm/type/decorator/api/property/describe/number-properties.type.d.ts +12 -0
- package/dist/esm/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +15 -0
- package/dist/esm/type/decorator/api/property/describe/object/index.d.ts +4 -0
- package/dist/esm/type/decorator/api/property/describe/object/properties.type.d.ts +4 -0
- package/dist/esm/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +14 -0
- package/dist/esm/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +12 -0
- package/dist/esm/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +2 -0
- package/dist/esm/type/decorator/api/property/describe/properties/base/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/property/describe/properties/base/properties.type.d.ts +10 -0
- package/dist/esm/type/decorator/api/property/describe/properties/index.d.ts +1 -0
- package/dist/esm/type/decorator/api/property/describe/properties.type.d.ts +9 -0
- package/dist/esm/type/decorator/api/property/describe/relation-properties.type.d.ts +6 -0
- package/dist/esm/type/decorator/api/property/describe/string-properties.type.d.ts +12 -0
- package/dist/esm/type/decorator/api/property/describe/uuid-properties.type.d.ts +7 -0
- package/dist/esm/type/decorator/api/property/entity.type.d.ts +3 -0
- package/dist/esm/type/decorator/api/property/enum-properties.type.d.ts +6 -0
- package/dist/esm/type/decorator/api/property/index.d.ts +11 -0
- package/dist/esm/type/decorator/api/property/number-properties.type.d.ts +9 -0
- package/dist/esm/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +16 -0
- package/dist/esm/type/decorator/api/property/object/index.d.ts +4 -0
- package/dist/esm/type/decorator/api/property/object/properties.type.d.ts +4 -0
- package/dist/esm/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +15 -0
- package/dist/esm/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +10 -0
- package/dist/esm/type/decorator/api/property/string-properties.type.d.ts +9 -0
- package/dist/esm/type/decorator/api/property/uuid-properties.type.d.ts +2 -0
- package/dist/esm/type/decorator/api/service/index.d.ts +2 -0
- package/dist/esm/type/decorator/api/service/keys.type.d.ts +4 -0
- package/dist/esm/type/decorator/index.d.ts +1 -0
- package/dist/esm/type/factory/api/controller/index.d.ts +2 -0
- package/dist/esm/type/factory/api/controller/method/index.d.ts +3 -0
- package/dist/esm/type/factory/api/controller/method/map.type.d.ts +13 -0
- package/dist/esm/type/factory/api/controller/method/name-map.type.d.ts +5 -0
- package/dist/esm/type/factory/api/controller/method/name.type.d.ts +4 -0
- package/dist/esm/type/factory/api/controller/target-methods.type.d.ts +8 -0
- package/dist/esm/type/factory/api/index.d.ts +1 -0
- package/dist/esm/type/factory/index.d.ts +1 -0
- package/dist/esm/type/index.d.ts +12 -0
- package/dist/esm/type/utility/api/controller/index.d.ts +1 -0
- package/dist/esm/type/utility/api/controller/transform-data/data.type.d.ts +6 -0
- package/dist/esm/type/utility/api/controller/transform-data/index.d.ts +3 -0
- package/dist/esm/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +3 -0
- package/dist/esm/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +9 -0
- package/dist/esm/type/utility/api/index.d.ts +1 -0
- package/dist/esm/type/utility/date/index.d.ts +2 -0
- package/dist/esm/type/utility/date/range-keys.type.d.ts +4 -0
- package/dist/esm/type/utility/dto/generate/allowed-combination.type.d.ts +9 -0
- package/dist/esm/type/utility/dto/generate/index.d.ts +3 -0
- package/dist/esm/type/utility/dto/generate/is-allowed-combination.type.d.ts +3 -0
- package/dist/esm/type/utility/dto/index.d.ts +2 -0
- package/dist/esm/type/utility/dto/manual/property-metadata.type.d.ts +31 -0
- package/dist/esm/type/utility/error-string/base-properties.type.d.ts +5 -0
- package/dist/esm/type/utility/error-string/composite-properties.type.d.ts +6 -0
- package/dist/esm/type/utility/error-string/index.d.ts +3 -0
- package/dist/esm/type/utility/error-string/properties.type.d.ts +3 -0
- package/dist/esm/type/utility/filter-keys.type.d.ts +7 -0
- package/dist/esm/type/utility/index.d.ts +7 -0
- package/dist/esm/type/validator/has-paired-custom-suffixes-fields/index.d.ts +2 -0
- package/dist/esm/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +7 -0
- package/dist/esm/type/validator/index.d.ts +1 -0
- package/dist/esm/utility/api/controller/apply/decorators.utility.d.ts +21 -0
- package/dist/esm/utility/api/controller/apply/decorators.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/apply/index.d.ts +2 -0
- package/dist/esm/utility/api/controller/apply/metadata.utility.d.ts +19 -0
- package/dist/esm/utility/api/controller/apply/metadata.utility.js +2 -2
- package/dist/esm/utility/api/controller/apply/metadata.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get/dto.utility.d.ts +19 -0
- package/dist/esm/utility/api/controller/get/dto.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get/index.d.ts +3 -0
- package/dist/esm/utility/api/controller/get/method-name.utility.d.ts +8 -0
- package/dist/esm/utility/api/controller/get/method-name.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get/primary-column.utility.d.ts +12 -0
- package/dist/esm/utility/api/controller/get/primary-column.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get-list/index.d.ts +1 -0
- package/dist/esm/utility/api/controller/get-list/transform/filter.utility.d.ts +12 -0
- package/dist/esm/utility/api/controller/get-list/transform/filter.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/get-list/transform/index.d.ts +2 -0
- package/dist/esm/utility/api/controller/get-list/transform/operation.utility.d.ts +10 -0
- package/dist/esm/utility/api/controller/get-list/transform/operation.utility.js +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.d.ts +20 -0
- package/dist/esm/utility/api/controller/handle-request-relations.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/index.d.ts +8 -0
- package/dist/esm/utility/api/controller/serialize-route-response.utility.d.ts +14 -0
- package/dist/esm/utility/api/controller/serialize-route-response.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/transform-data.utility.d.ts +18 -0
- package/dist/esm/utility/api/controller/transform-data.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/validate-request.utility.d.ts +14 -0
- package/dist/esm/utility/api/controller/validate-request.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/write/dto-swagger.utility.d.ts +19 -0
- package/dist/esm/utility/api/controller/write/dto-swagger.utility.js +1 -1
- package/dist/esm/utility/api/controller/write/dto-swagger.utility.js.map +1 -1
- package/dist/esm/utility/api/controller/write/index.d.ts +2 -0
- package/dist/esm/utility/api/controller/write/method.utility.d.ts +18 -0
- package/dist/esm/utility/api/controller/write/method.utility.js.map +1 -1
- package/dist/esm/utility/api/filter-order-by-from-entity.utility.d.ts +19 -0
- package/dist/esm/utility/api/filter-order-by-from-entity.utility.js.map +1 -1
- package/dist/esm/utility/api/function-transaction.utility.d.ts +20 -0
- package/dist/esm/utility/api/function-transaction.utility.js.map +1 -1
- package/dist/esm/utility/api/get-default-string-format-properties.utility.d.ts +21 -0
- package/dist/esm/utility/api/get-default-string-format-properties.utility.js.map +1 -1
- package/dist/esm/utility/api/index.d.ts +4 -0
- package/dist/esm/utility/api/route/index.d.ts +1 -0
- package/dist/esm/utility/api/route/response/index.d.ts +2 -0
- package/dist/esm/utility/api/route/response/project-relation.utility.d.ts +11 -0
- package/dist/esm/utility/api/route/response/project-relation.utility.js.map +1 -1
- package/dist/esm/utility/api/route/response/serialize.utility.d.ts +11 -0
- package/dist/esm/utility/api/route/response/serialize.utility.js.map +1 -1
- package/dist/esm/utility/apply-auto-dto-response-exposure.utility.d.ts +14 -0
- package/dist/esm/utility/apply-auto-dto-response-exposure.utility.js.map +1 -1
- package/dist/esm/utility/authorization/decision/apply-result.utility.d.ts +12 -0
- package/dist/esm/utility/authorization/decision/apply-result.utility.js.map +1 -1
- package/dist/esm/utility/authorization/decision/attach-resource.utility.d.ts +11 -0
- package/dist/esm/utility/authorization/decision/attach-resource.utility.js.map +1 -1
- package/dist/esm/utility/authorization/decision/index.d.ts +3 -0
- package/dist/esm/utility/authorization/decision/resolve-from-request.utility.d.ts +12 -0
- package/dist/esm/utility/authorization/decision/resolve-from-request.utility.js.map +1 -1
- package/dist/esm/utility/authorization/index.d.ts +4 -0
- package/dist/esm/utility/authorization/permission/index.d.ts +2 -0
- package/dist/esm/utility/authorization/permission/matches.utility.js.map +1 -1
- package/dist/esm/utility/authorization/permission/set-matches.utility.d.ts +13 -0
- package/dist/esm/utility/authorization/permission/set-matches.utility.js.map +1 -1
- package/dist/esm/utility/authorization/resolve-default-principal.utility.d.ts +7 -0
- package/dist/esm/utility/authorization/resolve-default-principal.utility.js.map +1 -1
- package/dist/esm/utility/authorization/scope-merge-where.utility.d.ts +10 -0
- 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/index.d.ts +1 -0
- package/dist/esm/utility/database/typeorm/get/foreign-key-violation-details.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/get/index.d.ts +2 -0
- package/dist/esm/utility/database/typeorm/get/unique-violation-details.utility.js.map +1 -1
- package/dist/esm/utility/database/typeorm/index.d.ts +6 -0
- package/dist/esm/utility/database/typeorm/is/entity/index.d.ts +2 -0
- 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/index.d.ts +3 -0
- 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/index.d.ts +2 -0
- package/dist/esm/utility/dto/auto/context/pop.utility.js.map +1 -1
- package/dist/esm/utility/dto/auto/context/push.utility.d.ts +9 -0
- package/dist/esm/utility/dto/auto/context/push.utility.js.map +1 -1
- package/dist/esm/utility/dto/auto/index.d.ts +1 -0
- package/dist/esm/utility/dto/build-decorator.utility.d.ts +21 -0
- package/dist/esm/utility/dto/build-decorator.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/cache-key.utility.d.ts +7 -0
- package/dist/esm/utility/dto/generate/cache-key.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/core.utility.d.ts +21 -0
- package/dist/esm/utility/dto/generate/core.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/decorator.utility.d.ts +19 -0
- package/dist/esm/utility/dto/generate/decorator.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/dynamic.utility.d.ts +21 -0
- 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.d.ts +12 -0
- package/dist/esm/utility/dto/generate/filter-decorator.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/get-list-response.utility.d.ts +12 -0
- package/dist/esm/utility/dto/generate/get-list-response.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/index.d.ts +8 -0
- package/dist/esm/utility/dto/generate/manual-child.utility.d.ts +20 -0
- package/dist/esm/utility/dto/generate/manual-child.utility.js.map +1 -1
- package/dist/esm/utility/dto/generate/relation-response.utility.d.ts +14 -0
- package/dist/esm/utility/dto/generate/relation-response.utility.js.map +1 -1
- package/dist/esm/utility/dto/get/decorator-config.utility.d.ts +16 -0
- 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.d.ts +16 -0
- package/dist/esm/utility/dto/get/get-list-query-base-class.utility.js.map +1 -1
- package/dist/esm/utility/dto/get/index.d.ts +2 -0
- package/dist/esm/utility/dto/handle-date-property.utility.d.ts +13 -0
- package/dist/esm/utility/dto/handle-date-property.utility.js.map +1 -1
- package/dist/esm/utility/dto/index.d.ts +7 -0
- package/dist/esm/utility/dto/is/index.d.ts +2 -0
- package/dist/esm/utility/dto/is/property/exposed-for-guard.utility.d.ts +13 -0
- package/dist/esm/utility/dto/is/property/exposed-for-guard.utility.js.map +1 -1
- package/dist/esm/utility/dto/is/property/index.d.ts +2 -0
- package/dist/esm/utility/dto/is/property/should-be-marked.utility.d.ts +15 -0
- 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.d.ts +12 -0
- package/dist/esm/utility/dto/is/should-be-generated.utility.js.map +1 -1
- package/dist/esm/utility/dto/manual/property-metadata.utility.d.ts +16 -0
- package/dist/esm/utility/dto/manual/property-metadata.utility.js.map +1 -1
- package/dist/esm/utility/dto/validate-property-config.utility.d.ts +2 -0
- 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/index.d.ts +2 -0
- package/dist/esm/utility/error/string.utility.d.ts +9 -0
- 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.d.ts +9 -0
- package/dist/esm/utility/generate-entity-information.utility.js.map +1 -1
- package/dist/esm/utility/get/auto-dto-context.utility.d.ts +7 -0
- package/dist/esm/utility/get/auto-dto-context.utility.js.map +1 -1
- package/dist/esm/utility/get/entity-columns.utility.d.ts +8 -0
- package/dist/esm/utility/get/entity-columns.utility.js.map +1 -1
- package/dist/esm/utility/get/index.d.ts +2 -0
- package/dist/esm/utility/index.d.ts +17 -0
- package/dist/esm/utility/is/entity/constructor.utility.d.ts +8 -0
- package/dist/esm/utility/is/entity/constructor.utility.js.map +1 -1
- package/dist/esm/utility/is/entity/factory.utility.d.ts +8 -0
- package/dist/esm/utility/is/entity/factory.utility.js.map +1 -1
- package/dist/esm/utility/is/entity/index.d.ts +3 -0
- package/dist/esm/utility/is/entity/literal.utility.d.ts +7 -0
- package/dist/esm/utility/is/entity/literal.utility.js.map +1 -1
- package/dist/esm/utility/is/error-of-type.utility.d.ts +8 -0
- package/dist/esm/utility/is/error-of-type.utility.js.map +1 -1
- package/dist/esm/utility/is/index.d.ts +2 -0
- 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.d.ts +13 -0
- package/dist/esm/utility/resolve/decorator-context.utility.js.map +1 -1
- package/dist/esm/utility/resolve/index.d.ts +2 -0
- package/dist/esm/utility/resolve/property-entity.utility.d.ts +16 -0
- package/dist/esm/utility/resolve/property-entity.utility.js.map +1 -1
- package/dist/esm/utility/with-resolved-property-entity.utility.d.ts +11 -0
- 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/index.d.ts +1 -0
- package/dist/esm/validator/has/at/least/index.d.ts +1 -0
- 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/index.d.ts +3 -0
- 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/index.d.ts +2 -0
- package/dist/esm/validator/has/paired-custom-suffixes-fields.validator.js.map +1 -1
- package/dist/esm/validator/index.d.ts +5 -0
- package/dist/esm/validator/is-regular-expression.validator.js.map +1 -1
- package/dist/esm/validator/must-match-one-of-schemas.validator.d.ts +36 -0
- 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 +1 -1
- package/dist/cjs/src/class/api/authorization/bootstrap-validation.service.class.d.ts +0 -14
- package/dist/cjs/src/class/api/authorization/cache-invalidation.service.class.d.ts +0 -7
- package/dist/cjs/src/class/api/authorization/engine.class.d.ts +0 -8
- package/dist/cjs/src/class/api/authorization/guard.class.d.ts +0 -13
- package/dist/cjs/src/class/api/authorization/hook-permission-resolver.class.d.ts +0 -10
- package/dist/cjs/src/class/api/authorization/iam/attachment-resolver.class.d.ts +0 -11
- package/dist/cjs/src/class/api/authorization/iam/document-resolver.class.d.ts +0 -10
- package/dist/cjs/src/class/api/authorization/iam/document-validator.class.d.ts +0 -7
- package/dist/cjs/src/class/api/authorization/iam/engine.class.d.ts +0 -30
- package/dist/cjs/src/class/api/authorization/iam/index.d.ts +0 -5
- package/dist/cjs/src/class/api/authorization/iam/query-planner.class.d.ts +0 -20
- package/dist/cjs/src/class/api/authorization/index.d.ts +0 -9
- package/dist/cjs/src/class/api/authorization/policy/base.class.d.ts +0 -68
- package/dist/cjs/src/class/api/authorization/policy/discovery-service.class.d.ts +0 -10
- package/dist/cjs/src/class/api/authorization/policy/executor.class.d.ts +0 -7
- package/dist/cjs/src/class/api/authorization/policy/index.d.ts +0 -5
- package/dist/cjs/src/class/api/authorization/policy/registry.class.d.ts +0 -30
- package/dist/cjs/src/class/api/authorization/policy/subscriber-wrapper.class.d.ts +0 -10
- package/dist/cjs/src/class/api/authorization/runtime.class.d.ts +0 -38
- package/dist/cjs/src/class/api/authorization/simulator.class.d.ts +0 -20
- package/dist/cjs/src/class/api/function/context-storage.class.d.ts +0 -7
- package/dist/cjs/src/class/api/function/custom-runtime.class.d.ts +0 -19
- package/dist/cjs/src/class/api/function/index.d.ts +0 -1
- package/dist/cjs/src/class/api/index.d.ts +0 -4
- package/dist/cjs/src/class/api/route-runtime.class.d.ts +0 -21
- package/dist/cjs/src/class/api/service-base.class.d.ts +0 -18
- package/dist/cjs/src/class/api/subscriber/base.class.d.ts +0 -3
- package/dist/cjs/src/class/api/subscriber/executor.class.d.ts +0 -16
- package/dist/cjs/src/class/api/subscriber/function-base.class.d.ts +0 -10
- package/dist/cjs/src/class/api/subscriber/index.d.ts +0 -7
- package/dist/cjs/src/class/api/subscriber/registry.class.d.ts +0 -18
- package/dist/cjs/src/class/api/subscriber/route-base.class.d.ts +0 -10
- package/dist/cjs/src/class/api/subscriber/wrapper.class.d.ts +0 -18
- package/dist/cjs/src/class/index.d.ts +0 -6
- package/dist/cjs/src/class/metadata-storage.class.d.ts +0 -18
- package/dist/cjs/src/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +0 -11
- package/dist/cjs/src/class/utility/dto/exception/details/index.d.ts +0 -2
- package/dist/cjs/src/class/utility/dto/exception/details/unique-violation.class.d.ts +0 -9
- package/dist/cjs/src/class/utility/dto/exception/index.d.ts +0 -1
- package/dist/cjs/src/class/utility/dto/index.d.ts +0 -3
- package/dist/cjs/src/class/utility/dto/property/factory/boolean.class.d.ts +0 -7
- package/dist/cjs/src/class/utility/dto/property/factory/date.class.d.ts +0 -7
- package/dist/cjs/src/class/utility/dto/property/factory/enum.class.d.ts +0 -7
- package/dist/cjs/src/class/utility/dto/property/factory/index.d.ts +0 -8
- package/dist/cjs/src/class/utility/dto/property/factory/number.class.d.ts +0 -8
- package/dist/cjs/src/class/utility/dto/property/factory/object.class.d.ts +0 -8
- package/dist/cjs/src/class/utility/dto/property/factory/relation.class.d.ts +0 -8
- package/dist/cjs/src/class/utility/dto/property/factory/string.class.d.ts +0 -7
- package/dist/cjs/src/class/utility/dto/property/factory/uuid.class.d.ts +0 -7
- package/dist/cjs/src/class/utility/dto/property/index.d.ts +0 -1
- package/dist/cjs/src/class/utility/dto/strategy/body.class.d.ts +0 -6
- package/dist/cjs/src/class/utility/dto/strategy/index.d.ts +0 -4
- package/dist/cjs/src/class/utility/dto/strategy/query.class.d.ts +0 -6
- package/dist/cjs/src/class/utility/dto/strategy/request.class.d.ts +0 -6
- package/dist/cjs/src/class/utility/dto/strategy/response.class.d.ts +0 -6
- package/dist/cjs/src/class/utility/index.d.ts +0 -1
- package/dist/cjs/src/constant/class/authorization/index.d.ts +0 -7
- package/dist/cjs/src/constant/class/authorization/policy/index.d.ts +0 -3
- package/dist/cjs/src/constant/class/index.d.ts +0 -1
- package/dist/cjs/src/constant/decorator/api/function.constant.d.ts +0 -4
- package/dist/cjs/src/constant/decorator/api/index.d.ts +0 -4
- package/dist/cjs/src/constant/decorator/index.d.ts +0 -1
- package/dist/cjs/src/constant/dto/index.d.ts +0 -5
- package/dist/cjs/src/constant/index.d.ts +0 -9
- package/dist/cjs/src/constant/interface/api/index.d.ts +0 -2
- package/dist/cjs/src/constant/interface/api/property/default-string-format.constant.d.ts +0 -4
- package/dist/cjs/src/constant/interface/api/property/index.d.ts +0 -3
- package/dist/cjs/src/constant/interface/index.d.ts +0 -1
- package/dist/cjs/src/constant/utility/dto/constant.d.ts +0 -7
- package/dist/cjs/src/constant/utility/dto/index.d.ts +0 -2
- package/dist/cjs/src/constant/utility/index.d.ts +0 -1
- package/dist/cjs/src/constant/validator/index.d.ts +0 -1
- package/dist/cjs/src/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +0 -5
- package/dist/cjs/src/decorator/api/authorization-policy.decorator.d.ts +0 -10
- package/dist/cjs/src/decorator/api/controller/decorator.d.ts +0 -27
- package/dist/cjs/src/decorator/api/controller/index.d.ts +0 -3
- package/dist/cjs/src/decorator/api/function/create.decorator.d.ts +0 -10
- package/dist/cjs/src/decorator/api/function/custom.decorator.d.ts +0 -9
- package/dist/cjs/src/decorator/api/function/decorator.d.ts +0 -11
- package/dist/cjs/src/decorator/api/function/delete.decorator.d.ts +0 -10
- package/dist/cjs/src/decorator/api/function/get/decorator.d.ts +0 -10
- package/dist/cjs/src/decorator/api/function/get/index.d.ts +0 -3
- package/dist/cjs/src/decorator/api/function/get/list.decorator.d.ts +0 -10
- package/dist/cjs/src/decorator/api/function/get/many.decorator.d.ts +0 -10
- package/dist/cjs/src/decorator/api/function/index.d.ts +0 -6
- package/dist/cjs/src/decorator/api/function/update.decorator.d.ts +0 -10
- package/dist/cjs/src/decorator/api/index.d.ts +0 -8
- package/dist/cjs/src/decorator/api/method.decorator.d.ts +0 -9
- package/dist/cjs/src/decorator/api/property/boolean.decorator.d.ts +0 -54
- package/dist/cjs/src/decorator/api/property/copy.decorator.d.ts +0 -36
- package/dist/cjs/src/decorator/api/property/date.decorator.d.ts +0 -58
- package/dist/cjs/src/decorator/api/property/describe.decorator.d.ts +0 -85
- package/dist/cjs/src/decorator/api/property/enum.decorator.d.ts +0 -77
- package/dist/cjs/src/decorator/api/property/index.d.ts +0 -9
- package/dist/cjs/src/decorator/api/property/number.decorator.d.ts +0 -69
- package/dist/cjs/src/decorator/api/property/object.decorator.d.ts +0 -29
- package/dist/cjs/src/decorator/api/property/string.decorator.d.ts +0 -70
- package/dist/cjs/src/decorator/api/property/uuid.decorator.d.ts +0 -44
- package/dist/cjs/src/decorator/api/route-custom.decorator.d.ts +0 -9
- package/dist/cjs/src/decorator/api/service/decorator.d.ts +0 -11
- package/dist/cjs/src/decorator/api/service/index.d.ts +0 -2
- package/dist/cjs/src/decorator/api/subscriber/function.decorator.d.ts +0 -28
- package/dist/cjs/src/decorator/api/subscriber/index.d.ts +0 -2
- package/dist/cjs/src/decorator/api/subscriber/route.decorator.d.ts +0 -28
- package/dist/cjs/src/decorator/index.d.ts +0 -1
- package/dist/cjs/src/enum/class/authorization/index.d.ts +0 -6
- package/dist/cjs/src/enum/class/authorization/policy/index.d.ts +0 -4
- package/dist/cjs/src/enum/class/index.d.ts +0 -1
- package/dist/cjs/src/enum/decorator/api/controller/index.d.ts +0 -4
- package/dist/cjs/src/enum/decorator/api/controller/request/index.d.ts +0 -2
- package/dist/cjs/src/enum/decorator/api/index.d.ts +0 -9
- package/dist/cjs/src/enum/decorator/api/property/date/index.d.ts +0 -2
- package/dist/cjs/src/enum/decorator/api/property/index.d.ts +0 -5
- package/dist/cjs/src/enum/decorator/index.d.ts +0 -1
- package/dist/cjs/src/enum/filter/index.d.ts +0 -2
- package/dist/cjs/src/enum/index.d.ts +0 -6
- package/dist/cjs/src/enum/utility/error-string/index.d.ts +0 -2
- package/dist/cjs/src/enum/utility/index.d.ts +0 -3
- package/dist/cjs/src/enum/validator/index.d.ts +0 -2
- package/dist/cjs/src/factory/api-controller.factory.d.ts +0 -21
- package/dist/cjs/src/factory/index.d.ts +0 -1
- package/dist/cjs/src/index.d.ts +0 -11
- package/dist/cjs/src/interceptor/index.d.ts +0 -1
- package/dist/cjs/src/interface/api/authentication-request.interface.d.ts +0 -7
- package/dist/cjs/src/interface/api/index.d.ts +0 -3
- package/dist/cjs/src/interface/api/request-validator.interface.d.ts +0 -8
- package/dist/cjs/src/interface/class/api/authorization/audit-sink.interface.d.ts +0 -5
- package/dist/cjs/src/interface/class/api/authorization/decision/index.d.ts +0 -4
- package/dist/cjs/src/interface/class/api/authorization/decision/interface.d.ts +0 -22
- package/dist/cjs/src/interface/class/api/authorization/decision/rule-trace.interface.d.ts +0 -8
- package/dist/cjs/src/interface/class/api/authorization/decision/statement-trace.interface.d.ts +0 -8
- package/dist/cjs/src/interface/class/api/authorization/decision/trace.interface.d.ts +0 -15
- package/dist/cjs/src/interface/class/api/authorization/engine.interface.d.ts +0 -6
- package/dist/cjs/src/interface/class/api/authorization/evaluate-options.interface.d.ts +0 -13
- package/dist/cjs/src/interface/class/api/authorization/hook-permission-source.interface.d.ts +0 -4
- package/dist/cjs/src/interface/class/api/authorization/iam-module-options.interface.d.ts +0 -6
- package/dist/cjs/src/interface/class/api/authorization/index.d.ts +0 -13
- package/dist/cjs/src/interface/class/api/authorization/module-options/async.interface.d.ts +0 -9
- package/dist/cjs/src/interface/class/api/authorization/module-options/factory.interface.d.ts +0 -4
- package/dist/cjs/src/interface/class/api/authorization/module-options/index.d.ts +0 -3
- package/dist/cjs/src/interface/class/api/authorization/module-options/interface.d.ts +0 -8
- package/dist/cjs/src/interface/class/api/authorization/policy/attachment/index.d.ts +0 -3
- package/dist/cjs/src/interface/class/api/authorization/policy/attachment/interface.d.ts +0 -7
- package/dist/cjs/src/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +0 -5
- package/dist/cjs/src/interface/class/api/authorization/policy/attachment/source.interface.d.ts +0 -5
- package/dist/cjs/src/interface/class/api/authorization/policy/build-options.interface.d.ts +0 -17
- package/dist/cjs/src/interface/class/api/authorization/policy/document/index.d.ts +0 -4
- package/dist/cjs/src/interface/class/api/authorization/policy/document/interface.d.ts +0 -5
- package/dist/cjs/src/interface/class/api/authorization/policy/document/record.interface.d.ts +0 -9
- package/dist/cjs/src/interface/class/api/authorization/policy/document/source.interface.d.ts +0 -4
- package/dist/cjs/src/interface/class/api/authorization/policy/document/statement.interface.d.ts +0 -8
- package/dist/cjs/src/interface/class/api/authorization/policy/index.d.ts +0 -7
- package/dist/cjs/src/interface/class/api/authorization/policy/interface.d.ts +0 -10
- package/dist/cjs/src/interface/class/api/authorization/policy/registry.interface.d.ts +0 -14
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +0 -19
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/context/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +0 -21
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/index.d.ts +0 -6
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/interface.d.ts +0 -15
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +0 -6
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +0 -11
- package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +0 -13
- package/dist/cjs/src/interface/class/api/authorization/principal/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/authorization/principal/interface.d.ts +0 -9
- package/dist/cjs/src/interface/class/api/authorization/principal/resolver.interface.d.ts +0 -5
- package/dist/cjs/src/interface/class/api/authorization/request-metadata.interface.d.ts +0 -10
- package/dist/cjs/src/interface/class/api/authorization/resource/definition.interface.d.ts +0 -9
- package/dist/cjs/src/interface/class/api/authorization/resource/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/authorization/rule/context.interface.d.ts +0 -7
- package/dist/cjs/src/interface/class/api/authorization/rule/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/authorization/rule/interface.d.ts +0 -15
- package/dist/cjs/src/interface/class/api/authorization/scope.interface.d.ts +0 -5
- package/dist/cjs/src/interface/class/api/function/context/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/function/context/interface.d.ts +0 -10
- package/dist/cjs/src/interface/class/api/function/context/operations.interface.d.ts +0 -13
- package/dist/cjs/src/interface/class/api/function/index.d.ts +0 -1
- package/dist/cjs/src/interface/class/api/index.d.ts +0 -4
- package/dist/cjs/src/interface/class/api/route/index.d.ts +0 -1
- package/dist/cjs/src/interface/class/api/route/runtime/context-data.interface.d.ts +0 -10
- package/dist/cjs/src/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +0 -9
- package/dist/cjs/src/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +0 -14
- package/dist/cjs/src/interface/class/api/route/runtime/generated/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/route/runtime/generated/targets.interface.d.ts +0 -12
- package/dist/cjs/src/interface/class/api/route/runtime/http-request.interface.d.ts +0 -8
- package/dist/cjs/src/interface/class/api/route/runtime/index.d.ts +0 -4
- package/dist/cjs/src/interface/class/api/subscriber/error-execution-context.interface.d.ts +0 -15
- package/dist/cjs/src/interface/class/api/subscriber/execution-context.interface.d.ts +0 -19
- package/dist/cjs/src/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +0 -13
- package/dist/cjs/src/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +0 -59
- package/dist/cjs/src/interface/class/api/subscriber/function/execution/context.interface.d.ts +0 -30
- package/dist/cjs/src/interface/class/api/subscriber/function/execution/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/subscriber/function/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/subscriber/function.interface.d.ts +0 -37
- package/dist/cjs/src/interface/class/api/subscriber/index.d.ts +0 -7
- package/dist/cjs/src/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +0 -13
- package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +0 -36
- package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/data/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +0 -32
- package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/interface.d.ts +0 -11
- package/dist/cjs/src/interface/class/api/subscriber/route/execution/index.d.ts +0 -1
- package/dist/cjs/src/interface/class/api/subscriber/route/index.d.ts +0 -2
- package/dist/cjs/src/interface/class/api/subscriber/route.interface.d.ts +0 -103
- package/dist/cjs/src/interface/class/dto-strategy.interface.d.ts +0 -5
- package/dist/cjs/src/interface/class/index.d.ts +0 -3
- package/dist/cjs/src/interface/decorator/api/controller/base.interface.d.ts +0 -4
- package/dist/cjs/src/interface/decorator/api/controller/index.d.ts +0 -3
- package/dist/cjs/src/interface/decorator/api/controller/properties/authorization.interface.d.ts +0 -8
- package/dist/cjs/src/interface/decorator/api/controller/properties/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +0 -4
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +0 -4
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/index.d.ts +0 -7
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +0 -4
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +0 -5
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +0 -10
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/response/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +0 -7
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +0 -4
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/index.d.ts +0 -5
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +0 -12
- package/dist/cjs/src/interface/decorator/api/controller/properties/route/with/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/controller/properties.interface.d.ts +0 -13
- package/dist/cjs/src/interface/decorator/api/function/create-executor-properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/function/custom-properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/function/delete-executor-properties.interface.d.ts +0 -10
- package/dist/cjs/src/interface/decorator/api/function/get/executor-properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/function/get/index.d.ts +0 -3
- package/dist/cjs/src/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/function/index.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/function/properties.interface.d.ts +0 -8
- package/dist/cjs/src/interface/decorator/api/function/update-executor-properties.interface.d.ts +0 -11
- package/dist/cjs/src/interface/decorator/api/index.d.ts +0 -7
- package/dist/cjs/src/interface/decorator/api/method/index.d.ts +0 -1
- package/dist/cjs/src/interface/decorator/api/method/properties.interface.d.ts +0 -5
- package/dist/cjs/src/interface/decorator/api/route/custom-properties.interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/route/index.d.ts +0 -7
- package/dist/cjs/src/interface/decorator/api/route/metadata/index.d.ts +0 -3
- package/dist/cjs/src/interface/decorator/api/route/metadata/interface.d.ts +0 -15
- package/dist/cjs/src/interface/decorator/api/route/metadata/resource.interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/route/metadata/route.interface.d.ts +0 -7
- package/dist/cjs/src/interface/decorator/api/route/response/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/route/response/properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/route/runtime-properties.interface.d.ts +0 -11
- package/dist/cjs/src/interface/decorator/api/route/security/authentication-properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/api/route/security/authorization-properties.interface.d.ts +0 -4
- package/dist/cjs/src/interface/decorator/api/route/security/index.d.ts +0 -3
- package/dist/cjs/src/interface/decorator/api/route/security/properties.interface.d.ts +0 -6
- package/dist/cjs/src/interface/decorator/api/route/throttling/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/route/throttling/properties.interface.d.ts +0 -4
- package/dist/cjs/src/interface/decorator/api/subscriber/function/filter.interface.d.ts +0 -5
- package/dist/cjs/src/interface/decorator/api/subscriber/function/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/subscriber/function/properties.interface.d.ts +0 -7
- package/dist/cjs/src/interface/decorator/api/subscriber/index.d.ts +0 -2
- package/dist/cjs/src/interface/decorator/api/subscriber/route-properties.interface.d.ts +0 -9
- package/dist/cjs/src/interface/decorator/index.d.ts +0 -1
- package/dist/cjs/src/interface/dto-generate-factory.interface.d.ts +0 -7
- package/dist/cjs/src/interface/entity/index.d.ts +0 -2
- package/dist/cjs/src/interface/entity/interface.d.ts +0 -7
- package/dist/cjs/src/interface/index.d.ts +0 -8
- package/dist/cjs/src/interface/utility/api/index.d.ts +0 -1
- package/dist/cjs/src/interface/utility/dto-generate-cache-key.interface.d.ts +0 -9
- package/dist/cjs/src/interface/utility/get-entity-columns-properties.interface.d.ts +0 -6
- package/dist/cjs/src/interface/utility/index.d.ts +0 -3
- package/dist/cjs/src/interface/validator/index.d.ts +0 -1
- package/dist/cjs/src/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +0 -6
- package/dist/cjs/src/module/api/authorization.module.d.ts +0 -14
- package/dist/cjs/src/module/api/index.d.ts +0 -2
- package/dist/cjs/src/module/index.d.ts +0 -1
- package/dist/cjs/src/type/api-request-transformer.type.d.ts +0 -16
- package/dist/cjs/src/type/auto-context-metadata.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/guard-request.type.d.ts +0 -11
- package/dist/cjs/src/type/class/api/authorization/index.d.ts +0 -4
- package/dist/cjs/src/type/class/api/authorization/policy/before/create-result.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/before/delete-result.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/before/get/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/authorization/policy/before/get/list-result.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/before/get/result.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/before/index.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/before/update-result.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/context/before/create-context.type.d.ts +0 -8
- package/dist/cjs/src/type/class/api/authorization/policy/context/before/get/context.type.d.ts +0 -7
- package/dist/cjs/src/type/class/api/authorization/policy/context/before/get/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +0 -8
- package/dist/cjs/src/type/class/api/authorization/policy/context/before/index.d.ts +0 -4
- package/dist/cjs/src/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +0 -9
- package/dist/cjs/src/type/class/api/authorization/policy/context/before/update-context.type.d.ts +0 -9
- package/dist/cjs/src/type/class/api/authorization/policy/context/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +0 -7
- package/dist/cjs/src/type/class/api/authorization/policy/custom-action-result.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/authorization/policy/hook/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/authorization/policy/hook/result.type.d.ts +0 -8
- package/dist/cjs/src/type/class/api/authorization/policy/hook/type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/index.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/subscriber/index.d.ts +0 -3
- package/dist/cjs/src/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/index.d.ts +0 -1
- package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +0 -3
- package/dist/cjs/src/type/class/api/authorization/rule/condition.type.d.ts +0 -3
- package/dist/cjs/src/type/class/api/authorization/rule/index.d.ts +0 -4
- package/dist/cjs/src/type/class/api/authorization/rule/result-transform.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/authorization/rule/scope-resolver.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/authorization/rule/transform-payload.type.d.ts +0 -3
- package/dist/cjs/src/type/class/api/authorization/scope-where.type.d.ts +0 -3
- package/dist/cjs/src/type/class/api/index.d.ts +0 -1
- package/dist/cjs/src/type/class/api/subscriber/function/after/create-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/function/after/delete-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/function/after/get/context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/function/after/get/index.d.ts +0 -3
- package/dist/cjs/src/type/class/api/subscriber/function/after/get/list-context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/function/after/get/many-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/function/after/index.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/function/after/update-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/function/before/create-context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/function/before/delete-context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/function/before/get/context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/function/before/get/index.d.ts +0 -3
- package/dist/cjs/src/type/class/api/subscriber/function/before/get/list-context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/function/before/get/many-context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/function/before/index.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/function/before/update-context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/function/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/subscriber/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/subscriber/route/after/create-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/route/after/delete-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/route/after/get/context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/route/after/get/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/subscriber/route/after/get/list-context.type.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/route/after/index.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/route/after/update-context.type.d.ts +0 -4
- package/dist/cjs/src/type/class/api/subscriber/route/before/create-context.type.d.ts +0 -11
- package/dist/cjs/src/type/class/api/subscriber/route/before/delete-context.type.d.ts +0 -10
- package/dist/cjs/src/type/class/api/subscriber/route/before/get/context.type.d.ts +0 -10
- package/dist/cjs/src/type/class/api/subscriber/route/before/get/index.d.ts +0 -2
- package/dist/cjs/src/type/class/api/subscriber/route/before/get/list-context.type.d.ts +0 -12
- package/dist/cjs/src/type/class/api/subscriber/route/before/index.d.ts +0 -5
- package/dist/cjs/src/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +0 -12
- package/dist/cjs/src/type/class/api/subscriber/route/before/update-context.type.d.ts +0 -12
- package/dist/cjs/src/type/class/api/subscriber/route/index.d.ts +0 -2
- package/dist/cjs/src/type/class/controller-method.type.d.ts +0 -5
- package/dist/cjs/src/type/class/index.d.ts +0 -4
- package/dist/cjs/src/type/class/metadata.type.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/controller/constructor.type.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/controller/get-list-query.type.d.ts +0 -8
- package/dist/cjs/src/type/decorator/api/controller/index.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/controller/properties/index.d.ts +0 -1
- package/dist/cjs/src/type/decorator/api/controller/properties/route/base/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +0 -9
- package/dist/cjs/src/type/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +0 -10
- package/dist/cjs/src/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +0 -10
- package/dist/cjs/src/type/decorator/api/controller/properties/route/index.d.ts +0 -1
- package/dist/cjs/src/type/decorator/api/controller/properties-route.type.d.ts +0 -3
- package/dist/cjs/src/type/decorator/api/controller/transformer-config.type.d.ts +0 -8
- package/dist/cjs/src/type/decorator/api/filter/extracted-allowed-types.type.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/filter/index.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/filter/order-by.type.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/function/get/index.d.ts +0 -3
- package/dist/cjs/src/type/decorator/api/function/get/list/index.d.ts +0 -1
- package/dist/cjs/src/type/decorator/api/function/get/list/properties/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/function/index.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/function/properties.type.d.ts +0 -9
- package/dist/cjs/src/type/decorator/api/function/update/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/index.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/property/base/array/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/property/base/index.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/property/base/properties.type.d.ts +0 -8
- package/dist/cjs/src/type/decorator/api/property/copy-properties.type.d.ts +0 -13
- package/dist/cjs/src/type/decorator/api/property/date-properties.type.d.ts +0 -6
- package/dist/cjs/src/type/decorator/api/property/default/index.d.ts +0 -1
- package/dist/cjs/src/type/decorator/api/property/default/string/format/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/property/default/string/format/properties.type.d.ts +0 -9
- package/dist/cjs/src/type/decorator/api/property/default/string/format/type.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/property/default/string/index.d.ts +0 -1
- package/dist/cjs/src/type/decorator/api/property/describe/array/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/property/describe/base-properties.type.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/property/describe/boolean-properties.type.d.ts +0 -7
- package/dist/cjs/src/type/decorator/api/property/describe/date-properties.type.d.ts +0 -8
- package/dist/cjs/src/type/decorator/api/property/describe/dto/body-properties.type.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/property/describe/dto/index.d.ts +0 -6
- package/dist/cjs/src/type/decorator/api/property/describe/dto/properties.type.d.ts +0 -13
- package/dist/cjs/src/type/decorator/api/property/describe/dto/query/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/property/describe/dto/query/properties.type.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/property/describe/dto/request-properties.type.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/property/describe/dto/response-properties.type.d.ts +0 -5
- package/dist/cjs/src/type/decorator/api/property/describe/enum-properties.type.d.ts +0 -9
- package/dist/cjs/src/type/decorator/api/property/describe/index.d.ts +0 -14
- package/dist/cjs/src/type/decorator/api/property/describe/number-properties.type.d.ts +0 -12
- package/dist/cjs/src/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +0 -15
- package/dist/cjs/src/type/decorator/api/property/describe/object/index.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/property/describe/object/properties.type.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +0 -14
- package/dist/cjs/src/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +0 -12
- package/dist/cjs/src/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/property/describe/properties/base/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/property/describe/properties/base/properties.type.d.ts +0 -10
- package/dist/cjs/src/type/decorator/api/property/describe/properties/index.d.ts +0 -1
- package/dist/cjs/src/type/decorator/api/property/describe/properties.type.d.ts +0 -9
- package/dist/cjs/src/type/decorator/api/property/describe/relation-properties.type.d.ts +0 -6
- package/dist/cjs/src/type/decorator/api/property/describe/string-properties.type.d.ts +0 -12
- package/dist/cjs/src/type/decorator/api/property/describe/uuid-properties.type.d.ts +0 -7
- package/dist/cjs/src/type/decorator/api/property/entity.type.d.ts +0 -3
- package/dist/cjs/src/type/decorator/api/property/enum-properties.type.d.ts +0 -6
- package/dist/cjs/src/type/decorator/api/property/index.d.ts +0 -11
- package/dist/cjs/src/type/decorator/api/property/number-properties.type.d.ts +0 -9
- package/dist/cjs/src/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +0 -16
- package/dist/cjs/src/type/decorator/api/property/object/index.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/property/object/properties.type.d.ts +0 -4
- package/dist/cjs/src/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +0 -15
- package/dist/cjs/src/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +0 -10
- package/dist/cjs/src/type/decorator/api/property/string-properties.type.d.ts +0 -9
- package/dist/cjs/src/type/decorator/api/property/uuid-properties.type.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/service/index.d.ts +0 -2
- package/dist/cjs/src/type/decorator/api/service/keys.type.d.ts +0 -4
- package/dist/cjs/src/type/decorator/index.d.ts +0 -1
- package/dist/cjs/src/type/factory/api/controller/index.d.ts +0 -2
- package/dist/cjs/src/type/factory/api/controller/method/index.d.ts +0 -3
- package/dist/cjs/src/type/factory/api/controller/method/map.type.d.ts +0 -13
- package/dist/cjs/src/type/factory/api/controller/method/name-map.type.d.ts +0 -5
- package/dist/cjs/src/type/factory/api/controller/method/name.type.d.ts +0 -4
- package/dist/cjs/src/type/factory/api/controller/target-methods.type.d.ts +0 -8
- package/dist/cjs/src/type/factory/api/index.d.ts +0 -1
- package/dist/cjs/src/type/factory/index.d.ts +0 -1
- package/dist/cjs/src/type/index.d.ts +0 -12
- package/dist/cjs/src/type/utility/api/controller/index.d.ts +0 -1
- package/dist/cjs/src/type/utility/api/controller/transform-data/data.type.d.ts +0 -6
- package/dist/cjs/src/type/utility/api/controller/transform-data/index.d.ts +0 -3
- package/dist/cjs/src/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +0 -3
- package/dist/cjs/src/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +0 -9
- package/dist/cjs/src/type/utility/api/index.d.ts +0 -1
- package/dist/cjs/src/type/utility/date/index.d.ts +0 -2
- package/dist/cjs/src/type/utility/date/range-keys.type.d.ts +0 -4
- package/dist/cjs/src/type/utility/dto/generate/allowed-combination.type.d.ts +0 -9
- package/dist/cjs/src/type/utility/dto/generate/index.d.ts +0 -3
- package/dist/cjs/src/type/utility/dto/generate/is-allowed-combination.type.d.ts +0 -3
- package/dist/cjs/src/type/utility/dto/index.d.ts +0 -2
- package/dist/cjs/src/type/utility/dto/manual/property-metadata.type.d.ts +0 -31
- package/dist/cjs/src/type/utility/error-string/base-properties.type.d.ts +0 -5
- package/dist/cjs/src/type/utility/error-string/composite-properties.type.d.ts +0 -6
- package/dist/cjs/src/type/utility/error-string/index.d.ts +0 -3
- package/dist/cjs/src/type/utility/error-string/properties.type.d.ts +0 -3
- package/dist/cjs/src/type/utility/filter-keys.type.d.ts +0 -7
- package/dist/cjs/src/type/utility/index.d.ts +0 -7
- package/dist/cjs/src/type/validator/has-paired-custom-suffixes-fields/index.d.ts +0 -2
- package/dist/cjs/src/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +0 -7
- package/dist/cjs/src/type/validator/index.d.ts +0 -1
- package/dist/cjs/src/utility/api/controller/apply/decorators.utility.d.ts +0 -21
- package/dist/cjs/src/utility/api/controller/apply/index.d.ts +0 -2
- package/dist/cjs/src/utility/api/controller/apply/metadata.utility.d.ts +0 -19
- package/dist/cjs/src/utility/api/controller/get/dto.utility.d.ts +0 -19
- package/dist/cjs/src/utility/api/controller/get/index.d.ts +0 -3
- package/dist/cjs/src/utility/api/controller/get/method-name.utility.d.ts +0 -8
- package/dist/cjs/src/utility/api/controller/get/primary-column.utility.d.ts +0 -12
- package/dist/cjs/src/utility/api/controller/get-list/index.d.ts +0 -1
- package/dist/cjs/src/utility/api/controller/get-list/transform/filter.utility.d.ts +0 -12
- package/dist/cjs/src/utility/api/controller/get-list/transform/index.d.ts +0 -2
- package/dist/cjs/src/utility/api/controller/get-list/transform/operation.utility.d.ts +0 -10
- package/dist/cjs/src/utility/api/controller/handle-request-relations.utility.d.ts +0 -20
- package/dist/cjs/src/utility/api/controller/index.d.ts +0 -8
- package/dist/cjs/src/utility/api/controller/serialize-route-response.utility.d.ts +0 -14
- package/dist/cjs/src/utility/api/controller/transform-data.utility.d.ts +0 -18
- package/dist/cjs/src/utility/api/controller/validate-request.utility.d.ts +0 -14
- package/dist/cjs/src/utility/api/controller/write/dto-swagger.utility.d.ts +0 -19
- package/dist/cjs/src/utility/api/controller/write/index.d.ts +0 -2
- package/dist/cjs/src/utility/api/controller/write/method.utility.d.ts +0 -18
- package/dist/cjs/src/utility/api/filter-order-by-from-entity.utility.d.ts +0 -19
- package/dist/cjs/src/utility/api/function-transaction.utility.d.ts +0 -20
- package/dist/cjs/src/utility/api/get-default-string-format-properties.utility.d.ts +0 -21
- package/dist/cjs/src/utility/api/index.d.ts +0 -4
- package/dist/cjs/src/utility/api/route/index.d.ts +0 -1
- package/dist/cjs/src/utility/api/route/response/index.d.ts +0 -2
- package/dist/cjs/src/utility/api/route/response/project-relation.utility.d.ts +0 -11
- package/dist/cjs/src/utility/api/route/response/serialize.utility.d.ts +0 -11
- package/dist/cjs/src/utility/apply-auto-dto-response-exposure.utility.d.ts +0 -14
- package/dist/cjs/src/utility/authorization/decision/apply-result.utility.d.ts +0 -12
- package/dist/cjs/src/utility/authorization/decision/attach-resource.utility.d.ts +0 -11
- package/dist/cjs/src/utility/authorization/decision/index.d.ts +0 -3
- package/dist/cjs/src/utility/authorization/decision/resolve-from-request.utility.d.ts +0 -12
- package/dist/cjs/src/utility/authorization/index.d.ts +0 -4
- package/dist/cjs/src/utility/authorization/permission/index.d.ts +0 -2
- package/dist/cjs/src/utility/authorization/permission/set-matches.utility.d.ts +0 -13
- package/dist/cjs/src/utility/authorization/resolve-default-principal.utility.d.ts +0 -7
- package/dist/cjs/src/utility/authorization/scope-merge-where.utility.d.ts +0 -10
- package/dist/cjs/src/utility/database/index.d.ts +0 -1
- package/dist/cjs/src/utility/database/typeorm/get/index.d.ts +0 -2
- package/dist/cjs/src/utility/database/typeorm/index.d.ts +0 -6
- package/dist/cjs/src/utility/database/typeorm/is/entity/index.d.ts +0 -2
- package/dist/cjs/src/utility/database/typeorm/is/index.d.ts +0 -3
- package/dist/cjs/src/utility/dto/auto/context/index.d.ts +0 -2
- package/dist/cjs/src/utility/dto/auto/context/push.utility.d.ts +0 -9
- package/dist/cjs/src/utility/dto/auto/index.d.ts +0 -1
- package/dist/cjs/src/utility/dto/build-decorator.utility.d.ts +0 -21
- package/dist/cjs/src/utility/dto/generate/cache-key.utility.d.ts +0 -7
- package/dist/cjs/src/utility/dto/generate/core.utility.d.ts +0 -21
- package/dist/cjs/src/utility/dto/generate/decorator.utility.d.ts +0 -19
- package/dist/cjs/src/utility/dto/generate/dynamic.utility.d.ts +0 -21
- package/dist/cjs/src/utility/dto/generate/filter-decorator.utility.d.ts +0 -12
- package/dist/cjs/src/utility/dto/generate/get-list-response.utility.d.ts +0 -12
- package/dist/cjs/src/utility/dto/generate/index.d.ts +0 -8
- package/dist/cjs/src/utility/dto/generate/manual-child.utility.d.ts +0 -20
- package/dist/cjs/src/utility/dto/generate/relation-response.utility.d.ts +0 -14
- package/dist/cjs/src/utility/dto/get/decorator-config.utility.d.ts +0 -16
- package/dist/cjs/src/utility/dto/get/get-list-query-base-class.utility.d.ts +0 -16
- package/dist/cjs/src/utility/dto/get/index.d.ts +0 -2
- package/dist/cjs/src/utility/dto/handle-date-property.utility.d.ts +0 -13
- package/dist/cjs/src/utility/dto/index.d.ts +0 -7
- package/dist/cjs/src/utility/dto/is/index.d.ts +0 -2
- package/dist/cjs/src/utility/dto/is/property/exposed-for-guard.utility.d.ts +0 -13
- package/dist/cjs/src/utility/dto/is/property/index.d.ts +0 -2
- package/dist/cjs/src/utility/dto/is/property/should-be-marked.utility.d.ts +0 -15
- package/dist/cjs/src/utility/dto/is/should-be-generated.utility.d.ts +0 -12
- package/dist/cjs/src/utility/dto/manual/property-metadata.utility.d.ts +0 -16
- package/dist/cjs/src/utility/dto/validate-property-config.utility.d.ts +0 -2
- package/dist/cjs/src/utility/error/index.d.ts +0 -2
- package/dist/cjs/src/utility/error/string.utility.d.ts +0 -9
- package/dist/cjs/src/utility/generate-entity-information.utility.d.ts +0 -9
- package/dist/cjs/src/utility/get/auto-dto-context.utility.d.ts +0 -7
- package/dist/cjs/src/utility/get/entity-columns.utility.d.ts +0 -8
- package/dist/cjs/src/utility/get/index.d.ts +0 -2
- package/dist/cjs/src/utility/index.d.ts +0 -17
- package/dist/cjs/src/utility/is/entity/constructor.utility.d.ts +0 -8
- package/dist/cjs/src/utility/is/entity/factory.utility.d.ts +0 -8
- package/dist/cjs/src/utility/is/entity/index.d.ts +0 -3
- package/dist/cjs/src/utility/is/entity/literal.utility.d.ts +0 -7
- package/dist/cjs/src/utility/is/error-of-type.utility.d.ts +0 -8
- package/dist/cjs/src/utility/is/index.d.ts +0 -2
- package/dist/cjs/src/utility/resolve/decorator-context.utility.d.ts +0 -13
- package/dist/cjs/src/utility/resolve/index.d.ts +0 -2
- package/dist/cjs/src/utility/resolve/property-entity.utility.d.ts +0 -16
- package/dist/cjs/src/utility/with-resolved-property-entity.utility.d.ts +0 -11
- package/dist/cjs/src/validator/has/at/index.d.ts +0 -1
- package/dist/cjs/src/validator/has/at/least/index.d.ts +0 -1
- package/dist/cjs/src/validator/has/at/least/one/index.d.ts +0 -3
- package/dist/cjs/src/validator/has/index.d.ts +0 -2
- package/dist/cjs/src/validator/index.d.ts +0 -5
- package/dist/cjs/src/validator/must-match-one-of-schemas.validator.d.ts +0 -36
- package/dist/esm/src/class/api/authorization/bootstrap-validation.service.class.d.ts +0 -14
- package/dist/esm/src/class/api/authorization/cache-invalidation.service.class.d.ts +0 -7
- package/dist/esm/src/class/api/authorization/engine.class.d.ts +0 -8
- package/dist/esm/src/class/api/authorization/guard.class.d.ts +0 -13
- package/dist/esm/src/class/api/authorization/hook-permission-resolver.class.d.ts +0 -10
- package/dist/esm/src/class/api/authorization/iam/attachment-resolver.class.d.ts +0 -11
- package/dist/esm/src/class/api/authorization/iam/document-resolver.class.d.ts +0 -10
- package/dist/esm/src/class/api/authorization/iam/document-validator.class.d.ts +0 -7
- package/dist/esm/src/class/api/authorization/iam/engine.class.d.ts +0 -30
- package/dist/esm/src/class/api/authorization/iam/index.d.ts +0 -5
- package/dist/esm/src/class/api/authorization/iam/query-planner.class.d.ts +0 -20
- package/dist/esm/src/class/api/authorization/index.d.ts +0 -9
- package/dist/esm/src/class/api/authorization/policy/base.class.d.ts +0 -68
- package/dist/esm/src/class/api/authorization/policy/discovery-service.class.d.ts +0 -10
- package/dist/esm/src/class/api/authorization/policy/executor.class.d.ts +0 -7
- package/dist/esm/src/class/api/authorization/policy/index.d.ts +0 -5
- package/dist/esm/src/class/api/authorization/policy/registry.class.d.ts +0 -30
- package/dist/esm/src/class/api/authorization/policy/subscriber-wrapper.class.d.ts +0 -10
- package/dist/esm/src/class/api/authorization/runtime.class.d.ts +0 -38
- package/dist/esm/src/class/api/authorization/simulator.class.d.ts +0 -20
- package/dist/esm/src/class/api/function/context-storage.class.d.ts +0 -7
- package/dist/esm/src/class/api/function/custom-runtime.class.d.ts +0 -19
- package/dist/esm/src/class/api/function/index.d.ts +0 -1
- package/dist/esm/src/class/api/index.d.ts +0 -4
- package/dist/esm/src/class/api/route-runtime.class.d.ts +0 -21
- package/dist/esm/src/class/api/service-base.class.d.ts +0 -18
- package/dist/esm/src/class/api/subscriber/base.class.d.ts +0 -3
- package/dist/esm/src/class/api/subscriber/executor.class.d.ts +0 -16
- package/dist/esm/src/class/api/subscriber/function-base.class.d.ts +0 -10
- package/dist/esm/src/class/api/subscriber/index.d.ts +0 -7
- package/dist/esm/src/class/api/subscriber/registry.class.d.ts +0 -18
- package/dist/esm/src/class/api/subscriber/route-base.class.d.ts +0 -10
- package/dist/esm/src/class/api/subscriber/wrapper.class.d.ts +0 -18
- package/dist/esm/src/class/index.d.ts +0 -6
- package/dist/esm/src/class/metadata-storage.class.d.ts +0 -18
- package/dist/esm/src/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +0 -11
- package/dist/esm/src/class/utility/dto/exception/details/index.d.ts +0 -2
- package/dist/esm/src/class/utility/dto/exception/details/unique-violation.class.d.ts +0 -9
- package/dist/esm/src/class/utility/dto/exception/index.d.ts +0 -1
- package/dist/esm/src/class/utility/dto/index.d.ts +0 -3
- package/dist/esm/src/class/utility/dto/property/factory/boolean.class.d.ts +0 -7
- package/dist/esm/src/class/utility/dto/property/factory/date.class.d.ts +0 -7
- package/dist/esm/src/class/utility/dto/property/factory/enum.class.d.ts +0 -7
- package/dist/esm/src/class/utility/dto/property/factory/index.d.ts +0 -8
- package/dist/esm/src/class/utility/dto/property/factory/number.class.d.ts +0 -8
- package/dist/esm/src/class/utility/dto/property/factory/object.class.d.ts +0 -8
- package/dist/esm/src/class/utility/dto/property/factory/relation.class.d.ts +0 -8
- package/dist/esm/src/class/utility/dto/property/factory/string.class.d.ts +0 -7
- package/dist/esm/src/class/utility/dto/property/factory/uuid.class.d.ts +0 -7
- package/dist/esm/src/class/utility/dto/property/index.d.ts +0 -1
- package/dist/esm/src/class/utility/dto/strategy/body.class.d.ts +0 -6
- package/dist/esm/src/class/utility/dto/strategy/index.d.ts +0 -4
- package/dist/esm/src/class/utility/dto/strategy/query.class.d.ts +0 -6
- package/dist/esm/src/class/utility/dto/strategy/request.class.d.ts +0 -6
- package/dist/esm/src/class/utility/dto/strategy/response.class.d.ts +0 -6
- package/dist/esm/src/class/utility/index.d.ts +0 -1
- package/dist/esm/src/constant/class/authorization/index.d.ts +0 -7
- package/dist/esm/src/constant/class/authorization/policy/index.d.ts +0 -3
- package/dist/esm/src/constant/class/index.d.ts +0 -1
- package/dist/esm/src/constant/decorator/api/function.constant.d.ts +0 -4
- package/dist/esm/src/constant/decorator/api/index.d.ts +0 -4
- package/dist/esm/src/constant/decorator/index.d.ts +0 -1
- package/dist/esm/src/constant/dto/index.d.ts +0 -5
- package/dist/esm/src/constant/index.d.ts +0 -9
- package/dist/esm/src/constant/interface/api/index.d.ts +0 -2
- package/dist/esm/src/constant/interface/api/property/default-string-format.constant.d.ts +0 -4
- package/dist/esm/src/constant/interface/api/property/index.d.ts +0 -3
- package/dist/esm/src/constant/interface/index.d.ts +0 -1
- package/dist/esm/src/constant/utility/dto/constant.d.ts +0 -7
- package/dist/esm/src/constant/utility/dto/index.d.ts +0 -2
- package/dist/esm/src/constant/utility/index.d.ts +0 -1
- package/dist/esm/src/constant/validator/index.d.ts +0 -1
- package/dist/esm/src/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +0 -5
- package/dist/esm/src/decorator/api/authorization-policy.decorator.d.ts +0 -10
- package/dist/esm/src/decorator/api/controller/decorator.d.ts +0 -27
- package/dist/esm/src/decorator/api/controller/index.d.ts +0 -3
- package/dist/esm/src/decorator/api/function/create.decorator.d.ts +0 -10
- package/dist/esm/src/decorator/api/function/custom.decorator.d.ts +0 -9
- package/dist/esm/src/decorator/api/function/decorator.d.ts +0 -11
- package/dist/esm/src/decorator/api/function/delete.decorator.d.ts +0 -10
- package/dist/esm/src/decorator/api/function/get/decorator.d.ts +0 -10
- package/dist/esm/src/decorator/api/function/get/index.d.ts +0 -3
- package/dist/esm/src/decorator/api/function/get/list.decorator.d.ts +0 -10
- package/dist/esm/src/decorator/api/function/get/many.decorator.d.ts +0 -10
- package/dist/esm/src/decorator/api/function/index.d.ts +0 -6
- package/dist/esm/src/decorator/api/function/update.decorator.d.ts +0 -10
- package/dist/esm/src/decorator/api/index.d.ts +0 -8
- package/dist/esm/src/decorator/api/method.decorator.d.ts +0 -9
- package/dist/esm/src/decorator/api/property/boolean.decorator.d.ts +0 -54
- package/dist/esm/src/decorator/api/property/copy.decorator.d.ts +0 -36
- package/dist/esm/src/decorator/api/property/date.decorator.d.ts +0 -58
- package/dist/esm/src/decorator/api/property/describe.decorator.d.ts +0 -85
- package/dist/esm/src/decorator/api/property/enum.decorator.d.ts +0 -77
- package/dist/esm/src/decorator/api/property/index.d.ts +0 -9
- package/dist/esm/src/decorator/api/property/number.decorator.d.ts +0 -69
- package/dist/esm/src/decorator/api/property/object.decorator.d.ts +0 -29
- package/dist/esm/src/decorator/api/property/string.decorator.d.ts +0 -70
- package/dist/esm/src/decorator/api/property/uuid.decorator.d.ts +0 -44
- package/dist/esm/src/decorator/api/route-custom.decorator.d.ts +0 -9
- package/dist/esm/src/decorator/api/service/decorator.d.ts +0 -11
- package/dist/esm/src/decorator/api/service/index.d.ts +0 -2
- package/dist/esm/src/decorator/api/subscriber/function.decorator.d.ts +0 -28
- package/dist/esm/src/decorator/api/subscriber/index.d.ts +0 -2
- package/dist/esm/src/decorator/api/subscriber/route.decorator.d.ts +0 -28
- package/dist/esm/src/decorator/index.d.ts +0 -1
- package/dist/esm/src/enum/class/authorization/index.d.ts +0 -6
- package/dist/esm/src/enum/class/authorization/policy/index.d.ts +0 -4
- package/dist/esm/src/enum/class/index.d.ts +0 -1
- package/dist/esm/src/enum/decorator/api/controller/index.d.ts +0 -4
- package/dist/esm/src/enum/decorator/api/controller/request/index.d.ts +0 -2
- package/dist/esm/src/enum/decorator/api/index.d.ts +0 -9
- package/dist/esm/src/enum/decorator/api/property/date/index.d.ts +0 -2
- package/dist/esm/src/enum/decorator/api/property/index.d.ts +0 -5
- package/dist/esm/src/enum/decorator/index.d.ts +0 -1
- package/dist/esm/src/enum/filter/index.d.ts +0 -2
- package/dist/esm/src/enum/index.d.ts +0 -6
- package/dist/esm/src/enum/utility/error-string/index.d.ts +0 -2
- package/dist/esm/src/enum/utility/index.d.ts +0 -3
- package/dist/esm/src/enum/validator/index.d.ts +0 -2
- package/dist/esm/src/factory/api-controller.factory.d.ts +0 -21
- package/dist/esm/src/factory/index.d.ts +0 -1
- package/dist/esm/src/index.d.ts +0 -11
- package/dist/esm/src/interceptor/index.d.ts +0 -1
- package/dist/esm/src/interface/api/authentication-request.interface.d.ts +0 -7
- package/dist/esm/src/interface/api/index.d.ts +0 -3
- package/dist/esm/src/interface/api/request-validator.interface.d.ts +0 -8
- package/dist/esm/src/interface/class/api/authorization/audit-sink.interface.d.ts +0 -5
- package/dist/esm/src/interface/class/api/authorization/decision/index.d.ts +0 -4
- package/dist/esm/src/interface/class/api/authorization/decision/interface.d.ts +0 -22
- package/dist/esm/src/interface/class/api/authorization/decision/rule-trace.interface.d.ts +0 -8
- package/dist/esm/src/interface/class/api/authorization/decision/statement-trace.interface.d.ts +0 -8
- package/dist/esm/src/interface/class/api/authorization/decision/trace.interface.d.ts +0 -15
- package/dist/esm/src/interface/class/api/authorization/engine.interface.d.ts +0 -6
- package/dist/esm/src/interface/class/api/authorization/evaluate-options.interface.d.ts +0 -13
- package/dist/esm/src/interface/class/api/authorization/hook-permission-source.interface.d.ts +0 -4
- package/dist/esm/src/interface/class/api/authorization/iam-module-options.interface.d.ts +0 -6
- package/dist/esm/src/interface/class/api/authorization/index.d.ts +0 -13
- package/dist/esm/src/interface/class/api/authorization/module-options/async.interface.d.ts +0 -9
- package/dist/esm/src/interface/class/api/authorization/module-options/factory.interface.d.ts +0 -4
- package/dist/esm/src/interface/class/api/authorization/module-options/index.d.ts +0 -3
- package/dist/esm/src/interface/class/api/authorization/module-options/interface.d.ts +0 -8
- package/dist/esm/src/interface/class/api/authorization/policy/attachment/index.d.ts +0 -3
- package/dist/esm/src/interface/class/api/authorization/policy/attachment/interface.d.ts +0 -7
- package/dist/esm/src/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +0 -5
- package/dist/esm/src/interface/class/api/authorization/policy/attachment/source.interface.d.ts +0 -5
- package/dist/esm/src/interface/class/api/authorization/policy/build-options.interface.d.ts +0 -17
- package/dist/esm/src/interface/class/api/authorization/policy/document/index.d.ts +0 -4
- package/dist/esm/src/interface/class/api/authorization/policy/document/interface.d.ts +0 -5
- package/dist/esm/src/interface/class/api/authorization/policy/document/record.interface.d.ts +0 -9
- package/dist/esm/src/interface/class/api/authorization/policy/document/source.interface.d.ts +0 -4
- package/dist/esm/src/interface/class/api/authorization/policy/document/statement.interface.d.ts +0 -8
- package/dist/esm/src/interface/class/api/authorization/policy/index.d.ts +0 -7
- package/dist/esm/src/interface/class/api/authorization/policy/interface.d.ts +0 -10
- package/dist/esm/src/interface/class/api/authorization/policy/registry.interface.d.ts +0 -14
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +0 -19
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/context/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +0 -21
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/index.d.ts +0 -6
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/interface.d.ts +0 -15
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +0 -6
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +0 -11
- package/dist/esm/src/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +0 -13
- package/dist/esm/src/interface/class/api/authorization/principal/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/authorization/principal/interface.d.ts +0 -9
- package/dist/esm/src/interface/class/api/authorization/principal/resolver.interface.d.ts +0 -5
- package/dist/esm/src/interface/class/api/authorization/request-metadata.interface.d.ts +0 -10
- package/dist/esm/src/interface/class/api/authorization/resource/definition.interface.d.ts +0 -9
- package/dist/esm/src/interface/class/api/authorization/resource/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/authorization/rule/context.interface.d.ts +0 -7
- package/dist/esm/src/interface/class/api/authorization/rule/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/authorization/rule/interface.d.ts +0 -15
- package/dist/esm/src/interface/class/api/authorization/scope.interface.d.ts +0 -5
- package/dist/esm/src/interface/class/api/function/context/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/function/context/interface.d.ts +0 -10
- package/dist/esm/src/interface/class/api/function/context/operations.interface.d.ts +0 -13
- package/dist/esm/src/interface/class/api/function/index.d.ts +0 -1
- package/dist/esm/src/interface/class/api/index.d.ts +0 -4
- package/dist/esm/src/interface/class/api/route/index.d.ts +0 -1
- package/dist/esm/src/interface/class/api/route/runtime/context-data.interface.d.ts +0 -10
- package/dist/esm/src/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +0 -9
- package/dist/esm/src/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +0 -14
- package/dist/esm/src/interface/class/api/route/runtime/generated/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/route/runtime/generated/targets.interface.d.ts +0 -12
- package/dist/esm/src/interface/class/api/route/runtime/http-request.interface.d.ts +0 -8
- package/dist/esm/src/interface/class/api/route/runtime/index.d.ts +0 -4
- package/dist/esm/src/interface/class/api/subscriber/error-execution-context.interface.d.ts +0 -15
- package/dist/esm/src/interface/class/api/subscriber/execution-context.interface.d.ts +0 -19
- package/dist/esm/src/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +0 -13
- package/dist/esm/src/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +0 -59
- package/dist/esm/src/interface/class/api/subscriber/function/execution/context.interface.d.ts +0 -30
- package/dist/esm/src/interface/class/api/subscriber/function/execution/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/subscriber/function/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/subscriber/function.interface.d.ts +0 -37
- package/dist/esm/src/interface/class/api/subscriber/index.d.ts +0 -7
- package/dist/esm/src/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +0 -13
- package/dist/esm/src/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +0 -36
- package/dist/esm/src/interface/class/api/subscriber/route/execution/context/data/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +0 -32
- package/dist/esm/src/interface/class/api/subscriber/route/execution/context/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/subscriber/route/execution/context/interface.d.ts +0 -11
- package/dist/esm/src/interface/class/api/subscriber/route/execution/index.d.ts +0 -1
- package/dist/esm/src/interface/class/api/subscriber/route/index.d.ts +0 -2
- package/dist/esm/src/interface/class/api/subscriber/route.interface.d.ts +0 -103
- package/dist/esm/src/interface/class/dto-strategy.interface.d.ts +0 -5
- package/dist/esm/src/interface/class/index.d.ts +0 -3
- package/dist/esm/src/interface/decorator/api/controller/base.interface.d.ts +0 -4
- package/dist/esm/src/interface/decorator/api/controller/index.d.ts +0 -3
- package/dist/esm/src/interface/decorator/api/controller/properties/authorization.interface.d.ts +0 -8
- package/dist/esm/src/interface/decorator/api/controller/properties/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +0 -4
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +0 -4
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/index.d.ts +0 -7
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +0 -4
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +0 -5
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +0 -10
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/response/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +0 -7
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +0 -4
- package/dist/esm/src/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/controller/properties/route/index.d.ts +0 -5
- package/dist/esm/src/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +0 -12
- package/dist/esm/src/interface/decorator/api/controller/properties/route/with/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/controller/properties.interface.d.ts +0 -13
- package/dist/esm/src/interface/decorator/api/function/create-executor-properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/function/custom-properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/function/delete-executor-properties.interface.d.ts +0 -10
- package/dist/esm/src/interface/decorator/api/function/get/executor-properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/function/get/index.d.ts +0 -3
- package/dist/esm/src/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/function/index.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/function/properties.interface.d.ts +0 -8
- package/dist/esm/src/interface/decorator/api/function/update-executor-properties.interface.d.ts +0 -11
- package/dist/esm/src/interface/decorator/api/index.d.ts +0 -7
- package/dist/esm/src/interface/decorator/api/method/index.d.ts +0 -1
- package/dist/esm/src/interface/decorator/api/method/properties.interface.d.ts +0 -5
- package/dist/esm/src/interface/decorator/api/route/custom-properties.interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/route/index.d.ts +0 -7
- package/dist/esm/src/interface/decorator/api/route/metadata/index.d.ts +0 -3
- package/dist/esm/src/interface/decorator/api/route/metadata/interface.d.ts +0 -15
- package/dist/esm/src/interface/decorator/api/route/metadata/resource.interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/route/metadata/route.interface.d.ts +0 -7
- package/dist/esm/src/interface/decorator/api/route/response/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/route/response/properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/route/runtime-properties.interface.d.ts +0 -11
- package/dist/esm/src/interface/decorator/api/route/security/authentication-properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/api/route/security/authorization-properties.interface.d.ts +0 -4
- package/dist/esm/src/interface/decorator/api/route/security/index.d.ts +0 -3
- package/dist/esm/src/interface/decorator/api/route/security/properties.interface.d.ts +0 -6
- package/dist/esm/src/interface/decorator/api/route/throttling/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/route/throttling/properties.interface.d.ts +0 -4
- package/dist/esm/src/interface/decorator/api/subscriber/function/filter.interface.d.ts +0 -5
- package/dist/esm/src/interface/decorator/api/subscriber/function/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/subscriber/function/properties.interface.d.ts +0 -7
- package/dist/esm/src/interface/decorator/api/subscriber/index.d.ts +0 -2
- package/dist/esm/src/interface/decorator/api/subscriber/route-properties.interface.d.ts +0 -9
- package/dist/esm/src/interface/decorator/index.d.ts +0 -1
- package/dist/esm/src/interface/dto-generate-factory.interface.d.ts +0 -7
- package/dist/esm/src/interface/entity/index.d.ts +0 -2
- package/dist/esm/src/interface/entity/interface.d.ts +0 -7
- package/dist/esm/src/interface/index.d.ts +0 -8
- package/dist/esm/src/interface/utility/api/index.d.ts +0 -1
- package/dist/esm/src/interface/utility/dto-generate-cache-key.interface.d.ts +0 -9
- package/dist/esm/src/interface/utility/get-entity-columns-properties.interface.d.ts +0 -6
- package/dist/esm/src/interface/utility/index.d.ts +0 -3
- package/dist/esm/src/interface/validator/index.d.ts +0 -1
- package/dist/esm/src/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +0 -6
- package/dist/esm/src/module/api/authorization.module.d.ts +0 -14
- package/dist/esm/src/module/api/index.d.ts +0 -2
- package/dist/esm/src/module/index.d.ts +0 -1
- package/dist/esm/src/type/api-request-transformer.type.d.ts +0 -16
- package/dist/esm/src/type/auto-context-metadata.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/guard-request.type.d.ts +0 -11
- package/dist/esm/src/type/class/api/authorization/index.d.ts +0 -4
- package/dist/esm/src/type/class/api/authorization/policy/before/create-result.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/before/delete-result.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/before/get/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/authorization/policy/before/get/list-result.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/before/get/result.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/before/index.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/before/update-result.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/context/before/create-context.type.d.ts +0 -8
- package/dist/esm/src/type/class/api/authorization/policy/context/before/get/context.type.d.ts +0 -7
- package/dist/esm/src/type/class/api/authorization/policy/context/before/get/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +0 -8
- package/dist/esm/src/type/class/api/authorization/policy/context/before/index.d.ts +0 -4
- package/dist/esm/src/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +0 -9
- package/dist/esm/src/type/class/api/authorization/policy/context/before/update-context.type.d.ts +0 -9
- package/dist/esm/src/type/class/api/authorization/policy/context/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +0 -7
- package/dist/esm/src/type/class/api/authorization/policy/custom-action-result.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/authorization/policy/hook/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/authorization/policy/hook/result.type.d.ts +0 -8
- package/dist/esm/src/type/class/api/authorization/policy/hook/type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/index.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/subscriber/index.d.ts +0 -3
- package/dist/esm/src/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/index.d.ts +0 -1
- package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +0 -3
- package/dist/esm/src/type/class/api/authorization/rule/condition.type.d.ts +0 -3
- package/dist/esm/src/type/class/api/authorization/rule/index.d.ts +0 -4
- package/dist/esm/src/type/class/api/authorization/rule/result-transform.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/authorization/rule/scope-resolver.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/authorization/rule/transform-payload.type.d.ts +0 -3
- package/dist/esm/src/type/class/api/authorization/scope-where.type.d.ts +0 -3
- package/dist/esm/src/type/class/api/index.d.ts +0 -1
- package/dist/esm/src/type/class/api/subscriber/function/after/create-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/function/after/delete-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/function/after/get/context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/function/after/get/index.d.ts +0 -3
- package/dist/esm/src/type/class/api/subscriber/function/after/get/list-context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/function/after/get/many-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/function/after/index.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/function/after/update-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/function/before/create-context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/function/before/delete-context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/function/before/get/context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/function/before/get/index.d.ts +0 -3
- package/dist/esm/src/type/class/api/subscriber/function/before/get/list-context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/function/before/get/many-context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/function/before/index.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/function/before/update-context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/function/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/subscriber/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/subscriber/route/after/create-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/route/after/delete-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/route/after/get/context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/route/after/get/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/subscriber/route/after/get/list-context.type.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/route/after/index.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/route/after/update-context.type.d.ts +0 -4
- package/dist/esm/src/type/class/api/subscriber/route/before/create-context.type.d.ts +0 -11
- package/dist/esm/src/type/class/api/subscriber/route/before/delete-context.type.d.ts +0 -10
- package/dist/esm/src/type/class/api/subscriber/route/before/get/context.type.d.ts +0 -10
- package/dist/esm/src/type/class/api/subscriber/route/before/get/index.d.ts +0 -2
- package/dist/esm/src/type/class/api/subscriber/route/before/get/list-context.type.d.ts +0 -12
- package/dist/esm/src/type/class/api/subscriber/route/before/index.d.ts +0 -5
- package/dist/esm/src/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +0 -12
- package/dist/esm/src/type/class/api/subscriber/route/before/update-context.type.d.ts +0 -12
- package/dist/esm/src/type/class/api/subscriber/route/index.d.ts +0 -2
- package/dist/esm/src/type/class/controller-method.type.d.ts +0 -5
- package/dist/esm/src/type/class/index.d.ts +0 -4
- package/dist/esm/src/type/class/metadata.type.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/controller/constructor.type.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/controller/get-list-query.type.d.ts +0 -8
- package/dist/esm/src/type/decorator/api/controller/index.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/controller/properties/index.d.ts +0 -1
- package/dist/esm/src/type/decorator/api/controller/properties/route/base/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +0 -9
- package/dist/esm/src/type/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +0 -10
- package/dist/esm/src/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +0 -10
- package/dist/esm/src/type/decorator/api/controller/properties/route/index.d.ts +0 -1
- package/dist/esm/src/type/decorator/api/controller/properties-route.type.d.ts +0 -3
- package/dist/esm/src/type/decorator/api/controller/transformer-config.type.d.ts +0 -8
- package/dist/esm/src/type/decorator/api/filter/extracted-allowed-types.type.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/filter/index.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/filter/order-by.type.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/function/get/index.d.ts +0 -3
- package/dist/esm/src/type/decorator/api/function/get/list/index.d.ts +0 -1
- package/dist/esm/src/type/decorator/api/function/get/list/properties/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/function/index.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/function/properties.type.d.ts +0 -9
- package/dist/esm/src/type/decorator/api/function/update/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/index.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/property/base/array/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/property/base/index.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/property/base/properties.type.d.ts +0 -8
- package/dist/esm/src/type/decorator/api/property/copy-properties.type.d.ts +0 -13
- package/dist/esm/src/type/decorator/api/property/date-properties.type.d.ts +0 -6
- package/dist/esm/src/type/decorator/api/property/default/index.d.ts +0 -1
- package/dist/esm/src/type/decorator/api/property/default/string/format/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/property/default/string/format/properties.type.d.ts +0 -9
- package/dist/esm/src/type/decorator/api/property/default/string/format/type.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/property/default/string/index.d.ts +0 -1
- package/dist/esm/src/type/decorator/api/property/describe/array/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/property/describe/base-properties.type.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/property/describe/boolean-properties.type.d.ts +0 -7
- package/dist/esm/src/type/decorator/api/property/describe/date-properties.type.d.ts +0 -8
- package/dist/esm/src/type/decorator/api/property/describe/dto/body-properties.type.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/property/describe/dto/index.d.ts +0 -6
- package/dist/esm/src/type/decorator/api/property/describe/dto/properties.type.d.ts +0 -13
- package/dist/esm/src/type/decorator/api/property/describe/dto/query/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/property/describe/dto/query/properties.type.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/property/describe/dto/request-properties.type.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/property/describe/dto/response-properties.type.d.ts +0 -5
- package/dist/esm/src/type/decorator/api/property/describe/enum-properties.type.d.ts +0 -9
- package/dist/esm/src/type/decorator/api/property/describe/index.d.ts +0 -14
- package/dist/esm/src/type/decorator/api/property/describe/number-properties.type.d.ts +0 -12
- package/dist/esm/src/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +0 -15
- package/dist/esm/src/type/decorator/api/property/describe/object/index.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/property/describe/object/properties.type.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +0 -14
- package/dist/esm/src/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +0 -12
- package/dist/esm/src/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/property/describe/properties/base/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/property/describe/properties/base/properties.type.d.ts +0 -10
- package/dist/esm/src/type/decorator/api/property/describe/properties/index.d.ts +0 -1
- package/dist/esm/src/type/decorator/api/property/describe/properties.type.d.ts +0 -9
- package/dist/esm/src/type/decorator/api/property/describe/relation-properties.type.d.ts +0 -6
- package/dist/esm/src/type/decorator/api/property/describe/string-properties.type.d.ts +0 -12
- package/dist/esm/src/type/decorator/api/property/describe/uuid-properties.type.d.ts +0 -7
- package/dist/esm/src/type/decorator/api/property/entity.type.d.ts +0 -3
- package/dist/esm/src/type/decorator/api/property/enum-properties.type.d.ts +0 -6
- package/dist/esm/src/type/decorator/api/property/index.d.ts +0 -11
- package/dist/esm/src/type/decorator/api/property/number-properties.type.d.ts +0 -9
- package/dist/esm/src/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +0 -16
- package/dist/esm/src/type/decorator/api/property/object/index.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/property/object/properties.type.d.ts +0 -4
- package/dist/esm/src/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +0 -15
- package/dist/esm/src/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +0 -10
- package/dist/esm/src/type/decorator/api/property/string-properties.type.d.ts +0 -9
- package/dist/esm/src/type/decorator/api/property/uuid-properties.type.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/service/index.d.ts +0 -2
- package/dist/esm/src/type/decorator/api/service/keys.type.d.ts +0 -4
- package/dist/esm/src/type/decorator/index.d.ts +0 -1
- package/dist/esm/src/type/factory/api/controller/index.d.ts +0 -2
- package/dist/esm/src/type/factory/api/controller/method/index.d.ts +0 -3
- package/dist/esm/src/type/factory/api/controller/method/map.type.d.ts +0 -13
- package/dist/esm/src/type/factory/api/controller/method/name-map.type.d.ts +0 -5
- package/dist/esm/src/type/factory/api/controller/method/name.type.d.ts +0 -4
- package/dist/esm/src/type/factory/api/controller/target-methods.type.d.ts +0 -8
- package/dist/esm/src/type/factory/api/index.d.ts +0 -1
- package/dist/esm/src/type/factory/index.d.ts +0 -1
- package/dist/esm/src/type/index.d.ts +0 -12
- package/dist/esm/src/type/utility/api/controller/index.d.ts +0 -1
- package/dist/esm/src/type/utility/api/controller/transform-data/data.type.d.ts +0 -6
- package/dist/esm/src/type/utility/api/controller/transform-data/index.d.ts +0 -3
- package/dist/esm/src/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +0 -3
- package/dist/esm/src/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +0 -9
- package/dist/esm/src/type/utility/api/index.d.ts +0 -1
- package/dist/esm/src/type/utility/date/index.d.ts +0 -2
- package/dist/esm/src/type/utility/date/range-keys.type.d.ts +0 -4
- package/dist/esm/src/type/utility/dto/generate/allowed-combination.type.d.ts +0 -9
- package/dist/esm/src/type/utility/dto/generate/index.d.ts +0 -3
- package/dist/esm/src/type/utility/dto/generate/is-allowed-combination.type.d.ts +0 -3
- package/dist/esm/src/type/utility/dto/index.d.ts +0 -2
- package/dist/esm/src/type/utility/dto/manual/property-metadata.type.d.ts +0 -31
- package/dist/esm/src/type/utility/error-string/base-properties.type.d.ts +0 -5
- package/dist/esm/src/type/utility/error-string/composite-properties.type.d.ts +0 -6
- package/dist/esm/src/type/utility/error-string/index.d.ts +0 -3
- package/dist/esm/src/type/utility/error-string/properties.type.d.ts +0 -3
- package/dist/esm/src/type/utility/filter-keys.type.d.ts +0 -7
- package/dist/esm/src/type/utility/index.d.ts +0 -7
- package/dist/esm/src/type/validator/has-paired-custom-suffixes-fields/index.d.ts +0 -2
- package/dist/esm/src/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +0 -7
- package/dist/esm/src/type/validator/index.d.ts +0 -1
- package/dist/esm/src/utility/api/controller/apply/decorators.utility.d.ts +0 -21
- package/dist/esm/src/utility/api/controller/apply/index.d.ts +0 -2
- package/dist/esm/src/utility/api/controller/apply/metadata.utility.d.ts +0 -19
- package/dist/esm/src/utility/api/controller/get/dto.utility.d.ts +0 -19
- package/dist/esm/src/utility/api/controller/get/index.d.ts +0 -3
- package/dist/esm/src/utility/api/controller/get/method-name.utility.d.ts +0 -8
- package/dist/esm/src/utility/api/controller/get/primary-column.utility.d.ts +0 -12
- package/dist/esm/src/utility/api/controller/get-list/index.d.ts +0 -1
- package/dist/esm/src/utility/api/controller/get-list/transform/filter.utility.d.ts +0 -12
- package/dist/esm/src/utility/api/controller/get-list/transform/index.d.ts +0 -2
- package/dist/esm/src/utility/api/controller/get-list/transform/operation.utility.d.ts +0 -10
- package/dist/esm/src/utility/api/controller/handle-request-relations.utility.d.ts +0 -20
- package/dist/esm/src/utility/api/controller/index.d.ts +0 -8
- package/dist/esm/src/utility/api/controller/serialize-route-response.utility.d.ts +0 -14
- package/dist/esm/src/utility/api/controller/transform-data.utility.d.ts +0 -18
- package/dist/esm/src/utility/api/controller/validate-request.utility.d.ts +0 -14
- package/dist/esm/src/utility/api/controller/write/dto-swagger.utility.d.ts +0 -19
- package/dist/esm/src/utility/api/controller/write/index.d.ts +0 -2
- package/dist/esm/src/utility/api/controller/write/method.utility.d.ts +0 -18
- package/dist/esm/src/utility/api/filter-order-by-from-entity.utility.d.ts +0 -19
- package/dist/esm/src/utility/api/function-transaction.utility.d.ts +0 -20
- package/dist/esm/src/utility/api/get-default-string-format-properties.utility.d.ts +0 -21
- package/dist/esm/src/utility/api/index.d.ts +0 -4
- package/dist/esm/src/utility/api/route/index.d.ts +0 -1
- package/dist/esm/src/utility/api/route/response/index.d.ts +0 -2
- package/dist/esm/src/utility/api/route/response/project-relation.utility.d.ts +0 -11
- package/dist/esm/src/utility/api/route/response/serialize.utility.d.ts +0 -11
- package/dist/esm/src/utility/apply-auto-dto-response-exposure.utility.d.ts +0 -14
- package/dist/esm/src/utility/authorization/decision/apply-result.utility.d.ts +0 -12
- package/dist/esm/src/utility/authorization/decision/attach-resource.utility.d.ts +0 -11
- package/dist/esm/src/utility/authorization/decision/index.d.ts +0 -3
- package/dist/esm/src/utility/authorization/decision/resolve-from-request.utility.d.ts +0 -12
- package/dist/esm/src/utility/authorization/index.d.ts +0 -4
- package/dist/esm/src/utility/authorization/permission/index.d.ts +0 -2
- package/dist/esm/src/utility/authorization/permission/set-matches.utility.d.ts +0 -13
- package/dist/esm/src/utility/authorization/resolve-default-principal.utility.d.ts +0 -7
- package/dist/esm/src/utility/authorization/scope-merge-where.utility.d.ts +0 -10
- package/dist/esm/src/utility/database/index.d.ts +0 -1
- package/dist/esm/src/utility/database/typeorm/get/index.d.ts +0 -2
- package/dist/esm/src/utility/database/typeorm/index.d.ts +0 -6
- package/dist/esm/src/utility/database/typeorm/is/entity/index.d.ts +0 -2
- package/dist/esm/src/utility/database/typeorm/is/index.d.ts +0 -3
- package/dist/esm/src/utility/dto/auto/context/index.d.ts +0 -2
- package/dist/esm/src/utility/dto/auto/context/push.utility.d.ts +0 -9
- package/dist/esm/src/utility/dto/auto/index.d.ts +0 -1
- package/dist/esm/src/utility/dto/build-decorator.utility.d.ts +0 -21
- package/dist/esm/src/utility/dto/generate/cache-key.utility.d.ts +0 -7
- package/dist/esm/src/utility/dto/generate/core.utility.d.ts +0 -21
- package/dist/esm/src/utility/dto/generate/decorator.utility.d.ts +0 -19
- package/dist/esm/src/utility/dto/generate/dynamic.utility.d.ts +0 -21
- package/dist/esm/src/utility/dto/generate/filter-decorator.utility.d.ts +0 -12
- package/dist/esm/src/utility/dto/generate/get-list-response.utility.d.ts +0 -12
- package/dist/esm/src/utility/dto/generate/index.d.ts +0 -8
- package/dist/esm/src/utility/dto/generate/manual-child.utility.d.ts +0 -20
- package/dist/esm/src/utility/dto/generate/relation-response.utility.d.ts +0 -14
- package/dist/esm/src/utility/dto/get/decorator-config.utility.d.ts +0 -16
- package/dist/esm/src/utility/dto/get/get-list-query-base-class.utility.d.ts +0 -16
- package/dist/esm/src/utility/dto/get/index.d.ts +0 -2
- package/dist/esm/src/utility/dto/handle-date-property.utility.d.ts +0 -13
- package/dist/esm/src/utility/dto/index.d.ts +0 -7
- package/dist/esm/src/utility/dto/is/index.d.ts +0 -2
- package/dist/esm/src/utility/dto/is/property/exposed-for-guard.utility.d.ts +0 -13
- package/dist/esm/src/utility/dto/is/property/index.d.ts +0 -2
- package/dist/esm/src/utility/dto/is/property/should-be-marked.utility.d.ts +0 -15
- package/dist/esm/src/utility/dto/is/should-be-generated.utility.d.ts +0 -12
- package/dist/esm/src/utility/dto/manual/property-metadata.utility.d.ts +0 -16
- package/dist/esm/src/utility/dto/validate-property-config.utility.d.ts +0 -2
- package/dist/esm/src/utility/error/index.d.ts +0 -2
- package/dist/esm/src/utility/error/string.utility.d.ts +0 -9
- package/dist/esm/src/utility/generate-entity-information.utility.d.ts +0 -9
- package/dist/esm/src/utility/get/auto-dto-context.utility.d.ts +0 -7
- package/dist/esm/src/utility/get/entity-columns.utility.d.ts +0 -8
- package/dist/esm/src/utility/get/index.d.ts +0 -2
- package/dist/esm/src/utility/index.d.ts +0 -17
- package/dist/esm/src/utility/is/entity/constructor.utility.d.ts +0 -8
- package/dist/esm/src/utility/is/entity/factory.utility.d.ts +0 -8
- package/dist/esm/src/utility/is/entity/index.d.ts +0 -3
- package/dist/esm/src/utility/is/entity/literal.utility.d.ts +0 -7
- package/dist/esm/src/utility/is/error-of-type.utility.d.ts +0 -8
- package/dist/esm/src/utility/is/index.d.ts +0 -2
- package/dist/esm/src/utility/resolve/decorator-context.utility.d.ts +0 -13
- package/dist/esm/src/utility/resolve/index.d.ts +0 -2
- package/dist/esm/src/utility/resolve/property-entity.utility.d.ts +0 -16
- package/dist/esm/src/utility/with-resolved-property-entity.utility.d.ts +0 -11
- package/dist/esm/src/validator/has/at/index.d.ts +0 -1
- package/dist/esm/src/validator/has/at/least/index.d.ts +0 -1
- package/dist/esm/src/validator/has/at/least/one/index.d.ts +0 -3
- package/dist/esm/src/validator/has/index.d.ts +0 -2
- package/dist/esm/src/validator/index.d.ts +0 -5
- package/dist/esm/src/validator/must-match-one-of-schemas.validator.d.ts +0 -36
- /package/dist/cjs/{src/class → class}/api/function/transaction-scope.class.d.ts +0 -0
- /package/dist/cjs/{src/class → class}/api/subscriber/discovery-service.class.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/audit-sink-token.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/hook-permission-sources-token.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/metadata-decision.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/module-options-token.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/policy/attachment-sources-token.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/policy/decorator.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/policy/document-sources-token.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/principal-resolver-token.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/class/authorization/token-registry.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/date.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/decorator/api/controller.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/decorator/api/method.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/decorator/api/property-describe.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/decorator/api/service.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/decorator/api/subscriber.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/dto/auto-context.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/dto/contextual-manual.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/dto/exception.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/dto/list.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/dto/transformer-value.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/factory-dto-get-list-query.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/interface/api/filter.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/interface/api/property/string.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/interface/api/property/wallet.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/number.constant.d.ts +0 -0
- /package/dist/cjs/{src/constant → constant}/utility/dto/generate.constant.d.ts +0 -0
- /package/dist/cjs/{src/decorator → decorator}/api/controller/observable.decorator.d.ts +0 -0
- /package/dist/cjs/{src/decorator → decorator}/api/controller/securable.decorator.d.ts +0 -0
- /package/dist/cjs/{src/decorator → decorator}/api/service/observable.decorator.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/decision-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/effect.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/mode.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/permission-match.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/policy/attachment-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/policy/on-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/policy/source-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/policy/status.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/class/authorization/principal-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/action.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/authentication-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/controller/load-relations-strategy.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/controller/relation-reference-shape.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/controller/request/target.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/controller/request/transformer-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/controller/response-target.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/dto-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/function-transaction-mode.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/function-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/on-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/property/data-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/property/date/identifier.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/property/date/type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/property/desribe-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/property/number-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/property/string-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/decorator/api/route-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/exception.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/filter/operation.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/filter/order-direction.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/utility/dto/manual/property-metadata/decorator.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/utility/error-string/action.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/utility/error-string/composite-action.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/utility/exception-details-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/validator/has-paired-custom-suffixes-fields-argument-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/enum → enum}/validator/must-match-one-of-schemas-error-type.enum.d.ts +0 -0
- /package/dist/cjs/{src/interceptor → interceptor}/api-route-runtime.interceptor.d.ts +0 -0
- /package/dist/cjs/{src/interceptor → interceptor}/correlation-id-response-body.interceptor.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/api/dto-validator.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/api-base-entity.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/class/api/authorization/policy/cache-options.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/class/api/authorization/resource/field-definition.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/class/api/subscriber/interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/class/metadata-entry.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/controller/properties/route/base/generation.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/controller/properties/route/base/relations/response/load.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/controller/properties/route/list-response-dto-config.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/get-list-response-result.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/response-type.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/route/documentation-properties.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/route/response/serialization-properties.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/decorator/api/route/throttling/default-properties.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/entity/column.interface.d.ts +0 -0
- /package/dist/cjs/{src/interface → interface}/utility/api-controller-primary-column.interface.d.ts +0 -0
- /package/dist/cjs/{src/module → module}/api/subscriber.module.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/class/api-exception.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/filter/allowed-types.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/filter/field-selector.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/create-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/delete-criteria.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/get/list/properties/type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/get/list/properties/where.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/get/many.properties.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/get/properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/update/criteria.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/function/update/properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/base/array/optional-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/base/array/required-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/base/request-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/base/response-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/describe/array/optional-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/describe/array/required-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/describe/dto/guard-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/describe/dto/query/get-list-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/property/describe/example-properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/decorator/api/service/properties.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/utility/capitalize-string.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/utility/date/keys.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/utility/dto/generate/get-list-response-resource-class.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/utility/non-date-keys.type.d.ts +0 -0
- /package/dist/cjs/{src/type → type}/validator/has-paired-custom-suffixes-fields/validation-context.type.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/authorization/permission/matches.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/auto-dto-context-queue.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/camel-case-string.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/capitalize-string.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/database/typeorm/get/foreign-key-violation-details.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/database/typeorm/get/unique-violation-details.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/database/typeorm/is/entity/metadata-not-found.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/database/typeorm/is/entity/not-found.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/database/typeorm/is/foreign-key-violation.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/database/typeorm/is/unique-violation.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/defer-property-decorator-execution.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/dto/auto/context/pop.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/dto/generate/exception.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/error/exception.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/format-unknown-for-log.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/logger.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/queue-auto-context-retry.utility.d.ts +0 -0
- /package/dist/cjs/{src/utility → utility}/register-auto-dto-child.utility.d.ts +0 -0
- /package/dist/cjs/{src/validator → validator}/all-or-none-of-listed-properties.validator.d.ts +0 -0
- /package/dist/cjs/{src/validator → validator}/has/at/least/one/and-only-one-of-listed-properties.validator.d.ts +0 -0
- /package/dist/cjs/{src/validator → validator}/has/at/least/one/of-listed-properties.validator.d.ts +0 -0
- /package/dist/cjs/{src/validator → validator}/has/at/least/one/property.validator.d.ts +0 -0
- /package/dist/cjs/{src/validator → validator}/has/paired-custom-suffixes-fields.validator.d.ts +0 -0
- /package/dist/cjs/{src/validator → validator}/is-regular-expression.validator.d.ts +0 -0
- /package/dist/cjs/{src/validator → validator}/only-one-of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{src/class → class}/api/function/transaction-scope.class.d.ts +0 -0
- /package/dist/esm/{src/class → class}/api/subscriber/discovery-service.class.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/audit-sink-token.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/hook-permission-sources-token.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/metadata-decision.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/module-options-token.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/policy/attachment-sources-token.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/policy/decorator.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/policy/document-sources-token.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/principal-resolver-token.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/class/authorization/token-registry.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/date.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/decorator/api/controller.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/decorator/api/method.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/decorator/api/property-describe.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/decorator/api/service.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/decorator/api/subscriber.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/dto/auto-context.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/dto/contextual-manual.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/dto/exception.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/dto/list.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/dto/transformer-value.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/factory-dto-get-list-query.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/interface/api/filter.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/interface/api/property/string.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/interface/api/property/wallet.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/number.constant.d.ts +0 -0
- /package/dist/esm/{src/constant → constant}/utility/dto/generate.constant.d.ts +0 -0
- /package/dist/esm/{src/decorator → decorator}/api/controller/observable.decorator.d.ts +0 -0
- /package/dist/esm/{src/decorator → decorator}/api/controller/securable.decorator.d.ts +0 -0
- /package/dist/esm/{src/decorator → decorator}/api/service/observable.decorator.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/decision-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/effect.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/mode.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/permission-match.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/policy/attachment-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/policy/on-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/policy/source-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/policy/status.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/class/authorization/principal-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/action.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/authentication-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/controller/load-relations-strategy.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/controller/relation-reference-shape.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/controller/request/target.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/controller/request/transformer-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/controller/response-target.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/dto-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/function-transaction-mode.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/function-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/on-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/property/data-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/property/date/identifier.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/property/date/type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/property/desribe-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/property/number-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/property/string-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/decorator/api/route-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/exception.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/filter/operation.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/filter/order-direction.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/utility/dto/manual/property-metadata/decorator.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/utility/error-string/action.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/utility/error-string/composite-action.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/utility/exception-details-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/validator/has-paired-custom-suffixes-fields-argument-type.enum.d.ts +0 -0
- /package/dist/esm/{src/enum → enum}/validator/must-match-one-of-schemas-error-type.enum.d.ts +0 -0
- /package/dist/esm/{src/interceptor → interceptor}/api-route-runtime.interceptor.d.ts +0 -0
- /package/dist/esm/{src/interceptor → interceptor}/correlation-id-response-body.interceptor.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/api/dto-validator.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/api-base-entity.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/class/api/authorization/policy/cache-options.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/class/api/authorization/resource/field-definition.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/class/api/subscriber/interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/class/metadata-entry.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/controller/properties/route/base/generation.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/controller/properties/route/base/relations/response/load.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/controller/properties/route/list-response-dto-config.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/get-list-response-result.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/response-type.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/route/documentation-properties.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/route/response/serialization-properties.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/decorator/api/route/throttling/default-properties.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/entity/column.interface.d.ts +0 -0
- /package/dist/esm/{src/interface → interface}/utility/api-controller-primary-column.interface.d.ts +0 -0
- /package/dist/esm/{src/module → module}/api/subscriber.module.d.ts +0 -0
- /package/dist/esm/{src/type → type}/class/api-exception.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/filter/allowed-types.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/filter/field-selector.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/create-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/delete-criteria.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/get/list/properties/type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/get/list/properties/where.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/get/many.properties.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/get/properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/update/criteria.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/function/update/properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/base/array/optional-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/base/array/required-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/base/request-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/base/response-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/describe/array/optional-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/describe/array/required-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/describe/dto/guard-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/describe/dto/query/get-list-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/property/describe/example-properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/decorator/api/service/properties.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/utility/capitalize-string.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/utility/date/keys.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/utility/dto/generate/get-list-response-resource-class.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/utility/non-date-keys.type.d.ts +0 -0
- /package/dist/esm/{src/type → type}/validator/has-paired-custom-suffixes-fields/validation-context.type.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/authorization/permission/matches.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/auto-dto-context-queue.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/camel-case-string.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/capitalize-string.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/database/typeorm/get/foreign-key-violation-details.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/database/typeorm/get/unique-violation-details.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/database/typeorm/is/entity/metadata-not-found.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/database/typeorm/is/entity/not-found.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/database/typeorm/is/foreign-key-violation.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/database/typeorm/is/unique-violation.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/defer-property-decorator-execution.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/dto/auto/context/pop.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/dto/generate/exception.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/error/exception.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/format-unknown-for-log.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/logger.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/queue-auto-context-retry.utility.d.ts +0 -0
- /package/dist/esm/{src/utility → utility}/register-auto-dto-child.utility.d.ts +0 -0
- /package/dist/esm/{src/validator → validator}/all-or-none-of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{src/validator → validator}/has/at/least/one/and-only-one-of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{src/validator → validator}/has/at/least/one/of-listed-properties.validator.d.ts +0 -0
- /package/dist/esm/{src/validator → validator}/has/at/least/one/property.validator.d.ts +0 -0
- /package/dist/esm/{src/validator → validator}/has/paired-custom-suffixes-fields.validator.d.ts +0 -0
- /package/dist/esm/{src/validator → validator}/is-regular-expression.validator.d.ts +0 -0
- /package/dist/esm/{src/validator → validator}/only-one-of-listed-properties.validator.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-type.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"number-type.enum.js","sources":["../../../../../../../src/enum/decorator/api/property/number-type.enum.ts"],"sourcesContent":[null],"names":[],"mappings":";;IAEY;AAAZ,CAAA,UAAY,sBAAsB,EAAA;AACjC,IAAA,sBAAA,CAAA,QAAA,CAAA,GAAA,QAAoC;AACpC,IAAA,sBAAA,CAAA,SAAA,CAAA,GAAA,SAAsC;AACvC,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"string-type.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"string-type.enum.js","sources":["../../../../../../../src/enum/decorator/api/property/string-type.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route-type.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"route-type.enum.js","sources":["../../../../../../src/enum/decorator/api/route-type.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,aAAa,EAAA;AACxB,IAAA,aAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,aAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,KAAW;AACX,IAAA,aAAA,CAAA,UAAA,CAAA,GAAA,SAAoB;AACpB,IAAA,aAAA,CAAA,gBAAA,CAAA,GAAA,eAAgC;AAChC,IAAA,aAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AAClB,CAAC,EAPW,aAAa,KAAb,aAAa,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./api";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exception.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"exception.enum.js","sources":["../../../../src/enum/exception.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,UAAU,EAAA;AACrB,IAAA,UAAA,CAAA,aAAA,CAAA,GAAA,aAA2B;AAC3B,IAAA,UAAA,CAAA,UAAA,CAAA,GAAA,UAAqB;AACrB,IAAA,UAAA,CAAA,oBAAA,CAAA,GAAA,oBAAyC;AACzC,IAAA,UAAA,CAAA,WAAA,CAAA,GAAA,WAAuB;AACvB,IAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC;AACnC,IAAA,UAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACb,IAAA,UAAA,CAAA,4BAAA,CAAA,GAAA,4BAAyD;AACzD,IAAA,UAAA,CAAA,aAAA,CAAA,GAAA,aAA2B;AAC3B,IAAA,UAAA,CAAA,uBAAA,CAAA,GAAA,uBAA+C;AAC/C,IAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC;AACnC,IAAA,UAAA,CAAA,oBAAA,CAAA,GAAA,oBAAyC;AACzC,IAAA,UAAA,CAAA,iCAAA,CAAA,GAAA,iCAAmE;AACnE,IAAA,UAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC;AACjC,IAAA,UAAA,CAAA,cAAA,CAAA,GAAA,cAA6B;AAC7B,IAAA,UAAA,CAAA,WAAA,CAAA,GAAA,WAAuB;AACvB,IAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC;AACnC,IAAA,UAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC;AACvC,IAAA,UAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC;AACrC,IAAA,UAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C;AAC3C,IAAA,UAAA,CAAA,iCAAA,CAAA,GAAA,iCAAmE;AACnE,IAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC;AACnC,IAAA,UAAA,CAAA,sBAAA,CAAA,GAAA,sBAA6C;AAC7C,IAAA,UAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C;AAC3C,IAAA,UAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC;AACvC,IAAA,UAAA,CAAA,cAAA,CAAA,GAAA,cAA6B;AAC7B,IAAA,UAAA,CAAA,sBAAA,CAAA,GAAA,sBAA6C;AAC7C,IAAA,UAAA,CAAA,wBAAA,CAAA,GAAA,wBAAiD;AACjD,IAAA,UAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC;AACtC,CAAC,EA7BW,UAAU,KAAV,UAAU,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { EFilterOperation, EFilterOperationArray, EFilterOperationBoolean, EFilterOperationDate, EFilterOperationEnum, EFilterOperationNumber, EFilterOperationObject, EFilterOperationRelation, EFilterOperationString, EFilterOperationUuid } from "./operation.enum";
|
|
2
|
+
export { EFilterOrderDirection } from "./order-direction.enum";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"operation.enum.js","sources":["../../../../../src/enum/filter/operation.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order-direction.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"order-direction.enum.js","sources":["../../../../../src/enum/filter/order-direction.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,qBAAqB,EAAA;AAChC,IAAA,qBAAA,CAAA,KAAA,CAAA,GAAA,KAAW;AACX,IAAA,qBAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACd,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"decorator.enum.js","sources":["../../../../../../../../src/enum/utility/dto/manual/property-metadata/decorator.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,mCAAmC,EAAA;AAC9C,IAAA,mCAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,mCAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACb,IAAA,mCAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACb,IAAA,mCAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,mCAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,mCAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,mCAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACd,CAAC,EARW,mCAAmC,KAAnC,mCAAmC,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.enum.js","sources":["../../../../../../../src/enum/utility/error-string/action.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"action.enum.js","sources":["../../../../../../src/enum/utility/error-string/action.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composite-action.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"composite-action.enum.js","sources":["../../../../../../src/enum/utility/error-string/composite-action.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exception-details-type.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"exception-details-type.enum.js","sources":["../../../../../src/enum/utility/exception-details-type.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,wBAAwB,EAAA;AACnC,IAAA,wBAAA,CAAA,uBAAA,CAAA,GAAA,uBAA+C;AAC/C,IAAA,wBAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC;AACtC,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"has-paired-custom-suffixes-fields-argument-type.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"has-paired-custom-suffixes-fields-argument-type.enum.js","sources":["../../../../../src/enum/validator/has-paired-custom-suffixes-fields-argument-type.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,0CAA0C,EAAA;AACrD,IAAA,0CAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACf,IAAA,0CAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACb,IAAA,0CAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AAClB,CAAC,EAJW,0CAA0C,KAA1C,0CAA0C,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"must-match-one-of-schemas-error-type.enum.js","sources":["
|
|
1
|
+
{"version":3,"file":"must-match-one-of-schemas-error-type.enum.js","sources":["../../../../../src/enum/validator/must-match-one-of-schemas-error-type.enum.ts"],"sourcesContent":[null],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,yCAAyC,EAAA;AACpD,IAAA,yCAAA,CAAA,uBAAA,CAAA,GAAA,sBAA8C;AAC9C,IAAA,yCAAA,CAAA,uBAAA,CAAA,GAAA,sBAA8C;AAC9C,IAAA,yCAAA,CAAA,iBAAA,CAAA,GAAA,gBAAkC;AAClC,IAAA,yCAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACpB,CAAC,EALW,yCAAyC,KAAzC,yCAAyC,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { IApiBaseEntity } from '../src/interface/api-base-entity.interface';
|
|
2
|
+
import type { IApiControllerProperties } from '../src/interface/decorator/api/index';
|
|
3
|
+
import type { IApiEntity } from '../src/interface/entity/index';
|
|
4
|
+
import type { TApiControllerMethodName, TApiControllerTargetMethod } from '../src/type/factory/api/controller/index';
|
|
5
|
+
import { EApiRouteType } from '../src/enum/decorator/api/index';
|
|
6
|
+
export declare class ApiControllerFactory<E extends IApiBaseEntity> {
|
|
7
|
+
protected target: TApiControllerTargetMethod<E>;
|
|
8
|
+
private readonly properties;
|
|
9
|
+
protected get targetPrototype(): InstanceType<typeof this.target>;
|
|
10
|
+
private readonly ENTITY;
|
|
11
|
+
constructor(target: TApiControllerTargetMethod<E>, properties: IApiControllerProperties<E>);
|
|
12
|
+
createMethod(method: EApiRouteType): void;
|
|
13
|
+
init(): void;
|
|
14
|
+
protected [EApiRouteType.CREATE](method: EApiRouteType, methodName: TApiControllerMethodName<typeof EApiRouteType.CREATE>, properties: IApiControllerProperties<E>, entityMetadata: IApiEntity<E>): void;
|
|
15
|
+
protected [EApiRouteType.DELETE](method: EApiRouteType, methodName: TApiControllerMethodName<typeof EApiRouteType.DELETE>, properties: IApiControllerProperties<E>, entityMetadata: IApiEntity<E>): void;
|
|
16
|
+
protected [EApiRouteType.GET](method: EApiRouteType, methodName: TApiControllerMethodName<typeof EApiRouteType.GET>, properties: IApiControllerProperties<E>, entityMetadata: IApiEntity<E>): void;
|
|
17
|
+
protected [EApiRouteType.GET_LIST](method: EApiRouteType, methodName: TApiControllerMethodName<typeof EApiRouteType.GET_LIST>, properties: IApiControllerProperties<E>, entityMetadata: IApiEntity<E>): void;
|
|
18
|
+
protected [EApiRouteType.PARTIAL_UPDATE](method: EApiRouteType, methodName: TApiControllerMethodName<typeof EApiRouteType.PARTIAL_UPDATE>, properties: IApiControllerProperties<E>, entityMetadata: IApiEntity<E>): void;
|
|
19
|
+
protected [EApiRouteType.UPDATE](method: EApiRouteType, methodName: TApiControllerMethodName<typeof EApiRouteType.UPDATE>, properties: IApiControllerProperties<E>, entityMetadata: IApiEntity<E>): void;
|
|
20
|
+
private defineUpdateRouteMethod;
|
|
21
|
+
}
|
|
@@ -43,7 +43,6 @@ import '../class/utility/dto/exception/details/unique-violation.class.js';
|
|
|
43
43
|
import '../validator/is-regular-expression.validator.js';
|
|
44
44
|
import 'node:crypto';
|
|
45
45
|
import '../enum/utility/exception-details-type.enum.js';
|
|
46
|
-
import 'typeorm/index';
|
|
47
46
|
import '../class/api/function/context-storage.class.js';
|
|
48
47
|
import '../enum/utility/error-string/action.enum.js';
|
|
49
48
|
import '../enum/utility/error-string/composite-action.enum.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-controller.factory.js","sources":["
|
|
1
|
+
{"version":3,"file":"api-controller.factory.js","sources":["../../../../src/factory/api-controller.factory.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ApiControllerFactory } from "./api-controller.factory";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./class";
|
|
2
|
+
export * from "./constant";
|
|
3
|
+
export * from "./decorator/api";
|
|
4
|
+
export * from "./enum";
|
|
5
|
+
export * from "./factory";
|
|
6
|
+
export * from "./interceptor";
|
|
7
|
+
export type * from "./interface";
|
|
8
|
+
export * from "./module";
|
|
9
|
+
export type * from "./type";
|
|
10
|
+
export * from "./utility";
|
|
11
|
+
export * from "./validator";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-route-runtime.interceptor.js","sources":["
|
|
1
|
+
{"version":3,"file":"api-route-runtime.interceptor.js","sources":["../../../../src/interceptor/api-route-runtime.interceptor.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;AAWO,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B,CAAA;IAC/B,SAAS,CAAC,OAAyB,EAAE,IAAiB,EAAA;AAC5D,QAAA,MAAM,QAAQ,GAAkD,OAAO,CAAC,WAAW,CAAC,6BAA6B,CAAC,kBAAkB,EAAE,OAAO,CAAC,UAAU,EAAE,CAAkD;AAC5M,QAAA,MAAM,iBAAiB,GAA2D,OAAO,CAAC,WAAW,CAAC,6BAA6B,CAAC,qCAAqC,EAAE,OAAO,CAAC,UAAU,EAAE,CAA2D;QAE1P,IAAI,CAAC,QAAQ,EAAE;AACd,YAAA,OAAO,IAAI,CAAC,MAAM,EAAE;QACrB;AAEA,QAAA,OAAO,IAAI,CACV,eAAe,CAAC,aAAa,CAAC;AAC7B,YAAA,gBAAgB,EAAE,OAAO;YACzB,QAAQ;AACR,YAAA,SAAS,EAAE,YAA8B,MAAM,aAAa,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;YAC3E,iBAAiB,EAAE,iBAAiB,IAAI,EAAE;AAC1C,SAAA,CAAC,CACF;IACF;;AAjBY,0BAA0B,GAAA,UAAA,CAAA;AADtC,IAAA,UAAU;AACE,CAAA,EAAA,0BAA0B,CAkBtC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"correlation-id-response-body.interceptor.js","sources":["
|
|
1
|
+
{"version":3,"file":"correlation-id-response-body.interceptor.js","sources":["../../../../src/interceptor/correlation-id-response-body.interceptor.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CorrelationIDResponseBodyInterceptor } from "./correlation-id-response-body.interceptor";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IApiBaseEntity } from '../../src/interface/api-base-entity.interface';
|
|
2
|
+
import type { IApiAuthorizationDecision } from '../../src/interface/class/api/authorization/index';
|
|
3
|
+
import type { TApiAuthorizationRuleTransformPayload } from '../../src/type/class/api/authorization/rule/transform-payload.type';
|
|
4
|
+
export interface IApiAuthenticationRequest {
|
|
5
|
+
authorizationDecision?: IApiAuthorizationDecision<IApiBaseEntity, TApiAuthorizationRuleTransformPayload<IApiBaseEntity>>;
|
|
6
|
+
user: unknown;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EErrorStringAction } from '../../src/enum/utility/index';
|
|
2
|
+
import type { TApiException } from '../../src/type/class/index';
|
|
3
|
+
import type { TApiControllerGetListQuery } from '../../src/type/decorator/api/controller/index';
|
|
4
|
+
export interface IApiRequestValidator<E> {
|
|
5
|
+
errorType: EErrorStringAction;
|
|
6
|
+
exception: TApiException;
|
|
7
|
+
validationFunction: (entity: Partial<E> | TApiControllerGetListQuery<E>) => boolean | Promise<boolean>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { IApiBaseEntity } from '../../../../src/interface/api-base-entity.interface';
|
|
2
|
+
import type { IApiAuthorizationDecision } from "./decision";
|
|
3
|
+
export interface IApiAuthorizationAuditSink {
|
|
4
|
+
record<E extends IApiBaseEntity, R>(decision: IApiAuthorizationDecision<E, R>): Promise<void> | void;
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { type IApiAuthorizationDecision } from "./interface";
|
|
2
|
+
export { type IApiAuthorizationDecisionRuleTrace } from "./rule-trace.interface";
|
|
3
|
+
export { type IApiAuthorizationDecisionStatementTrace } from "./statement-trace.interface";
|
|
4
|
+
export { type IApiAuthorizationDecisionTrace } from "./trace.interface";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { EApiAuthorizationMode, EApiPolicyEffect } from '../../../../../src/enum/class/authorization/index';
|
|
2
|
+
import type { IApiBaseEntity } from '../../../../../src/interface/api-base-entity.interface';
|
|
3
|
+
import type { IApiAuthorizationRule } from '../../../../../src/interface/class/api/authorization/rule/interface';
|
|
4
|
+
import type { IApiAuthorizationScope } from '../../../../../src/interface/class/api/authorization/scope.interface';
|
|
5
|
+
import type { TApiAuthorizationRuleResultTransform } from '../../../../../src/type/class/api/authorization/rule/result-transform.type';
|
|
6
|
+
import type { IApiAuthorizationPrincipal } from "../principal/interface";
|
|
7
|
+
import type { IApiAuthorizationDecisionTrace } from "./trace.interface";
|
|
8
|
+
export interface IApiAuthorizationDecision<E extends IApiBaseEntity, R> {
|
|
9
|
+
action: string;
|
|
10
|
+
appliedRules: Array<IApiAuthorizationRule<E, R>>;
|
|
11
|
+
effect: EApiPolicyEffect;
|
|
12
|
+
mode: EApiAuthorizationMode;
|
|
13
|
+
permissions: ReadonlyArray<string>;
|
|
14
|
+
policyId: string;
|
|
15
|
+
policyIds: Array<string>;
|
|
16
|
+
principal: IApiAuthorizationPrincipal;
|
|
17
|
+
resource?: E;
|
|
18
|
+
resourceType: string;
|
|
19
|
+
scope?: IApiAuthorizationScope<E>;
|
|
20
|
+
trace: IApiAuthorizationDecisionTrace;
|
|
21
|
+
transforms: Array<TApiAuthorizationRuleResultTransform<E, R>>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EApiPolicyEffect, EApiPolicySourceType } from '../../../../../src/enum/class/authorization/index';
|
|
2
|
+
export interface IApiAuthorizationDecisionStatementTrace {
|
|
3
|
+
effect: EApiPolicyEffect;
|
|
4
|
+
isMatched: boolean;
|
|
5
|
+
policyId: string;
|
|
6
|
+
sid?: string;
|
|
7
|
+
sourceType: EApiPolicySourceType;
|
|
8
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { EApiAuthorizationDecisionType, EApiAuthorizationMode } from '../../../../../src/enum/class/authorization/index';
|
|
2
|
+
import type { IApiPolicyAttachment } from "../policy/attachment/interface";
|
|
3
|
+
import type { IApiPolicyDocumentRecord } from "../policy/document/record.interface";
|
|
4
|
+
import type { IApiAuthorizationDecisionRuleTrace } from "./rule-trace.interface";
|
|
5
|
+
import type { IApiAuthorizationDecisionStatementTrace } from "./statement-trace.interface";
|
|
6
|
+
export interface IApiAuthorizationDecisionTrace {
|
|
7
|
+
attachments?: ReadonlyArray<IApiPolicyAttachment>;
|
|
8
|
+
boundaries?: ReadonlyArray<IApiPolicyAttachment>;
|
|
9
|
+
decisionType: EApiAuthorizationDecisionType;
|
|
10
|
+
documents?: ReadonlyArray<IApiPolicyDocumentRecord>;
|
|
11
|
+
mode: EApiAuthorizationMode;
|
|
12
|
+
permissions?: ReadonlyArray<string>;
|
|
13
|
+
rules?: ReadonlyArray<IApiAuthorizationDecisionRuleTrace>;
|
|
14
|
+
statements?: ReadonlyArray<IApiAuthorizationDecisionStatementTrace>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { IApiBaseEntity } from '../../../../src/interface/api-base-entity.interface';
|
|
2
|
+
import type { IApiAuthorizationDecision } from '../../../../src/interface/class/api/authorization/decision/index';
|
|
3
|
+
import type { IApiAuthorizationEngineEvaluateOptions } from "./evaluate-options.interface";
|
|
4
|
+
export interface IApiAuthorizationEngine<E extends IApiBaseEntity> {
|
|
5
|
+
evaluate<R>(options: IApiAuthorizationEngineEvaluateOptions<E, R>): Promise<IApiAuthorizationDecision<E, R>>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { EApiAuthorizationMode } from '../../../../src/enum/class/authorization/index';
|
|
2
|
+
import type { IApiBaseEntity } from '../../../../src/interface/api-base-entity.interface';
|
|
3
|
+
import type { IApiAuthorizationPolicy } from '../../../../src/interface/class/api/authorization/policy/interface';
|
|
4
|
+
import type { IApiAuthorizationPrincipal } from '../../../../src/interface/class/api/authorization/principal/index';
|
|
5
|
+
export interface IApiAuthorizationEngineEvaluateOptions<E extends IApiBaseEntity, R> {
|
|
6
|
+
action: string;
|
|
7
|
+
mode: EApiAuthorizationMode;
|
|
8
|
+
permissions: ReadonlyArray<string>;
|
|
9
|
+
policy: IApiAuthorizationPolicy<E, R>;
|
|
10
|
+
principal: IApiAuthorizationPrincipal;
|
|
11
|
+
resource?: E;
|
|
12
|
+
resourceType: string;
|
|
13
|
+
}
|