@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.
Files changed (2945) hide show
  1. package/dist/cjs/class/api/authorization/bootstrap-validation.service.class.d.ts +14 -0
  2. package/dist/cjs/class/api/authorization/bootstrap-validation.service.class.js.map +1 -1
  3. package/dist/cjs/class/api/authorization/cache-invalidation.service.class.d.ts +7 -0
  4. package/dist/cjs/class/api/authorization/cache-invalidation.service.class.js.map +1 -1
  5. package/dist/cjs/class/api/authorization/engine.class.d.ts +8 -0
  6. package/dist/cjs/class/api/authorization/engine.class.js.map +1 -1
  7. package/dist/cjs/class/api/authorization/guard.class.d.ts +13 -0
  8. package/dist/cjs/class/api/authorization/guard.class.js.map +1 -1
  9. package/dist/cjs/class/api/authorization/hook-permission-resolver.class.d.ts +10 -0
  10. package/dist/cjs/class/api/authorization/hook-permission-resolver.class.js.map +1 -1
  11. package/dist/cjs/class/api/authorization/iam/attachment-resolver.class.d.ts +11 -0
  12. package/dist/cjs/class/api/authorization/iam/attachment-resolver.class.js.map +1 -1
  13. package/dist/cjs/class/api/authorization/iam/document-resolver.class.d.ts +10 -0
  14. package/dist/cjs/class/api/authorization/iam/document-resolver.class.js.map +1 -1
  15. package/dist/cjs/class/api/authorization/iam/document-validator.class.d.ts +7 -0
  16. package/dist/cjs/class/api/authorization/iam/document-validator.class.js.map +1 -1
  17. package/dist/cjs/class/api/authorization/iam/engine.class.d.ts +30 -0
  18. package/dist/cjs/class/api/authorization/iam/engine.class.js.map +1 -1
  19. package/dist/cjs/class/api/authorization/iam/index.d.ts +5 -0
  20. package/dist/cjs/class/api/authorization/iam/query-planner.class.d.ts +20 -0
  21. package/dist/cjs/class/api/authorization/iam/query-planner.class.js.map +1 -1
  22. package/dist/cjs/class/api/authorization/index.d.ts +9 -0
  23. package/dist/cjs/class/api/authorization/policy/base.class.d.ts +68 -0
  24. package/dist/cjs/class/api/authorization/policy/base.class.js.map +1 -1
  25. package/dist/cjs/class/api/authorization/policy/discovery-service.class.d.ts +10 -0
  26. package/dist/cjs/class/api/authorization/policy/discovery-service.class.js.map +1 -1
  27. package/dist/cjs/class/api/authorization/policy/executor.class.d.ts +7 -0
  28. package/dist/cjs/class/api/authorization/policy/executor.class.js.map +1 -1
  29. package/dist/cjs/class/api/authorization/policy/index.d.ts +5 -0
  30. package/dist/cjs/class/api/authorization/policy/registry.class.d.ts +30 -0
  31. package/dist/cjs/class/api/authorization/policy/registry.class.js.map +1 -1
  32. package/dist/cjs/class/api/authorization/policy/subscriber-wrapper.class.d.ts +10 -0
  33. package/dist/cjs/class/api/authorization/policy/subscriber-wrapper.class.js.map +1 -1
  34. package/dist/cjs/class/api/authorization/runtime.class.d.ts +38 -0
  35. package/dist/cjs/class/api/authorization/runtime.class.js.map +1 -1
  36. package/dist/cjs/class/api/authorization/simulator.class.d.ts +20 -0
  37. package/dist/cjs/class/api/authorization/simulator.class.js.map +1 -1
  38. package/dist/cjs/class/api/function/context-storage.class.d.ts +7 -0
  39. package/dist/cjs/class/api/function/context-storage.class.js.map +1 -1
  40. package/dist/cjs/class/api/function/custom-runtime.class.d.ts +19 -0
  41. package/dist/cjs/class/api/function/custom-runtime.class.js.map +1 -1
  42. package/dist/cjs/class/api/function/index.d.ts +1 -0
  43. package/dist/cjs/class/api/function/transaction-scope.class.js.map +1 -1
  44. package/dist/cjs/class/api/index.d.ts +4 -0
  45. package/dist/cjs/class/api/route-runtime.class.d.ts +21 -0
  46. package/dist/cjs/class/api/route-runtime.class.js.map +1 -1
  47. package/dist/cjs/class/api/service-base.class.d.ts +18 -0
  48. package/dist/cjs/class/api/service-base.class.js.map +1 -1
  49. package/dist/cjs/class/api/subscriber/base.class.d.ts +3 -0
  50. package/dist/cjs/class/api/subscriber/base.class.js.map +1 -1
  51. package/dist/cjs/class/api/subscriber/discovery-service.class.js.map +1 -1
  52. package/dist/cjs/class/api/subscriber/executor.class.d.ts +16 -0
  53. package/dist/cjs/class/api/subscriber/executor.class.js.map +1 -1
  54. package/dist/cjs/class/api/subscriber/function-base.class.d.ts +10 -0
  55. package/dist/cjs/class/api/subscriber/function-base.class.js.map +1 -1
  56. package/dist/cjs/class/api/subscriber/index.d.ts +7 -0
  57. package/dist/cjs/class/api/subscriber/registry.class.d.ts +18 -0
  58. package/dist/cjs/class/api/subscriber/registry.class.js.map +1 -1
  59. package/dist/cjs/class/api/subscriber/route-base.class.d.ts +10 -0
  60. package/dist/cjs/class/api/subscriber/route-base.class.js.map +1 -1
  61. package/dist/cjs/class/api/subscriber/wrapper.class.d.ts +18 -0
  62. package/dist/cjs/class/api/subscriber/wrapper.class.js.map +1 -1
  63. package/dist/cjs/class/index.d.ts +6 -0
  64. package/dist/cjs/class/metadata-storage.class.d.ts +18 -0
  65. package/dist/cjs/class/metadata-storage.class.js.map +1 -1
  66. package/dist/cjs/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +11 -0
  67. package/dist/cjs/class/utility/dto/exception/details/foreign-key-violation.class.js.map +1 -1
  68. package/dist/cjs/class/utility/dto/exception/details/index.d.ts +2 -0
  69. package/dist/cjs/class/utility/dto/exception/details/unique-violation.class.d.ts +9 -0
  70. package/dist/cjs/class/utility/dto/exception/details/unique-violation.class.js.map +1 -1
  71. package/dist/cjs/class/utility/dto/exception/index.d.ts +1 -0
  72. package/dist/cjs/class/utility/dto/index.d.ts +3 -0
  73. package/dist/cjs/class/utility/dto/property/factory/boolean.class.d.ts +7 -0
  74. package/dist/cjs/class/utility/dto/property/factory/boolean.class.js.map +1 -1
  75. package/dist/cjs/class/utility/dto/property/factory/date.class.d.ts +7 -0
  76. package/dist/cjs/class/utility/dto/property/factory/date.class.js.map +1 -1
  77. package/dist/cjs/class/utility/dto/property/factory/enum.class.d.ts +7 -0
  78. package/dist/cjs/class/utility/dto/property/factory/enum.class.js.map +1 -1
  79. package/dist/cjs/class/utility/dto/property/factory/index.d.ts +8 -0
  80. package/dist/cjs/class/utility/dto/property/factory/number.class.d.ts +8 -0
  81. package/dist/cjs/class/utility/dto/property/factory/number.class.js.map +1 -1
  82. package/dist/cjs/class/utility/dto/property/factory/object.class.d.ts +8 -0
  83. package/dist/cjs/class/utility/dto/property/factory/object.class.js.map +1 -1
  84. package/dist/cjs/class/utility/dto/property/factory/relation.class.d.ts +8 -0
  85. package/dist/cjs/class/utility/dto/property/factory/relation.class.js.map +1 -1
  86. package/dist/cjs/class/utility/dto/property/factory/string.class.d.ts +7 -0
  87. package/dist/cjs/class/utility/dto/property/factory/string.class.js.map +1 -1
  88. package/dist/cjs/class/utility/dto/property/factory/uuid.class.d.ts +7 -0
  89. package/dist/cjs/class/utility/dto/property/factory/uuid.class.js.map +1 -1
  90. package/dist/cjs/class/utility/dto/property/index.d.ts +1 -0
  91. package/dist/cjs/class/utility/dto/strategy/body.class.d.ts +6 -0
  92. package/dist/cjs/class/utility/dto/strategy/body.class.js.map +1 -1
  93. package/dist/cjs/class/utility/dto/strategy/index.d.ts +4 -0
  94. package/dist/cjs/class/utility/dto/strategy/query.class.d.ts +6 -0
  95. package/dist/cjs/class/utility/dto/strategy/query.class.js.map +1 -1
  96. package/dist/cjs/class/utility/dto/strategy/request.class.d.ts +6 -0
  97. package/dist/cjs/class/utility/dto/strategy/request.class.js.map +1 -1
  98. package/dist/cjs/class/utility/dto/strategy/response.class.d.ts +6 -0
  99. package/dist/cjs/class/utility/dto/strategy/response.class.js.map +1 -1
  100. package/dist/cjs/class/utility/index.d.ts +1 -0
  101. package/dist/cjs/constant/class/authorization/audit-sink-token.constant.js.map +1 -1
  102. package/dist/cjs/constant/class/authorization/hook-permission-sources-token.constant.js.map +1 -1
  103. package/dist/cjs/constant/class/authorization/index.d.ts +7 -0
  104. package/dist/cjs/constant/class/authorization/metadata-decision.constant.js.map +1 -1
  105. package/dist/cjs/constant/class/authorization/module-options-token.constant.js.map +1 -1
  106. package/dist/cjs/constant/class/authorization/policy/attachment-sources-token.constant.js.map +1 -1
  107. package/dist/cjs/constant/class/authorization/policy/decorator.constant.js.map +1 -1
  108. package/dist/cjs/constant/class/authorization/policy/document-sources-token.constant.js.map +1 -1
  109. package/dist/cjs/constant/class/authorization/policy/index.d.ts +3 -0
  110. package/dist/cjs/constant/class/authorization/principal-resolver-token.constant.js.map +1 -1
  111. package/dist/cjs/constant/class/authorization/token-registry.constant.js.map +1 -1
  112. package/dist/cjs/constant/class/index.d.ts +1 -0
  113. package/dist/cjs/constant/date.constant.js.map +1 -1
  114. package/dist/cjs/constant/decorator/api/controller.constant.js.map +1 -1
  115. package/dist/cjs/constant/decorator/api/function.constant.d.ts +4 -0
  116. package/dist/cjs/constant/decorator/api/function.constant.js.map +1 -1
  117. package/dist/cjs/constant/decorator/api/index.d.ts +4 -0
  118. package/dist/cjs/constant/decorator/api/method.constant.js.map +1 -1
  119. package/dist/cjs/constant/decorator/api/property-describe.constant.js.map +1 -1
  120. package/dist/cjs/constant/decorator/api/service.constant.js.map +1 -1
  121. package/dist/cjs/constant/decorator/api/subscriber.constant.js.map +1 -1
  122. package/dist/cjs/constant/decorator/index.d.ts +1 -0
  123. package/dist/cjs/constant/dto/auto-context.constant.js.map +1 -1
  124. package/dist/cjs/constant/dto/contextual-manual.constant.js.map +1 -1
  125. package/dist/cjs/constant/dto/exception.constant.js.map +1 -1
  126. package/dist/cjs/constant/dto/index.d.ts +5 -0
  127. package/dist/cjs/constant/dto/list.constant.js.map +1 -1
  128. package/dist/cjs/constant/dto/transformer-value.constant.js.map +1 -1
  129. package/dist/cjs/constant/factory-dto-get-list-query.constant.js.map +1 -1
  130. package/dist/cjs/constant/index.d.ts +9 -0
  131. package/dist/cjs/constant/interface/api/filter.constant.js.map +1 -1
  132. package/dist/cjs/constant/interface/api/index.d.ts +2 -0
  133. package/dist/cjs/constant/interface/api/property/default-string-format.constant.d.ts +4 -0
  134. package/dist/cjs/constant/interface/api/property/default-string-format.constant.js.map +1 -1
  135. package/dist/cjs/constant/interface/api/property/index.d.ts +3 -0
  136. package/dist/cjs/constant/interface/api/property/string.constant.js.map +1 -1
  137. package/dist/cjs/constant/interface/api/property/wallet.constant.js.map +1 -1
  138. package/dist/cjs/constant/interface/index.d.ts +1 -0
  139. package/dist/cjs/constant/number.constant.js.map +1 -1
  140. package/dist/cjs/constant/utility/dto/constant.d.ts +7 -0
  141. package/dist/cjs/constant/utility/dto/constant.js.map +1 -1
  142. package/dist/cjs/constant/utility/dto/generate.constant.js.map +1 -1
  143. package/dist/cjs/constant/utility/dto/index.d.ts +2 -0
  144. package/dist/cjs/constant/utility/index.d.ts +1 -0
  145. package/dist/cjs/constant/validator/index.d.ts +1 -0
  146. package/dist/cjs/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +5 -0
  147. package/dist/cjs/constant/validator-has-paired-custom-suffixes-fields.constant.js.map +1 -1
  148. package/dist/cjs/decorator/api/authorization-policy.decorator.d.ts +10 -0
  149. package/dist/cjs/decorator/api/authorization-policy.decorator.js.map +1 -1
  150. package/dist/cjs/decorator/api/controller/decorator.d.ts +27 -0
  151. package/dist/cjs/decorator/api/controller/decorator.js.map +1 -1
  152. package/dist/cjs/decorator/api/controller/index.d.ts +3 -0
  153. package/dist/cjs/decorator/api/controller/observable.decorator.js.map +1 -1
  154. package/dist/cjs/decorator/api/controller/securable.decorator.js.map +1 -1
  155. package/dist/cjs/decorator/api/function/create.decorator.d.ts +10 -0
  156. package/dist/cjs/decorator/api/function/create.decorator.js.map +1 -1
  157. package/dist/cjs/decorator/api/function/custom.decorator.d.ts +9 -0
  158. package/dist/cjs/decorator/api/function/custom.decorator.js.map +1 -1
  159. package/dist/cjs/decorator/api/function/decorator.d.ts +11 -0
  160. package/dist/cjs/decorator/api/function/decorator.js.map +1 -1
  161. package/dist/cjs/decorator/api/function/delete.decorator.d.ts +10 -0
  162. package/dist/cjs/decorator/api/function/delete.decorator.js.map +1 -1
  163. package/dist/cjs/decorator/api/function/get/decorator.d.ts +10 -0
  164. package/dist/cjs/decorator/api/function/get/decorator.js.map +1 -1
  165. package/dist/cjs/decorator/api/function/get/index.d.ts +3 -0
  166. package/dist/cjs/decorator/api/function/get/list.decorator.d.ts +10 -0
  167. package/dist/cjs/decorator/api/function/get/list.decorator.js.map +1 -1
  168. package/dist/cjs/decorator/api/function/get/many.decorator.d.ts +10 -0
  169. package/dist/cjs/decorator/api/function/get/many.decorator.js.map +1 -1
  170. package/dist/cjs/decorator/api/function/index.d.ts +6 -0
  171. package/dist/cjs/decorator/api/function/update.decorator.d.ts +10 -0
  172. package/dist/cjs/decorator/api/function/update.decorator.js.map +1 -1
  173. package/dist/cjs/decorator/api/index.d.ts +8 -0
  174. package/dist/cjs/decorator/api/method.decorator.d.ts +9 -0
  175. package/dist/cjs/decorator/api/method.decorator.js.map +1 -1
  176. package/dist/cjs/decorator/api/property/boolean.decorator.d.ts +54 -0
  177. package/dist/cjs/decorator/api/property/boolean.decorator.js.map +1 -1
  178. package/dist/cjs/decorator/api/property/copy.decorator.d.ts +36 -0
  179. package/dist/cjs/decorator/api/property/copy.decorator.js.map +1 -1
  180. package/dist/cjs/decorator/api/property/date.decorator.d.ts +58 -0
  181. package/dist/cjs/decorator/api/property/date.decorator.js.map +1 -1
  182. package/dist/cjs/decorator/api/property/describe.decorator.d.ts +85 -0
  183. package/dist/cjs/decorator/api/property/describe.decorator.js.map +1 -1
  184. package/dist/cjs/decorator/api/property/enum.decorator.d.ts +77 -0
  185. package/dist/cjs/decorator/api/property/enum.decorator.js.map +1 -1
  186. package/dist/cjs/decorator/api/property/index.d.ts +9 -0
  187. package/dist/cjs/decorator/api/property/number.decorator.d.ts +69 -0
  188. package/dist/cjs/decorator/api/property/number.decorator.js.map +1 -1
  189. package/dist/cjs/decorator/api/property/object.decorator.d.ts +29 -0
  190. package/dist/cjs/decorator/api/property/object.decorator.js.map +1 -1
  191. package/dist/cjs/decorator/api/property/string.decorator.d.ts +70 -0
  192. package/dist/cjs/decorator/api/property/string.decorator.js.map +1 -1
  193. package/dist/cjs/decorator/api/property/uuid.decorator.d.ts +44 -0
  194. package/dist/cjs/decorator/api/property/uuid.decorator.js.map +1 -1
  195. package/dist/cjs/decorator/api/route-custom.decorator.d.ts +9 -0
  196. package/dist/cjs/decorator/api/route-custom.decorator.js +4 -4
  197. package/dist/cjs/decorator/api/route-custom.decorator.js.map +1 -1
  198. package/dist/cjs/decorator/api/service/decorator.d.ts +11 -0
  199. package/dist/cjs/decorator/api/service/decorator.js.map +1 -1
  200. package/dist/cjs/decorator/api/service/index.d.ts +2 -0
  201. package/dist/cjs/decorator/api/service/observable.decorator.js.map +1 -1
  202. package/dist/cjs/decorator/api/subscriber/function.decorator.d.ts +28 -0
  203. package/dist/cjs/decorator/api/subscriber/function.decorator.js.map +1 -1
  204. package/dist/cjs/decorator/api/subscriber/index.d.ts +2 -0
  205. package/dist/cjs/decorator/api/subscriber/route.decorator.d.ts +28 -0
  206. package/dist/cjs/decorator/api/subscriber/route.decorator.js.map +1 -1
  207. package/dist/cjs/decorator/index.d.ts +1 -0
  208. package/dist/cjs/enum/class/authorization/decision-type.enum.js.map +1 -1
  209. package/dist/cjs/enum/class/authorization/effect.enum.js.map +1 -1
  210. package/dist/cjs/enum/class/authorization/index.d.ts +6 -0
  211. package/dist/cjs/enum/class/authorization/mode.enum.js.map +1 -1
  212. package/dist/cjs/enum/class/authorization/permission-match.enum.js.map +1 -1
  213. package/dist/cjs/enum/class/authorization/policy/attachment-type.enum.js.map +1 -1
  214. package/dist/cjs/enum/class/authorization/policy/index.d.ts +4 -0
  215. package/dist/cjs/enum/class/authorization/policy/on-type.enum.js.map +1 -1
  216. package/dist/cjs/enum/class/authorization/policy/source-type.enum.js.map +1 -1
  217. package/dist/cjs/enum/class/authorization/policy/status.enum.js.map +1 -1
  218. package/dist/cjs/enum/class/authorization/principal-type.enum.js.map +1 -1
  219. package/dist/cjs/enum/class/index.d.ts +1 -0
  220. package/dist/cjs/enum/decorator/api/action.enum.js.map +1 -1
  221. package/dist/cjs/enum/decorator/api/authentication-type.enum.js.map +1 -1
  222. package/dist/cjs/enum/decorator/api/controller/index.d.ts +4 -0
  223. package/dist/cjs/enum/decorator/api/controller/load-relations-strategy.enum.js.map +1 -1
  224. package/dist/cjs/enum/decorator/api/controller/relation-reference-shape.enum.js.map +1 -1
  225. package/dist/cjs/enum/decorator/api/controller/request/index.d.ts +2 -0
  226. package/dist/cjs/enum/decorator/api/controller/request/target.enum.js.map +1 -1
  227. package/dist/cjs/enum/decorator/api/controller/request/transformer-type.enum.js.map +1 -1
  228. package/dist/cjs/enum/decorator/api/controller/response-target.enum.js.map +1 -1
  229. package/dist/cjs/enum/decorator/api/dto-type.enum.js.map +1 -1
  230. package/dist/cjs/enum/decorator/api/function-transaction-mode.enum.js.map +1 -1
  231. package/dist/cjs/enum/decorator/api/function-type.enum.js.map +1 -1
  232. package/dist/cjs/enum/decorator/api/index.d.ts +9 -0
  233. package/dist/cjs/enum/decorator/api/on-type.enum.js.map +1 -1
  234. package/dist/cjs/enum/decorator/api/property/data-type.enum.js.map +1 -1
  235. package/dist/cjs/enum/decorator/api/property/date/identifier.enum.js.map +1 -1
  236. package/dist/cjs/enum/decorator/api/property/date/index.d.ts +2 -0
  237. package/dist/cjs/enum/decorator/api/property/date/type.enum.js.map +1 -1
  238. package/dist/cjs/enum/decorator/api/property/desribe-type.enum.js.map +1 -1
  239. package/dist/cjs/enum/decorator/api/property/index.d.ts +5 -0
  240. package/dist/cjs/enum/decorator/api/property/number-type.enum.js.map +1 -1
  241. package/dist/cjs/enum/decorator/api/property/string-type.enum.js.map +1 -1
  242. package/dist/cjs/enum/decorator/api/route-type.enum.js.map +1 -1
  243. package/dist/cjs/enum/decorator/index.d.ts +1 -0
  244. package/dist/cjs/enum/exception.enum.js.map +1 -1
  245. package/dist/cjs/enum/filter/index.d.ts +2 -0
  246. package/dist/cjs/enum/filter/operation.enum.js.map +1 -1
  247. package/dist/cjs/enum/filter/order-direction.enum.js.map +1 -1
  248. package/dist/cjs/enum/index.d.ts +6 -0
  249. package/dist/cjs/enum/utility/dto/manual/property-metadata/decorator.enum.js.map +1 -1
  250. package/dist/cjs/enum/utility/error-string/action.enum.js.map +1 -1
  251. package/dist/cjs/enum/utility/error-string/composite-action.enum.js.map +1 -1
  252. package/dist/cjs/enum/utility/error-string/index.d.ts +2 -0
  253. package/dist/cjs/enum/utility/exception-details-type.enum.js.map +1 -1
  254. package/dist/cjs/enum/utility/index.d.ts +3 -0
  255. package/dist/cjs/enum/validator/has-paired-custom-suffixes-fields-argument-type.enum.js.map +1 -1
  256. package/dist/cjs/enum/validator/index.d.ts +2 -0
  257. package/dist/cjs/enum/validator/must-match-one-of-schemas-error-type.enum.js.map +1 -1
  258. package/dist/cjs/factory/api-controller.factory.d.ts +21 -0
  259. package/dist/cjs/factory/api-controller.factory.js +0 -1
  260. package/dist/cjs/factory/api-controller.factory.js.map +1 -1
  261. package/dist/cjs/factory/index.d.ts +1 -0
  262. package/dist/cjs/index.d.ts +11 -0
  263. package/dist/cjs/interceptor/api-route-runtime.interceptor.js.map +1 -1
  264. package/dist/cjs/interceptor/correlation-id-response-body.interceptor.js.map +1 -1
  265. package/dist/cjs/interceptor/index.d.ts +1 -0
  266. package/dist/cjs/interface/api/authentication-request.interface.d.ts +7 -0
  267. package/dist/cjs/interface/api/index.d.ts +3 -0
  268. package/dist/cjs/interface/api/request-validator.interface.d.ts +8 -0
  269. package/dist/cjs/interface/class/api/authorization/audit-sink.interface.d.ts +5 -0
  270. package/dist/cjs/interface/class/api/authorization/decision/index.d.ts +4 -0
  271. package/dist/cjs/interface/class/api/authorization/decision/interface.d.ts +22 -0
  272. package/dist/cjs/interface/class/api/authorization/decision/rule-trace.interface.d.ts +8 -0
  273. package/dist/cjs/interface/class/api/authorization/decision/statement-trace.interface.d.ts +8 -0
  274. package/dist/cjs/interface/class/api/authorization/decision/trace.interface.d.ts +15 -0
  275. package/dist/cjs/interface/class/api/authorization/engine.interface.d.ts +6 -0
  276. package/dist/cjs/interface/class/api/authorization/evaluate-options.interface.d.ts +13 -0
  277. package/dist/cjs/interface/class/api/authorization/hook-permission-source.interface.d.ts +4 -0
  278. package/dist/cjs/interface/class/api/authorization/iam-module-options.interface.d.ts +6 -0
  279. package/dist/cjs/interface/class/api/authorization/index.d.ts +13 -0
  280. package/dist/cjs/interface/class/api/authorization/module-options/async.interface.d.ts +9 -0
  281. package/dist/cjs/interface/class/api/authorization/module-options/factory.interface.d.ts +4 -0
  282. package/dist/cjs/interface/class/api/authorization/module-options/index.d.ts +3 -0
  283. package/dist/cjs/interface/class/api/authorization/module-options/interface.d.ts +8 -0
  284. package/dist/cjs/interface/class/api/authorization/policy/attachment/index.d.ts +3 -0
  285. package/dist/cjs/interface/class/api/authorization/policy/attachment/interface.d.ts +7 -0
  286. package/dist/cjs/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +5 -0
  287. package/dist/cjs/interface/class/api/authorization/policy/attachment/source.interface.d.ts +5 -0
  288. package/dist/cjs/interface/class/api/authorization/policy/build-options.interface.d.ts +17 -0
  289. package/dist/cjs/interface/class/api/authorization/policy/document/index.d.ts +4 -0
  290. package/dist/cjs/interface/class/api/authorization/policy/document/interface.d.ts +5 -0
  291. package/dist/cjs/interface/class/api/authorization/policy/document/record.interface.d.ts +9 -0
  292. package/dist/cjs/interface/class/api/authorization/policy/document/source.interface.d.ts +4 -0
  293. package/dist/cjs/interface/class/api/authorization/policy/document/statement.interface.d.ts +8 -0
  294. package/dist/cjs/interface/class/api/authorization/policy/index.d.ts +7 -0
  295. package/dist/cjs/interface/class/api/authorization/policy/interface.d.ts +10 -0
  296. package/dist/cjs/interface/class/api/authorization/policy/registry.interface.d.ts +14 -0
  297. package/dist/cjs/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +19 -0
  298. package/dist/cjs/interface/class/api/authorization/policy/subscriber/context/index.d.ts +2 -0
  299. package/dist/cjs/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +21 -0
  300. package/dist/cjs/interface/class/api/authorization/policy/subscriber/index.d.ts +6 -0
  301. package/dist/cjs/interface/class/api/authorization/policy/subscriber/interface.d.ts +15 -0
  302. package/dist/cjs/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +6 -0
  303. package/dist/cjs/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +9 -0
  304. package/dist/cjs/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +11 -0
  305. package/dist/cjs/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +13 -0
  306. package/dist/cjs/interface/class/api/authorization/principal/index.d.ts +2 -0
  307. package/dist/cjs/interface/class/api/authorization/principal/interface.d.ts +9 -0
  308. package/dist/cjs/interface/class/api/authorization/principal/resolver.interface.d.ts +5 -0
  309. package/dist/cjs/interface/class/api/authorization/request-metadata.interface.d.ts +10 -0
  310. package/dist/cjs/interface/class/api/authorization/resource/definition.interface.d.ts +9 -0
  311. package/dist/cjs/interface/class/api/authorization/resource/index.d.ts +2 -0
  312. package/dist/cjs/interface/class/api/authorization/rule/context.interface.d.ts +7 -0
  313. package/dist/cjs/interface/class/api/authorization/rule/index.d.ts +2 -0
  314. package/dist/cjs/interface/class/api/authorization/rule/interface.d.ts +15 -0
  315. package/dist/cjs/interface/class/api/authorization/scope.interface.d.ts +5 -0
  316. package/dist/cjs/interface/class/api/function/context/index.d.ts +2 -0
  317. package/dist/cjs/interface/class/api/function/context/interface.d.ts +10 -0
  318. package/dist/cjs/interface/class/api/function/context/operations.interface.d.ts +13 -0
  319. package/dist/cjs/interface/class/api/function/index.d.ts +1 -0
  320. package/dist/cjs/interface/class/api/index.d.ts +4 -0
  321. package/dist/cjs/interface/class/api/route/index.d.ts +1 -0
  322. package/dist/cjs/interface/class/api/route/runtime/context-data.interface.d.ts +10 -0
  323. package/dist/cjs/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +9 -0
  324. package/dist/cjs/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +14 -0
  325. package/dist/cjs/interface/class/api/route/runtime/generated/index.d.ts +2 -0
  326. package/dist/cjs/interface/class/api/route/runtime/generated/targets.interface.d.ts +12 -0
  327. package/dist/cjs/interface/class/api/route/runtime/http-request.interface.d.ts +8 -0
  328. package/dist/cjs/interface/class/api/route/runtime/index.d.ts +4 -0
  329. package/dist/cjs/interface/class/api/subscriber/error-execution-context.interface.d.ts +15 -0
  330. package/dist/cjs/interface/class/api/subscriber/execution-context.interface.d.ts +19 -0
  331. package/dist/cjs/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +13 -0
  332. package/dist/cjs/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +59 -0
  333. package/dist/cjs/interface/class/api/subscriber/function/execution/context.interface.d.ts +30 -0
  334. package/dist/cjs/interface/class/api/subscriber/function/execution/index.d.ts +2 -0
  335. package/dist/cjs/interface/class/api/subscriber/function/index.d.ts +2 -0
  336. package/dist/cjs/interface/class/api/subscriber/function.interface.d.ts +37 -0
  337. package/dist/cjs/interface/class/api/subscriber/index.d.ts +7 -0
  338. package/dist/cjs/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +13 -0
  339. package/dist/cjs/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +36 -0
  340. package/dist/cjs/interface/class/api/subscriber/route/execution/context/data/index.d.ts +2 -0
  341. package/dist/cjs/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +32 -0
  342. package/dist/cjs/interface/class/api/subscriber/route/execution/context/index.d.ts +2 -0
  343. package/dist/cjs/interface/class/api/subscriber/route/execution/context/interface.d.ts +11 -0
  344. package/dist/cjs/interface/class/api/subscriber/route/execution/index.d.ts +1 -0
  345. package/dist/cjs/interface/class/api/subscriber/route/index.d.ts +2 -0
  346. package/dist/cjs/interface/class/api/subscriber/route.interface.d.ts +103 -0
  347. package/dist/cjs/interface/class/dto-strategy.interface.d.ts +5 -0
  348. package/dist/cjs/interface/class/index.d.ts +3 -0
  349. package/dist/cjs/interface/decorator/api/controller/base.interface.d.ts +4 -0
  350. package/dist/cjs/interface/decorator/api/controller/index.d.ts +3 -0
  351. package/dist/cjs/interface/decorator/api/controller/properties/authorization.interface.d.ts +8 -0
  352. package/dist/cjs/interface/decorator/api/controller/properties/index.d.ts +2 -0
  353. package/dist/cjs/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +9 -0
  354. package/dist/cjs/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +4 -0
  355. package/dist/cjs/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +4 -0
  356. package/dist/cjs/interface/decorator/api/controller/properties/route/base/index.d.ts +7 -0
  357. package/dist/cjs/interface/decorator/api/controller/properties/route/base/interface.d.ts +9 -0
  358. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +4 -0
  359. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +6 -0
  360. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +5 -0
  361. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +2 -0
  362. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +6 -0
  363. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +10 -0
  364. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +2 -0
  365. package/dist/cjs/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +6 -0
  366. package/dist/cjs/interface/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
  367. package/dist/cjs/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +6 -0
  368. package/dist/cjs/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +6 -0
  369. package/dist/cjs/interface/decorator/api/controller/properties/route/base/response/index.d.ts +2 -0
  370. package/dist/cjs/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +7 -0
  371. package/dist/cjs/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +4 -0
  372. package/dist/cjs/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +6 -0
  373. package/dist/cjs/interface/decorator/api/controller/properties/route/index.d.ts +5 -0
  374. package/dist/cjs/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +6 -0
  375. package/dist/cjs/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +12 -0
  376. package/dist/cjs/interface/decorator/api/controller/properties/route/with/index.d.ts +2 -0
  377. package/dist/cjs/interface/decorator/api/controller/properties.interface.d.ts +13 -0
  378. package/dist/cjs/interface/decorator/api/function/create-executor-properties.interface.d.ts +9 -0
  379. package/dist/cjs/interface/decorator/api/function/custom-properties.interface.d.ts +9 -0
  380. package/dist/cjs/interface/decorator/api/function/delete-executor-properties.interface.d.ts +10 -0
  381. package/dist/cjs/interface/decorator/api/function/get/executor-properties.interface.d.ts +9 -0
  382. package/dist/cjs/interface/decorator/api/function/get/index.d.ts +3 -0
  383. package/dist/cjs/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +9 -0
  384. package/dist/cjs/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +9 -0
  385. package/dist/cjs/interface/decorator/api/function/index.d.ts +6 -0
  386. package/dist/cjs/interface/decorator/api/function/properties.interface.d.ts +8 -0
  387. package/dist/cjs/interface/decorator/api/function/update-executor-properties.interface.d.ts +11 -0
  388. package/dist/cjs/interface/decorator/api/index.d.ts +7 -0
  389. package/dist/cjs/interface/decorator/api/method/index.d.ts +1 -0
  390. package/dist/cjs/interface/decorator/api/method/properties.interface.d.ts +5 -0
  391. package/dist/cjs/interface/decorator/api/route/custom-properties.interface.d.ts +6 -0
  392. package/dist/cjs/interface/decorator/api/route/index.d.ts +7 -0
  393. package/dist/cjs/interface/decorator/api/route/metadata/index.d.ts +3 -0
  394. package/dist/cjs/interface/decorator/api/route/metadata/interface.d.ts +15 -0
  395. package/dist/cjs/interface/decorator/api/route/metadata/resource.interface.d.ts +6 -0
  396. package/dist/cjs/interface/decorator/api/route/metadata/route.interface.d.ts +7 -0
  397. package/dist/cjs/interface/decorator/api/route/response/index.d.ts +2 -0
  398. package/dist/cjs/interface/decorator/api/route/response/properties.interface.d.ts +9 -0
  399. package/dist/cjs/interface/decorator/api/route/runtime-properties.interface.d.ts +11 -0
  400. package/dist/cjs/interface/decorator/api/route/security/authentication-properties.interface.d.ts +9 -0
  401. package/dist/cjs/interface/decorator/api/route/security/authorization-properties.interface.d.ts +4 -0
  402. package/dist/cjs/interface/decorator/api/route/security/index.d.ts +3 -0
  403. package/dist/cjs/interface/decorator/api/route/security/properties.interface.d.ts +6 -0
  404. package/dist/cjs/interface/decorator/api/route/throttling/index.d.ts +2 -0
  405. package/dist/cjs/interface/decorator/api/route/throttling/properties.interface.d.ts +4 -0
  406. package/dist/cjs/interface/decorator/api/subscriber/function/filter.interface.d.ts +5 -0
  407. package/dist/cjs/interface/decorator/api/subscriber/function/index.d.ts +2 -0
  408. package/dist/cjs/interface/decorator/api/subscriber/function/properties.interface.d.ts +7 -0
  409. package/dist/cjs/interface/decorator/api/subscriber/index.d.ts +2 -0
  410. package/dist/cjs/interface/decorator/api/subscriber/route-properties.interface.d.ts +9 -0
  411. package/dist/cjs/interface/decorator/index.d.ts +1 -0
  412. package/dist/cjs/interface/dto-generate-factory.interface.d.ts +7 -0
  413. package/dist/cjs/interface/entity/index.d.ts +2 -0
  414. package/dist/cjs/interface/entity/interface.d.ts +7 -0
  415. package/dist/cjs/interface/index.d.ts +8 -0
  416. package/dist/cjs/interface/utility/api/index.d.ts +1 -0
  417. package/dist/cjs/interface/utility/dto-generate-cache-key.interface.d.ts +9 -0
  418. package/dist/cjs/interface/utility/get-entity-columns-properties.interface.d.ts +6 -0
  419. package/dist/cjs/interface/utility/index.d.ts +3 -0
  420. package/dist/cjs/interface/validator/index.d.ts +1 -0
  421. package/dist/cjs/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +6 -0
  422. package/dist/cjs/module/api/authorization.module.d.ts +14 -0
  423. package/dist/cjs/module/api/authorization.module.js.map +1 -1
  424. package/dist/cjs/module/api/index.d.ts +2 -0
  425. package/dist/cjs/module/api/subscriber.module.js.map +1 -1
  426. package/dist/cjs/module/index.d.ts +1 -0
  427. package/dist/cjs/type/api-request-transformer.type.d.ts +16 -0
  428. package/dist/cjs/type/auto-context-metadata.type.d.ts +5 -0
  429. package/dist/cjs/type/class/api/authorization/guard-request.type.d.ts +11 -0
  430. package/dist/cjs/type/class/api/authorization/index.d.ts +4 -0
  431. package/dist/cjs/type/class/api/authorization/policy/before/create-result.type.d.ts +5 -0
  432. package/dist/cjs/type/class/api/authorization/policy/before/delete-result.type.d.ts +5 -0
  433. package/dist/cjs/type/class/api/authorization/policy/before/get/index.d.ts +2 -0
  434. package/dist/cjs/type/class/api/authorization/policy/before/get/list-result.type.d.ts +5 -0
  435. package/dist/cjs/type/class/api/authorization/policy/before/get/result.type.d.ts +5 -0
  436. package/dist/cjs/type/class/api/authorization/policy/before/index.d.ts +5 -0
  437. package/dist/cjs/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +5 -0
  438. package/dist/cjs/type/class/api/authorization/policy/before/update-result.type.d.ts +5 -0
  439. package/dist/cjs/type/class/api/authorization/policy/context/before/create-context.type.d.ts +8 -0
  440. package/dist/cjs/type/class/api/authorization/policy/context/before/get/context.type.d.ts +7 -0
  441. package/dist/cjs/type/class/api/authorization/policy/context/before/get/index.d.ts +2 -0
  442. package/dist/cjs/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +8 -0
  443. package/dist/cjs/type/class/api/authorization/policy/context/before/index.d.ts +4 -0
  444. package/dist/cjs/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +9 -0
  445. package/dist/cjs/type/class/api/authorization/policy/context/before/update-context.type.d.ts +9 -0
  446. package/dist/cjs/type/class/api/authorization/policy/context/index.d.ts +2 -0
  447. package/dist/cjs/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +7 -0
  448. package/dist/cjs/type/class/api/authorization/policy/custom-action-result.type.d.ts +4 -0
  449. package/dist/cjs/type/class/api/authorization/policy/hook/index.d.ts +2 -0
  450. package/dist/cjs/type/class/api/authorization/policy/hook/result.type.d.ts +8 -0
  451. package/dist/cjs/type/class/api/authorization/policy/hook/type.d.ts +5 -0
  452. package/dist/cjs/type/class/api/authorization/policy/index.d.ts +5 -0
  453. package/dist/cjs/type/class/api/authorization/policy/subscriber/index.d.ts +3 -0
  454. package/dist/cjs/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +5 -0
  455. package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/index.d.ts +1 -0
  456. package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +5 -0
  457. package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +2 -0
  458. package/dist/cjs/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +5 -0
  459. package/dist/cjs/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +3 -0
  460. package/dist/cjs/type/class/api/authorization/rule/condition.type.d.ts +3 -0
  461. package/dist/cjs/type/class/api/authorization/rule/index.d.ts +4 -0
  462. package/dist/cjs/type/class/api/authorization/rule/result-transform.type.d.ts +4 -0
  463. package/dist/cjs/type/class/api/authorization/rule/scope-resolver.type.d.ts +4 -0
  464. package/dist/cjs/type/class/api/authorization/rule/transform-payload.type.d.ts +3 -0
  465. package/dist/cjs/type/class/api/authorization/scope-where.type.d.ts +3 -0
  466. package/dist/cjs/type/class/api/index.d.ts +1 -0
  467. package/dist/cjs/type/class/api/subscriber/function/after/create-context.type.d.ts +4 -0
  468. package/dist/cjs/type/class/api/subscriber/function/after/delete-context.type.d.ts +4 -0
  469. package/dist/cjs/type/class/api/subscriber/function/after/get/context.type.d.ts +4 -0
  470. package/dist/cjs/type/class/api/subscriber/function/after/get/index.d.ts +3 -0
  471. package/dist/cjs/type/class/api/subscriber/function/after/get/list-context.type.d.ts +5 -0
  472. package/dist/cjs/type/class/api/subscriber/function/after/get/many-context.type.d.ts +4 -0
  473. package/dist/cjs/type/class/api/subscriber/function/after/index.d.ts +4 -0
  474. package/dist/cjs/type/class/api/subscriber/function/after/update-context.type.d.ts +4 -0
  475. package/dist/cjs/type/class/api/subscriber/function/before/create-context.type.d.ts +5 -0
  476. package/dist/cjs/type/class/api/subscriber/function/before/delete-context.type.d.ts +5 -0
  477. package/dist/cjs/type/class/api/subscriber/function/before/get/context.type.d.ts +5 -0
  478. package/dist/cjs/type/class/api/subscriber/function/before/get/index.d.ts +3 -0
  479. package/dist/cjs/type/class/api/subscriber/function/before/get/list-context.type.d.ts +5 -0
  480. package/dist/cjs/type/class/api/subscriber/function/before/get/many-context.type.d.ts +5 -0
  481. package/dist/cjs/type/class/api/subscriber/function/before/index.d.ts +4 -0
  482. package/dist/cjs/type/class/api/subscriber/function/before/update-context.type.d.ts +5 -0
  483. package/dist/cjs/type/class/api/subscriber/function/index.d.ts +2 -0
  484. package/dist/cjs/type/class/api/subscriber/index.d.ts +2 -0
  485. package/dist/cjs/type/class/api/subscriber/route/after/create-context.type.d.ts +4 -0
  486. package/dist/cjs/type/class/api/subscriber/route/after/delete-context.type.d.ts +4 -0
  487. package/dist/cjs/type/class/api/subscriber/route/after/get/context.type.d.ts +4 -0
  488. package/dist/cjs/type/class/api/subscriber/route/after/get/index.d.ts +2 -0
  489. package/dist/cjs/type/class/api/subscriber/route/after/get/list-context.type.d.ts +5 -0
  490. package/dist/cjs/type/class/api/subscriber/route/after/index.d.ts +5 -0
  491. package/dist/cjs/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +4 -0
  492. package/dist/cjs/type/class/api/subscriber/route/after/update-context.type.d.ts +4 -0
  493. package/dist/cjs/type/class/api/subscriber/route/before/create-context.type.d.ts +11 -0
  494. package/dist/cjs/type/class/api/subscriber/route/before/delete-context.type.d.ts +10 -0
  495. package/dist/cjs/type/class/api/subscriber/route/before/get/context.type.d.ts +10 -0
  496. package/dist/cjs/type/class/api/subscriber/route/before/get/index.d.ts +2 -0
  497. package/dist/cjs/type/class/api/subscriber/route/before/get/list-context.type.d.ts +12 -0
  498. package/dist/cjs/type/class/api/subscriber/route/before/index.d.ts +5 -0
  499. package/dist/cjs/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +12 -0
  500. package/dist/cjs/type/class/api/subscriber/route/before/update-context.type.d.ts +12 -0
  501. package/dist/cjs/type/class/api/subscriber/route/index.d.ts +2 -0
  502. package/dist/cjs/type/class/controller-method.type.d.ts +5 -0
  503. package/dist/cjs/type/class/index.d.ts +4 -0
  504. package/dist/cjs/type/class/metadata.type.d.ts +2 -0
  505. package/dist/cjs/type/decorator/api/controller/constructor.type.d.ts +4 -0
  506. package/dist/cjs/type/decorator/api/controller/get-list-query.type.d.ts +8 -0
  507. package/dist/cjs/type/decorator/api/controller/index.d.ts +5 -0
  508. package/dist/cjs/type/decorator/api/controller/properties/index.d.ts +1 -0
  509. package/dist/cjs/type/decorator/api/controller/properties/route/base/index.d.ts +2 -0
  510. package/dist/cjs/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +9 -0
  511. package/dist/cjs/type/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
  512. package/dist/cjs/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +10 -0
  513. package/dist/cjs/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +10 -0
  514. package/dist/cjs/type/decorator/api/controller/properties/route/index.d.ts +1 -0
  515. package/dist/cjs/type/decorator/api/controller/properties-route.type.d.ts +3 -0
  516. package/dist/cjs/type/decorator/api/controller/transformer-config.type.d.ts +8 -0
  517. package/dist/cjs/type/decorator/api/filter/extracted-allowed-types.type.d.ts +2 -0
  518. package/dist/cjs/type/decorator/api/filter/index.d.ts +4 -0
  519. package/dist/cjs/type/decorator/api/filter/order-by.type.d.ts +4 -0
  520. package/dist/cjs/type/decorator/api/function/get/index.d.ts +3 -0
  521. package/dist/cjs/type/decorator/api/function/get/list/index.d.ts +1 -0
  522. package/dist/cjs/type/decorator/api/function/get/list/properties/index.d.ts +2 -0
  523. package/dist/cjs/type/decorator/api/function/index.d.ts +5 -0
  524. package/dist/cjs/type/decorator/api/function/properties.type.d.ts +9 -0
  525. package/dist/cjs/type/decorator/api/function/update/index.d.ts +2 -0
  526. package/dist/cjs/type/decorator/api/index.d.ts +5 -0
  527. package/dist/cjs/type/decorator/api/property/base/array/index.d.ts +2 -0
  528. package/dist/cjs/type/decorator/api/property/base/index.d.ts +4 -0
  529. package/dist/cjs/type/decorator/api/property/base/properties.type.d.ts +8 -0
  530. package/dist/cjs/type/decorator/api/property/copy-properties.type.d.ts +13 -0
  531. package/dist/cjs/type/decorator/api/property/date-properties.type.d.ts +6 -0
  532. package/dist/cjs/type/decorator/api/property/default/index.d.ts +1 -0
  533. package/dist/cjs/type/decorator/api/property/default/string/format/index.d.ts +2 -0
  534. package/dist/cjs/type/decorator/api/property/default/string/format/properties.type.d.ts +9 -0
  535. package/dist/cjs/type/decorator/api/property/default/string/format/type.d.ts +2 -0
  536. package/dist/cjs/type/decorator/api/property/default/string/index.d.ts +1 -0
  537. package/dist/cjs/type/decorator/api/property/describe/array/index.d.ts +2 -0
  538. package/dist/cjs/type/decorator/api/property/describe/base-properties.type.d.ts +5 -0
  539. package/dist/cjs/type/decorator/api/property/describe/boolean-properties.type.d.ts +7 -0
  540. package/dist/cjs/type/decorator/api/property/describe/date-properties.type.d.ts +8 -0
  541. package/dist/cjs/type/decorator/api/property/describe/dto/body-properties.type.d.ts +5 -0
  542. package/dist/cjs/type/decorator/api/property/describe/dto/index.d.ts +6 -0
  543. package/dist/cjs/type/decorator/api/property/describe/dto/properties.type.d.ts +13 -0
  544. package/dist/cjs/type/decorator/api/property/describe/dto/query/index.d.ts +2 -0
  545. package/dist/cjs/type/decorator/api/property/describe/dto/query/properties.type.d.ts +5 -0
  546. package/dist/cjs/type/decorator/api/property/describe/dto/request-properties.type.d.ts +5 -0
  547. package/dist/cjs/type/decorator/api/property/describe/dto/response-properties.type.d.ts +5 -0
  548. package/dist/cjs/type/decorator/api/property/describe/enum-properties.type.d.ts +9 -0
  549. package/dist/cjs/type/decorator/api/property/describe/index.d.ts +14 -0
  550. package/dist/cjs/type/decorator/api/property/describe/number-properties.type.d.ts +12 -0
  551. package/dist/cjs/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +15 -0
  552. package/dist/cjs/type/decorator/api/property/describe/object/index.d.ts +4 -0
  553. package/dist/cjs/type/decorator/api/property/describe/object/properties.type.d.ts +4 -0
  554. package/dist/cjs/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +14 -0
  555. package/dist/cjs/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +12 -0
  556. package/dist/cjs/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +2 -0
  557. package/dist/cjs/type/decorator/api/property/describe/properties/base/index.d.ts +2 -0
  558. package/dist/cjs/type/decorator/api/property/describe/properties/base/properties.type.d.ts +10 -0
  559. package/dist/cjs/type/decorator/api/property/describe/properties/index.d.ts +1 -0
  560. package/dist/cjs/type/decorator/api/property/describe/properties.type.d.ts +9 -0
  561. package/dist/cjs/type/decorator/api/property/describe/relation-properties.type.d.ts +6 -0
  562. package/dist/cjs/type/decorator/api/property/describe/string-properties.type.d.ts +12 -0
  563. package/dist/cjs/type/decorator/api/property/describe/uuid-properties.type.d.ts +7 -0
  564. package/dist/cjs/type/decorator/api/property/entity.type.d.ts +3 -0
  565. package/dist/cjs/type/decorator/api/property/enum-properties.type.d.ts +6 -0
  566. package/dist/cjs/type/decorator/api/property/index.d.ts +11 -0
  567. package/dist/cjs/type/decorator/api/property/number-properties.type.d.ts +9 -0
  568. package/dist/cjs/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +16 -0
  569. package/dist/cjs/type/decorator/api/property/object/index.d.ts +4 -0
  570. package/dist/cjs/type/decorator/api/property/object/properties.type.d.ts +4 -0
  571. package/dist/cjs/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +15 -0
  572. package/dist/cjs/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +10 -0
  573. package/dist/cjs/type/decorator/api/property/string-properties.type.d.ts +9 -0
  574. package/dist/cjs/type/decorator/api/property/uuid-properties.type.d.ts +2 -0
  575. package/dist/cjs/type/decorator/api/service/index.d.ts +2 -0
  576. package/dist/cjs/type/decorator/api/service/keys.type.d.ts +4 -0
  577. package/dist/cjs/type/decorator/index.d.ts +1 -0
  578. package/dist/cjs/type/factory/api/controller/index.d.ts +2 -0
  579. package/dist/cjs/type/factory/api/controller/method/index.d.ts +3 -0
  580. package/dist/cjs/type/factory/api/controller/method/map.type.d.ts +13 -0
  581. package/dist/cjs/type/factory/api/controller/method/name-map.type.d.ts +5 -0
  582. package/dist/cjs/type/factory/api/controller/method/name.type.d.ts +4 -0
  583. package/dist/cjs/type/factory/api/controller/target-methods.type.d.ts +8 -0
  584. package/dist/cjs/type/factory/api/index.d.ts +1 -0
  585. package/dist/cjs/type/factory/index.d.ts +1 -0
  586. package/dist/cjs/type/index.d.ts +12 -0
  587. package/dist/cjs/type/utility/api/controller/index.d.ts +1 -0
  588. package/dist/cjs/type/utility/api/controller/transform-data/data.type.d.ts +6 -0
  589. package/dist/cjs/type/utility/api/controller/transform-data/index.d.ts +3 -0
  590. package/dist/cjs/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +3 -0
  591. package/dist/cjs/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +9 -0
  592. package/dist/cjs/type/utility/api/index.d.ts +1 -0
  593. package/dist/cjs/type/utility/date/index.d.ts +2 -0
  594. package/dist/cjs/type/utility/date/range-keys.type.d.ts +4 -0
  595. package/dist/cjs/type/utility/dto/generate/allowed-combination.type.d.ts +9 -0
  596. package/dist/cjs/type/utility/dto/generate/index.d.ts +3 -0
  597. package/dist/cjs/type/utility/dto/generate/is-allowed-combination.type.d.ts +3 -0
  598. package/dist/cjs/type/utility/dto/index.d.ts +2 -0
  599. package/dist/cjs/type/utility/dto/manual/property-metadata.type.d.ts +31 -0
  600. package/dist/cjs/type/utility/error-string/base-properties.type.d.ts +5 -0
  601. package/dist/cjs/type/utility/error-string/composite-properties.type.d.ts +6 -0
  602. package/dist/cjs/type/utility/error-string/index.d.ts +3 -0
  603. package/dist/cjs/type/utility/error-string/properties.type.d.ts +3 -0
  604. package/dist/cjs/type/utility/filter-keys.type.d.ts +7 -0
  605. package/dist/cjs/type/utility/index.d.ts +7 -0
  606. package/dist/cjs/type/validator/has-paired-custom-suffixes-fields/index.d.ts +2 -0
  607. package/dist/cjs/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +7 -0
  608. package/dist/cjs/type/validator/index.d.ts +1 -0
  609. package/dist/cjs/utility/api/controller/apply/decorators.utility.d.ts +21 -0
  610. package/dist/cjs/utility/api/controller/apply/decorators.utility.js.map +1 -1
  611. package/dist/cjs/utility/api/controller/apply/index.d.ts +2 -0
  612. package/dist/cjs/utility/api/controller/apply/metadata.utility.d.ts +19 -0
  613. package/dist/cjs/utility/api/controller/apply/metadata.utility.js +10 -10
  614. package/dist/cjs/utility/api/controller/apply/metadata.utility.js.map +1 -1
  615. package/dist/cjs/utility/api/controller/get/dto.utility.d.ts +19 -0
  616. package/dist/cjs/utility/api/controller/get/dto.utility.js.map +1 -1
  617. package/dist/cjs/utility/api/controller/get/index.d.ts +3 -0
  618. package/dist/cjs/utility/api/controller/get/method-name.utility.d.ts +8 -0
  619. package/dist/cjs/utility/api/controller/get/method-name.utility.js.map +1 -1
  620. package/dist/cjs/utility/api/controller/get/primary-column.utility.d.ts +12 -0
  621. package/dist/cjs/utility/api/controller/get/primary-column.utility.js.map +1 -1
  622. package/dist/cjs/utility/api/controller/get-list/index.d.ts +1 -0
  623. package/dist/cjs/utility/api/controller/get-list/transform/filter.utility.d.ts +12 -0
  624. package/dist/cjs/utility/api/controller/get-list/transform/filter.utility.js.map +1 -1
  625. package/dist/cjs/utility/api/controller/get-list/transform/index.d.ts +2 -0
  626. package/dist/cjs/utility/api/controller/get-list/transform/operation.utility.d.ts +10 -0
  627. package/dist/cjs/utility/api/controller/get-list/transform/operation.utility.js +24 -24
  628. package/dist/cjs/utility/api/controller/get-list/transform/operation.utility.js.map +1 -1
  629. package/dist/cjs/utility/api/controller/handle-request-relations.utility.d.ts +20 -0
  630. package/dist/cjs/utility/api/controller/handle-request-relations.utility.js.map +1 -1
  631. package/dist/cjs/utility/api/controller/index.d.ts +8 -0
  632. package/dist/cjs/utility/api/controller/serialize-route-response.utility.d.ts +14 -0
  633. package/dist/cjs/utility/api/controller/serialize-route-response.utility.js.map +1 -1
  634. package/dist/cjs/utility/api/controller/transform-data.utility.d.ts +18 -0
  635. package/dist/cjs/utility/api/controller/transform-data.utility.js.map +1 -1
  636. package/dist/cjs/utility/api/controller/validate-request.utility.d.ts +14 -0
  637. package/dist/cjs/utility/api/controller/validate-request.utility.js.map +1 -1
  638. package/dist/cjs/utility/api/controller/write/dto-swagger.utility.d.ts +19 -0
  639. package/dist/cjs/utility/api/controller/write/dto-swagger.utility.js +3 -3
  640. package/dist/cjs/utility/api/controller/write/dto-swagger.utility.js.map +1 -1
  641. package/dist/cjs/utility/api/controller/write/index.d.ts +2 -0
  642. package/dist/cjs/utility/api/controller/write/method.utility.d.ts +18 -0
  643. package/dist/cjs/utility/api/controller/write/method.utility.js.map +1 -1
  644. package/dist/cjs/utility/api/filter-order-by-from-entity.utility.d.ts +19 -0
  645. package/dist/cjs/utility/api/filter-order-by-from-entity.utility.js.map +1 -1
  646. package/dist/cjs/utility/api/function-transaction.utility.d.ts +20 -0
  647. package/dist/cjs/utility/api/function-transaction.utility.js.map +1 -1
  648. package/dist/cjs/utility/api/get-default-string-format-properties.utility.d.ts +21 -0
  649. package/dist/cjs/utility/api/get-default-string-format-properties.utility.js.map +1 -1
  650. package/dist/cjs/utility/api/index.d.ts +4 -0
  651. package/dist/cjs/utility/api/route/index.d.ts +1 -0
  652. package/dist/cjs/utility/api/route/response/index.d.ts +2 -0
  653. package/dist/cjs/utility/api/route/response/project-relation.utility.d.ts +11 -0
  654. package/dist/cjs/utility/api/route/response/project-relation.utility.js.map +1 -1
  655. package/dist/cjs/utility/api/route/response/serialize.utility.d.ts +11 -0
  656. package/dist/cjs/utility/api/route/response/serialize.utility.js.map +1 -1
  657. package/dist/cjs/utility/apply-auto-dto-response-exposure.utility.d.ts +14 -0
  658. package/dist/cjs/utility/apply-auto-dto-response-exposure.utility.js.map +1 -1
  659. package/dist/cjs/utility/authorization/decision/apply-result.utility.d.ts +12 -0
  660. package/dist/cjs/utility/authorization/decision/apply-result.utility.js.map +1 -1
  661. package/dist/cjs/utility/authorization/decision/attach-resource.utility.d.ts +11 -0
  662. package/dist/cjs/utility/authorization/decision/attach-resource.utility.js.map +1 -1
  663. package/dist/cjs/utility/authorization/decision/index.d.ts +3 -0
  664. package/dist/cjs/utility/authorization/decision/resolve-from-request.utility.d.ts +12 -0
  665. package/dist/cjs/utility/authorization/decision/resolve-from-request.utility.js.map +1 -1
  666. package/dist/cjs/utility/authorization/index.d.ts +4 -0
  667. package/dist/cjs/utility/authorization/permission/index.d.ts +2 -0
  668. package/dist/cjs/utility/authorization/permission/matches.utility.js.map +1 -1
  669. package/dist/cjs/utility/authorization/permission/set-matches.utility.d.ts +13 -0
  670. package/dist/cjs/utility/authorization/permission/set-matches.utility.js.map +1 -1
  671. package/dist/cjs/utility/authorization/resolve-default-principal.utility.d.ts +7 -0
  672. package/dist/cjs/utility/authorization/resolve-default-principal.utility.js.map +1 -1
  673. package/dist/cjs/utility/authorization/scope-merge-where.utility.d.ts +10 -0
  674. package/dist/cjs/utility/authorization/scope-merge-where.utility.js.map +1 -1
  675. package/dist/cjs/utility/auto-dto-context-queue.utility.js.map +1 -1
  676. package/dist/cjs/utility/camel-case-string.utility.js.map +1 -1
  677. package/dist/cjs/utility/capitalize-string.utility.js.map +1 -1
  678. package/dist/cjs/utility/database/index.d.ts +1 -0
  679. package/dist/cjs/utility/database/typeorm/get/foreign-key-violation-details.utility.js.map +1 -1
  680. package/dist/cjs/utility/database/typeorm/get/index.d.ts +2 -0
  681. package/dist/cjs/utility/database/typeorm/get/unique-violation-details.utility.js.map +1 -1
  682. package/dist/cjs/utility/database/typeorm/index.d.ts +6 -0
  683. package/dist/cjs/utility/database/typeorm/is/entity/index.d.ts +2 -0
  684. package/dist/cjs/utility/database/typeorm/is/entity/metadata-not-found.utility.js.map +1 -1
  685. package/dist/cjs/utility/database/typeorm/is/entity/not-found.utility.js.map +1 -1
  686. package/dist/cjs/utility/database/typeorm/is/foreign-key-violation.utility.js.map +1 -1
  687. package/dist/cjs/utility/database/typeorm/is/index.d.ts +3 -0
  688. package/dist/cjs/utility/database/typeorm/is/unique-violation.utility.js.map +1 -1
  689. package/dist/cjs/utility/defer-property-decorator-execution.utility.js.map +1 -1
  690. package/dist/cjs/utility/dto/auto/context/index.d.ts +2 -0
  691. package/dist/cjs/utility/dto/auto/context/pop.utility.js.map +1 -1
  692. package/dist/cjs/utility/dto/auto/context/push.utility.d.ts +9 -0
  693. package/dist/cjs/utility/dto/auto/context/push.utility.js.map +1 -1
  694. package/dist/cjs/utility/dto/auto/index.d.ts +1 -0
  695. package/dist/cjs/utility/dto/build-decorator.utility.d.ts +21 -0
  696. package/dist/cjs/utility/dto/build-decorator.utility.js.map +1 -1
  697. package/dist/cjs/utility/dto/generate/cache-key.utility.d.ts +7 -0
  698. package/dist/cjs/utility/dto/generate/cache-key.utility.js.map +1 -1
  699. package/dist/cjs/utility/dto/generate/core.utility.d.ts +21 -0
  700. package/dist/cjs/utility/dto/generate/core.utility.js.map +1 -1
  701. package/dist/cjs/utility/dto/generate/decorator.utility.d.ts +19 -0
  702. package/dist/cjs/utility/dto/generate/decorator.utility.js.map +1 -1
  703. package/dist/cjs/utility/dto/generate/dynamic.utility.d.ts +21 -0
  704. package/dist/cjs/utility/dto/generate/dynamic.utility.js.map +1 -1
  705. package/dist/cjs/utility/dto/generate/exception.utility.js.map +1 -1
  706. package/dist/cjs/utility/dto/generate/filter-decorator.utility.d.ts +12 -0
  707. package/dist/cjs/utility/dto/generate/filter-decorator.utility.js.map +1 -1
  708. package/dist/cjs/utility/dto/generate/get-list-response.utility.d.ts +12 -0
  709. package/dist/cjs/utility/dto/generate/get-list-response.utility.js.map +1 -1
  710. package/dist/cjs/utility/dto/generate/index.d.ts +8 -0
  711. package/dist/cjs/utility/dto/generate/manual-child.utility.d.ts +20 -0
  712. package/dist/cjs/utility/dto/generate/manual-child.utility.js.map +1 -1
  713. package/dist/cjs/utility/dto/generate/relation-response.utility.d.ts +14 -0
  714. package/dist/cjs/utility/dto/generate/relation-response.utility.js.map +1 -1
  715. package/dist/cjs/utility/dto/get/decorator-config.utility.d.ts +16 -0
  716. package/dist/cjs/utility/dto/get/decorator-config.utility.js.map +1 -1
  717. package/dist/cjs/utility/dto/get/get-list-query-base-class.utility.d.ts +16 -0
  718. package/dist/cjs/utility/dto/get/get-list-query-base-class.utility.js.map +1 -1
  719. package/dist/cjs/utility/dto/get/index.d.ts +2 -0
  720. package/dist/cjs/utility/dto/handle-date-property.utility.d.ts +13 -0
  721. package/dist/cjs/utility/dto/handle-date-property.utility.js.map +1 -1
  722. package/dist/cjs/utility/dto/index.d.ts +7 -0
  723. package/dist/cjs/utility/dto/is/index.d.ts +2 -0
  724. package/dist/cjs/utility/dto/is/property/exposed-for-guard.utility.d.ts +13 -0
  725. package/dist/cjs/utility/dto/is/property/exposed-for-guard.utility.js.map +1 -1
  726. package/dist/cjs/utility/dto/is/property/index.d.ts +2 -0
  727. package/dist/cjs/utility/dto/is/property/should-be-marked.utility.d.ts +15 -0
  728. package/dist/cjs/utility/dto/is/property/should-be-marked.utility.js.map +1 -1
  729. package/dist/cjs/utility/dto/is/should-be-generated.utility.d.ts +12 -0
  730. package/dist/cjs/utility/dto/is/should-be-generated.utility.js.map +1 -1
  731. package/dist/cjs/utility/dto/manual/property-metadata.utility.d.ts +16 -0
  732. package/dist/cjs/utility/dto/manual/property-metadata.utility.js.map +1 -1
  733. package/dist/cjs/utility/dto/validate-property-config.utility.d.ts +2 -0
  734. package/dist/cjs/utility/dto/validate-property-config.utility.js.map +1 -1
  735. package/dist/cjs/utility/error/exception.utility.js.map +1 -1
  736. package/dist/cjs/utility/error/index.d.ts +2 -0
  737. package/dist/cjs/utility/error/string.utility.d.ts +9 -0
  738. package/dist/cjs/utility/error/string.utility.js.map +1 -1
  739. package/dist/cjs/utility/format-unknown-for-log.utility.js.map +1 -1
  740. package/dist/cjs/utility/generate-entity-information.utility.d.ts +9 -0
  741. package/dist/cjs/utility/generate-entity-information.utility.js.map +1 -1
  742. package/dist/cjs/utility/get/auto-dto-context.utility.d.ts +7 -0
  743. package/dist/cjs/utility/get/auto-dto-context.utility.js.map +1 -1
  744. package/dist/cjs/utility/get/entity-columns.utility.d.ts +8 -0
  745. package/dist/cjs/utility/get/entity-columns.utility.js.map +1 -1
  746. package/dist/cjs/utility/get/index.d.ts +2 -0
  747. package/dist/cjs/utility/index.d.ts +17 -0
  748. package/dist/cjs/utility/is/entity/constructor.utility.d.ts +8 -0
  749. package/dist/cjs/utility/is/entity/constructor.utility.js.map +1 -1
  750. package/dist/cjs/utility/is/entity/factory.utility.d.ts +8 -0
  751. package/dist/cjs/utility/is/entity/factory.utility.js.map +1 -1
  752. package/dist/cjs/utility/is/entity/index.d.ts +3 -0
  753. package/dist/cjs/utility/is/entity/literal.utility.d.ts +7 -0
  754. package/dist/cjs/utility/is/entity/literal.utility.js.map +1 -1
  755. package/dist/cjs/utility/is/error-of-type.utility.d.ts +8 -0
  756. package/dist/cjs/utility/is/error-of-type.utility.js.map +1 -1
  757. package/dist/cjs/utility/is/index.d.ts +2 -0
  758. package/dist/cjs/utility/logger.utility.js.map +1 -1
  759. package/dist/cjs/utility/queue-auto-context-retry.utility.js.map +1 -1
  760. package/dist/cjs/utility/register-auto-dto-child.utility.js.map +1 -1
  761. package/dist/cjs/utility/resolve/decorator-context.utility.d.ts +13 -0
  762. package/dist/cjs/utility/resolve/decorator-context.utility.js.map +1 -1
  763. package/dist/cjs/utility/resolve/index.d.ts +2 -0
  764. package/dist/cjs/utility/resolve/property-entity.utility.d.ts +16 -0
  765. package/dist/cjs/utility/resolve/property-entity.utility.js.map +1 -1
  766. package/dist/cjs/utility/with-resolved-property-entity.utility.d.ts +11 -0
  767. package/dist/cjs/utility/with-resolved-property-entity.utility.js.map +1 -1
  768. package/dist/cjs/validator/all-or-none-of-listed-properties.validator.js.map +1 -1
  769. package/dist/cjs/validator/has/at/index.d.ts +1 -0
  770. package/dist/cjs/validator/has/at/least/index.d.ts +1 -0
  771. package/dist/cjs/validator/has/at/least/one/and-only-one-of-listed-properties.validator.js.map +1 -1
  772. package/dist/cjs/validator/has/at/least/one/index.d.ts +3 -0
  773. package/dist/cjs/validator/has/at/least/one/of-listed-properties.validator.js.map +1 -1
  774. package/dist/cjs/validator/has/at/least/one/property.validator.js.map +1 -1
  775. package/dist/cjs/validator/has/index.d.ts +2 -0
  776. package/dist/cjs/validator/has/paired-custom-suffixes-fields.validator.js.map +1 -1
  777. package/dist/cjs/validator/index.d.ts +5 -0
  778. package/dist/cjs/validator/is-regular-expression.validator.js.map +1 -1
  779. package/dist/cjs/validator/must-match-one-of-schemas.validator.d.ts +36 -0
  780. package/dist/cjs/validator/must-match-one-of-schemas.validator.js.map +1 -1
  781. package/dist/cjs/validator/only-one-of-listed-properties.validator.js.map +1 -1
  782. package/dist/esm/class/api/authorization/bootstrap-validation.service.class.d.ts +14 -0
  783. package/dist/esm/class/api/authorization/bootstrap-validation.service.class.js.map +1 -1
  784. package/dist/esm/class/api/authorization/cache-invalidation.service.class.d.ts +7 -0
  785. package/dist/esm/class/api/authorization/cache-invalidation.service.class.js.map +1 -1
  786. package/dist/esm/class/api/authorization/engine.class.d.ts +8 -0
  787. package/dist/esm/class/api/authorization/engine.class.js.map +1 -1
  788. package/dist/esm/class/api/authorization/guard.class.d.ts +13 -0
  789. package/dist/esm/class/api/authorization/guard.class.js.map +1 -1
  790. package/dist/esm/class/api/authorization/hook-permission-resolver.class.d.ts +10 -0
  791. package/dist/esm/class/api/authorization/hook-permission-resolver.class.js.map +1 -1
  792. package/dist/esm/class/api/authorization/iam/attachment-resolver.class.d.ts +11 -0
  793. package/dist/esm/class/api/authorization/iam/attachment-resolver.class.js.map +1 -1
  794. package/dist/esm/class/api/authorization/iam/document-resolver.class.d.ts +10 -0
  795. package/dist/esm/class/api/authorization/iam/document-resolver.class.js.map +1 -1
  796. package/dist/esm/class/api/authorization/iam/document-validator.class.d.ts +7 -0
  797. package/dist/esm/class/api/authorization/iam/document-validator.class.js.map +1 -1
  798. package/dist/esm/class/api/authorization/iam/engine.class.d.ts +30 -0
  799. package/dist/esm/class/api/authorization/iam/engine.class.js.map +1 -1
  800. package/dist/esm/class/api/authorization/iam/index.d.ts +5 -0
  801. package/dist/esm/class/api/authorization/iam/query-planner.class.d.ts +20 -0
  802. package/dist/esm/class/api/authorization/iam/query-planner.class.js.map +1 -1
  803. package/dist/esm/class/api/authorization/index.d.ts +9 -0
  804. package/dist/esm/class/api/authorization/policy/base.class.d.ts +68 -0
  805. package/dist/esm/class/api/authorization/policy/base.class.js.map +1 -1
  806. package/dist/esm/class/api/authorization/policy/discovery-service.class.d.ts +10 -0
  807. package/dist/esm/class/api/authorization/policy/discovery-service.class.js.map +1 -1
  808. package/dist/esm/class/api/authorization/policy/executor.class.d.ts +7 -0
  809. package/dist/esm/class/api/authorization/policy/executor.class.js.map +1 -1
  810. package/dist/esm/class/api/authorization/policy/index.d.ts +5 -0
  811. package/dist/esm/class/api/authorization/policy/registry.class.d.ts +30 -0
  812. package/dist/esm/class/api/authorization/policy/registry.class.js.map +1 -1
  813. package/dist/esm/class/api/authorization/policy/subscriber-wrapper.class.d.ts +10 -0
  814. package/dist/esm/class/api/authorization/policy/subscriber-wrapper.class.js.map +1 -1
  815. package/dist/esm/class/api/authorization/runtime.class.d.ts +38 -0
  816. package/dist/esm/class/api/authorization/runtime.class.js.map +1 -1
  817. package/dist/esm/class/api/authorization/simulator.class.d.ts +20 -0
  818. package/dist/esm/class/api/authorization/simulator.class.js.map +1 -1
  819. package/dist/esm/class/api/function/context-storage.class.d.ts +7 -0
  820. package/dist/esm/class/api/function/context-storage.class.js.map +1 -1
  821. package/dist/esm/class/api/function/custom-runtime.class.d.ts +19 -0
  822. package/dist/esm/class/api/function/custom-runtime.class.js.map +1 -1
  823. package/dist/esm/class/api/function/index.d.ts +1 -0
  824. package/dist/esm/class/api/function/transaction-scope.class.js.map +1 -1
  825. package/dist/esm/class/api/index.d.ts +4 -0
  826. package/dist/esm/class/api/route-runtime.class.d.ts +21 -0
  827. package/dist/esm/class/api/route-runtime.class.js.map +1 -1
  828. package/dist/esm/class/api/service-base.class.d.ts +18 -0
  829. package/dist/esm/class/api/service-base.class.js.map +1 -1
  830. package/dist/esm/class/api/subscriber/base.class.d.ts +3 -0
  831. package/dist/esm/class/api/subscriber/base.class.js.map +1 -1
  832. package/dist/esm/class/api/subscriber/discovery-service.class.js.map +1 -1
  833. package/dist/esm/class/api/subscriber/executor.class.d.ts +16 -0
  834. package/dist/esm/class/api/subscriber/executor.class.js.map +1 -1
  835. package/dist/esm/class/api/subscriber/function-base.class.d.ts +10 -0
  836. package/dist/esm/class/api/subscriber/function-base.class.js.map +1 -1
  837. package/dist/esm/class/api/subscriber/index.d.ts +7 -0
  838. package/dist/esm/class/api/subscriber/registry.class.d.ts +18 -0
  839. package/dist/esm/class/api/subscriber/registry.class.js.map +1 -1
  840. package/dist/esm/class/api/subscriber/route-base.class.d.ts +10 -0
  841. package/dist/esm/class/api/subscriber/route-base.class.js.map +1 -1
  842. package/dist/esm/class/api/subscriber/wrapper.class.d.ts +18 -0
  843. package/dist/esm/class/api/subscriber/wrapper.class.js.map +1 -1
  844. package/dist/esm/class/index.d.ts +6 -0
  845. package/dist/esm/class/metadata-storage.class.d.ts +18 -0
  846. package/dist/esm/class/metadata-storage.class.js.map +1 -1
  847. package/dist/esm/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +11 -0
  848. package/dist/esm/class/utility/dto/exception/details/foreign-key-violation.class.js.map +1 -1
  849. package/dist/esm/class/utility/dto/exception/details/index.d.ts +2 -0
  850. package/dist/esm/class/utility/dto/exception/details/unique-violation.class.d.ts +9 -0
  851. package/dist/esm/class/utility/dto/exception/details/unique-violation.class.js.map +1 -1
  852. package/dist/esm/class/utility/dto/exception/index.d.ts +1 -0
  853. package/dist/esm/class/utility/dto/index.d.ts +3 -0
  854. package/dist/esm/class/utility/dto/property/factory/boolean.class.d.ts +7 -0
  855. package/dist/esm/class/utility/dto/property/factory/boolean.class.js.map +1 -1
  856. package/dist/esm/class/utility/dto/property/factory/date.class.d.ts +7 -0
  857. package/dist/esm/class/utility/dto/property/factory/date.class.js.map +1 -1
  858. package/dist/esm/class/utility/dto/property/factory/enum.class.d.ts +7 -0
  859. package/dist/esm/class/utility/dto/property/factory/enum.class.js.map +1 -1
  860. package/dist/esm/class/utility/dto/property/factory/index.d.ts +8 -0
  861. package/dist/esm/class/utility/dto/property/factory/number.class.d.ts +8 -0
  862. package/dist/esm/class/utility/dto/property/factory/number.class.js.map +1 -1
  863. package/dist/esm/class/utility/dto/property/factory/object.class.d.ts +8 -0
  864. package/dist/esm/class/utility/dto/property/factory/object.class.js.map +1 -1
  865. package/dist/esm/class/utility/dto/property/factory/relation.class.d.ts +8 -0
  866. package/dist/esm/class/utility/dto/property/factory/relation.class.js.map +1 -1
  867. package/dist/esm/class/utility/dto/property/factory/string.class.d.ts +7 -0
  868. package/dist/esm/class/utility/dto/property/factory/string.class.js.map +1 -1
  869. package/dist/esm/class/utility/dto/property/factory/uuid.class.d.ts +7 -0
  870. package/dist/esm/class/utility/dto/property/factory/uuid.class.js.map +1 -1
  871. package/dist/esm/class/utility/dto/property/index.d.ts +1 -0
  872. package/dist/esm/class/utility/dto/strategy/body.class.d.ts +6 -0
  873. package/dist/esm/class/utility/dto/strategy/body.class.js.map +1 -1
  874. package/dist/esm/class/utility/dto/strategy/index.d.ts +4 -0
  875. package/dist/esm/class/utility/dto/strategy/query.class.d.ts +6 -0
  876. package/dist/esm/class/utility/dto/strategy/query.class.js.map +1 -1
  877. package/dist/esm/class/utility/dto/strategy/request.class.d.ts +6 -0
  878. package/dist/esm/class/utility/dto/strategy/request.class.js.map +1 -1
  879. package/dist/esm/class/utility/dto/strategy/response.class.d.ts +6 -0
  880. package/dist/esm/class/utility/dto/strategy/response.class.js.map +1 -1
  881. package/dist/esm/class/utility/index.d.ts +1 -0
  882. package/dist/esm/constant/class/authorization/audit-sink-token.constant.js.map +1 -1
  883. package/dist/esm/constant/class/authorization/hook-permission-sources-token.constant.js.map +1 -1
  884. package/dist/esm/constant/class/authorization/index.d.ts +7 -0
  885. package/dist/esm/constant/class/authorization/metadata-decision.constant.js.map +1 -1
  886. package/dist/esm/constant/class/authorization/module-options-token.constant.js.map +1 -1
  887. package/dist/esm/constant/class/authorization/policy/attachment-sources-token.constant.js.map +1 -1
  888. package/dist/esm/constant/class/authorization/policy/decorator.constant.js.map +1 -1
  889. package/dist/esm/constant/class/authorization/policy/document-sources-token.constant.js.map +1 -1
  890. package/dist/esm/constant/class/authorization/policy/index.d.ts +3 -0
  891. package/dist/esm/constant/class/authorization/principal-resolver-token.constant.js.map +1 -1
  892. package/dist/esm/constant/class/authorization/token-registry.constant.js.map +1 -1
  893. package/dist/esm/constant/class/index.d.ts +1 -0
  894. package/dist/esm/constant/date.constant.js.map +1 -1
  895. package/dist/esm/constant/decorator/api/controller.constant.js.map +1 -1
  896. package/dist/esm/constant/decorator/api/function.constant.d.ts +4 -0
  897. package/dist/esm/constant/decorator/api/function.constant.js.map +1 -1
  898. package/dist/esm/constant/decorator/api/index.d.ts +4 -0
  899. package/dist/esm/constant/decorator/api/method.constant.js.map +1 -1
  900. package/dist/esm/constant/decorator/api/property-describe.constant.js.map +1 -1
  901. package/dist/esm/constant/decorator/api/service.constant.js.map +1 -1
  902. package/dist/esm/constant/decorator/api/subscriber.constant.js.map +1 -1
  903. package/dist/esm/constant/decorator/index.d.ts +1 -0
  904. package/dist/esm/constant/dto/auto-context.constant.js.map +1 -1
  905. package/dist/esm/constant/dto/contextual-manual.constant.js.map +1 -1
  906. package/dist/esm/constant/dto/exception.constant.js.map +1 -1
  907. package/dist/esm/constant/dto/index.d.ts +5 -0
  908. package/dist/esm/constant/dto/list.constant.js.map +1 -1
  909. package/dist/esm/constant/dto/transformer-value.constant.js.map +1 -1
  910. package/dist/esm/constant/factory-dto-get-list-query.constant.js.map +1 -1
  911. package/dist/esm/constant/index.d.ts +9 -0
  912. package/dist/esm/constant/interface/api/filter.constant.js.map +1 -1
  913. package/dist/esm/constant/interface/api/index.d.ts +2 -0
  914. package/dist/esm/constant/interface/api/property/default-string-format.constant.d.ts +4 -0
  915. package/dist/esm/constant/interface/api/property/default-string-format.constant.js.map +1 -1
  916. package/dist/esm/constant/interface/api/property/index.d.ts +3 -0
  917. package/dist/esm/constant/interface/api/property/string.constant.js.map +1 -1
  918. package/dist/esm/constant/interface/api/property/wallet.constant.js.map +1 -1
  919. package/dist/esm/constant/interface/index.d.ts +1 -0
  920. package/dist/esm/constant/number.constant.js.map +1 -1
  921. package/dist/esm/constant/utility/dto/constant.d.ts +7 -0
  922. package/dist/esm/constant/utility/dto/constant.js.map +1 -1
  923. package/dist/esm/constant/utility/dto/generate.constant.js.map +1 -1
  924. package/dist/esm/constant/utility/dto/index.d.ts +2 -0
  925. package/dist/esm/constant/utility/index.d.ts +1 -0
  926. package/dist/esm/constant/validator/index.d.ts +1 -0
  927. package/dist/esm/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +5 -0
  928. package/dist/esm/constant/validator-has-paired-custom-suffixes-fields.constant.js.map +1 -1
  929. package/dist/esm/decorator/api/authorization-policy.decorator.d.ts +10 -0
  930. package/dist/esm/decorator/api/authorization-policy.decorator.js.map +1 -1
  931. package/dist/esm/decorator/api/controller/decorator.d.ts +27 -0
  932. package/dist/esm/decorator/api/controller/decorator.js.map +1 -1
  933. package/dist/esm/decorator/api/controller/index.d.ts +3 -0
  934. package/dist/esm/decorator/api/controller/observable.decorator.js.map +1 -1
  935. package/dist/esm/decorator/api/controller/securable.decorator.js.map +1 -1
  936. package/dist/esm/decorator/api/function/create.decorator.d.ts +10 -0
  937. package/dist/esm/decorator/api/function/create.decorator.js.map +1 -1
  938. package/dist/esm/decorator/api/function/custom.decorator.d.ts +9 -0
  939. package/dist/esm/decorator/api/function/custom.decorator.js.map +1 -1
  940. package/dist/esm/decorator/api/function/decorator.d.ts +11 -0
  941. package/dist/esm/decorator/api/function/decorator.js.map +1 -1
  942. package/dist/esm/decorator/api/function/delete.decorator.d.ts +10 -0
  943. package/dist/esm/decorator/api/function/delete.decorator.js.map +1 -1
  944. package/dist/esm/decorator/api/function/get/decorator.d.ts +10 -0
  945. package/dist/esm/decorator/api/function/get/decorator.js.map +1 -1
  946. package/dist/esm/decorator/api/function/get/index.d.ts +3 -0
  947. package/dist/esm/decorator/api/function/get/list.decorator.d.ts +10 -0
  948. package/dist/esm/decorator/api/function/get/list.decorator.js.map +1 -1
  949. package/dist/esm/decorator/api/function/get/many.decorator.d.ts +10 -0
  950. package/dist/esm/decorator/api/function/get/many.decorator.js.map +1 -1
  951. package/dist/esm/decorator/api/function/index.d.ts +6 -0
  952. package/dist/esm/decorator/api/function/update.decorator.d.ts +10 -0
  953. package/dist/esm/decorator/api/function/update.decorator.js.map +1 -1
  954. package/dist/esm/decorator/api/index.d.ts +8 -0
  955. package/dist/esm/decorator/api/method.decorator.d.ts +9 -0
  956. package/dist/esm/decorator/api/method.decorator.js.map +1 -1
  957. package/dist/esm/decorator/api/property/boolean.decorator.d.ts +54 -0
  958. package/dist/esm/decorator/api/property/boolean.decorator.js.map +1 -1
  959. package/dist/esm/decorator/api/property/copy.decorator.d.ts +36 -0
  960. package/dist/esm/decorator/api/property/copy.decorator.js.map +1 -1
  961. package/dist/esm/decorator/api/property/date.decorator.d.ts +58 -0
  962. package/dist/esm/decorator/api/property/date.decorator.js.map +1 -1
  963. package/dist/esm/decorator/api/property/describe.decorator.d.ts +85 -0
  964. package/dist/esm/decorator/api/property/describe.decorator.js.map +1 -1
  965. package/dist/esm/decorator/api/property/enum.decorator.d.ts +77 -0
  966. package/dist/esm/decorator/api/property/enum.decorator.js.map +1 -1
  967. package/dist/esm/decorator/api/property/index.d.ts +9 -0
  968. package/dist/esm/decorator/api/property/number.decorator.d.ts +69 -0
  969. package/dist/esm/decorator/api/property/number.decorator.js.map +1 -1
  970. package/dist/esm/decorator/api/property/object.decorator.d.ts +29 -0
  971. package/dist/esm/decorator/api/property/object.decorator.js.map +1 -1
  972. package/dist/esm/decorator/api/property/string.decorator.d.ts +70 -0
  973. package/dist/esm/decorator/api/property/string.decorator.js.map +1 -1
  974. package/dist/esm/decorator/api/property/uuid.decorator.d.ts +44 -0
  975. package/dist/esm/decorator/api/property/uuid.decorator.js.map +1 -1
  976. package/dist/esm/decorator/api/route-custom.decorator.d.ts +9 -0
  977. package/dist/esm/decorator/api/route-custom.decorator.js +2 -2
  978. package/dist/esm/decorator/api/route-custom.decorator.js.map +1 -1
  979. package/dist/esm/decorator/api/service/decorator.d.ts +11 -0
  980. package/dist/esm/decorator/api/service/decorator.js.map +1 -1
  981. package/dist/esm/decorator/api/service/index.d.ts +2 -0
  982. package/dist/esm/decorator/api/service/observable.decorator.js.map +1 -1
  983. package/dist/esm/decorator/api/subscriber/function.decorator.d.ts +28 -0
  984. package/dist/esm/decorator/api/subscriber/function.decorator.js.map +1 -1
  985. package/dist/esm/decorator/api/subscriber/index.d.ts +2 -0
  986. package/dist/esm/decorator/api/subscriber/route.decorator.d.ts +28 -0
  987. package/dist/esm/decorator/api/subscriber/route.decorator.js.map +1 -1
  988. package/dist/esm/decorator/index.d.ts +1 -0
  989. package/dist/esm/enum/class/authorization/decision-type.enum.js.map +1 -1
  990. package/dist/esm/enum/class/authorization/effect.enum.js.map +1 -1
  991. package/dist/esm/enum/class/authorization/index.d.ts +6 -0
  992. package/dist/esm/enum/class/authorization/mode.enum.js.map +1 -1
  993. package/dist/esm/enum/class/authorization/permission-match.enum.js.map +1 -1
  994. package/dist/esm/enum/class/authorization/policy/attachment-type.enum.js.map +1 -1
  995. package/dist/esm/enum/class/authorization/policy/index.d.ts +4 -0
  996. package/dist/esm/enum/class/authorization/policy/on-type.enum.js.map +1 -1
  997. package/dist/esm/enum/class/authorization/policy/source-type.enum.js.map +1 -1
  998. package/dist/esm/enum/class/authorization/policy/status.enum.js.map +1 -1
  999. package/dist/esm/enum/class/authorization/principal-type.enum.js.map +1 -1
  1000. package/dist/esm/enum/class/index.d.ts +1 -0
  1001. package/dist/esm/enum/decorator/api/action.enum.js.map +1 -1
  1002. package/dist/esm/enum/decorator/api/authentication-type.enum.js.map +1 -1
  1003. package/dist/esm/enum/decorator/api/controller/index.d.ts +4 -0
  1004. package/dist/esm/enum/decorator/api/controller/load-relations-strategy.enum.js.map +1 -1
  1005. package/dist/esm/enum/decorator/api/controller/relation-reference-shape.enum.js.map +1 -1
  1006. package/dist/esm/enum/decorator/api/controller/request/index.d.ts +2 -0
  1007. package/dist/esm/enum/decorator/api/controller/request/target.enum.js.map +1 -1
  1008. package/dist/esm/enum/decorator/api/controller/request/transformer-type.enum.js.map +1 -1
  1009. package/dist/esm/enum/decorator/api/controller/response-target.enum.js.map +1 -1
  1010. package/dist/esm/enum/decorator/api/dto-type.enum.js.map +1 -1
  1011. package/dist/esm/enum/decorator/api/function-transaction-mode.enum.js.map +1 -1
  1012. package/dist/esm/enum/decorator/api/function-type.enum.js.map +1 -1
  1013. package/dist/esm/enum/decorator/api/index.d.ts +9 -0
  1014. package/dist/esm/enum/decorator/api/on-type.enum.js.map +1 -1
  1015. package/dist/esm/enum/decorator/api/property/data-type.enum.js.map +1 -1
  1016. package/dist/esm/enum/decorator/api/property/date/identifier.enum.js.map +1 -1
  1017. package/dist/esm/enum/decorator/api/property/date/index.d.ts +2 -0
  1018. package/dist/esm/enum/decorator/api/property/date/type.enum.js.map +1 -1
  1019. package/dist/esm/enum/decorator/api/property/desribe-type.enum.js.map +1 -1
  1020. package/dist/esm/enum/decorator/api/property/index.d.ts +5 -0
  1021. package/dist/esm/enum/decorator/api/property/number-type.enum.js.map +1 -1
  1022. package/dist/esm/enum/decorator/api/property/string-type.enum.js.map +1 -1
  1023. package/dist/esm/enum/decorator/api/route-type.enum.js.map +1 -1
  1024. package/dist/esm/enum/decorator/index.d.ts +1 -0
  1025. package/dist/esm/enum/exception.enum.js.map +1 -1
  1026. package/dist/esm/enum/filter/index.d.ts +2 -0
  1027. package/dist/esm/enum/filter/operation.enum.js.map +1 -1
  1028. package/dist/esm/enum/filter/order-direction.enum.js.map +1 -1
  1029. package/dist/esm/enum/index.d.ts +6 -0
  1030. package/dist/esm/enum/utility/dto/manual/property-metadata/decorator.enum.js.map +1 -1
  1031. package/dist/esm/enum/utility/error-string/action.enum.js.map +1 -1
  1032. package/dist/esm/enum/utility/error-string/composite-action.enum.js.map +1 -1
  1033. package/dist/esm/enum/utility/error-string/index.d.ts +2 -0
  1034. package/dist/esm/enum/utility/exception-details-type.enum.js.map +1 -1
  1035. package/dist/esm/enum/utility/index.d.ts +3 -0
  1036. package/dist/esm/enum/validator/has-paired-custom-suffixes-fields-argument-type.enum.js.map +1 -1
  1037. package/dist/esm/enum/validator/index.d.ts +2 -0
  1038. package/dist/esm/enum/validator/must-match-one-of-schemas-error-type.enum.js.map +1 -1
  1039. package/dist/esm/factory/api-controller.factory.d.ts +21 -0
  1040. package/dist/esm/factory/api-controller.factory.js +0 -1
  1041. package/dist/esm/factory/api-controller.factory.js.map +1 -1
  1042. package/dist/esm/factory/index.d.ts +1 -0
  1043. package/dist/esm/index.d.ts +11 -0
  1044. package/dist/esm/interceptor/api-route-runtime.interceptor.js.map +1 -1
  1045. package/dist/esm/interceptor/correlation-id-response-body.interceptor.js.map +1 -1
  1046. package/dist/esm/interceptor/index.d.ts +1 -0
  1047. package/dist/esm/interface/api/authentication-request.interface.d.ts +7 -0
  1048. package/dist/esm/interface/api/index.d.ts +3 -0
  1049. package/dist/esm/interface/api/request-validator.interface.d.ts +8 -0
  1050. package/dist/esm/interface/class/api/authorization/audit-sink.interface.d.ts +5 -0
  1051. package/dist/esm/interface/class/api/authorization/decision/index.d.ts +4 -0
  1052. package/dist/esm/interface/class/api/authorization/decision/interface.d.ts +22 -0
  1053. package/dist/esm/interface/class/api/authorization/decision/rule-trace.interface.d.ts +8 -0
  1054. package/dist/esm/interface/class/api/authorization/decision/statement-trace.interface.d.ts +8 -0
  1055. package/dist/esm/interface/class/api/authorization/decision/trace.interface.d.ts +15 -0
  1056. package/dist/esm/interface/class/api/authorization/engine.interface.d.ts +6 -0
  1057. package/dist/esm/interface/class/api/authorization/evaluate-options.interface.d.ts +13 -0
  1058. package/dist/esm/interface/class/api/authorization/hook-permission-source.interface.d.ts +4 -0
  1059. package/dist/esm/interface/class/api/authorization/iam-module-options.interface.d.ts +6 -0
  1060. package/dist/esm/interface/class/api/authorization/index.d.ts +13 -0
  1061. package/dist/esm/interface/class/api/authorization/module-options/async.interface.d.ts +9 -0
  1062. package/dist/esm/interface/class/api/authorization/module-options/factory.interface.d.ts +4 -0
  1063. package/dist/esm/interface/class/api/authorization/module-options/index.d.ts +3 -0
  1064. package/dist/esm/interface/class/api/authorization/module-options/interface.d.ts +8 -0
  1065. package/dist/esm/interface/class/api/authorization/policy/attachment/index.d.ts +3 -0
  1066. package/dist/esm/interface/class/api/authorization/policy/attachment/interface.d.ts +7 -0
  1067. package/dist/esm/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +5 -0
  1068. package/dist/esm/interface/class/api/authorization/policy/attachment/source.interface.d.ts +5 -0
  1069. package/dist/esm/interface/class/api/authorization/policy/build-options.interface.d.ts +17 -0
  1070. package/dist/esm/interface/class/api/authorization/policy/document/index.d.ts +4 -0
  1071. package/dist/esm/interface/class/api/authorization/policy/document/interface.d.ts +5 -0
  1072. package/dist/esm/interface/class/api/authorization/policy/document/record.interface.d.ts +9 -0
  1073. package/dist/esm/interface/class/api/authorization/policy/document/source.interface.d.ts +4 -0
  1074. package/dist/esm/interface/class/api/authorization/policy/document/statement.interface.d.ts +8 -0
  1075. package/dist/esm/interface/class/api/authorization/policy/index.d.ts +7 -0
  1076. package/dist/esm/interface/class/api/authorization/policy/interface.d.ts +10 -0
  1077. package/dist/esm/interface/class/api/authorization/policy/registry.interface.d.ts +14 -0
  1078. package/dist/esm/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +19 -0
  1079. package/dist/esm/interface/class/api/authorization/policy/subscriber/context/index.d.ts +2 -0
  1080. package/dist/esm/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +21 -0
  1081. package/dist/esm/interface/class/api/authorization/policy/subscriber/index.d.ts +6 -0
  1082. package/dist/esm/interface/class/api/authorization/policy/subscriber/interface.d.ts +15 -0
  1083. package/dist/esm/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +6 -0
  1084. package/dist/esm/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +9 -0
  1085. package/dist/esm/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +11 -0
  1086. package/dist/esm/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +13 -0
  1087. package/dist/esm/interface/class/api/authorization/principal/index.d.ts +2 -0
  1088. package/dist/esm/interface/class/api/authorization/principal/interface.d.ts +9 -0
  1089. package/dist/esm/interface/class/api/authorization/principal/resolver.interface.d.ts +5 -0
  1090. package/dist/esm/interface/class/api/authorization/request-metadata.interface.d.ts +10 -0
  1091. package/dist/esm/interface/class/api/authorization/resource/definition.interface.d.ts +9 -0
  1092. package/dist/esm/interface/class/api/authorization/resource/index.d.ts +2 -0
  1093. package/dist/esm/interface/class/api/authorization/rule/context.interface.d.ts +7 -0
  1094. package/dist/esm/interface/class/api/authorization/rule/index.d.ts +2 -0
  1095. package/dist/esm/interface/class/api/authorization/rule/interface.d.ts +15 -0
  1096. package/dist/esm/interface/class/api/authorization/scope.interface.d.ts +5 -0
  1097. package/dist/esm/interface/class/api/function/context/index.d.ts +2 -0
  1098. package/dist/esm/interface/class/api/function/context/interface.d.ts +10 -0
  1099. package/dist/esm/interface/class/api/function/context/operations.interface.d.ts +13 -0
  1100. package/dist/esm/interface/class/api/function/index.d.ts +1 -0
  1101. package/dist/esm/interface/class/api/index.d.ts +4 -0
  1102. package/dist/esm/interface/class/api/route/index.d.ts +1 -0
  1103. package/dist/esm/interface/class/api/route/runtime/context-data.interface.d.ts +10 -0
  1104. package/dist/esm/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +9 -0
  1105. package/dist/esm/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +14 -0
  1106. package/dist/esm/interface/class/api/route/runtime/generated/index.d.ts +2 -0
  1107. package/dist/esm/interface/class/api/route/runtime/generated/targets.interface.d.ts +12 -0
  1108. package/dist/esm/interface/class/api/route/runtime/http-request.interface.d.ts +8 -0
  1109. package/dist/esm/interface/class/api/route/runtime/index.d.ts +4 -0
  1110. package/dist/esm/interface/class/api/subscriber/error-execution-context.interface.d.ts +15 -0
  1111. package/dist/esm/interface/class/api/subscriber/execution-context.interface.d.ts +19 -0
  1112. package/dist/esm/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +13 -0
  1113. package/dist/esm/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +59 -0
  1114. package/dist/esm/interface/class/api/subscriber/function/execution/context.interface.d.ts +30 -0
  1115. package/dist/esm/interface/class/api/subscriber/function/execution/index.d.ts +2 -0
  1116. package/dist/esm/interface/class/api/subscriber/function/index.d.ts +2 -0
  1117. package/dist/esm/interface/class/api/subscriber/function.interface.d.ts +37 -0
  1118. package/dist/esm/interface/class/api/subscriber/index.d.ts +7 -0
  1119. package/dist/esm/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +13 -0
  1120. package/dist/esm/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +36 -0
  1121. package/dist/esm/interface/class/api/subscriber/route/execution/context/data/index.d.ts +2 -0
  1122. package/dist/esm/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +32 -0
  1123. package/dist/esm/interface/class/api/subscriber/route/execution/context/index.d.ts +2 -0
  1124. package/dist/esm/interface/class/api/subscriber/route/execution/context/interface.d.ts +11 -0
  1125. package/dist/esm/interface/class/api/subscriber/route/execution/index.d.ts +1 -0
  1126. package/dist/esm/interface/class/api/subscriber/route/index.d.ts +2 -0
  1127. package/dist/esm/interface/class/api/subscriber/route.interface.d.ts +103 -0
  1128. package/dist/esm/interface/class/dto-strategy.interface.d.ts +5 -0
  1129. package/dist/esm/interface/class/index.d.ts +3 -0
  1130. package/dist/esm/interface/decorator/api/controller/base.interface.d.ts +4 -0
  1131. package/dist/esm/interface/decorator/api/controller/index.d.ts +3 -0
  1132. package/dist/esm/interface/decorator/api/controller/properties/authorization.interface.d.ts +8 -0
  1133. package/dist/esm/interface/decorator/api/controller/properties/index.d.ts +2 -0
  1134. package/dist/esm/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +9 -0
  1135. package/dist/esm/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +4 -0
  1136. package/dist/esm/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +4 -0
  1137. package/dist/esm/interface/decorator/api/controller/properties/route/base/index.d.ts +7 -0
  1138. package/dist/esm/interface/decorator/api/controller/properties/route/base/interface.d.ts +9 -0
  1139. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +4 -0
  1140. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +6 -0
  1141. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +5 -0
  1142. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +2 -0
  1143. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +6 -0
  1144. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +10 -0
  1145. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +2 -0
  1146. package/dist/esm/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +6 -0
  1147. package/dist/esm/interface/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
  1148. package/dist/esm/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +6 -0
  1149. package/dist/esm/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +6 -0
  1150. package/dist/esm/interface/decorator/api/controller/properties/route/base/response/index.d.ts +2 -0
  1151. package/dist/esm/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +7 -0
  1152. package/dist/esm/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +4 -0
  1153. package/dist/esm/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +6 -0
  1154. package/dist/esm/interface/decorator/api/controller/properties/route/index.d.ts +5 -0
  1155. package/dist/esm/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +6 -0
  1156. package/dist/esm/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +12 -0
  1157. package/dist/esm/interface/decorator/api/controller/properties/route/with/index.d.ts +2 -0
  1158. package/dist/esm/interface/decorator/api/controller/properties.interface.d.ts +13 -0
  1159. package/dist/esm/interface/decorator/api/function/create-executor-properties.interface.d.ts +9 -0
  1160. package/dist/esm/interface/decorator/api/function/custom-properties.interface.d.ts +9 -0
  1161. package/dist/esm/interface/decorator/api/function/delete-executor-properties.interface.d.ts +10 -0
  1162. package/dist/esm/interface/decorator/api/function/get/executor-properties.interface.d.ts +9 -0
  1163. package/dist/esm/interface/decorator/api/function/get/index.d.ts +3 -0
  1164. package/dist/esm/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +9 -0
  1165. package/dist/esm/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +9 -0
  1166. package/dist/esm/interface/decorator/api/function/index.d.ts +6 -0
  1167. package/dist/esm/interface/decorator/api/function/properties.interface.d.ts +8 -0
  1168. package/dist/esm/interface/decorator/api/function/update-executor-properties.interface.d.ts +11 -0
  1169. package/dist/esm/interface/decorator/api/index.d.ts +7 -0
  1170. package/dist/esm/interface/decorator/api/method/index.d.ts +1 -0
  1171. package/dist/esm/interface/decorator/api/method/properties.interface.d.ts +5 -0
  1172. package/dist/esm/interface/decorator/api/route/custom-properties.interface.d.ts +6 -0
  1173. package/dist/esm/interface/decorator/api/route/index.d.ts +7 -0
  1174. package/dist/esm/interface/decorator/api/route/metadata/index.d.ts +3 -0
  1175. package/dist/esm/interface/decorator/api/route/metadata/interface.d.ts +15 -0
  1176. package/dist/esm/interface/decorator/api/route/metadata/resource.interface.d.ts +6 -0
  1177. package/dist/esm/interface/decorator/api/route/metadata/route.interface.d.ts +7 -0
  1178. package/dist/esm/interface/decorator/api/route/response/index.d.ts +2 -0
  1179. package/dist/esm/interface/decorator/api/route/response/properties.interface.d.ts +9 -0
  1180. package/dist/esm/interface/decorator/api/route/runtime-properties.interface.d.ts +11 -0
  1181. package/dist/esm/interface/decorator/api/route/security/authentication-properties.interface.d.ts +9 -0
  1182. package/dist/esm/interface/decorator/api/route/security/authorization-properties.interface.d.ts +4 -0
  1183. package/dist/esm/interface/decorator/api/route/security/index.d.ts +3 -0
  1184. package/dist/esm/interface/decorator/api/route/security/properties.interface.d.ts +6 -0
  1185. package/dist/esm/interface/decorator/api/route/throttling/index.d.ts +2 -0
  1186. package/dist/esm/interface/decorator/api/route/throttling/properties.interface.d.ts +4 -0
  1187. package/dist/esm/interface/decorator/api/subscriber/function/filter.interface.d.ts +5 -0
  1188. package/dist/esm/interface/decorator/api/subscriber/function/index.d.ts +2 -0
  1189. package/dist/esm/interface/decorator/api/subscriber/function/properties.interface.d.ts +7 -0
  1190. package/dist/esm/interface/decorator/api/subscriber/index.d.ts +2 -0
  1191. package/dist/esm/interface/decorator/api/subscriber/route-properties.interface.d.ts +9 -0
  1192. package/dist/esm/interface/decorator/index.d.ts +1 -0
  1193. package/dist/esm/interface/dto-generate-factory.interface.d.ts +7 -0
  1194. package/dist/esm/interface/entity/index.d.ts +2 -0
  1195. package/dist/esm/interface/entity/interface.d.ts +7 -0
  1196. package/dist/esm/interface/index.d.ts +8 -0
  1197. package/dist/esm/interface/utility/api/index.d.ts +1 -0
  1198. package/dist/esm/interface/utility/dto-generate-cache-key.interface.d.ts +9 -0
  1199. package/dist/esm/interface/utility/get-entity-columns-properties.interface.d.ts +6 -0
  1200. package/dist/esm/interface/utility/index.d.ts +3 -0
  1201. package/dist/esm/interface/validator/index.d.ts +1 -0
  1202. package/dist/esm/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +6 -0
  1203. package/dist/esm/module/api/authorization.module.d.ts +14 -0
  1204. package/dist/esm/module/api/authorization.module.js.map +1 -1
  1205. package/dist/esm/module/api/index.d.ts +2 -0
  1206. package/dist/esm/module/api/subscriber.module.js.map +1 -1
  1207. package/dist/esm/module/index.d.ts +1 -0
  1208. package/dist/esm/type/api-request-transformer.type.d.ts +16 -0
  1209. package/dist/esm/type/auto-context-metadata.type.d.ts +5 -0
  1210. package/dist/esm/type/class/api/authorization/guard-request.type.d.ts +11 -0
  1211. package/dist/esm/type/class/api/authorization/index.d.ts +4 -0
  1212. package/dist/esm/type/class/api/authorization/policy/before/create-result.type.d.ts +5 -0
  1213. package/dist/esm/type/class/api/authorization/policy/before/delete-result.type.d.ts +5 -0
  1214. package/dist/esm/type/class/api/authorization/policy/before/get/index.d.ts +2 -0
  1215. package/dist/esm/type/class/api/authorization/policy/before/get/list-result.type.d.ts +5 -0
  1216. package/dist/esm/type/class/api/authorization/policy/before/get/result.type.d.ts +5 -0
  1217. package/dist/esm/type/class/api/authorization/policy/before/index.d.ts +5 -0
  1218. package/dist/esm/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +5 -0
  1219. package/dist/esm/type/class/api/authorization/policy/before/update-result.type.d.ts +5 -0
  1220. package/dist/esm/type/class/api/authorization/policy/context/before/create-context.type.d.ts +8 -0
  1221. package/dist/esm/type/class/api/authorization/policy/context/before/get/context.type.d.ts +7 -0
  1222. package/dist/esm/type/class/api/authorization/policy/context/before/get/index.d.ts +2 -0
  1223. package/dist/esm/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +8 -0
  1224. package/dist/esm/type/class/api/authorization/policy/context/before/index.d.ts +4 -0
  1225. package/dist/esm/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +9 -0
  1226. package/dist/esm/type/class/api/authorization/policy/context/before/update-context.type.d.ts +9 -0
  1227. package/dist/esm/type/class/api/authorization/policy/context/index.d.ts +2 -0
  1228. package/dist/esm/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +7 -0
  1229. package/dist/esm/type/class/api/authorization/policy/custom-action-result.type.d.ts +4 -0
  1230. package/dist/esm/type/class/api/authorization/policy/hook/index.d.ts +2 -0
  1231. package/dist/esm/type/class/api/authorization/policy/hook/result.type.d.ts +8 -0
  1232. package/dist/esm/type/class/api/authorization/policy/hook/type.d.ts +5 -0
  1233. package/dist/esm/type/class/api/authorization/policy/index.d.ts +5 -0
  1234. package/dist/esm/type/class/api/authorization/policy/subscriber/index.d.ts +3 -0
  1235. package/dist/esm/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +5 -0
  1236. package/dist/esm/type/class/api/authorization/policy/subscriber/rule/index.d.ts +1 -0
  1237. package/dist/esm/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +5 -0
  1238. package/dist/esm/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +2 -0
  1239. package/dist/esm/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +5 -0
  1240. package/dist/esm/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +3 -0
  1241. package/dist/esm/type/class/api/authorization/rule/condition.type.d.ts +3 -0
  1242. package/dist/esm/type/class/api/authorization/rule/index.d.ts +4 -0
  1243. package/dist/esm/type/class/api/authorization/rule/result-transform.type.d.ts +4 -0
  1244. package/dist/esm/type/class/api/authorization/rule/scope-resolver.type.d.ts +4 -0
  1245. package/dist/esm/type/class/api/authorization/rule/transform-payload.type.d.ts +3 -0
  1246. package/dist/esm/type/class/api/authorization/scope-where.type.d.ts +3 -0
  1247. package/dist/esm/type/class/api/index.d.ts +1 -0
  1248. package/dist/esm/type/class/api/subscriber/function/after/create-context.type.d.ts +4 -0
  1249. package/dist/esm/type/class/api/subscriber/function/after/delete-context.type.d.ts +4 -0
  1250. package/dist/esm/type/class/api/subscriber/function/after/get/context.type.d.ts +4 -0
  1251. package/dist/esm/type/class/api/subscriber/function/after/get/index.d.ts +3 -0
  1252. package/dist/esm/type/class/api/subscriber/function/after/get/list-context.type.d.ts +5 -0
  1253. package/dist/esm/type/class/api/subscriber/function/after/get/many-context.type.d.ts +4 -0
  1254. package/dist/esm/type/class/api/subscriber/function/after/index.d.ts +4 -0
  1255. package/dist/esm/type/class/api/subscriber/function/after/update-context.type.d.ts +4 -0
  1256. package/dist/esm/type/class/api/subscriber/function/before/create-context.type.d.ts +5 -0
  1257. package/dist/esm/type/class/api/subscriber/function/before/delete-context.type.d.ts +5 -0
  1258. package/dist/esm/type/class/api/subscriber/function/before/get/context.type.d.ts +5 -0
  1259. package/dist/esm/type/class/api/subscriber/function/before/get/index.d.ts +3 -0
  1260. package/dist/esm/type/class/api/subscriber/function/before/get/list-context.type.d.ts +5 -0
  1261. package/dist/esm/type/class/api/subscriber/function/before/get/many-context.type.d.ts +5 -0
  1262. package/dist/esm/type/class/api/subscriber/function/before/index.d.ts +4 -0
  1263. package/dist/esm/type/class/api/subscriber/function/before/update-context.type.d.ts +5 -0
  1264. package/dist/esm/type/class/api/subscriber/function/index.d.ts +2 -0
  1265. package/dist/esm/type/class/api/subscriber/index.d.ts +2 -0
  1266. package/dist/esm/type/class/api/subscriber/route/after/create-context.type.d.ts +4 -0
  1267. package/dist/esm/type/class/api/subscriber/route/after/delete-context.type.d.ts +4 -0
  1268. package/dist/esm/type/class/api/subscriber/route/after/get/context.type.d.ts +4 -0
  1269. package/dist/esm/type/class/api/subscriber/route/after/get/index.d.ts +2 -0
  1270. package/dist/esm/type/class/api/subscriber/route/after/get/list-context.type.d.ts +5 -0
  1271. package/dist/esm/type/class/api/subscriber/route/after/index.d.ts +5 -0
  1272. package/dist/esm/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +4 -0
  1273. package/dist/esm/type/class/api/subscriber/route/after/update-context.type.d.ts +4 -0
  1274. package/dist/esm/type/class/api/subscriber/route/before/create-context.type.d.ts +11 -0
  1275. package/dist/esm/type/class/api/subscriber/route/before/delete-context.type.d.ts +10 -0
  1276. package/dist/esm/type/class/api/subscriber/route/before/get/context.type.d.ts +10 -0
  1277. package/dist/esm/type/class/api/subscriber/route/before/get/index.d.ts +2 -0
  1278. package/dist/esm/type/class/api/subscriber/route/before/get/list-context.type.d.ts +12 -0
  1279. package/dist/esm/type/class/api/subscriber/route/before/index.d.ts +5 -0
  1280. package/dist/esm/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +12 -0
  1281. package/dist/esm/type/class/api/subscriber/route/before/update-context.type.d.ts +12 -0
  1282. package/dist/esm/type/class/api/subscriber/route/index.d.ts +2 -0
  1283. package/dist/esm/type/class/controller-method.type.d.ts +5 -0
  1284. package/dist/esm/type/class/index.d.ts +4 -0
  1285. package/dist/esm/type/class/metadata.type.d.ts +2 -0
  1286. package/dist/esm/type/decorator/api/controller/constructor.type.d.ts +4 -0
  1287. package/dist/esm/type/decorator/api/controller/get-list-query.type.d.ts +8 -0
  1288. package/dist/esm/type/decorator/api/controller/index.d.ts +5 -0
  1289. package/dist/esm/type/decorator/api/controller/properties/index.d.ts +1 -0
  1290. package/dist/esm/type/decorator/api/controller/properties/route/base/index.d.ts +2 -0
  1291. package/dist/esm/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +9 -0
  1292. package/dist/esm/type/decorator/api/controller/properties/route/base/request/index.d.ts +2 -0
  1293. package/dist/esm/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +10 -0
  1294. package/dist/esm/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +10 -0
  1295. package/dist/esm/type/decorator/api/controller/properties/route/index.d.ts +1 -0
  1296. package/dist/esm/type/decorator/api/controller/properties-route.type.d.ts +3 -0
  1297. package/dist/esm/type/decorator/api/controller/transformer-config.type.d.ts +8 -0
  1298. package/dist/esm/type/decorator/api/filter/extracted-allowed-types.type.d.ts +2 -0
  1299. package/dist/esm/type/decorator/api/filter/index.d.ts +4 -0
  1300. package/dist/esm/type/decorator/api/filter/order-by.type.d.ts +4 -0
  1301. package/dist/esm/type/decorator/api/function/get/index.d.ts +3 -0
  1302. package/dist/esm/type/decorator/api/function/get/list/index.d.ts +1 -0
  1303. package/dist/esm/type/decorator/api/function/get/list/properties/index.d.ts +2 -0
  1304. package/dist/esm/type/decorator/api/function/index.d.ts +5 -0
  1305. package/dist/esm/type/decorator/api/function/properties.type.d.ts +9 -0
  1306. package/dist/esm/type/decorator/api/function/update/index.d.ts +2 -0
  1307. package/dist/esm/type/decorator/api/index.d.ts +5 -0
  1308. package/dist/esm/type/decorator/api/property/base/array/index.d.ts +2 -0
  1309. package/dist/esm/type/decorator/api/property/base/index.d.ts +4 -0
  1310. package/dist/esm/type/decorator/api/property/base/properties.type.d.ts +8 -0
  1311. package/dist/esm/type/decorator/api/property/copy-properties.type.d.ts +13 -0
  1312. package/dist/esm/type/decorator/api/property/date-properties.type.d.ts +6 -0
  1313. package/dist/esm/type/decorator/api/property/default/index.d.ts +1 -0
  1314. package/dist/esm/type/decorator/api/property/default/string/format/index.d.ts +2 -0
  1315. package/dist/esm/type/decorator/api/property/default/string/format/properties.type.d.ts +9 -0
  1316. package/dist/esm/type/decorator/api/property/default/string/format/type.d.ts +2 -0
  1317. package/dist/esm/type/decorator/api/property/default/string/index.d.ts +1 -0
  1318. package/dist/esm/type/decorator/api/property/describe/array/index.d.ts +2 -0
  1319. package/dist/esm/type/decorator/api/property/describe/base-properties.type.d.ts +5 -0
  1320. package/dist/esm/type/decorator/api/property/describe/boolean-properties.type.d.ts +7 -0
  1321. package/dist/esm/type/decorator/api/property/describe/date-properties.type.d.ts +8 -0
  1322. package/dist/esm/type/decorator/api/property/describe/dto/body-properties.type.d.ts +5 -0
  1323. package/dist/esm/type/decorator/api/property/describe/dto/index.d.ts +6 -0
  1324. package/dist/esm/type/decorator/api/property/describe/dto/properties.type.d.ts +13 -0
  1325. package/dist/esm/type/decorator/api/property/describe/dto/query/index.d.ts +2 -0
  1326. package/dist/esm/type/decorator/api/property/describe/dto/query/properties.type.d.ts +5 -0
  1327. package/dist/esm/type/decorator/api/property/describe/dto/request-properties.type.d.ts +5 -0
  1328. package/dist/esm/type/decorator/api/property/describe/dto/response-properties.type.d.ts +5 -0
  1329. package/dist/esm/type/decorator/api/property/describe/enum-properties.type.d.ts +9 -0
  1330. package/dist/esm/type/decorator/api/property/describe/index.d.ts +14 -0
  1331. package/dist/esm/type/decorator/api/property/describe/number-properties.type.d.ts +12 -0
  1332. package/dist/esm/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +15 -0
  1333. package/dist/esm/type/decorator/api/property/describe/object/index.d.ts +4 -0
  1334. package/dist/esm/type/decorator/api/property/describe/object/properties.type.d.ts +4 -0
  1335. package/dist/esm/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +14 -0
  1336. package/dist/esm/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +12 -0
  1337. package/dist/esm/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +2 -0
  1338. package/dist/esm/type/decorator/api/property/describe/properties/base/index.d.ts +2 -0
  1339. package/dist/esm/type/decorator/api/property/describe/properties/base/properties.type.d.ts +10 -0
  1340. package/dist/esm/type/decorator/api/property/describe/properties/index.d.ts +1 -0
  1341. package/dist/esm/type/decorator/api/property/describe/properties.type.d.ts +9 -0
  1342. package/dist/esm/type/decorator/api/property/describe/relation-properties.type.d.ts +6 -0
  1343. package/dist/esm/type/decorator/api/property/describe/string-properties.type.d.ts +12 -0
  1344. package/dist/esm/type/decorator/api/property/describe/uuid-properties.type.d.ts +7 -0
  1345. package/dist/esm/type/decorator/api/property/entity.type.d.ts +3 -0
  1346. package/dist/esm/type/decorator/api/property/enum-properties.type.d.ts +6 -0
  1347. package/dist/esm/type/decorator/api/property/index.d.ts +11 -0
  1348. package/dist/esm/type/decorator/api/property/number-properties.type.d.ts +9 -0
  1349. package/dist/esm/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +16 -0
  1350. package/dist/esm/type/decorator/api/property/object/index.d.ts +4 -0
  1351. package/dist/esm/type/decorator/api/property/object/properties.type.d.ts +4 -0
  1352. package/dist/esm/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +15 -0
  1353. package/dist/esm/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +10 -0
  1354. package/dist/esm/type/decorator/api/property/string-properties.type.d.ts +9 -0
  1355. package/dist/esm/type/decorator/api/property/uuid-properties.type.d.ts +2 -0
  1356. package/dist/esm/type/decorator/api/service/index.d.ts +2 -0
  1357. package/dist/esm/type/decorator/api/service/keys.type.d.ts +4 -0
  1358. package/dist/esm/type/decorator/index.d.ts +1 -0
  1359. package/dist/esm/type/factory/api/controller/index.d.ts +2 -0
  1360. package/dist/esm/type/factory/api/controller/method/index.d.ts +3 -0
  1361. package/dist/esm/type/factory/api/controller/method/map.type.d.ts +13 -0
  1362. package/dist/esm/type/factory/api/controller/method/name-map.type.d.ts +5 -0
  1363. package/dist/esm/type/factory/api/controller/method/name.type.d.ts +4 -0
  1364. package/dist/esm/type/factory/api/controller/target-methods.type.d.ts +8 -0
  1365. package/dist/esm/type/factory/api/index.d.ts +1 -0
  1366. package/dist/esm/type/factory/index.d.ts +1 -0
  1367. package/dist/esm/type/index.d.ts +12 -0
  1368. package/dist/esm/type/utility/api/controller/index.d.ts +1 -0
  1369. package/dist/esm/type/utility/api/controller/transform-data/data.type.d.ts +6 -0
  1370. package/dist/esm/type/utility/api/controller/transform-data/index.d.ts +3 -0
  1371. package/dist/esm/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +3 -0
  1372. package/dist/esm/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +9 -0
  1373. package/dist/esm/type/utility/api/index.d.ts +1 -0
  1374. package/dist/esm/type/utility/date/index.d.ts +2 -0
  1375. package/dist/esm/type/utility/date/range-keys.type.d.ts +4 -0
  1376. package/dist/esm/type/utility/dto/generate/allowed-combination.type.d.ts +9 -0
  1377. package/dist/esm/type/utility/dto/generate/index.d.ts +3 -0
  1378. package/dist/esm/type/utility/dto/generate/is-allowed-combination.type.d.ts +3 -0
  1379. package/dist/esm/type/utility/dto/index.d.ts +2 -0
  1380. package/dist/esm/type/utility/dto/manual/property-metadata.type.d.ts +31 -0
  1381. package/dist/esm/type/utility/error-string/base-properties.type.d.ts +5 -0
  1382. package/dist/esm/type/utility/error-string/composite-properties.type.d.ts +6 -0
  1383. package/dist/esm/type/utility/error-string/index.d.ts +3 -0
  1384. package/dist/esm/type/utility/error-string/properties.type.d.ts +3 -0
  1385. package/dist/esm/type/utility/filter-keys.type.d.ts +7 -0
  1386. package/dist/esm/type/utility/index.d.ts +7 -0
  1387. package/dist/esm/type/validator/has-paired-custom-suffixes-fields/index.d.ts +2 -0
  1388. package/dist/esm/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +7 -0
  1389. package/dist/esm/type/validator/index.d.ts +1 -0
  1390. package/dist/esm/utility/api/controller/apply/decorators.utility.d.ts +21 -0
  1391. package/dist/esm/utility/api/controller/apply/decorators.utility.js.map +1 -1
  1392. package/dist/esm/utility/api/controller/apply/index.d.ts +2 -0
  1393. package/dist/esm/utility/api/controller/apply/metadata.utility.d.ts +19 -0
  1394. package/dist/esm/utility/api/controller/apply/metadata.utility.js +2 -2
  1395. package/dist/esm/utility/api/controller/apply/metadata.utility.js.map +1 -1
  1396. package/dist/esm/utility/api/controller/get/dto.utility.d.ts +19 -0
  1397. package/dist/esm/utility/api/controller/get/dto.utility.js.map +1 -1
  1398. package/dist/esm/utility/api/controller/get/index.d.ts +3 -0
  1399. package/dist/esm/utility/api/controller/get/method-name.utility.d.ts +8 -0
  1400. package/dist/esm/utility/api/controller/get/method-name.utility.js.map +1 -1
  1401. package/dist/esm/utility/api/controller/get/primary-column.utility.d.ts +12 -0
  1402. package/dist/esm/utility/api/controller/get/primary-column.utility.js.map +1 -1
  1403. package/dist/esm/utility/api/controller/get-list/index.d.ts +1 -0
  1404. package/dist/esm/utility/api/controller/get-list/transform/filter.utility.d.ts +12 -0
  1405. package/dist/esm/utility/api/controller/get-list/transform/filter.utility.js.map +1 -1
  1406. package/dist/esm/utility/api/controller/get-list/transform/index.d.ts +2 -0
  1407. package/dist/esm/utility/api/controller/get-list/transform/operation.utility.d.ts +10 -0
  1408. package/dist/esm/utility/api/controller/get-list/transform/operation.utility.js +1 -1
  1409. package/dist/esm/utility/api/controller/get-list/transform/operation.utility.js.map +1 -1
  1410. package/dist/esm/utility/api/controller/handle-request-relations.utility.d.ts +20 -0
  1411. package/dist/esm/utility/api/controller/handle-request-relations.utility.js.map +1 -1
  1412. package/dist/esm/utility/api/controller/index.d.ts +8 -0
  1413. package/dist/esm/utility/api/controller/serialize-route-response.utility.d.ts +14 -0
  1414. package/dist/esm/utility/api/controller/serialize-route-response.utility.js.map +1 -1
  1415. package/dist/esm/utility/api/controller/transform-data.utility.d.ts +18 -0
  1416. package/dist/esm/utility/api/controller/transform-data.utility.js.map +1 -1
  1417. package/dist/esm/utility/api/controller/validate-request.utility.d.ts +14 -0
  1418. package/dist/esm/utility/api/controller/validate-request.utility.js.map +1 -1
  1419. package/dist/esm/utility/api/controller/write/dto-swagger.utility.d.ts +19 -0
  1420. package/dist/esm/utility/api/controller/write/dto-swagger.utility.js +1 -1
  1421. package/dist/esm/utility/api/controller/write/dto-swagger.utility.js.map +1 -1
  1422. package/dist/esm/utility/api/controller/write/index.d.ts +2 -0
  1423. package/dist/esm/utility/api/controller/write/method.utility.d.ts +18 -0
  1424. package/dist/esm/utility/api/controller/write/method.utility.js.map +1 -1
  1425. package/dist/esm/utility/api/filter-order-by-from-entity.utility.d.ts +19 -0
  1426. package/dist/esm/utility/api/filter-order-by-from-entity.utility.js.map +1 -1
  1427. package/dist/esm/utility/api/function-transaction.utility.d.ts +20 -0
  1428. package/dist/esm/utility/api/function-transaction.utility.js.map +1 -1
  1429. package/dist/esm/utility/api/get-default-string-format-properties.utility.d.ts +21 -0
  1430. package/dist/esm/utility/api/get-default-string-format-properties.utility.js.map +1 -1
  1431. package/dist/esm/utility/api/index.d.ts +4 -0
  1432. package/dist/esm/utility/api/route/index.d.ts +1 -0
  1433. package/dist/esm/utility/api/route/response/index.d.ts +2 -0
  1434. package/dist/esm/utility/api/route/response/project-relation.utility.d.ts +11 -0
  1435. package/dist/esm/utility/api/route/response/project-relation.utility.js.map +1 -1
  1436. package/dist/esm/utility/api/route/response/serialize.utility.d.ts +11 -0
  1437. package/dist/esm/utility/api/route/response/serialize.utility.js.map +1 -1
  1438. package/dist/esm/utility/apply-auto-dto-response-exposure.utility.d.ts +14 -0
  1439. package/dist/esm/utility/apply-auto-dto-response-exposure.utility.js.map +1 -1
  1440. package/dist/esm/utility/authorization/decision/apply-result.utility.d.ts +12 -0
  1441. package/dist/esm/utility/authorization/decision/apply-result.utility.js.map +1 -1
  1442. package/dist/esm/utility/authorization/decision/attach-resource.utility.d.ts +11 -0
  1443. package/dist/esm/utility/authorization/decision/attach-resource.utility.js.map +1 -1
  1444. package/dist/esm/utility/authorization/decision/index.d.ts +3 -0
  1445. package/dist/esm/utility/authorization/decision/resolve-from-request.utility.d.ts +12 -0
  1446. package/dist/esm/utility/authorization/decision/resolve-from-request.utility.js.map +1 -1
  1447. package/dist/esm/utility/authorization/index.d.ts +4 -0
  1448. package/dist/esm/utility/authorization/permission/index.d.ts +2 -0
  1449. package/dist/esm/utility/authorization/permission/matches.utility.js.map +1 -1
  1450. package/dist/esm/utility/authorization/permission/set-matches.utility.d.ts +13 -0
  1451. package/dist/esm/utility/authorization/permission/set-matches.utility.js.map +1 -1
  1452. package/dist/esm/utility/authorization/resolve-default-principal.utility.d.ts +7 -0
  1453. package/dist/esm/utility/authorization/resolve-default-principal.utility.js.map +1 -1
  1454. package/dist/esm/utility/authorization/scope-merge-where.utility.d.ts +10 -0
  1455. package/dist/esm/utility/authorization/scope-merge-where.utility.js.map +1 -1
  1456. package/dist/esm/utility/auto-dto-context-queue.utility.js.map +1 -1
  1457. package/dist/esm/utility/camel-case-string.utility.js.map +1 -1
  1458. package/dist/esm/utility/capitalize-string.utility.js.map +1 -1
  1459. package/dist/esm/utility/database/index.d.ts +1 -0
  1460. package/dist/esm/utility/database/typeorm/get/foreign-key-violation-details.utility.js.map +1 -1
  1461. package/dist/esm/utility/database/typeorm/get/index.d.ts +2 -0
  1462. package/dist/esm/utility/database/typeorm/get/unique-violation-details.utility.js.map +1 -1
  1463. package/dist/esm/utility/database/typeorm/index.d.ts +6 -0
  1464. package/dist/esm/utility/database/typeorm/is/entity/index.d.ts +2 -0
  1465. package/dist/esm/utility/database/typeorm/is/entity/metadata-not-found.utility.js.map +1 -1
  1466. package/dist/esm/utility/database/typeorm/is/entity/not-found.utility.js.map +1 -1
  1467. package/dist/esm/utility/database/typeorm/is/foreign-key-violation.utility.js.map +1 -1
  1468. package/dist/esm/utility/database/typeorm/is/index.d.ts +3 -0
  1469. package/dist/esm/utility/database/typeorm/is/unique-violation.utility.js.map +1 -1
  1470. package/dist/esm/utility/defer-property-decorator-execution.utility.js.map +1 -1
  1471. package/dist/esm/utility/dto/auto/context/index.d.ts +2 -0
  1472. package/dist/esm/utility/dto/auto/context/pop.utility.js.map +1 -1
  1473. package/dist/esm/utility/dto/auto/context/push.utility.d.ts +9 -0
  1474. package/dist/esm/utility/dto/auto/context/push.utility.js.map +1 -1
  1475. package/dist/esm/utility/dto/auto/index.d.ts +1 -0
  1476. package/dist/esm/utility/dto/build-decorator.utility.d.ts +21 -0
  1477. package/dist/esm/utility/dto/build-decorator.utility.js.map +1 -1
  1478. package/dist/esm/utility/dto/generate/cache-key.utility.d.ts +7 -0
  1479. package/dist/esm/utility/dto/generate/cache-key.utility.js.map +1 -1
  1480. package/dist/esm/utility/dto/generate/core.utility.d.ts +21 -0
  1481. package/dist/esm/utility/dto/generate/core.utility.js.map +1 -1
  1482. package/dist/esm/utility/dto/generate/decorator.utility.d.ts +19 -0
  1483. package/dist/esm/utility/dto/generate/decorator.utility.js.map +1 -1
  1484. package/dist/esm/utility/dto/generate/dynamic.utility.d.ts +21 -0
  1485. package/dist/esm/utility/dto/generate/dynamic.utility.js.map +1 -1
  1486. package/dist/esm/utility/dto/generate/exception.utility.js.map +1 -1
  1487. package/dist/esm/utility/dto/generate/filter-decorator.utility.d.ts +12 -0
  1488. package/dist/esm/utility/dto/generate/filter-decorator.utility.js.map +1 -1
  1489. package/dist/esm/utility/dto/generate/get-list-response.utility.d.ts +12 -0
  1490. package/dist/esm/utility/dto/generate/get-list-response.utility.js.map +1 -1
  1491. package/dist/esm/utility/dto/generate/index.d.ts +8 -0
  1492. package/dist/esm/utility/dto/generate/manual-child.utility.d.ts +20 -0
  1493. package/dist/esm/utility/dto/generate/manual-child.utility.js.map +1 -1
  1494. package/dist/esm/utility/dto/generate/relation-response.utility.d.ts +14 -0
  1495. package/dist/esm/utility/dto/generate/relation-response.utility.js.map +1 -1
  1496. package/dist/esm/utility/dto/get/decorator-config.utility.d.ts +16 -0
  1497. package/dist/esm/utility/dto/get/decorator-config.utility.js.map +1 -1
  1498. package/dist/esm/utility/dto/get/get-list-query-base-class.utility.d.ts +16 -0
  1499. package/dist/esm/utility/dto/get/get-list-query-base-class.utility.js.map +1 -1
  1500. package/dist/esm/utility/dto/get/index.d.ts +2 -0
  1501. package/dist/esm/utility/dto/handle-date-property.utility.d.ts +13 -0
  1502. package/dist/esm/utility/dto/handle-date-property.utility.js.map +1 -1
  1503. package/dist/esm/utility/dto/index.d.ts +7 -0
  1504. package/dist/esm/utility/dto/is/index.d.ts +2 -0
  1505. package/dist/esm/utility/dto/is/property/exposed-for-guard.utility.d.ts +13 -0
  1506. package/dist/esm/utility/dto/is/property/exposed-for-guard.utility.js.map +1 -1
  1507. package/dist/esm/utility/dto/is/property/index.d.ts +2 -0
  1508. package/dist/esm/utility/dto/is/property/should-be-marked.utility.d.ts +15 -0
  1509. package/dist/esm/utility/dto/is/property/should-be-marked.utility.js.map +1 -1
  1510. package/dist/esm/utility/dto/is/should-be-generated.utility.d.ts +12 -0
  1511. package/dist/esm/utility/dto/is/should-be-generated.utility.js.map +1 -1
  1512. package/dist/esm/utility/dto/manual/property-metadata.utility.d.ts +16 -0
  1513. package/dist/esm/utility/dto/manual/property-metadata.utility.js.map +1 -1
  1514. package/dist/esm/utility/dto/validate-property-config.utility.d.ts +2 -0
  1515. package/dist/esm/utility/dto/validate-property-config.utility.js.map +1 -1
  1516. package/dist/esm/utility/error/exception.utility.js.map +1 -1
  1517. package/dist/esm/utility/error/index.d.ts +2 -0
  1518. package/dist/esm/utility/error/string.utility.d.ts +9 -0
  1519. package/dist/esm/utility/error/string.utility.js.map +1 -1
  1520. package/dist/esm/utility/format-unknown-for-log.utility.js.map +1 -1
  1521. package/dist/esm/utility/generate-entity-information.utility.d.ts +9 -0
  1522. package/dist/esm/utility/generate-entity-information.utility.js.map +1 -1
  1523. package/dist/esm/utility/get/auto-dto-context.utility.d.ts +7 -0
  1524. package/dist/esm/utility/get/auto-dto-context.utility.js.map +1 -1
  1525. package/dist/esm/utility/get/entity-columns.utility.d.ts +8 -0
  1526. package/dist/esm/utility/get/entity-columns.utility.js.map +1 -1
  1527. package/dist/esm/utility/get/index.d.ts +2 -0
  1528. package/dist/esm/utility/index.d.ts +17 -0
  1529. package/dist/esm/utility/is/entity/constructor.utility.d.ts +8 -0
  1530. package/dist/esm/utility/is/entity/constructor.utility.js.map +1 -1
  1531. package/dist/esm/utility/is/entity/factory.utility.d.ts +8 -0
  1532. package/dist/esm/utility/is/entity/factory.utility.js.map +1 -1
  1533. package/dist/esm/utility/is/entity/index.d.ts +3 -0
  1534. package/dist/esm/utility/is/entity/literal.utility.d.ts +7 -0
  1535. package/dist/esm/utility/is/entity/literal.utility.js.map +1 -1
  1536. package/dist/esm/utility/is/error-of-type.utility.d.ts +8 -0
  1537. package/dist/esm/utility/is/error-of-type.utility.js.map +1 -1
  1538. package/dist/esm/utility/is/index.d.ts +2 -0
  1539. package/dist/esm/utility/logger.utility.js.map +1 -1
  1540. package/dist/esm/utility/queue-auto-context-retry.utility.js.map +1 -1
  1541. package/dist/esm/utility/register-auto-dto-child.utility.js.map +1 -1
  1542. package/dist/esm/utility/resolve/decorator-context.utility.d.ts +13 -0
  1543. package/dist/esm/utility/resolve/decorator-context.utility.js.map +1 -1
  1544. package/dist/esm/utility/resolve/index.d.ts +2 -0
  1545. package/dist/esm/utility/resolve/property-entity.utility.d.ts +16 -0
  1546. package/dist/esm/utility/resolve/property-entity.utility.js.map +1 -1
  1547. package/dist/esm/utility/with-resolved-property-entity.utility.d.ts +11 -0
  1548. package/dist/esm/utility/with-resolved-property-entity.utility.js.map +1 -1
  1549. package/dist/esm/validator/all-or-none-of-listed-properties.validator.js.map +1 -1
  1550. package/dist/esm/validator/has/at/index.d.ts +1 -0
  1551. package/dist/esm/validator/has/at/least/index.d.ts +1 -0
  1552. package/dist/esm/validator/has/at/least/one/and-only-one-of-listed-properties.validator.js.map +1 -1
  1553. package/dist/esm/validator/has/at/least/one/index.d.ts +3 -0
  1554. package/dist/esm/validator/has/at/least/one/of-listed-properties.validator.js.map +1 -1
  1555. package/dist/esm/validator/has/at/least/one/property.validator.js.map +1 -1
  1556. package/dist/esm/validator/has/index.d.ts +2 -0
  1557. package/dist/esm/validator/has/paired-custom-suffixes-fields.validator.js.map +1 -1
  1558. package/dist/esm/validator/index.d.ts +5 -0
  1559. package/dist/esm/validator/is-regular-expression.validator.js.map +1 -1
  1560. package/dist/esm/validator/must-match-one-of-schemas.validator.d.ts +36 -0
  1561. package/dist/esm/validator/must-match-one-of-schemas.validator.js.map +1 -1
  1562. package/dist/esm/validator/only-one-of-listed-properties.validator.js.map +1 -1
  1563. package/package.json +1 -1
  1564. package/dist/cjs/src/class/api/authorization/bootstrap-validation.service.class.d.ts +0 -14
  1565. package/dist/cjs/src/class/api/authorization/cache-invalidation.service.class.d.ts +0 -7
  1566. package/dist/cjs/src/class/api/authorization/engine.class.d.ts +0 -8
  1567. package/dist/cjs/src/class/api/authorization/guard.class.d.ts +0 -13
  1568. package/dist/cjs/src/class/api/authorization/hook-permission-resolver.class.d.ts +0 -10
  1569. package/dist/cjs/src/class/api/authorization/iam/attachment-resolver.class.d.ts +0 -11
  1570. package/dist/cjs/src/class/api/authorization/iam/document-resolver.class.d.ts +0 -10
  1571. package/dist/cjs/src/class/api/authorization/iam/document-validator.class.d.ts +0 -7
  1572. package/dist/cjs/src/class/api/authorization/iam/engine.class.d.ts +0 -30
  1573. package/dist/cjs/src/class/api/authorization/iam/index.d.ts +0 -5
  1574. package/dist/cjs/src/class/api/authorization/iam/query-planner.class.d.ts +0 -20
  1575. package/dist/cjs/src/class/api/authorization/index.d.ts +0 -9
  1576. package/dist/cjs/src/class/api/authorization/policy/base.class.d.ts +0 -68
  1577. package/dist/cjs/src/class/api/authorization/policy/discovery-service.class.d.ts +0 -10
  1578. package/dist/cjs/src/class/api/authorization/policy/executor.class.d.ts +0 -7
  1579. package/dist/cjs/src/class/api/authorization/policy/index.d.ts +0 -5
  1580. package/dist/cjs/src/class/api/authorization/policy/registry.class.d.ts +0 -30
  1581. package/dist/cjs/src/class/api/authorization/policy/subscriber-wrapper.class.d.ts +0 -10
  1582. package/dist/cjs/src/class/api/authorization/runtime.class.d.ts +0 -38
  1583. package/dist/cjs/src/class/api/authorization/simulator.class.d.ts +0 -20
  1584. package/dist/cjs/src/class/api/function/context-storage.class.d.ts +0 -7
  1585. package/dist/cjs/src/class/api/function/custom-runtime.class.d.ts +0 -19
  1586. package/dist/cjs/src/class/api/function/index.d.ts +0 -1
  1587. package/dist/cjs/src/class/api/index.d.ts +0 -4
  1588. package/dist/cjs/src/class/api/route-runtime.class.d.ts +0 -21
  1589. package/dist/cjs/src/class/api/service-base.class.d.ts +0 -18
  1590. package/dist/cjs/src/class/api/subscriber/base.class.d.ts +0 -3
  1591. package/dist/cjs/src/class/api/subscriber/executor.class.d.ts +0 -16
  1592. package/dist/cjs/src/class/api/subscriber/function-base.class.d.ts +0 -10
  1593. package/dist/cjs/src/class/api/subscriber/index.d.ts +0 -7
  1594. package/dist/cjs/src/class/api/subscriber/registry.class.d.ts +0 -18
  1595. package/dist/cjs/src/class/api/subscriber/route-base.class.d.ts +0 -10
  1596. package/dist/cjs/src/class/api/subscriber/wrapper.class.d.ts +0 -18
  1597. package/dist/cjs/src/class/index.d.ts +0 -6
  1598. package/dist/cjs/src/class/metadata-storage.class.d.ts +0 -18
  1599. package/dist/cjs/src/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +0 -11
  1600. package/dist/cjs/src/class/utility/dto/exception/details/index.d.ts +0 -2
  1601. package/dist/cjs/src/class/utility/dto/exception/details/unique-violation.class.d.ts +0 -9
  1602. package/dist/cjs/src/class/utility/dto/exception/index.d.ts +0 -1
  1603. package/dist/cjs/src/class/utility/dto/index.d.ts +0 -3
  1604. package/dist/cjs/src/class/utility/dto/property/factory/boolean.class.d.ts +0 -7
  1605. package/dist/cjs/src/class/utility/dto/property/factory/date.class.d.ts +0 -7
  1606. package/dist/cjs/src/class/utility/dto/property/factory/enum.class.d.ts +0 -7
  1607. package/dist/cjs/src/class/utility/dto/property/factory/index.d.ts +0 -8
  1608. package/dist/cjs/src/class/utility/dto/property/factory/number.class.d.ts +0 -8
  1609. package/dist/cjs/src/class/utility/dto/property/factory/object.class.d.ts +0 -8
  1610. package/dist/cjs/src/class/utility/dto/property/factory/relation.class.d.ts +0 -8
  1611. package/dist/cjs/src/class/utility/dto/property/factory/string.class.d.ts +0 -7
  1612. package/dist/cjs/src/class/utility/dto/property/factory/uuid.class.d.ts +0 -7
  1613. package/dist/cjs/src/class/utility/dto/property/index.d.ts +0 -1
  1614. package/dist/cjs/src/class/utility/dto/strategy/body.class.d.ts +0 -6
  1615. package/dist/cjs/src/class/utility/dto/strategy/index.d.ts +0 -4
  1616. package/dist/cjs/src/class/utility/dto/strategy/query.class.d.ts +0 -6
  1617. package/dist/cjs/src/class/utility/dto/strategy/request.class.d.ts +0 -6
  1618. package/dist/cjs/src/class/utility/dto/strategy/response.class.d.ts +0 -6
  1619. package/dist/cjs/src/class/utility/index.d.ts +0 -1
  1620. package/dist/cjs/src/constant/class/authorization/index.d.ts +0 -7
  1621. package/dist/cjs/src/constant/class/authorization/policy/index.d.ts +0 -3
  1622. package/dist/cjs/src/constant/class/index.d.ts +0 -1
  1623. package/dist/cjs/src/constant/decorator/api/function.constant.d.ts +0 -4
  1624. package/dist/cjs/src/constant/decorator/api/index.d.ts +0 -4
  1625. package/dist/cjs/src/constant/decorator/index.d.ts +0 -1
  1626. package/dist/cjs/src/constant/dto/index.d.ts +0 -5
  1627. package/dist/cjs/src/constant/index.d.ts +0 -9
  1628. package/dist/cjs/src/constant/interface/api/index.d.ts +0 -2
  1629. package/dist/cjs/src/constant/interface/api/property/default-string-format.constant.d.ts +0 -4
  1630. package/dist/cjs/src/constant/interface/api/property/index.d.ts +0 -3
  1631. package/dist/cjs/src/constant/interface/index.d.ts +0 -1
  1632. package/dist/cjs/src/constant/utility/dto/constant.d.ts +0 -7
  1633. package/dist/cjs/src/constant/utility/dto/index.d.ts +0 -2
  1634. package/dist/cjs/src/constant/utility/index.d.ts +0 -1
  1635. package/dist/cjs/src/constant/validator/index.d.ts +0 -1
  1636. package/dist/cjs/src/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +0 -5
  1637. package/dist/cjs/src/decorator/api/authorization-policy.decorator.d.ts +0 -10
  1638. package/dist/cjs/src/decorator/api/controller/decorator.d.ts +0 -27
  1639. package/dist/cjs/src/decorator/api/controller/index.d.ts +0 -3
  1640. package/dist/cjs/src/decorator/api/function/create.decorator.d.ts +0 -10
  1641. package/dist/cjs/src/decorator/api/function/custom.decorator.d.ts +0 -9
  1642. package/dist/cjs/src/decorator/api/function/decorator.d.ts +0 -11
  1643. package/dist/cjs/src/decorator/api/function/delete.decorator.d.ts +0 -10
  1644. package/dist/cjs/src/decorator/api/function/get/decorator.d.ts +0 -10
  1645. package/dist/cjs/src/decorator/api/function/get/index.d.ts +0 -3
  1646. package/dist/cjs/src/decorator/api/function/get/list.decorator.d.ts +0 -10
  1647. package/dist/cjs/src/decorator/api/function/get/many.decorator.d.ts +0 -10
  1648. package/dist/cjs/src/decorator/api/function/index.d.ts +0 -6
  1649. package/dist/cjs/src/decorator/api/function/update.decorator.d.ts +0 -10
  1650. package/dist/cjs/src/decorator/api/index.d.ts +0 -8
  1651. package/dist/cjs/src/decorator/api/method.decorator.d.ts +0 -9
  1652. package/dist/cjs/src/decorator/api/property/boolean.decorator.d.ts +0 -54
  1653. package/dist/cjs/src/decorator/api/property/copy.decorator.d.ts +0 -36
  1654. package/dist/cjs/src/decorator/api/property/date.decorator.d.ts +0 -58
  1655. package/dist/cjs/src/decorator/api/property/describe.decorator.d.ts +0 -85
  1656. package/dist/cjs/src/decorator/api/property/enum.decorator.d.ts +0 -77
  1657. package/dist/cjs/src/decorator/api/property/index.d.ts +0 -9
  1658. package/dist/cjs/src/decorator/api/property/number.decorator.d.ts +0 -69
  1659. package/dist/cjs/src/decorator/api/property/object.decorator.d.ts +0 -29
  1660. package/dist/cjs/src/decorator/api/property/string.decorator.d.ts +0 -70
  1661. package/dist/cjs/src/decorator/api/property/uuid.decorator.d.ts +0 -44
  1662. package/dist/cjs/src/decorator/api/route-custom.decorator.d.ts +0 -9
  1663. package/dist/cjs/src/decorator/api/service/decorator.d.ts +0 -11
  1664. package/dist/cjs/src/decorator/api/service/index.d.ts +0 -2
  1665. package/dist/cjs/src/decorator/api/subscriber/function.decorator.d.ts +0 -28
  1666. package/dist/cjs/src/decorator/api/subscriber/index.d.ts +0 -2
  1667. package/dist/cjs/src/decorator/api/subscriber/route.decorator.d.ts +0 -28
  1668. package/dist/cjs/src/decorator/index.d.ts +0 -1
  1669. package/dist/cjs/src/enum/class/authorization/index.d.ts +0 -6
  1670. package/dist/cjs/src/enum/class/authorization/policy/index.d.ts +0 -4
  1671. package/dist/cjs/src/enum/class/index.d.ts +0 -1
  1672. package/dist/cjs/src/enum/decorator/api/controller/index.d.ts +0 -4
  1673. package/dist/cjs/src/enum/decorator/api/controller/request/index.d.ts +0 -2
  1674. package/dist/cjs/src/enum/decorator/api/index.d.ts +0 -9
  1675. package/dist/cjs/src/enum/decorator/api/property/date/index.d.ts +0 -2
  1676. package/dist/cjs/src/enum/decorator/api/property/index.d.ts +0 -5
  1677. package/dist/cjs/src/enum/decorator/index.d.ts +0 -1
  1678. package/dist/cjs/src/enum/filter/index.d.ts +0 -2
  1679. package/dist/cjs/src/enum/index.d.ts +0 -6
  1680. package/dist/cjs/src/enum/utility/error-string/index.d.ts +0 -2
  1681. package/dist/cjs/src/enum/utility/index.d.ts +0 -3
  1682. package/dist/cjs/src/enum/validator/index.d.ts +0 -2
  1683. package/dist/cjs/src/factory/api-controller.factory.d.ts +0 -21
  1684. package/dist/cjs/src/factory/index.d.ts +0 -1
  1685. package/dist/cjs/src/index.d.ts +0 -11
  1686. package/dist/cjs/src/interceptor/index.d.ts +0 -1
  1687. package/dist/cjs/src/interface/api/authentication-request.interface.d.ts +0 -7
  1688. package/dist/cjs/src/interface/api/index.d.ts +0 -3
  1689. package/dist/cjs/src/interface/api/request-validator.interface.d.ts +0 -8
  1690. package/dist/cjs/src/interface/class/api/authorization/audit-sink.interface.d.ts +0 -5
  1691. package/dist/cjs/src/interface/class/api/authorization/decision/index.d.ts +0 -4
  1692. package/dist/cjs/src/interface/class/api/authorization/decision/interface.d.ts +0 -22
  1693. package/dist/cjs/src/interface/class/api/authorization/decision/rule-trace.interface.d.ts +0 -8
  1694. package/dist/cjs/src/interface/class/api/authorization/decision/statement-trace.interface.d.ts +0 -8
  1695. package/dist/cjs/src/interface/class/api/authorization/decision/trace.interface.d.ts +0 -15
  1696. package/dist/cjs/src/interface/class/api/authorization/engine.interface.d.ts +0 -6
  1697. package/dist/cjs/src/interface/class/api/authorization/evaluate-options.interface.d.ts +0 -13
  1698. package/dist/cjs/src/interface/class/api/authorization/hook-permission-source.interface.d.ts +0 -4
  1699. package/dist/cjs/src/interface/class/api/authorization/iam-module-options.interface.d.ts +0 -6
  1700. package/dist/cjs/src/interface/class/api/authorization/index.d.ts +0 -13
  1701. package/dist/cjs/src/interface/class/api/authorization/module-options/async.interface.d.ts +0 -9
  1702. package/dist/cjs/src/interface/class/api/authorization/module-options/factory.interface.d.ts +0 -4
  1703. package/dist/cjs/src/interface/class/api/authorization/module-options/index.d.ts +0 -3
  1704. package/dist/cjs/src/interface/class/api/authorization/module-options/interface.d.ts +0 -8
  1705. package/dist/cjs/src/interface/class/api/authorization/policy/attachment/index.d.ts +0 -3
  1706. package/dist/cjs/src/interface/class/api/authorization/policy/attachment/interface.d.ts +0 -7
  1707. package/dist/cjs/src/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +0 -5
  1708. package/dist/cjs/src/interface/class/api/authorization/policy/attachment/source.interface.d.ts +0 -5
  1709. package/dist/cjs/src/interface/class/api/authorization/policy/build-options.interface.d.ts +0 -17
  1710. package/dist/cjs/src/interface/class/api/authorization/policy/document/index.d.ts +0 -4
  1711. package/dist/cjs/src/interface/class/api/authorization/policy/document/interface.d.ts +0 -5
  1712. package/dist/cjs/src/interface/class/api/authorization/policy/document/record.interface.d.ts +0 -9
  1713. package/dist/cjs/src/interface/class/api/authorization/policy/document/source.interface.d.ts +0 -4
  1714. package/dist/cjs/src/interface/class/api/authorization/policy/document/statement.interface.d.ts +0 -8
  1715. package/dist/cjs/src/interface/class/api/authorization/policy/index.d.ts +0 -7
  1716. package/dist/cjs/src/interface/class/api/authorization/policy/interface.d.ts +0 -10
  1717. package/dist/cjs/src/interface/class/api/authorization/policy/registry.interface.d.ts +0 -14
  1718. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +0 -19
  1719. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/context/index.d.ts +0 -2
  1720. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +0 -21
  1721. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/index.d.ts +0 -6
  1722. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/interface.d.ts +0 -15
  1723. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +0 -6
  1724. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +0 -9
  1725. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +0 -11
  1726. package/dist/cjs/src/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +0 -13
  1727. package/dist/cjs/src/interface/class/api/authorization/principal/index.d.ts +0 -2
  1728. package/dist/cjs/src/interface/class/api/authorization/principal/interface.d.ts +0 -9
  1729. package/dist/cjs/src/interface/class/api/authorization/principal/resolver.interface.d.ts +0 -5
  1730. package/dist/cjs/src/interface/class/api/authorization/request-metadata.interface.d.ts +0 -10
  1731. package/dist/cjs/src/interface/class/api/authorization/resource/definition.interface.d.ts +0 -9
  1732. package/dist/cjs/src/interface/class/api/authorization/resource/index.d.ts +0 -2
  1733. package/dist/cjs/src/interface/class/api/authorization/rule/context.interface.d.ts +0 -7
  1734. package/dist/cjs/src/interface/class/api/authorization/rule/index.d.ts +0 -2
  1735. package/dist/cjs/src/interface/class/api/authorization/rule/interface.d.ts +0 -15
  1736. package/dist/cjs/src/interface/class/api/authorization/scope.interface.d.ts +0 -5
  1737. package/dist/cjs/src/interface/class/api/function/context/index.d.ts +0 -2
  1738. package/dist/cjs/src/interface/class/api/function/context/interface.d.ts +0 -10
  1739. package/dist/cjs/src/interface/class/api/function/context/operations.interface.d.ts +0 -13
  1740. package/dist/cjs/src/interface/class/api/function/index.d.ts +0 -1
  1741. package/dist/cjs/src/interface/class/api/index.d.ts +0 -4
  1742. package/dist/cjs/src/interface/class/api/route/index.d.ts +0 -1
  1743. package/dist/cjs/src/interface/class/api/route/runtime/context-data.interface.d.ts +0 -10
  1744. package/dist/cjs/src/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +0 -9
  1745. package/dist/cjs/src/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +0 -14
  1746. package/dist/cjs/src/interface/class/api/route/runtime/generated/index.d.ts +0 -2
  1747. package/dist/cjs/src/interface/class/api/route/runtime/generated/targets.interface.d.ts +0 -12
  1748. package/dist/cjs/src/interface/class/api/route/runtime/http-request.interface.d.ts +0 -8
  1749. package/dist/cjs/src/interface/class/api/route/runtime/index.d.ts +0 -4
  1750. package/dist/cjs/src/interface/class/api/subscriber/error-execution-context.interface.d.ts +0 -15
  1751. package/dist/cjs/src/interface/class/api/subscriber/execution-context.interface.d.ts +0 -19
  1752. package/dist/cjs/src/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +0 -13
  1753. package/dist/cjs/src/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +0 -59
  1754. package/dist/cjs/src/interface/class/api/subscriber/function/execution/context.interface.d.ts +0 -30
  1755. package/dist/cjs/src/interface/class/api/subscriber/function/execution/index.d.ts +0 -2
  1756. package/dist/cjs/src/interface/class/api/subscriber/function/index.d.ts +0 -2
  1757. package/dist/cjs/src/interface/class/api/subscriber/function.interface.d.ts +0 -37
  1758. package/dist/cjs/src/interface/class/api/subscriber/index.d.ts +0 -7
  1759. package/dist/cjs/src/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +0 -13
  1760. package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +0 -36
  1761. package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/data/index.d.ts +0 -2
  1762. package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +0 -32
  1763. package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/index.d.ts +0 -2
  1764. package/dist/cjs/src/interface/class/api/subscriber/route/execution/context/interface.d.ts +0 -11
  1765. package/dist/cjs/src/interface/class/api/subscriber/route/execution/index.d.ts +0 -1
  1766. package/dist/cjs/src/interface/class/api/subscriber/route/index.d.ts +0 -2
  1767. package/dist/cjs/src/interface/class/api/subscriber/route.interface.d.ts +0 -103
  1768. package/dist/cjs/src/interface/class/dto-strategy.interface.d.ts +0 -5
  1769. package/dist/cjs/src/interface/class/index.d.ts +0 -3
  1770. package/dist/cjs/src/interface/decorator/api/controller/base.interface.d.ts +0 -4
  1771. package/dist/cjs/src/interface/decorator/api/controller/index.d.ts +0 -3
  1772. package/dist/cjs/src/interface/decorator/api/controller/properties/authorization.interface.d.ts +0 -8
  1773. package/dist/cjs/src/interface/decorator/api/controller/properties/index.d.ts +0 -2
  1774. package/dist/cjs/src/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +0 -9
  1775. package/dist/cjs/src/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +0 -4
  1776. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +0 -4
  1777. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/index.d.ts +0 -7
  1778. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/interface.d.ts +0 -9
  1779. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +0 -4
  1780. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +0 -6
  1781. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +0 -5
  1782. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +0 -2
  1783. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +0 -6
  1784. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +0 -10
  1785. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +0 -2
  1786. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +0 -6
  1787. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
  1788. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +0 -6
  1789. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +0 -6
  1790. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/response/index.d.ts +0 -2
  1791. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +0 -7
  1792. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +0 -4
  1793. package/dist/cjs/src/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +0 -6
  1794. package/dist/cjs/src/interface/decorator/api/controller/properties/route/index.d.ts +0 -5
  1795. package/dist/cjs/src/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +0 -6
  1796. package/dist/cjs/src/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +0 -12
  1797. package/dist/cjs/src/interface/decorator/api/controller/properties/route/with/index.d.ts +0 -2
  1798. package/dist/cjs/src/interface/decorator/api/controller/properties.interface.d.ts +0 -13
  1799. package/dist/cjs/src/interface/decorator/api/function/create-executor-properties.interface.d.ts +0 -9
  1800. package/dist/cjs/src/interface/decorator/api/function/custom-properties.interface.d.ts +0 -9
  1801. package/dist/cjs/src/interface/decorator/api/function/delete-executor-properties.interface.d.ts +0 -10
  1802. package/dist/cjs/src/interface/decorator/api/function/get/executor-properties.interface.d.ts +0 -9
  1803. package/dist/cjs/src/interface/decorator/api/function/get/index.d.ts +0 -3
  1804. package/dist/cjs/src/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +0 -9
  1805. package/dist/cjs/src/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +0 -9
  1806. package/dist/cjs/src/interface/decorator/api/function/index.d.ts +0 -6
  1807. package/dist/cjs/src/interface/decorator/api/function/properties.interface.d.ts +0 -8
  1808. package/dist/cjs/src/interface/decorator/api/function/update-executor-properties.interface.d.ts +0 -11
  1809. package/dist/cjs/src/interface/decorator/api/index.d.ts +0 -7
  1810. package/dist/cjs/src/interface/decorator/api/method/index.d.ts +0 -1
  1811. package/dist/cjs/src/interface/decorator/api/method/properties.interface.d.ts +0 -5
  1812. package/dist/cjs/src/interface/decorator/api/route/custom-properties.interface.d.ts +0 -6
  1813. package/dist/cjs/src/interface/decorator/api/route/index.d.ts +0 -7
  1814. package/dist/cjs/src/interface/decorator/api/route/metadata/index.d.ts +0 -3
  1815. package/dist/cjs/src/interface/decorator/api/route/metadata/interface.d.ts +0 -15
  1816. package/dist/cjs/src/interface/decorator/api/route/metadata/resource.interface.d.ts +0 -6
  1817. package/dist/cjs/src/interface/decorator/api/route/metadata/route.interface.d.ts +0 -7
  1818. package/dist/cjs/src/interface/decorator/api/route/response/index.d.ts +0 -2
  1819. package/dist/cjs/src/interface/decorator/api/route/response/properties.interface.d.ts +0 -9
  1820. package/dist/cjs/src/interface/decorator/api/route/runtime-properties.interface.d.ts +0 -11
  1821. package/dist/cjs/src/interface/decorator/api/route/security/authentication-properties.interface.d.ts +0 -9
  1822. package/dist/cjs/src/interface/decorator/api/route/security/authorization-properties.interface.d.ts +0 -4
  1823. package/dist/cjs/src/interface/decorator/api/route/security/index.d.ts +0 -3
  1824. package/dist/cjs/src/interface/decorator/api/route/security/properties.interface.d.ts +0 -6
  1825. package/dist/cjs/src/interface/decorator/api/route/throttling/index.d.ts +0 -2
  1826. package/dist/cjs/src/interface/decorator/api/route/throttling/properties.interface.d.ts +0 -4
  1827. package/dist/cjs/src/interface/decorator/api/subscriber/function/filter.interface.d.ts +0 -5
  1828. package/dist/cjs/src/interface/decorator/api/subscriber/function/index.d.ts +0 -2
  1829. package/dist/cjs/src/interface/decorator/api/subscriber/function/properties.interface.d.ts +0 -7
  1830. package/dist/cjs/src/interface/decorator/api/subscriber/index.d.ts +0 -2
  1831. package/dist/cjs/src/interface/decorator/api/subscriber/route-properties.interface.d.ts +0 -9
  1832. package/dist/cjs/src/interface/decorator/index.d.ts +0 -1
  1833. package/dist/cjs/src/interface/dto-generate-factory.interface.d.ts +0 -7
  1834. package/dist/cjs/src/interface/entity/index.d.ts +0 -2
  1835. package/dist/cjs/src/interface/entity/interface.d.ts +0 -7
  1836. package/dist/cjs/src/interface/index.d.ts +0 -8
  1837. package/dist/cjs/src/interface/utility/api/index.d.ts +0 -1
  1838. package/dist/cjs/src/interface/utility/dto-generate-cache-key.interface.d.ts +0 -9
  1839. package/dist/cjs/src/interface/utility/get-entity-columns-properties.interface.d.ts +0 -6
  1840. package/dist/cjs/src/interface/utility/index.d.ts +0 -3
  1841. package/dist/cjs/src/interface/validator/index.d.ts +0 -1
  1842. package/dist/cjs/src/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +0 -6
  1843. package/dist/cjs/src/module/api/authorization.module.d.ts +0 -14
  1844. package/dist/cjs/src/module/api/index.d.ts +0 -2
  1845. package/dist/cjs/src/module/index.d.ts +0 -1
  1846. package/dist/cjs/src/type/api-request-transformer.type.d.ts +0 -16
  1847. package/dist/cjs/src/type/auto-context-metadata.type.d.ts +0 -5
  1848. package/dist/cjs/src/type/class/api/authorization/guard-request.type.d.ts +0 -11
  1849. package/dist/cjs/src/type/class/api/authorization/index.d.ts +0 -4
  1850. package/dist/cjs/src/type/class/api/authorization/policy/before/create-result.type.d.ts +0 -5
  1851. package/dist/cjs/src/type/class/api/authorization/policy/before/delete-result.type.d.ts +0 -5
  1852. package/dist/cjs/src/type/class/api/authorization/policy/before/get/index.d.ts +0 -2
  1853. package/dist/cjs/src/type/class/api/authorization/policy/before/get/list-result.type.d.ts +0 -5
  1854. package/dist/cjs/src/type/class/api/authorization/policy/before/get/result.type.d.ts +0 -5
  1855. package/dist/cjs/src/type/class/api/authorization/policy/before/index.d.ts +0 -5
  1856. package/dist/cjs/src/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +0 -5
  1857. package/dist/cjs/src/type/class/api/authorization/policy/before/update-result.type.d.ts +0 -5
  1858. package/dist/cjs/src/type/class/api/authorization/policy/context/before/create-context.type.d.ts +0 -8
  1859. package/dist/cjs/src/type/class/api/authorization/policy/context/before/get/context.type.d.ts +0 -7
  1860. package/dist/cjs/src/type/class/api/authorization/policy/context/before/get/index.d.ts +0 -2
  1861. package/dist/cjs/src/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +0 -8
  1862. package/dist/cjs/src/type/class/api/authorization/policy/context/before/index.d.ts +0 -4
  1863. package/dist/cjs/src/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +0 -9
  1864. package/dist/cjs/src/type/class/api/authorization/policy/context/before/update-context.type.d.ts +0 -9
  1865. package/dist/cjs/src/type/class/api/authorization/policy/context/index.d.ts +0 -2
  1866. package/dist/cjs/src/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +0 -7
  1867. package/dist/cjs/src/type/class/api/authorization/policy/custom-action-result.type.d.ts +0 -4
  1868. package/dist/cjs/src/type/class/api/authorization/policy/hook/index.d.ts +0 -2
  1869. package/dist/cjs/src/type/class/api/authorization/policy/hook/result.type.d.ts +0 -8
  1870. package/dist/cjs/src/type/class/api/authorization/policy/hook/type.d.ts +0 -5
  1871. package/dist/cjs/src/type/class/api/authorization/policy/index.d.ts +0 -5
  1872. package/dist/cjs/src/type/class/api/authorization/policy/subscriber/index.d.ts +0 -3
  1873. package/dist/cjs/src/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +0 -5
  1874. package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/index.d.ts +0 -1
  1875. package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +0 -5
  1876. package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +0 -2
  1877. package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +0 -5
  1878. package/dist/cjs/src/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +0 -3
  1879. package/dist/cjs/src/type/class/api/authorization/rule/condition.type.d.ts +0 -3
  1880. package/dist/cjs/src/type/class/api/authorization/rule/index.d.ts +0 -4
  1881. package/dist/cjs/src/type/class/api/authorization/rule/result-transform.type.d.ts +0 -4
  1882. package/dist/cjs/src/type/class/api/authorization/rule/scope-resolver.type.d.ts +0 -4
  1883. package/dist/cjs/src/type/class/api/authorization/rule/transform-payload.type.d.ts +0 -3
  1884. package/dist/cjs/src/type/class/api/authorization/scope-where.type.d.ts +0 -3
  1885. package/dist/cjs/src/type/class/api/index.d.ts +0 -1
  1886. package/dist/cjs/src/type/class/api/subscriber/function/after/create-context.type.d.ts +0 -4
  1887. package/dist/cjs/src/type/class/api/subscriber/function/after/delete-context.type.d.ts +0 -4
  1888. package/dist/cjs/src/type/class/api/subscriber/function/after/get/context.type.d.ts +0 -4
  1889. package/dist/cjs/src/type/class/api/subscriber/function/after/get/index.d.ts +0 -3
  1890. package/dist/cjs/src/type/class/api/subscriber/function/after/get/list-context.type.d.ts +0 -5
  1891. package/dist/cjs/src/type/class/api/subscriber/function/after/get/many-context.type.d.ts +0 -4
  1892. package/dist/cjs/src/type/class/api/subscriber/function/after/index.d.ts +0 -4
  1893. package/dist/cjs/src/type/class/api/subscriber/function/after/update-context.type.d.ts +0 -4
  1894. package/dist/cjs/src/type/class/api/subscriber/function/before/create-context.type.d.ts +0 -5
  1895. package/dist/cjs/src/type/class/api/subscriber/function/before/delete-context.type.d.ts +0 -5
  1896. package/dist/cjs/src/type/class/api/subscriber/function/before/get/context.type.d.ts +0 -5
  1897. package/dist/cjs/src/type/class/api/subscriber/function/before/get/index.d.ts +0 -3
  1898. package/dist/cjs/src/type/class/api/subscriber/function/before/get/list-context.type.d.ts +0 -5
  1899. package/dist/cjs/src/type/class/api/subscriber/function/before/get/many-context.type.d.ts +0 -5
  1900. package/dist/cjs/src/type/class/api/subscriber/function/before/index.d.ts +0 -4
  1901. package/dist/cjs/src/type/class/api/subscriber/function/before/update-context.type.d.ts +0 -5
  1902. package/dist/cjs/src/type/class/api/subscriber/function/index.d.ts +0 -2
  1903. package/dist/cjs/src/type/class/api/subscriber/index.d.ts +0 -2
  1904. package/dist/cjs/src/type/class/api/subscriber/route/after/create-context.type.d.ts +0 -4
  1905. package/dist/cjs/src/type/class/api/subscriber/route/after/delete-context.type.d.ts +0 -4
  1906. package/dist/cjs/src/type/class/api/subscriber/route/after/get/context.type.d.ts +0 -4
  1907. package/dist/cjs/src/type/class/api/subscriber/route/after/get/index.d.ts +0 -2
  1908. package/dist/cjs/src/type/class/api/subscriber/route/after/get/list-context.type.d.ts +0 -5
  1909. package/dist/cjs/src/type/class/api/subscriber/route/after/index.d.ts +0 -5
  1910. package/dist/cjs/src/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +0 -4
  1911. package/dist/cjs/src/type/class/api/subscriber/route/after/update-context.type.d.ts +0 -4
  1912. package/dist/cjs/src/type/class/api/subscriber/route/before/create-context.type.d.ts +0 -11
  1913. package/dist/cjs/src/type/class/api/subscriber/route/before/delete-context.type.d.ts +0 -10
  1914. package/dist/cjs/src/type/class/api/subscriber/route/before/get/context.type.d.ts +0 -10
  1915. package/dist/cjs/src/type/class/api/subscriber/route/before/get/index.d.ts +0 -2
  1916. package/dist/cjs/src/type/class/api/subscriber/route/before/get/list-context.type.d.ts +0 -12
  1917. package/dist/cjs/src/type/class/api/subscriber/route/before/index.d.ts +0 -5
  1918. package/dist/cjs/src/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +0 -12
  1919. package/dist/cjs/src/type/class/api/subscriber/route/before/update-context.type.d.ts +0 -12
  1920. package/dist/cjs/src/type/class/api/subscriber/route/index.d.ts +0 -2
  1921. package/dist/cjs/src/type/class/controller-method.type.d.ts +0 -5
  1922. package/dist/cjs/src/type/class/index.d.ts +0 -4
  1923. package/dist/cjs/src/type/class/metadata.type.d.ts +0 -2
  1924. package/dist/cjs/src/type/decorator/api/controller/constructor.type.d.ts +0 -4
  1925. package/dist/cjs/src/type/decorator/api/controller/get-list-query.type.d.ts +0 -8
  1926. package/dist/cjs/src/type/decorator/api/controller/index.d.ts +0 -5
  1927. package/dist/cjs/src/type/decorator/api/controller/properties/index.d.ts +0 -1
  1928. package/dist/cjs/src/type/decorator/api/controller/properties/route/base/index.d.ts +0 -2
  1929. package/dist/cjs/src/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +0 -9
  1930. package/dist/cjs/src/type/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
  1931. package/dist/cjs/src/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +0 -10
  1932. package/dist/cjs/src/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +0 -10
  1933. package/dist/cjs/src/type/decorator/api/controller/properties/route/index.d.ts +0 -1
  1934. package/dist/cjs/src/type/decorator/api/controller/properties-route.type.d.ts +0 -3
  1935. package/dist/cjs/src/type/decorator/api/controller/transformer-config.type.d.ts +0 -8
  1936. package/dist/cjs/src/type/decorator/api/filter/extracted-allowed-types.type.d.ts +0 -2
  1937. package/dist/cjs/src/type/decorator/api/filter/index.d.ts +0 -4
  1938. package/dist/cjs/src/type/decorator/api/filter/order-by.type.d.ts +0 -4
  1939. package/dist/cjs/src/type/decorator/api/function/get/index.d.ts +0 -3
  1940. package/dist/cjs/src/type/decorator/api/function/get/list/index.d.ts +0 -1
  1941. package/dist/cjs/src/type/decorator/api/function/get/list/properties/index.d.ts +0 -2
  1942. package/dist/cjs/src/type/decorator/api/function/index.d.ts +0 -5
  1943. package/dist/cjs/src/type/decorator/api/function/properties.type.d.ts +0 -9
  1944. package/dist/cjs/src/type/decorator/api/function/update/index.d.ts +0 -2
  1945. package/dist/cjs/src/type/decorator/api/index.d.ts +0 -5
  1946. package/dist/cjs/src/type/decorator/api/property/base/array/index.d.ts +0 -2
  1947. package/dist/cjs/src/type/decorator/api/property/base/index.d.ts +0 -4
  1948. package/dist/cjs/src/type/decorator/api/property/base/properties.type.d.ts +0 -8
  1949. package/dist/cjs/src/type/decorator/api/property/copy-properties.type.d.ts +0 -13
  1950. package/dist/cjs/src/type/decorator/api/property/date-properties.type.d.ts +0 -6
  1951. package/dist/cjs/src/type/decorator/api/property/default/index.d.ts +0 -1
  1952. package/dist/cjs/src/type/decorator/api/property/default/string/format/index.d.ts +0 -2
  1953. package/dist/cjs/src/type/decorator/api/property/default/string/format/properties.type.d.ts +0 -9
  1954. package/dist/cjs/src/type/decorator/api/property/default/string/format/type.d.ts +0 -2
  1955. package/dist/cjs/src/type/decorator/api/property/default/string/index.d.ts +0 -1
  1956. package/dist/cjs/src/type/decorator/api/property/describe/array/index.d.ts +0 -2
  1957. package/dist/cjs/src/type/decorator/api/property/describe/base-properties.type.d.ts +0 -5
  1958. package/dist/cjs/src/type/decorator/api/property/describe/boolean-properties.type.d.ts +0 -7
  1959. package/dist/cjs/src/type/decorator/api/property/describe/date-properties.type.d.ts +0 -8
  1960. package/dist/cjs/src/type/decorator/api/property/describe/dto/body-properties.type.d.ts +0 -5
  1961. package/dist/cjs/src/type/decorator/api/property/describe/dto/index.d.ts +0 -6
  1962. package/dist/cjs/src/type/decorator/api/property/describe/dto/properties.type.d.ts +0 -13
  1963. package/dist/cjs/src/type/decorator/api/property/describe/dto/query/index.d.ts +0 -2
  1964. package/dist/cjs/src/type/decorator/api/property/describe/dto/query/properties.type.d.ts +0 -5
  1965. package/dist/cjs/src/type/decorator/api/property/describe/dto/request-properties.type.d.ts +0 -5
  1966. package/dist/cjs/src/type/decorator/api/property/describe/dto/response-properties.type.d.ts +0 -5
  1967. package/dist/cjs/src/type/decorator/api/property/describe/enum-properties.type.d.ts +0 -9
  1968. package/dist/cjs/src/type/decorator/api/property/describe/index.d.ts +0 -14
  1969. package/dist/cjs/src/type/decorator/api/property/describe/number-properties.type.d.ts +0 -12
  1970. package/dist/cjs/src/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +0 -15
  1971. package/dist/cjs/src/type/decorator/api/property/describe/object/index.d.ts +0 -4
  1972. package/dist/cjs/src/type/decorator/api/property/describe/object/properties.type.d.ts +0 -4
  1973. package/dist/cjs/src/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +0 -14
  1974. package/dist/cjs/src/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +0 -12
  1975. package/dist/cjs/src/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +0 -2
  1976. package/dist/cjs/src/type/decorator/api/property/describe/properties/base/index.d.ts +0 -2
  1977. package/dist/cjs/src/type/decorator/api/property/describe/properties/base/properties.type.d.ts +0 -10
  1978. package/dist/cjs/src/type/decorator/api/property/describe/properties/index.d.ts +0 -1
  1979. package/dist/cjs/src/type/decorator/api/property/describe/properties.type.d.ts +0 -9
  1980. package/dist/cjs/src/type/decorator/api/property/describe/relation-properties.type.d.ts +0 -6
  1981. package/dist/cjs/src/type/decorator/api/property/describe/string-properties.type.d.ts +0 -12
  1982. package/dist/cjs/src/type/decorator/api/property/describe/uuid-properties.type.d.ts +0 -7
  1983. package/dist/cjs/src/type/decorator/api/property/entity.type.d.ts +0 -3
  1984. package/dist/cjs/src/type/decorator/api/property/enum-properties.type.d.ts +0 -6
  1985. package/dist/cjs/src/type/decorator/api/property/index.d.ts +0 -11
  1986. package/dist/cjs/src/type/decorator/api/property/number-properties.type.d.ts +0 -9
  1987. package/dist/cjs/src/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +0 -16
  1988. package/dist/cjs/src/type/decorator/api/property/object/index.d.ts +0 -4
  1989. package/dist/cjs/src/type/decorator/api/property/object/properties.type.d.ts +0 -4
  1990. package/dist/cjs/src/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +0 -15
  1991. package/dist/cjs/src/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +0 -10
  1992. package/dist/cjs/src/type/decorator/api/property/string-properties.type.d.ts +0 -9
  1993. package/dist/cjs/src/type/decorator/api/property/uuid-properties.type.d.ts +0 -2
  1994. package/dist/cjs/src/type/decorator/api/service/index.d.ts +0 -2
  1995. package/dist/cjs/src/type/decorator/api/service/keys.type.d.ts +0 -4
  1996. package/dist/cjs/src/type/decorator/index.d.ts +0 -1
  1997. package/dist/cjs/src/type/factory/api/controller/index.d.ts +0 -2
  1998. package/dist/cjs/src/type/factory/api/controller/method/index.d.ts +0 -3
  1999. package/dist/cjs/src/type/factory/api/controller/method/map.type.d.ts +0 -13
  2000. package/dist/cjs/src/type/factory/api/controller/method/name-map.type.d.ts +0 -5
  2001. package/dist/cjs/src/type/factory/api/controller/method/name.type.d.ts +0 -4
  2002. package/dist/cjs/src/type/factory/api/controller/target-methods.type.d.ts +0 -8
  2003. package/dist/cjs/src/type/factory/api/index.d.ts +0 -1
  2004. package/dist/cjs/src/type/factory/index.d.ts +0 -1
  2005. package/dist/cjs/src/type/index.d.ts +0 -12
  2006. package/dist/cjs/src/type/utility/api/controller/index.d.ts +0 -1
  2007. package/dist/cjs/src/type/utility/api/controller/transform-data/data.type.d.ts +0 -6
  2008. package/dist/cjs/src/type/utility/api/controller/transform-data/index.d.ts +0 -3
  2009. package/dist/cjs/src/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +0 -3
  2010. package/dist/cjs/src/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +0 -9
  2011. package/dist/cjs/src/type/utility/api/index.d.ts +0 -1
  2012. package/dist/cjs/src/type/utility/date/index.d.ts +0 -2
  2013. package/dist/cjs/src/type/utility/date/range-keys.type.d.ts +0 -4
  2014. package/dist/cjs/src/type/utility/dto/generate/allowed-combination.type.d.ts +0 -9
  2015. package/dist/cjs/src/type/utility/dto/generate/index.d.ts +0 -3
  2016. package/dist/cjs/src/type/utility/dto/generate/is-allowed-combination.type.d.ts +0 -3
  2017. package/dist/cjs/src/type/utility/dto/index.d.ts +0 -2
  2018. package/dist/cjs/src/type/utility/dto/manual/property-metadata.type.d.ts +0 -31
  2019. package/dist/cjs/src/type/utility/error-string/base-properties.type.d.ts +0 -5
  2020. package/dist/cjs/src/type/utility/error-string/composite-properties.type.d.ts +0 -6
  2021. package/dist/cjs/src/type/utility/error-string/index.d.ts +0 -3
  2022. package/dist/cjs/src/type/utility/error-string/properties.type.d.ts +0 -3
  2023. package/dist/cjs/src/type/utility/filter-keys.type.d.ts +0 -7
  2024. package/dist/cjs/src/type/utility/index.d.ts +0 -7
  2025. package/dist/cjs/src/type/validator/has-paired-custom-suffixes-fields/index.d.ts +0 -2
  2026. package/dist/cjs/src/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +0 -7
  2027. package/dist/cjs/src/type/validator/index.d.ts +0 -1
  2028. package/dist/cjs/src/utility/api/controller/apply/decorators.utility.d.ts +0 -21
  2029. package/dist/cjs/src/utility/api/controller/apply/index.d.ts +0 -2
  2030. package/dist/cjs/src/utility/api/controller/apply/metadata.utility.d.ts +0 -19
  2031. package/dist/cjs/src/utility/api/controller/get/dto.utility.d.ts +0 -19
  2032. package/dist/cjs/src/utility/api/controller/get/index.d.ts +0 -3
  2033. package/dist/cjs/src/utility/api/controller/get/method-name.utility.d.ts +0 -8
  2034. package/dist/cjs/src/utility/api/controller/get/primary-column.utility.d.ts +0 -12
  2035. package/dist/cjs/src/utility/api/controller/get-list/index.d.ts +0 -1
  2036. package/dist/cjs/src/utility/api/controller/get-list/transform/filter.utility.d.ts +0 -12
  2037. package/dist/cjs/src/utility/api/controller/get-list/transform/index.d.ts +0 -2
  2038. package/dist/cjs/src/utility/api/controller/get-list/transform/operation.utility.d.ts +0 -10
  2039. package/dist/cjs/src/utility/api/controller/handle-request-relations.utility.d.ts +0 -20
  2040. package/dist/cjs/src/utility/api/controller/index.d.ts +0 -8
  2041. package/dist/cjs/src/utility/api/controller/serialize-route-response.utility.d.ts +0 -14
  2042. package/dist/cjs/src/utility/api/controller/transform-data.utility.d.ts +0 -18
  2043. package/dist/cjs/src/utility/api/controller/validate-request.utility.d.ts +0 -14
  2044. package/dist/cjs/src/utility/api/controller/write/dto-swagger.utility.d.ts +0 -19
  2045. package/dist/cjs/src/utility/api/controller/write/index.d.ts +0 -2
  2046. package/dist/cjs/src/utility/api/controller/write/method.utility.d.ts +0 -18
  2047. package/dist/cjs/src/utility/api/filter-order-by-from-entity.utility.d.ts +0 -19
  2048. package/dist/cjs/src/utility/api/function-transaction.utility.d.ts +0 -20
  2049. package/dist/cjs/src/utility/api/get-default-string-format-properties.utility.d.ts +0 -21
  2050. package/dist/cjs/src/utility/api/index.d.ts +0 -4
  2051. package/dist/cjs/src/utility/api/route/index.d.ts +0 -1
  2052. package/dist/cjs/src/utility/api/route/response/index.d.ts +0 -2
  2053. package/dist/cjs/src/utility/api/route/response/project-relation.utility.d.ts +0 -11
  2054. package/dist/cjs/src/utility/api/route/response/serialize.utility.d.ts +0 -11
  2055. package/dist/cjs/src/utility/apply-auto-dto-response-exposure.utility.d.ts +0 -14
  2056. package/dist/cjs/src/utility/authorization/decision/apply-result.utility.d.ts +0 -12
  2057. package/dist/cjs/src/utility/authorization/decision/attach-resource.utility.d.ts +0 -11
  2058. package/dist/cjs/src/utility/authorization/decision/index.d.ts +0 -3
  2059. package/dist/cjs/src/utility/authorization/decision/resolve-from-request.utility.d.ts +0 -12
  2060. package/dist/cjs/src/utility/authorization/index.d.ts +0 -4
  2061. package/dist/cjs/src/utility/authorization/permission/index.d.ts +0 -2
  2062. package/dist/cjs/src/utility/authorization/permission/set-matches.utility.d.ts +0 -13
  2063. package/dist/cjs/src/utility/authorization/resolve-default-principal.utility.d.ts +0 -7
  2064. package/dist/cjs/src/utility/authorization/scope-merge-where.utility.d.ts +0 -10
  2065. package/dist/cjs/src/utility/database/index.d.ts +0 -1
  2066. package/dist/cjs/src/utility/database/typeorm/get/index.d.ts +0 -2
  2067. package/dist/cjs/src/utility/database/typeorm/index.d.ts +0 -6
  2068. package/dist/cjs/src/utility/database/typeorm/is/entity/index.d.ts +0 -2
  2069. package/dist/cjs/src/utility/database/typeorm/is/index.d.ts +0 -3
  2070. package/dist/cjs/src/utility/dto/auto/context/index.d.ts +0 -2
  2071. package/dist/cjs/src/utility/dto/auto/context/push.utility.d.ts +0 -9
  2072. package/dist/cjs/src/utility/dto/auto/index.d.ts +0 -1
  2073. package/dist/cjs/src/utility/dto/build-decorator.utility.d.ts +0 -21
  2074. package/dist/cjs/src/utility/dto/generate/cache-key.utility.d.ts +0 -7
  2075. package/dist/cjs/src/utility/dto/generate/core.utility.d.ts +0 -21
  2076. package/dist/cjs/src/utility/dto/generate/decorator.utility.d.ts +0 -19
  2077. package/dist/cjs/src/utility/dto/generate/dynamic.utility.d.ts +0 -21
  2078. package/dist/cjs/src/utility/dto/generate/filter-decorator.utility.d.ts +0 -12
  2079. package/dist/cjs/src/utility/dto/generate/get-list-response.utility.d.ts +0 -12
  2080. package/dist/cjs/src/utility/dto/generate/index.d.ts +0 -8
  2081. package/dist/cjs/src/utility/dto/generate/manual-child.utility.d.ts +0 -20
  2082. package/dist/cjs/src/utility/dto/generate/relation-response.utility.d.ts +0 -14
  2083. package/dist/cjs/src/utility/dto/get/decorator-config.utility.d.ts +0 -16
  2084. package/dist/cjs/src/utility/dto/get/get-list-query-base-class.utility.d.ts +0 -16
  2085. package/dist/cjs/src/utility/dto/get/index.d.ts +0 -2
  2086. package/dist/cjs/src/utility/dto/handle-date-property.utility.d.ts +0 -13
  2087. package/dist/cjs/src/utility/dto/index.d.ts +0 -7
  2088. package/dist/cjs/src/utility/dto/is/index.d.ts +0 -2
  2089. package/dist/cjs/src/utility/dto/is/property/exposed-for-guard.utility.d.ts +0 -13
  2090. package/dist/cjs/src/utility/dto/is/property/index.d.ts +0 -2
  2091. package/dist/cjs/src/utility/dto/is/property/should-be-marked.utility.d.ts +0 -15
  2092. package/dist/cjs/src/utility/dto/is/should-be-generated.utility.d.ts +0 -12
  2093. package/dist/cjs/src/utility/dto/manual/property-metadata.utility.d.ts +0 -16
  2094. package/dist/cjs/src/utility/dto/validate-property-config.utility.d.ts +0 -2
  2095. package/dist/cjs/src/utility/error/index.d.ts +0 -2
  2096. package/dist/cjs/src/utility/error/string.utility.d.ts +0 -9
  2097. package/dist/cjs/src/utility/generate-entity-information.utility.d.ts +0 -9
  2098. package/dist/cjs/src/utility/get/auto-dto-context.utility.d.ts +0 -7
  2099. package/dist/cjs/src/utility/get/entity-columns.utility.d.ts +0 -8
  2100. package/dist/cjs/src/utility/get/index.d.ts +0 -2
  2101. package/dist/cjs/src/utility/index.d.ts +0 -17
  2102. package/dist/cjs/src/utility/is/entity/constructor.utility.d.ts +0 -8
  2103. package/dist/cjs/src/utility/is/entity/factory.utility.d.ts +0 -8
  2104. package/dist/cjs/src/utility/is/entity/index.d.ts +0 -3
  2105. package/dist/cjs/src/utility/is/entity/literal.utility.d.ts +0 -7
  2106. package/dist/cjs/src/utility/is/error-of-type.utility.d.ts +0 -8
  2107. package/dist/cjs/src/utility/is/index.d.ts +0 -2
  2108. package/dist/cjs/src/utility/resolve/decorator-context.utility.d.ts +0 -13
  2109. package/dist/cjs/src/utility/resolve/index.d.ts +0 -2
  2110. package/dist/cjs/src/utility/resolve/property-entity.utility.d.ts +0 -16
  2111. package/dist/cjs/src/utility/with-resolved-property-entity.utility.d.ts +0 -11
  2112. package/dist/cjs/src/validator/has/at/index.d.ts +0 -1
  2113. package/dist/cjs/src/validator/has/at/least/index.d.ts +0 -1
  2114. package/dist/cjs/src/validator/has/at/least/one/index.d.ts +0 -3
  2115. package/dist/cjs/src/validator/has/index.d.ts +0 -2
  2116. package/dist/cjs/src/validator/index.d.ts +0 -5
  2117. package/dist/cjs/src/validator/must-match-one-of-schemas.validator.d.ts +0 -36
  2118. package/dist/esm/src/class/api/authorization/bootstrap-validation.service.class.d.ts +0 -14
  2119. package/dist/esm/src/class/api/authorization/cache-invalidation.service.class.d.ts +0 -7
  2120. package/dist/esm/src/class/api/authorization/engine.class.d.ts +0 -8
  2121. package/dist/esm/src/class/api/authorization/guard.class.d.ts +0 -13
  2122. package/dist/esm/src/class/api/authorization/hook-permission-resolver.class.d.ts +0 -10
  2123. package/dist/esm/src/class/api/authorization/iam/attachment-resolver.class.d.ts +0 -11
  2124. package/dist/esm/src/class/api/authorization/iam/document-resolver.class.d.ts +0 -10
  2125. package/dist/esm/src/class/api/authorization/iam/document-validator.class.d.ts +0 -7
  2126. package/dist/esm/src/class/api/authorization/iam/engine.class.d.ts +0 -30
  2127. package/dist/esm/src/class/api/authorization/iam/index.d.ts +0 -5
  2128. package/dist/esm/src/class/api/authorization/iam/query-planner.class.d.ts +0 -20
  2129. package/dist/esm/src/class/api/authorization/index.d.ts +0 -9
  2130. package/dist/esm/src/class/api/authorization/policy/base.class.d.ts +0 -68
  2131. package/dist/esm/src/class/api/authorization/policy/discovery-service.class.d.ts +0 -10
  2132. package/dist/esm/src/class/api/authorization/policy/executor.class.d.ts +0 -7
  2133. package/dist/esm/src/class/api/authorization/policy/index.d.ts +0 -5
  2134. package/dist/esm/src/class/api/authorization/policy/registry.class.d.ts +0 -30
  2135. package/dist/esm/src/class/api/authorization/policy/subscriber-wrapper.class.d.ts +0 -10
  2136. package/dist/esm/src/class/api/authorization/runtime.class.d.ts +0 -38
  2137. package/dist/esm/src/class/api/authorization/simulator.class.d.ts +0 -20
  2138. package/dist/esm/src/class/api/function/context-storage.class.d.ts +0 -7
  2139. package/dist/esm/src/class/api/function/custom-runtime.class.d.ts +0 -19
  2140. package/dist/esm/src/class/api/function/index.d.ts +0 -1
  2141. package/dist/esm/src/class/api/index.d.ts +0 -4
  2142. package/dist/esm/src/class/api/route-runtime.class.d.ts +0 -21
  2143. package/dist/esm/src/class/api/service-base.class.d.ts +0 -18
  2144. package/dist/esm/src/class/api/subscriber/base.class.d.ts +0 -3
  2145. package/dist/esm/src/class/api/subscriber/executor.class.d.ts +0 -16
  2146. package/dist/esm/src/class/api/subscriber/function-base.class.d.ts +0 -10
  2147. package/dist/esm/src/class/api/subscriber/index.d.ts +0 -7
  2148. package/dist/esm/src/class/api/subscriber/registry.class.d.ts +0 -18
  2149. package/dist/esm/src/class/api/subscriber/route-base.class.d.ts +0 -10
  2150. package/dist/esm/src/class/api/subscriber/wrapper.class.d.ts +0 -18
  2151. package/dist/esm/src/class/index.d.ts +0 -6
  2152. package/dist/esm/src/class/metadata-storage.class.d.ts +0 -18
  2153. package/dist/esm/src/class/utility/dto/exception/details/foreign-key-violation.class.d.ts +0 -11
  2154. package/dist/esm/src/class/utility/dto/exception/details/index.d.ts +0 -2
  2155. package/dist/esm/src/class/utility/dto/exception/details/unique-violation.class.d.ts +0 -9
  2156. package/dist/esm/src/class/utility/dto/exception/index.d.ts +0 -1
  2157. package/dist/esm/src/class/utility/dto/index.d.ts +0 -3
  2158. package/dist/esm/src/class/utility/dto/property/factory/boolean.class.d.ts +0 -7
  2159. package/dist/esm/src/class/utility/dto/property/factory/date.class.d.ts +0 -7
  2160. package/dist/esm/src/class/utility/dto/property/factory/enum.class.d.ts +0 -7
  2161. package/dist/esm/src/class/utility/dto/property/factory/index.d.ts +0 -8
  2162. package/dist/esm/src/class/utility/dto/property/factory/number.class.d.ts +0 -8
  2163. package/dist/esm/src/class/utility/dto/property/factory/object.class.d.ts +0 -8
  2164. package/dist/esm/src/class/utility/dto/property/factory/relation.class.d.ts +0 -8
  2165. package/dist/esm/src/class/utility/dto/property/factory/string.class.d.ts +0 -7
  2166. package/dist/esm/src/class/utility/dto/property/factory/uuid.class.d.ts +0 -7
  2167. package/dist/esm/src/class/utility/dto/property/index.d.ts +0 -1
  2168. package/dist/esm/src/class/utility/dto/strategy/body.class.d.ts +0 -6
  2169. package/dist/esm/src/class/utility/dto/strategy/index.d.ts +0 -4
  2170. package/dist/esm/src/class/utility/dto/strategy/query.class.d.ts +0 -6
  2171. package/dist/esm/src/class/utility/dto/strategy/request.class.d.ts +0 -6
  2172. package/dist/esm/src/class/utility/dto/strategy/response.class.d.ts +0 -6
  2173. package/dist/esm/src/class/utility/index.d.ts +0 -1
  2174. package/dist/esm/src/constant/class/authorization/index.d.ts +0 -7
  2175. package/dist/esm/src/constant/class/authorization/policy/index.d.ts +0 -3
  2176. package/dist/esm/src/constant/class/index.d.ts +0 -1
  2177. package/dist/esm/src/constant/decorator/api/function.constant.d.ts +0 -4
  2178. package/dist/esm/src/constant/decorator/api/index.d.ts +0 -4
  2179. package/dist/esm/src/constant/decorator/index.d.ts +0 -1
  2180. package/dist/esm/src/constant/dto/index.d.ts +0 -5
  2181. package/dist/esm/src/constant/index.d.ts +0 -9
  2182. package/dist/esm/src/constant/interface/api/index.d.ts +0 -2
  2183. package/dist/esm/src/constant/interface/api/property/default-string-format.constant.d.ts +0 -4
  2184. package/dist/esm/src/constant/interface/api/property/index.d.ts +0 -3
  2185. package/dist/esm/src/constant/interface/index.d.ts +0 -1
  2186. package/dist/esm/src/constant/utility/dto/constant.d.ts +0 -7
  2187. package/dist/esm/src/constant/utility/dto/index.d.ts +0 -2
  2188. package/dist/esm/src/constant/utility/index.d.ts +0 -1
  2189. package/dist/esm/src/constant/validator/index.d.ts +0 -1
  2190. package/dist/esm/src/constant/validator-has-paired-custom-suffixes-fields.constant.d.ts +0 -5
  2191. package/dist/esm/src/decorator/api/authorization-policy.decorator.d.ts +0 -10
  2192. package/dist/esm/src/decorator/api/controller/decorator.d.ts +0 -27
  2193. package/dist/esm/src/decorator/api/controller/index.d.ts +0 -3
  2194. package/dist/esm/src/decorator/api/function/create.decorator.d.ts +0 -10
  2195. package/dist/esm/src/decorator/api/function/custom.decorator.d.ts +0 -9
  2196. package/dist/esm/src/decorator/api/function/decorator.d.ts +0 -11
  2197. package/dist/esm/src/decorator/api/function/delete.decorator.d.ts +0 -10
  2198. package/dist/esm/src/decorator/api/function/get/decorator.d.ts +0 -10
  2199. package/dist/esm/src/decorator/api/function/get/index.d.ts +0 -3
  2200. package/dist/esm/src/decorator/api/function/get/list.decorator.d.ts +0 -10
  2201. package/dist/esm/src/decorator/api/function/get/many.decorator.d.ts +0 -10
  2202. package/dist/esm/src/decorator/api/function/index.d.ts +0 -6
  2203. package/dist/esm/src/decorator/api/function/update.decorator.d.ts +0 -10
  2204. package/dist/esm/src/decorator/api/index.d.ts +0 -8
  2205. package/dist/esm/src/decorator/api/method.decorator.d.ts +0 -9
  2206. package/dist/esm/src/decorator/api/property/boolean.decorator.d.ts +0 -54
  2207. package/dist/esm/src/decorator/api/property/copy.decorator.d.ts +0 -36
  2208. package/dist/esm/src/decorator/api/property/date.decorator.d.ts +0 -58
  2209. package/dist/esm/src/decorator/api/property/describe.decorator.d.ts +0 -85
  2210. package/dist/esm/src/decorator/api/property/enum.decorator.d.ts +0 -77
  2211. package/dist/esm/src/decorator/api/property/index.d.ts +0 -9
  2212. package/dist/esm/src/decorator/api/property/number.decorator.d.ts +0 -69
  2213. package/dist/esm/src/decorator/api/property/object.decorator.d.ts +0 -29
  2214. package/dist/esm/src/decorator/api/property/string.decorator.d.ts +0 -70
  2215. package/dist/esm/src/decorator/api/property/uuid.decorator.d.ts +0 -44
  2216. package/dist/esm/src/decorator/api/route-custom.decorator.d.ts +0 -9
  2217. package/dist/esm/src/decorator/api/service/decorator.d.ts +0 -11
  2218. package/dist/esm/src/decorator/api/service/index.d.ts +0 -2
  2219. package/dist/esm/src/decorator/api/subscriber/function.decorator.d.ts +0 -28
  2220. package/dist/esm/src/decorator/api/subscriber/index.d.ts +0 -2
  2221. package/dist/esm/src/decorator/api/subscriber/route.decorator.d.ts +0 -28
  2222. package/dist/esm/src/decorator/index.d.ts +0 -1
  2223. package/dist/esm/src/enum/class/authorization/index.d.ts +0 -6
  2224. package/dist/esm/src/enum/class/authorization/policy/index.d.ts +0 -4
  2225. package/dist/esm/src/enum/class/index.d.ts +0 -1
  2226. package/dist/esm/src/enum/decorator/api/controller/index.d.ts +0 -4
  2227. package/dist/esm/src/enum/decorator/api/controller/request/index.d.ts +0 -2
  2228. package/dist/esm/src/enum/decorator/api/index.d.ts +0 -9
  2229. package/dist/esm/src/enum/decorator/api/property/date/index.d.ts +0 -2
  2230. package/dist/esm/src/enum/decorator/api/property/index.d.ts +0 -5
  2231. package/dist/esm/src/enum/decorator/index.d.ts +0 -1
  2232. package/dist/esm/src/enum/filter/index.d.ts +0 -2
  2233. package/dist/esm/src/enum/index.d.ts +0 -6
  2234. package/dist/esm/src/enum/utility/error-string/index.d.ts +0 -2
  2235. package/dist/esm/src/enum/utility/index.d.ts +0 -3
  2236. package/dist/esm/src/enum/validator/index.d.ts +0 -2
  2237. package/dist/esm/src/factory/api-controller.factory.d.ts +0 -21
  2238. package/dist/esm/src/factory/index.d.ts +0 -1
  2239. package/dist/esm/src/index.d.ts +0 -11
  2240. package/dist/esm/src/interceptor/index.d.ts +0 -1
  2241. package/dist/esm/src/interface/api/authentication-request.interface.d.ts +0 -7
  2242. package/dist/esm/src/interface/api/index.d.ts +0 -3
  2243. package/dist/esm/src/interface/api/request-validator.interface.d.ts +0 -8
  2244. package/dist/esm/src/interface/class/api/authorization/audit-sink.interface.d.ts +0 -5
  2245. package/dist/esm/src/interface/class/api/authorization/decision/index.d.ts +0 -4
  2246. package/dist/esm/src/interface/class/api/authorization/decision/interface.d.ts +0 -22
  2247. package/dist/esm/src/interface/class/api/authorization/decision/rule-trace.interface.d.ts +0 -8
  2248. package/dist/esm/src/interface/class/api/authorization/decision/statement-trace.interface.d.ts +0 -8
  2249. package/dist/esm/src/interface/class/api/authorization/decision/trace.interface.d.ts +0 -15
  2250. package/dist/esm/src/interface/class/api/authorization/engine.interface.d.ts +0 -6
  2251. package/dist/esm/src/interface/class/api/authorization/evaluate-options.interface.d.ts +0 -13
  2252. package/dist/esm/src/interface/class/api/authorization/hook-permission-source.interface.d.ts +0 -4
  2253. package/dist/esm/src/interface/class/api/authorization/iam-module-options.interface.d.ts +0 -6
  2254. package/dist/esm/src/interface/class/api/authorization/index.d.ts +0 -13
  2255. package/dist/esm/src/interface/class/api/authorization/module-options/async.interface.d.ts +0 -9
  2256. package/dist/esm/src/interface/class/api/authorization/module-options/factory.interface.d.ts +0 -4
  2257. package/dist/esm/src/interface/class/api/authorization/module-options/index.d.ts +0 -3
  2258. package/dist/esm/src/interface/class/api/authorization/module-options/interface.d.ts +0 -8
  2259. package/dist/esm/src/interface/class/api/authorization/policy/attachment/index.d.ts +0 -3
  2260. package/dist/esm/src/interface/class/api/authorization/policy/attachment/interface.d.ts +0 -7
  2261. package/dist/esm/src/interface/class/api/authorization/policy/attachment/resolved.interface.d.ts +0 -5
  2262. package/dist/esm/src/interface/class/api/authorization/policy/attachment/source.interface.d.ts +0 -5
  2263. package/dist/esm/src/interface/class/api/authorization/policy/build-options.interface.d.ts +0 -17
  2264. package/dist/esm/src/interface/class/api/authorization/policy/document/index.d.ts +0 -4
  2265. package/dist/esm/src/interface/class/api/authorization/policy/document/interface.d.ts +0 -5
  2266. package/dist/esm/src/interface/class/api/authorization/policy/document/record.interface.d.ts +0 -9
  2267. package/dist/esm/src/interface/class/api/authorization/policy/document/source.interface.d.ts +0 -4
  2268. package/dist/esm/src/interface/class/api/authorization/policy/document/statement.interface.d.ts +0 -8
  2269. package/dist/esm/src/interface/class/api/authorization/policy/index.d.ts +0 -7
  2270. package/dist/esm/src/interface/class/api/authorization/policy/interface.d.ts +0 -10
  2271. package/dist/esm/src/interface/class/api/authorization/policy/registry.interface.d.ts +0 -14
  2272. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/context/data.interface.d.ts +0 -19
  2273. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/context/index.d.ts +0 -2
  2274. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/context/interface.d.ts +0 -21
  2275. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/index.d.ts +0 -6
  2276. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/interface.d.ts +0 -15
  2277. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/permission-rule-options.interface.d.ts +0 -6
  2278. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/properties.interface.d.ts +0 -9
  2279. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/registration.interface.d.ts +0 -11
  2280. package/dist/esm/src/interface/class/api/authorization/policy/subscriber/rule.interface.d.ts +0 -13
  2281. package/dist/esm/src/interface/class/api/authorization/principal/index.d.ts +0 -2
  2282. package/dist/esm/src/interface/class/api/authorization/principal/interface.d.ts +0 -9
  2283. package/dist/esm/src/interface/class/api/authorization/principal/resolver.interface.d.ts +0 -5
  2284. package/dist/esm/src/interface/class/api/authorization/request-metadata.interface.d.ts +0 -10
  2285. package/dist/esm/src/interface/class/api/authorization/resource/definition.interface.d.ts +0 -9
  2286. package/dist/esm/src/interface/class/api/authorization/resource/index.d.ts +0 -2
  2287. package/dist/esm/src/interface/class/api/authorization/rule/context.interface.d.ts +0 -7
  2288. package/dist/esm/src/interface/class/api/authorization/rule/index.d.ts +0 -2
  2289. package/dist/esm/src/interface/class/api/authorization/rule/interface.d.ts +0 -15
  2290. package/dist/esm/src/interface/class/api/authorization/scope.interface.d.ts +0 -5
  2291. package/dist/esm/src/interface/class/api/function/context/index.d.ts +0 -2
  2292. package/dist/esm/src/interface/class/api/function/context/interface.d.ts +0 -10
  2293. package/dist/esm/src/interface/class/api/function/context/operations.interface.d.ts +0 -13
  2294. package/dist/esm/src/interface/class/api/function/index.d.ts +0 -1
  2295. package/dist/esm/src/interface/class/api/index.d.ts +0 -4
  2296. package/dist/esm/src/interface/class/api/route/index.d.ts +0 -1
  2297. package/dist/esm/src/interface/class/api/route/runtime/context-data.interface.d.ts +0 -10
  2298. package/dist/esm/src/interface/class/api/route/runtime/custom-execution-options.interface.d.ts +0 -9
  2299. package/dist/esm/src/interface/class/api/route/runtime/generated/execution-options.interface.d.ts +0 -14
  2300. package/dist/esm/src/interface/class/api/route/runtime/generated/index.d.ts +0 -2
  2301. package/dist/esm/src/interface/class/api/route/runtime/generated/targets.interface.d.ts +0 -12
  2302. package/dist/esm/src/interface/class/api/route/runtime/http-request.interface.d.ts +0 -8
  2303. package/dist/esm/src/interface/class/api/route/runtime/index.d.ts +0 -4
  2304. package/dist/esm/src/interface/class/api/subscriber/error-execution-context.interface.d.ts +0 -15
  2305. package/dist/esm/src/interface/class/api/subscriber/execution-context.interface.d.ts +0 -19
  2306. package/dist/esm/src/interface/class/api/subscriber/function/error-execution-context.interface.d.ts +0 -13
  2307. package/dist/esm/src/interface/class/api/subscriber/function/execution/context-data.interface.d.ts +0 -59
  2308. package/dist/esm/src/interface/class/api/subscriber/function/execution/context.interface.d.ts +0 -30
  2309. package/dist/esm/src/interface/class/api/subscriber/function/execution/index.d.ts +0 -2
  2310. package/dist/esm/src/interface/class/api/subscriber/function/index.d.ts +0 -2
  2311. package/dist/esm/src/interface/class/api/subscriber/function.interface.d.ts +0 -37
  2312. package/dist/esm/src/interface/class/api/subscriber/index.d.ts +0 -7
  2313. package/dist/esm/src/interface/class/api/subscriber/route/error-execution-context.interface.d.ts +0 -13
  2314. package/dist/esm/src/interface/class/api/subscriber/route/execution/context/data/extended.interface.d.ts +0 -36
  2315. package/dist/esm/src/interface/class/api/subscriber/route/execution/context/data/index.d.ts +0 -2
  2316. package/dist/esm/src/interface/class/api/subscriber/route/execution/context/data/interface.d.ts +0 -32
  2317. package/dist/esm/src/interface/class/api/subscriber/route/execution/context/index.d.ts +0 -2
  2318. package/dist/esm/src/interface/class/api/subscriber/route/execution/context/interface.d.ts +0 -11
  2319. package/dist/esm/src/interface/class/api/subscriber/route/execution/index.d.ts +0 -1
  2320. package/dist/esm/src/interface/class/api/subscriber/route/index.d.ts +0 -2
  2321. package/dist/esm/src/interface/class/api/subscriber/route.interface.d.ts +0 -103
  2322. package/dist/esm/src/interface/class/dto-strategy.interface.d.ts +0 -5
  2323. package/dist/esm/src/interface/class/index.d.ts +0 -3
  2324. package/dist/esm/src/interface/decorator/api/controller/base.interface.d.ts +0 -4
  2325. package/dist/esm/src/interface/decorator/api/controller/index.d.ts +0 -3
  2326. package/dist/esm/src/interface/decorator/api/controller/properties/authorization.interface.d.ts +0 -8
  2327. package/dist/esm/src/interface/decorator/api/controller/properties/index.d.ts +0 -2
  2328. package/dist/esm/src/interface/decorator/api/controller/properties/route/authentication.interface.d.ts +0 -9
  2329. package/dist/esm/src/interface/decorator/api/controller/properties/route/auto-dto-config.interface.d.ts +0 -4
  2330. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/authorization.interface.d.ts +0 -4
  2331. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/index.d.ts +0 -7
  2332. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/interface.d.ts +0 -9
  2333. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/index.d.ts +0 -4
  2334. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/interface.d.ts +0 -6
  2335. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/reference.interface.d.ts +0 -5
  2336. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/request/index.d.ts +0 -2
  2337. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/request/interface.d.ts +0 -6
  2338. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/request/load.interface.d.ts +0 -10
  2339. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/response/index.d.ts +0 -2
  2340. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/relations/response/interface.d.ts +0 -6
  2341. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
  2342. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/request/interface.d.ts +0 -6
  2343. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/request/target.interface.d.ts +0 -6
  2344. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/response/index.d.ts +0 -2
  2345. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/response/interface.d.ts +0 -7
  2346. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/response/target.interface.d.ts +0 -4
  2347. package/dist/esm/src/interface/decorator/api/controller/properties/route/base/security.interface.d.ts +0 -6
  2348. package/dist/esm/src/interface/decorator/api/controller/properties/route/index.d.ts +0 -5
  2349. package/dist/esm/src/interface/decorator/api/controller/properties/route/with/auto-dto.interface.d.ts +0 -6
  2350. package/dist/esm/src/interface/decorator/api/controller/properties/route/with/dto.interface.d.ts +0 -12
  2351. package/dist/esm/src/interface/decorator/api/controller/properties/route/with/index.d.ts +0 -2
  2352. package/dist/esm/src/interface/decorator/api/controller/properties.interface.d.ts +0 -13
  2353. package/dist/esm/src/interface/decorator/api/function/create-executor-properties.interface.d.ts +0 -9
  2354. package/dist/esm/src/interface/decorator/api/function/custom-properties.interface.d.ts +0 -9
  2355. package/dist/esm/src/interface/decorator/api/function/delete-executor-properties.interface.d.ts +0 -10
  2356. package/dist/esm/src/interface/decorator/api/function/get/executor-properties.interface.d.ts +0 -9
  2357. package/dist/esm/src/interface/decorator/api/function/get/index.d.ts +0 -3
  2358. package/dist/esm/src/interface/decorator/api/function/get/list-executor-properties.interface.d.ts +0 -9
  2359. package/dist/esm/src/interface/decorator/api/function/get/many-executor-properties.interface.d.ts +0 -9
  2360. package/dist/esm/src/interface/decorator/api/function/index.d.ts +0 -6
  2361. package/dist/esm/src/interface/decorator/api/function/properties.interface.d.ts +0 -8
  2362. package/dist/esm/src/interface/decorator/api/function/update-executor-properties.interface.d.ts +0 -11
  2363. package/dist/esm/src/interface/decorator/api/index.d.ts +0 -7
  2364. package/dist/esm/src/interface/decorator/api/method/index.d.ts +0 -1
  2365. package/dist/esm/src/interface/decorator/api/method/properties.interface.d.ts +0 -5
  2366. package/dist/esm/src/interface/decorator/api/route/custom-properties.interface.d.ts +0 -6
  2367. package/dist/esm/src/interface/decorator/api/route/index.d.ts +0 -7
  2368. package/dist/esm/src/interface/decorator/api/route/metadata/index.d.ts +0 -3
  2369. package/dist/esm/src/interface/decorator/api/route/metadata/interface.d.ts +0 -15
  2370. package/dist/esm/src/interface/decorator/api/route/metadata/resource.interface.d.ts +0 -6
  2371. package/dist/esm/src/interface/decorator/api/route/metadata/route.interface.d.ts +0 -7
  2372. package/dist/esm/src/interface/decorator/api/route/response/index.d.ts +0 -2
  2373. package/dist/esm/src/interface/decorator/api/route/response/properties.interface.d.ts +0 -9
  2374. package/dist/esm/src/interface/decorator/api/route/runtime-properties.interface.d.ts +0 -11
  2375. package/dist/esm/src/interface/decorator/api/route/security/authentication-properties.interface.d.ts +0 -9
  2376. package/dist/esm/src/interface/decorator/api/route/security/authorization-properties.interface.d.ts +0 -4
  2377. package/dist/esm/src/interface/decorator/api/route/security/index.d.ts +0 -3
  2378. package/dist/esm/src/interface/decorator/api/route/security/properties.interface.d.ts +0 -6
  2379. package/dist/esm/src/interface/decorator/api/route/throttling/index.d.ts +0 -2
  2380. package/dist/esm/src/interface/decorator/api/route/throttling/properties.interface.d.ts +0 -4
  2381. package/dist/esm/src/interface/decorator/api/subscriber/function/filter.interface.d.ts +0 -5
  2382. package/dist/esm/src/interface/decorator/api/subscriber/function/index.d.ts +0 -2
  2383. package/dist/esm/src/interface/decorator/api/subscriber/function/properties.interface.d.ts +0 -7
  2384. package/dist/esm/src/interface/decorator/api/subscriber/index.d.ts +0 -2
  2385. package/dist/esm/src/interface/decorator/api/subscriber/route-properties.interface.d.ts +0 -9
  2386. package/dist/esm/src/interface/decorator/index.d.ts +0 -1
  2387. package/dist/esm/src/interface/dto-generate-factory.interface.d.ts +0 -7
  2388. package/dist/esm/src/interface/entity/index.d.ts +0 -2
  2389. package/dist/esm/src/interface/entity/interface.d.ts +0 -7
  2390. package/dist/esm/src/interface/index.d.ts +0 -8
  2391. package/dist/esm/src/interface/utility/api/index.d.ts +0 -1
  2392. package/dist/esm/src/interface/utility/dto-generate-cache-key.interface.d.ts +0 -9
  2393. package/dist/esm/src/interface/utility/get-entity-columns-properties.interface.d.ts +0 -6
  2394. package/dist/esm/src/interface/utility/index.d.ts +0 -3
  2395. package/dist/esm/src/interface/validator/index.d.ts +0 -1
  2396. package/dist/esm/src/interface/validator-must-match-one-of-schemas-discriminator-config.interface.d.ts +0 -6
  2397. package/dist/esm/src/module/api/authorization.module.d.ts +0 -14
  2398. package/dist/esm/src/module/api/index.d.ts +0 -2
  2399. package/dist/esm/src/module/index.d.ts +0 -1
  2400. package/dist/esm/src/type/api-request-transformer.type.d.ts +0 -16
  2401. package/dist/esm/src/type/auto-context-metadata.type.d.ts +0 -5
  2402. package/dist/esm/src/type/class/api/authorization/guard-request.type.d.ts +0 -11
  2403. package/dist/esm/src/type/class/api/authorization/index.d.ts +0 -4
  2404. package/dist/esm/src/type/class/api/authorization/policy/before/create-result.type.d.ts +0 -5
  2405. package/dist/esm/src/type/class/api/authorization/policy/before/delete-result.type.d.ts +0 -5
  2406. package/dist/esm/src/type/class/api/authorization/policy/before/get/index.d.ts +0 -2
  2407. package/dist/esm/src/type/class/api/authorization/policy/before/get/list-result.type.d.ts +0 -5
  2408. package/dist/esm/src/type/class/api/authorization/policy/before/get/result.type.d.ts +0 -5
  2409. package/dist/esm/src/type/class/api/authorization/policy/before/index.d.ts +0 -5
  2410. package/dist/esm/src/type/class/api/authorization/policy/before/partial-update-result.type.d.ts +0 -5
  2411. package/dist/esm/src/type/class/api/authorization/policy/before/update-result.type.d.ts +0 -5
  2412. package/dist/esm/src/type/class/api/authorization/policy/context/before/create-context.type.d.ts +0 -8
  2413. package/dist/esm/src/type/class/api/authorization/policy/context/before/get/context.type.d.ts +0 -7
  2414. package/dist/esm/src/type/class/api/authorization/policy/context/before/get/index.d.ts +0 -2
  2415. package/dist/esm/src/type/class/api/authorization/policy/context/before/get/list-context.type.d.ts +0 -8
  2416. package/dist/esm/src/type/class/api/authorization/policy/context/before/index.d.ts +0 -4
  2417. package/dist/esm/src/type/class/api/authorization/policy/context/before/partial-update-context.type.d.ts +0 -9
  2418. package/dist/esm/src/type/class/api/authorization/policy/context/before/update-context.type.d.ts +0 -9
  2419. package/dist/esm/src/type/class/api/authorization/policy/context/index.d.ts +0 -2
  2420. package/dist/esm/src/type/class/api/authorization/policy/context/with-request-metadata.type.d.ts +0 -7
  2421. package/dist/esm/src/type/class/api/authorization/policy/custom-action-result.type.d.ts +0 -4
  2422. package/dist/esm/src/type/class/api/authorization/policy/hook/index.d.ts +0 -2
  2423. package/dist/esm/src/type/class/api/authorization/policy/hook/result.type.d.ts +0 -8
  2424. package/dist/esm/src/type/class/api/authorization/policy/hook/type.d.ts +0 -5
  2425. package/dist/esm/src/type/class/api/authorization/policy/index.d.ts +0 -5
  2426. package/dist/esm/src/type/class/api/authorization/policy/subscriber/index.d.ts +0 -3
  2427. package/dist/esm/src/type/class/api/authorization/policy/subscriber/permission-rule-options/without-transform.type.d.ts +0 -5
  2428. package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/index.d.ts +0 -1
  2429. package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/without/effect-without-transform.type.d.ts +0 -5
  2430. package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/without/index.d.ts +0 -2
  2431. package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule/without/transform.type.d.ts +0 -5
  2432. package/dist/esm/src/type/class/api/authorization/policy/subscriber/rule-result.type.d.ts +0 -3
  2433. package/dist/esm/src/type/class/api/authorization/rule/condition.type.d.ts +0 -3
  2434. package/dist/esm/src/type/class/api/authorization/rule/index.d.ts +0 -4
  2435. package/dist/esm/src/type/class/api/authorization/rule/result-transform.type.d.ts +0 -4
  2436. package/dist/esm/src/type/class/api/authorization/rule/scope-resolver.type.d.ts +0 -4
  2437. package/dist/esm/src/type/class/api/authorization/rule/transform-payload.type.d.ts +0 -3
  2438. package/dist/esm/src/type/class/api/authorization/scope-where.type.d.ts +0 -3
  2439. package/dist/esm/src/type/class/api/index.d.ts +0 -1
  2440. package/dist/esm/src/type/class/api/subscriber/function/after/create-context.type.d.ts +0 -4
  2441. package/dist/esm/src/type/class/api/subscriber/function/after/delete-context.type.d.ts +0 -4
  2442. package/dist/esm/src/type/class/api/subscriber/function/after/get/context.type.d.ts +0 -4
  2443. package/dist/esm/src/type/class/api/subscriber/function/after/get/index.d.ts +0 -3
  2444. package/dist/esm/src/type/class/api/subscriber/function/after/get/list-context.type.d.ts +0 -5
  2445. package/dist/esm/src/type/class/api/subscriber/function/after/get/many-context.type.d.ts +0 -4
  2446. package/dist/esm/src/type/class/api/subscriber/function/after/index.d.ts +0 -4
  2447. package/dist/esm/src/type/class/api/subscriber/function/after/update-context.type.d.ts +0 -4
  2448. package/dist/esm/src/type/class/api/subscriber/function/before/create-context.type.d.ts +0 -5
  2449. package/dist/esm/src/type/class/api/subscriber/function/before/delete-context.type.d.ts +0 -5
  2450. package/dist/esm/src/type/class/api/subscriber/function/before/get/context.type.d.ts +0 -5
  2451. package/dist/esm/src/type/class/api/subscriber/function/before/get/index.d.ts +0 -3
  2452. package/dist/esm/src/type/class/api/subscriber/function/before/get/list-context.type.d.ts +0 -5
  2453. package/dist/esm/src/type/class/api/subscriber/function/before/get/many-context.type.d.ts +0 -5
  2454. package/dist/esm/src/type/class/api/subscriber/function/before/index.d.ts +0 -4
  2455. package/dist/esm/src/type/class/api/subscriber/function/before/update-context.type.d.ts +0 -5
  2456. package/dist/esm/src/type/class/api/subscriber/function/index.d.ts +0 -2
  2457. package/dist/esm/src/type/class/api/subscriber/index.d.ts +0 -2
  2458. package/dist/esm/src/type/class/api/subscriber/route/after/create-context.type.d.ts +0 -4
  2459. package/dist/esm/src/type/class/api/subscriber/route/after/delete-context.type.d.ts +0 -4
  2460. package/dist/esm/src/type/class/api/subscriber/route/after/get/context.type.d.ts +0 -4
  2461. package/dist/esm/src/type/class/api/subscriber/route/after/get/index.d.ts +0 -2
  2462. package/dist/esm/src/type/class/api/subscriber/route/after/get/list-context.type.d.ts +0 -5
  2463. package/dist/esm/src/type/class/api/subscriber/route/after/index.d.ts +0 -5
  2464. package/dist/esm/src/type/class/api/subscriber/route/after/partial-update-context.type.d.ts +0 -4
  2465. package/dist/esm/src/type/class/api/subscriber/route/after/update-context.type.d.ts +0 -4
  2466. package/dist/esm/src/type/class/api/subscriber/route/before/create-context.type.d.ts +0 -11
  2467. package/dist/esm/src/type/class/api/subscriber/route/before/delete-context.type.d.ts +0 -10
  2468. package/dist/esm/src/type/class/api/subscriber/route/before/get/context.type.d.ts +0 -10
  2469. package/dist/esm/src/type/class/api/subscriber/route/before/get/index.d.ts +0 -2
  2470. package/dist/esm/src/type/class/api/subscriber/route/before/get/list-context.type.d.ts +0 -12
  2471. package/dist/esm/src/type/class/api/subscriber/route/before/index.d.ts +0 -5
  2472. package/dist/esm/src/type/class/api/subscriber/route/before/partial-update-context.type.d.ts +0 -12
  2473. package/dist/esm/src/type/class/api/subscriber/route/before/update-context.type.d.ts +0 -12
  2474. package/dist/esm/src/type/class/api/subscriber/route/index.d.ts +0 -2
  2475. package/dist/esm/src/type/class/controller-method.type.d.ts +0 -5
  2476. package/dist/esm/src/type/class/index.d.ts +0 -4
  2477. package/dist/esm/src/type/class/metadata.type.d.ts +0 -2
  2478. package/dist/esm/src/type/decorator/api/controller/constructor.type.d.ts +0 -4
  2479. package/dist/esm/src/type/decorator/api/controller/get-list-query.type.d.ts +0 -8
  2480. package/dist/esm/src/type/decorator/api/controller/index.d.ts +0 -5
  2481. package/dist/esm/src/type/decorator/api/controller/properties/index.d.ts +0 -1
  2482. package/dist/esm/src/type/decorator/api/controller/properties/route/base/index.d.ts +0 -2
  2483. package/dist/esm/src/type/decorator/api/controller/properties/route/base/request/allowed-target.type.d.ts +0 -9
  2484. package/dist/esm/src/type/decorator/api/controller/properties/route/base/request/index.d.ts +0 -2
  2485. package/dist/esm/src/type/decorator/api/controller/properties/route/base/request/transformers.type.d.ts +0 -10
  2486. package/dist/esm/src/type/decorator/api/controller/properties/route/base/response-transformers.type.d.ts +0 -10
  2487. package/dist/esm/src/type/decorator/api/controller/properties/route/index.d.ts +0 -1
  2488. package/dist/esm/src/type/decorator/api/controller/properties-route.type.d.ts +0 -3
  2489. package/dist/esm/src/type/decorator/api/controller/transformer-config.type.d.ts +0 -8
  2490. package/dist/esm/src/type/decorator/api/filter/extracted-allowed-types.type.d.ts +0 -2
  2491. package/dist/esm/src/type/decorator/api/filter/index.d.ts +0 -4
  2492. package/dist/esm/src/type/decorator/api/filter/order-by.type.d.ts +0 -4
  2493. package/dist/esm/src/type/decorator/api/function/get/index.d.ts +0 -3
  2494. package/dist/esm/src/type/decorator/api/function/get/list/index.d.ts +0 -1
  2495. package/dist/esm/src/type/decorator/api/function/get/list/properties/index.d.ts +0 -2
  2496. package/dist/esm/src/type/decorator/api/function/index.d.ts +0 -5
  2497. package/dist/esm/src/type/decorator/api/function/properties.type.d.ts +0 -9
  2498. package/dist/esm/src/type/decorator/api/function/update/index.d.ts +0 -2
  2499. package/dist/esm/src/type/decorator/api/index.d.ts +0 -5
  2500. package/dist/esm/src/type/decorator/api/property/base/array/index.d.ts +0 -2
  2501. package/dist/esm/src/type/decorator/api/property/base/index.d.ts +0 -4
  2502. package/dist/esm/src/type/decorator/api/property/base/properties.type.d.ts +0 -8
  2503. package/dist/esm/src/type/decorator/api/property/copy-properties.type.d.ts +0 -13
  2504. package/dist/esm/src/type/decorator/api/property/date-properties.type.d.ts +0 -6
  2505. package/dist/esm/src/type/decorator/api/property/default/index.d.ts +0 -1
  2506. package/dist/esm/src/type/decorator/api/property/default/string/format/index.d.ts +0 -2
  2507. package/dist/esm/src/type/decorator/api/property/default/string/format/properties.type.d.ts +0 -9
  2508. package/dist/esm/src/type/decorator/api/property/default/string/format/type.d.ts +0 -2
  2509. package/dist/esm/src/type/decorator/api/property/default/string/index.d.ts +0 -1
  2510. package/dist/esm/src/type/decorator/api/property/describe/array/index.d.ts +0 -2
  2511. package/dist/esm/src/type/decorator/api/property/describe/base-properties.type.d.ts +0 -5
  2512. package/dist/esm/src/type/decorator/api/property/describe/boolean-properties.type.d.ts +0 -7
  2513. package/dist/esm/src/type/decorator/api/property/describe/date-properties.type.d.ts +0 -8
  2514. package/dist/esm/src/type/decorator/api/property/describe/dto/body-properties.type.d.ts +0 -5
  2515. package/dist/esm/src/type/decorator/api/property/describe/dto/index.d.ts +0 -6
  2516. package/dist/esm/src/type/decorator/api/property/describe/dto/properties.type.d.ts +0 -13
  2517. package/dist/esm/src/type/decorator/api/property/describe/dto/query/index.d.ts +0 -2
  2518. package/dist/esm/src/type/decorator/api/property/describe/dto/query/properties.type.d.ts +0 -5
  2519. package/dist/esm/src/type/decorator/api/property/describe/dto/request-properties.type.d.ts +0 -5
  2520. package/dist/esm/src/type/decorator/api/property/describe/dto/response-properties.type.d.ts +0 -5
  2521. package/dist/esm/src/type/decorator/api/property/describe/enum-properties.type.d.ts +0 -9
  2522. package/dist/esm/src/type/decorator/api/property/describe/index.d.ts +0 -14
  2523. package/dist/esm/src/type/decorator/api/property/describe/number-properties.type.d.ts +0 -12
  2524. package/dist/esm/src/type/decorator/api/property/describe/object/dynamic-with-discriminator-properties.type.d.ts +0 -15
  2525. package/dist/esm/src/type/decorator/api/property/describe/object/index.d.ts +0 -4
  2526. package/dist/esm/src/type/decorator/api/property/describe/object/properties.type.d.ts +0 -4
  2527. package/dist/esm/src/type/decorator/api/property/describe/object/with-discriminator-properties.type.d.ts +0 -14
  2528. package/dist/esm/src/type/decorator/api/property/describe/object/without-discriminator-properties.type.d.ts +0 -12
  2529. package/dist/esm/src/type/decorator/api/property/describe/properties/base/dto-properties.type.d.ts +0 -2
  2530. package/dist/esm/src/type/decorator/api/property/describe/properties/base/index.d.ts +0 -2
  2531. package/dist/esm/src/type/decorator/api/property/describe/properties/base/properties.type.d.ts +0 -10
  2532. package/dist/esm/src/type/decorator/api/property/describe/properties/index.d.ts +0 -1
  2533. package/dist/esm/src/type/decorator/api/property/describe/properties.type.d.ts +0 -9
  2534. package/dist/esm/src/type/decorator/api/property/describe/relation-properties.type.d.ts +0 -6
  2535. package/dist/esm/src/type/decorator/api/property/describe/string-properties.type.d.ts +0 -12
  2536. package/dist/esm/src/type/decorator/api/property/describe/uuid-properties.type.d.ts +0 -7
  2537. package/dist/esm/src/type/decorator/api/property/entity.type.d.ts +0 -3
  2538. package/dist/esm/src/type/decorator/api/property/enum-properties.type.d.ts +0 -6
  2539. package/dist/esm/src/type/decorator/api/property/index.d.ts +0 -11
  2540. package/dist/esm/src/type/decorator/api/property/number-properties.type.d.ts +0 -9
  2541. package/dist/esm/src/type/decorator/api/property/object/dynamic-with-discriminator-properties.type.d.ts +0 -16
  2542. package/dist/esm/src/type/decorator/api/property/object/index.d.ts +0 -4
  2543. package/dist/esm/src/type/decorator/api/property/object/properties.type.d.ts +0 -4
  2544. package/dist/esm/src/type/decorator/api/property/object/with-discriminator-properties.type.d.ts +0 -15
  2545. package/dist/esm/src/type/decorator/api/property/object/without-discriminator-properties.type.d.ts +0 -10
  2546. package/dist/esm/src/type/decorator/api/property/string-properties.type.d.ts +0 -9
  2547. package/dist/esm/src/type/decorator/api/property/uuid-properties.type.d.ts +0 -2
  2548. package/dist/esm/src/type/decorator/api/service/index.d.ts +0 -2
  2549. package/dist/esm/src/type/decorator/api/service/keys.type.d.ts +0 -4
  2550. package/dist/esm/src/type/decorator/index.d.ts +0 -1
  2551. package/dist/esm/src/type/factory/api/controller/index.d.ts +0 -2
  2552. package/dist/esm/src/type/factory/api/controller/method/index.d.ts +0 -3
  2553. package/dist/esm/src/type/factory/api/controller/method/map.type.d.ts +0 -13
  2554. package/dist/esm/src/type/factory/api/controller/method/name-map.type.d.ts +0 -5
  2555. package/dist/esm/src/type/factory/api/controller/method/name.type.d.ts +0 -4
  2556. package/dist/esm/src/type/factory/api/controller/target-methods.type.d.ts +0 -8
  2557. package/dist/esm/src/type/factory/api/index.d.ts +0 -1
  2558. package/dist/esm/src/type/factory/index.d.ts +0 -1
  2559. package/dist/esm/src/type/index.d.ts +0 -12
  2560. package/dist/esm/src/type/utility/api/controller/index.d.ts +0 -1
  2561. package/dist/esm/src/type/utility/api/controller/transform-data/data.type.d.ts +0 -6
  2562. package/dist/esm/src/type/utility/api/controller/transform-data/index.d.ts +0 -3
  2563. package/dist/esm/src/type/utility/api/controller/transform-data/is-validation-properties.type.d.ts +0 -3
  2564. package/dist/esm/src/type/utility/api/controller/transform-data/object-to-transform.type.d.ts +0 -9
  2565. package/dist/esm/src/type/utility/api/index.d.ts +0 -1
  2566. package/dist/esm/src/type/utility/date/index.d.ts +0 -2
  2567. package/dist/esm/src/type/utility/date/range-keys.type.d.ts +0 -4
  2568. package/dist/esm/src/type/utility/dto/generate/allowed-combination.type.d.ts +0 -9
  2569. package/dist/esm/src/type/utility/dto/generate/index.d.ts +0 -3
  2570. package/dist/esm/src/type/utility/dto/generate/is-allowed-combination.type.d.ts +0 -3
  2571. package/dist/esm/src/type/utility/dto/index.d.ts +0 -2
  2572. package/dist/esm/src/type/utility/dto/manual/property-metadata.type.d.ts +0 -31
  2573. package/dist/esm/src/type/utility/error-string/base-properties.type.d.ts +0 -5
  2574. package/dist/esm/src/type/utility/error-string/composite-properties.type.d.ts +0 -6
  2575. package/dist/esm/src/type/utility/error-string/index.d.ts +0 -3
  2576. package/dist/esm/src/type/utility/error-string/properties.type.d.ts +0 -3
  2577. package/dist/esm/src/type/utility/filter-keys.type.d.ts +0 -7
  2578. package/dist/esm/src/type/utility/index.d.ts +0 -7
  2579. package/dist/esm/src/type/validator/has-paired-custom-suffixes-fields/index.d.ts +0 -2
  2580. package/dist/esm/src/type/validator/has-paired-custom-suffixes-fields/operation-config.type.d.ts +0 -7
  2581. package/dist/esm/src/type/validator/index.d.ts +0 -1
  2582. package/dist/esm/src/utility/api/controller/apply/decorators.utility.d.ts +0 -21
  2583. package/dist/esm/src/utility/api/controller/apply/index.d.ts +0 -2
  2584. package/dist/esm/src/utility/api/controller/apply/metadata.utility.d.ts +0 -19
  2585. package/dist/esm/src/utility/api/controller/get/dto.utility.d.ts +0 -19
  2586. package/dist/esm/src/utility/api/controller/get/index.d.ts +0 -3
  2587. package/dist/esm/src/utility/api/controller/get/method-name.utility.d.ts +0 -8
  2588. package/dist/esm/src/utility/api/controller/get/primary-column.utility.d.ts +0 -12
  2589. package/dist/esm/src/utility/api/controller/get-list/index.d.ts +0 -1
  2590. package/dist/esm/src/utility/api/controller/get-list/transform/filter.utility.d.ts +0 -12
  2591. package/dist/esm/src/utility/api/controller/get-list/transform/index.d.ts +0 -2
  2592. package/dist/esm/src/utility/api/controller/get-list/transform/operation.utility.d.ts +0 -10
  2593. package/dist/esm/src/utility/api/controller/handle-request-relations.utility.d.ts +0 -20
  2594. package/dist/esm/src/utility/api/controller/index.d.ts +0 -8
  2595. package/dist/esm/src/utility/api/controller/serialize-route-response.utility.d.ts +0 -14
  2596. package/dist/esm/src/utility/api/controller/transform-data.utility.d.ts +0 -18
  2597. package/dist/esm/src/utility/api/controller/validate-request.utility.d.ts +0 -14
  2598. package/dist/esm/src/utility/api/controller/write/dto-swagger.utility.d.ts +0 -19
  2599. package/dist/esm/src/utility/api/controller/write/index.d.ts +0 -2
  2600. package/dist/esm/src/utility/api/controller/write/method.utility.d.ts +0 -18
  2601. package/dist/esm/src/utility/api/filter-order-by-from-entity.utility.d.ts +0 -19
  2602. package/dist/esm/src/utility/api/function-transaction.utility.d.ts +0 -20
  2603. package/dist/esm/src/utility/api/get-default-string-format-properties.utility.d.ts +0 -21
  2604. package/dist/esm/src/utility/api/index.d.ts +0 -4
  2605. package/dist/esm/src/utility/api/route/index.d.ts +0 -1
  2606. package/dist/esm/src/utility/api/route/response/index.d.ts +0 -2
  2607. package/dist/esm/src/utility/api/route/response/project-relation.utility.d.ts +0 -11
  2608. package/dist/esm/src/utility/api/route/response/serialize.utility.d.ts +0 -11
  2609. package/dist/esm/src/utility/apply-auto-dto-response-exposure.utility.d.ts +0 -14
  2610. package/dist/esm/src/utility/authorization/decision/apply-result.utility.d.ts +0 -12
  2611. package/dist/esm/src/utility/authorization/decision/attach-resource.utility.d.ts +0 -11
  2612. package/dist/esm/src/utility/authorization/decision/index.d.ts +0 -3
  2613. package/dist/esm/src/utility/authorization/decision/resolve-from-request.utility.d.ts +0 -12
  2614. package/dist/esm/src/utility/authorization/index.d.ts +0 -4
  2615. package/dist/esm/src/utility/authorization/permission/index.d.ts +0 -2
  2616. package/dist/esm/src/utility/authorization/permission/set-matches.utility.d.ts +0 -13
  2617. package/dist/esm/src/utility/authorization/resolve-default-principal.utility.d.ts +0 -7
  2618. package/dist/esm/src/utility/authorization/scope-merge-where.utility.d.ts +0 -10
  2619. package/dist/esm/src/utility/database/index.d.ts +0 -1
  2620. package/dist/esm/src/utility/database/typeorm/get/index.d.ts +0 -2
  2621. package/dist/esm/src/utility/database/typeorm/index.d.ts +0 -6
  2622. package/dist/esm/src/utility/database/typeorm/is/entity/index.d.ts +0 -2
  2623. package/dist/esm/src/utility/database/typeorm/is/index.d.ts +0 -3
  2624. package/dist/esm/src/utility/dto/auto/context/index.d.ts +0 -2
  2625. package/dist/esm/src/utility/dto/auto/context/push.utility.d.ts +0 -9
  2626. package/dist/esm/src/utility/dto/auto/index.d.ts +0 -1
  2627. package/dist/esm/src/utility/dto/build-decorator.utility.d.ts +0 -21
  2628. package/dist/esm/src/utility/dto/generate/cache-key.utility.d.ts +0 -7
  2629. package/dist/esm/src/utility/dto/generate/core.utility.d.ts +0 -21
  2630. package/dist/esm/src/utility/dto/generate/decorator.utility.d.ts +0 -19
  2631. package/dist/esm/src/utility/dto/generate/dynamic.utility.d.ts +0 -21
  2632. package/dist/esm/src/utility/dto/generate/filter-decorator.utility.d.ts +0 -12
  2633. package/dist/esm/src/utility/dto/generate/get-list-response.utility.d.ts +0 -12
  2634. package/dist/esm/src/utility/dto/generate/index.d.ts +0 -8
  2635. package/dist/esm/src/utility/dto/generate/manual-child.utility.d.ts +0 -20
  2636. package/dist/esm/src/utility/dto/generate/relation-response.utility.d.ts +0 -14
  2637. package/dist/esm/src/utility/dto/get/decorator-config.utility.d.ts +0 -16
  2638. package/dist/esm/src/utility/dto/get/get-list-query-base-class.utility.d.ts +0 -16
  2639. package/dist/esm/src/utility/dto/get/index.d.ts +0 -2
  2640. package/dist/esm/src/utility/dto/handle-date-property.utility.d.ts +0 -13
  2641. package/dist/esm/src/utility/dto/index.d.ts +0 -7
  2642. package/dist/esm/src/utility/dto/is/index.d.ts +0 -2
  2643. package/dist/esm/src/utility/dto/is/property/exposed-for-guard.utility.d.ts +0 -13
  2644. package/dist/esm/src/utility/dto/is/property/index.d.ts +0 -2
  2645. package/dist/esm/src/utility/dto/is/property/should-be-marked.utility.d.ts +0 -15
  2646. package/dist/esm/src/utility/dto/is/should-be-generated.utility.d.ts +0 -12
  2647. package/dist/esm/src/utility/dto/manual/property-metadata.utility.d.ts +0 -16
  2648. package/dist/esm/src/utility/dto/validate-property-config.utility.d.ts +0 -2
  2649. package/dist/esm/src/utility/error/index.d.ts +0 -2
  2650. package/dist/esm/src/utility/error/string.utility.d.ts +0 -9
  2651. package/dist/esm/src/utility/generate-entity-information.utility.d.ts +0 -9
  2652. package/dist/esm/src/utility/get/auto-dto-context.utility.d.ts +0 -7
  2653. package/dist/esm/src/utility/get/entity-columns.utility.d.ts +0 -8
  2654. package/dist/esm/src/utility/get/index.d.ts +0 -2
  2655. package/dist/esm/src/utility/index.d.ts +0 -17
  2656. package/dist/esm/src/utility/is/entity/constructor.utility.d.ts +0 -8
  2657. package/dist/esm/src/utility/is/entity/factory.utility.d.ts +0 -8
  2658. package/dist/esm/src/utility/is/entity/index.d.ts +0 -3
  2659. package/dist/esm/src/utility/is/entity/literal.utility.d.ts +0 -7
  2660. package/dist/esm/src/utility/is/error-of-type.utility.d.ts +0 -8
  2661. package/dist/esm/src/utility/is/index.d.ts +0 -2
  2662. package/dist/esm/src/utility/resolve/decorator-context.utility.d.ts +0 -13
  2663. package/dist/esm/src/utility/resolve/index.d.ts +0 -2
  2664. package/dist/esm/src/utility/resolve/property-entity.utility.d.ts +0 -16
  2665. package/dist/esm/src/utility/with-resolved-property-entity.utility.d.ts +0 -11
  2666. package/dist/esm/src/validator/has/at/index.d.ts +0 -1
  2667. package/dist/esm/src/validator/has/at/least/index.d.ts +0 -1
  2668. package/dist/esm/src/validator/has/at/least/one/index.d.ts +0 -3
  2669. package/dist/esm/src/validator/has/index.d.ts +0 -2
  2670. package/dist/esm/src/validator/index.d.ts +0 -5
  2671. package/dist/esm/src/validator/must-match-one-of-schemas.validator.d.ts +0 -36
  2672. /package/dist/cjs/{src/class → class}/api/function/transaction-scope.class.d.ts +0 -0
  2673. /package/dist/cjs/{src/class → class}/api/subscriber/discovery-service.class.d.ts +0 -0
  2674. /package/dist/cjs/{src/constant → constant}/class/authorization/audit-sink-token.constant.d.ts +0 -0
  2675. /package/dist/cjs/{src/constant → constant}/class/authorization/hook-permission-sources-token.constant.d.ts +0 -0
  2676. /package/dist/cjs/{src/constant → constant}/class/authorization/metadata-decision.constant.d.ts +0 -0
  2677. /package/dist/cjs/{src/constant → constant}/class/authorization/module-options-token.constant.d.ts +0 -0
  2678. /package/dist/cjs/{src/constant → constant}/class/authorization/policy/attachment-sources-token.constant.d.ts +0 -0
  2679. /package/dist/cjs/{src/constant → constant}/class/authorization/policy/decorator.constant.d.ts +0 -0
  2680. /package/dist/cjs/{src/constant → constant}/class/authorization/policy/document-sources-token.constant.d.ts +0 -0
  2681. /package/dist/cjs/{src/constant → constant}/class/authorization/principal-resolver-token.constant.d.ts +0 -0
  2682. /package/dist/cjs/{src/constant → constant}/class/authorization/token-registry.constant.d.ts +0 -0
  2683. /package/dist/cjs/{src/constant → constant}/date.constant.d.ts +0 -0
  2684. /package/dist/cjs/{src/constant → constant}/decorator/api/controller.constant.d.ts +0 -0
  2685. /package/dist/cjs/{src/constant → constant}/decorator/api/method.constant.d.ts +0 -0
  2686. /package/dist/cjs/{src/constant → constant}/decorator/api/property-describe.constant.d.ts +0 -0
  2687. /package/dist/cjs/{src/constant → constant}/decorator/api/service.constant.d.ts +0 -0
  2688. /package/dist/cjs/{src/constant → constant}/decorator/api/subscriber.constant.d.ts +0 -0
  2689. /package/dist/cjs/{src/constant → constant}/dto/auto-context.constant.d.ts +0 -0
  2690. /package/dist/cjs/{src/constant → constant}/dto/contextual-manual.constant.d.ts +0 -0
  2691. /package/dist/cjs/{src/constant → constant}/dto/exception.constant.d.ts +0 -0
  2692. /package/dist/cjs/{src/constant → constant}/dto/list.constant.d.ts +0 -0
  2693. /package/dist/cjs/{src/constant → constant}/dto/transformer-value.constant.d.ts +0 -0
  2694. /package/dist/cjs/{src/constant → constant}/factory-dto-get-list-query.constant.d.ts +0 -0
  2695. /package/dist/cjs/{src/constant → constant}/interface/api/filter.constant.d.ts +0 -0
  2696. /package/dist/cjs/{src/constant → constant}/interface/api/property/string.constant.d.ts +0 -0
  2697. /package/dist/cjs/{src/constant → constant}/interface/api/property/wallet.constant.d.ts +0 -0
  2698. /package/dist/cjs/{src/constant → constant}/number.constant.d.ts +0 -0
  2699. /package/dist/cjs/{src/constant → constant}/utility/dto/generate.constant.d.ts +0 -0
  2700. /package/dist/cjs/{src/decorator → decorator}/api/controller/observable.decorator.d.ts +0 -0
  2701. /package/dist/cjs/{src/decorator → decorator}/api/controller/securable.decorator.d.ts +0 -0
  2702. /package/dist/cjs/{src/decorator → decorator}/api/service/observable.decorator.d.ts +0 -0
  2703. /package/dist/cjs/{src/enum → enum}/class/authorization/decision-type.enum.d.ts +0 -0
  2704. /package/dist/cjs/{src/enum → enum}/class/authorization/effect.enum.d.ts +0 -0
  2705. /package/dist/cjs/{src/enum → enum}/class/authorization/mode.enum.d.ts +0 -0
  2706. /package/dist/cjs/{src/enum → enum}/class/authorization/permission-match.enum.d.ts +0 -0
  2707. /package/dist/cjs/{src/enum → enum}/class/authorization/policy/attachment-type.enum.d.ts +0 -0
  2708. /package/dist/cjs/{src/enum → enum}/class/authorization/policy/on-type.enum.d.ts +0 -0
  2709. /package/dist/cjs/{src/enum → enum}/class/authorization/policy/source-type.enum.d.ts +0 -0
  2710. /package/dist/cjs/{src/enum → enum}/class/authorization/policy/status.enum.d.ts +0 -0
  2711. /package/dist/cjs/{src/enum → enum}/class/authorization/principal-type.enum.d.ts +0 -0
  2712. /package/dist/cjs/{src/enum → enum}/decorator/api/action.enum.d.ts +0 -0
  2713. /package/dist/cjs/{src/enum → enum}/decorator/api/authentication-type.enum.d.ts +0 -0
  2714. /package/dist/cjs/{src/enum → enum}/decorator/api/controller/load-relations-strategy.enum.d.ts +0 -0
  2715. /package/dist/cjs/{src/enum → enum}/decorator/api/controller/relation-reference-shape.enum.d.ts +0 -0
  2716. /package/dist/cjs/{src/enum → enum}/decorator/api/controller/request/target.enum.d.ts +0 -0
  2717. /package/dist/cjs/{src/enum → enum}/decorator/api/controller/request/transformer-type.enum.d.ts +0 -0
  2718. /package/dist/cjs/{src/enum → enum}/decorator/api/controller/response-target.enum.d.ts +0 -0
  2719. /package/dist/cjs/{src/enum → enum}/decorator/api/dto-type.enum.d.ts +0 -0
  2720. /package/dist/cjs/{src/enum → enum}/decorator/api/function-transaction-mode.enum.d.ts +0 -0
  2721. /package/dist/cjs/{src/enum → enum}/decorator/api/function-type.enum.d.ts +0 -0
  2722. /package/dist/cjs/{src/enum → enum}/decorator/api/on-type.enum.d.ts +0 -0
  2723. /package/dist/cjs/{src/enum → enum}/decorator/api/property/data-type.enum.d.ts +0 -0
  2724. /package/dist/cjs/{src/enum → enum}/decorator/api/property/date/identifier.enum.d.ts +0 -0
  2725. /package/dist/cjs/{src/enum → enum}/decorator/api/property/date/type.enum.d.ts +0 -0
  2726. /package/dist/cjs/{src/enum → enum}/decorator/api/property/desribe-type.enum.d.ts +0 -0
  2727. /package/dist/cjs/{src/enum → enum}/decorator/api/property/number-type.enum.d.ts +0 -0
  2728. /package/dist/cjs/{src/enum → enum}/decorator/api/property/string-type.enum.d.ts +0 -0
  2729. /package/dist/cjs/{src/enum → enum}/decorator/api/route-type.enum.d.ts +0 -0
  2730. /package/dist/cjs/{src/enum → enum}/exception.enum.d.ts +0 -0
  2731. /package/dist/cjs/{src/enum → enum}/filter/operation.enum.d.ts +0 -0
  2732. /package/dist/cjs/{src/enum → enum}/filter/order-direction.enum.d.ts +0 -0
  2733. /package/dist/cjs/{src/enum → enum}/utility/dto/manual/property-metadata/decorator.enum.d.ts +0 -0
  2734. /package/dist/cjs/{src/enum → enum}/utility/error-string/action.enum.d.ts +0 -0
  2735. /package/dist/cjs/{src/enum → enum}/utility/error-string/composite-action.enum.d.ts +0 -0
  2736. /package/dist/cjs/{src/enum → enum}/utility/exception-details-type.enum.d.ts +0 -0
  2737. /package/dist/cjs/{src/enum → enum}/validator/has-paired-custom-suffixes-fields-argument-type.enum.d.ts +0 -0
  2738. /package/dist/cjs/{src/enum → enum}/validator/must-match-one-of-schemas-error-type.enum.d.ts +0 -0
  2739. /package/dist/cjs/{src/interceptor → interceptor}/api-route-runtime.interceptor.d.ts +0 -0
  2740. /package/dist/cjs/{src/interceptor → interceptor}/correlation-id-response-body.interceptor.d.ts +0 -0
  2741. /package/dist/cjs/{src/interface → interface}/api/dto-validator.interface.d.ts +0 -0
  2742. /package/dist/cjs/{src/interface → interface}/api-base-entity.interface.d.ts +0 -0
  2743. /package/dist/cjs/{src/interface → interface}/class/api/authorization/policy/cache-options.interface.d.ts +0 -0
  2744. /package/dist/cjs/{src/interface → interface}/class/api/authorization/resource/field-definition.interface.d.ts +0 -0
  2745. /package/dist/cjs/{src/interface → interface}/class/api/subscriber/interface.d.ts +0 -0
  2746. /package/dist/cjs/{src/interface → interface}/class/metadata-entry.interface.d.ts +0 -0
  2747. /package/dist/cjs/{src/interface → interface}/decorator/api/controller/properties/route/base/generation.interface.d.ts +0 -0
  2748. /package/dist/cjs/{src/interface → interface}/decorator/api/controller/properties/route/base/relations/response/load.interface.d.ts +0 -0
  2749. /package/dist/cjs/{src/interface → interface}/decorator/api/controller/properties/route/list-response-dto-config.interface.d.ts +0 -0
  2750. /package/dist/cjs/{src/interface → interface}/decorator/api/get-list-response-result.interface.d.ts +0 -0
  2751. /package/dist/cjs/{src/interface → interface}/decorator/api/response-type.interface.d.ts +0 -0
  2752. /package/dist/cjs/{src/interface → interface}/decorator/api/route/documentation-properties.interface.d.ts +0 -0
  2753. /package/dist/cjs/{src/interface → interface}/decorator/api/route/response/serialization-properties.interface.d.ts +0 -0
  2754. /package/dist/cjs/{src/interface → interface}/decorator/api/route/throttling/default-properties.interface.d.ts +0 -0
  2755. /package/dist/cjs/{src/interface → interface}/entity/column.interface.d.ts +0 -0
  2756. /package/dist/cjs/{src/interface → interface}/utility/api-controller-primary-column.interface.d.ts +0 -0
  2757. /package/dist/cjs/{src/module → module}/api/subscriber.module.d.ts +0 -0
  2758. /package/dist/cjs/{src/type → type}/class/api-exception.type.d.ts +0 -0
  2759. /package/dist/cjs/{src/type → type}/decorator/api/filter/allowed-types.type.d.ts +0 -0
  2760. /package/dist/cjs/{src/type → type}/decorator/api/filter/field-selector.type.d.ts +0 -0
  2761. /package/dist/cjs/{src/type → type}/decorator/api/function/create-properties.type.d.ts +0 -0
  2762. /package/dist/cjs/{src/type → type}/decorator/api/function/delete-criteria.type.d.ts +0 -0
  2763. /package/dist/cjs/{src/type → type}/decorator/api/function/get/list/properties/type.d.ts +0 -0
  2764. /package/dist/cjs/{src/type → type}/decorator/api/function/get/list/properties/where.type.d.ts +0 -0
  2765. /package/dist/cjs/{src/type → type}/decorator/api/function/get/many.properties.d.ts +0 -0
  2766. /package/dist/cjs/{src/type → type}/decorator/api/function/get/properties.type.d.ts +0 -0
  2767. /package/dist/cjs/{src/type → type}/decorator/api/function/update/criteria.type.d.ts +0 -0
  2768. /package/dist/cjs/{src/type → type}/decorator/api/function/update/properties.type.d.ts +0 -0
  2769. /package/dist/cjs/{src/type → type}/decorator/api/property/base/array/optional-properties.type.d.ts +0 -0
  2770. /package/dist/cjs/{src/type → type}/decorator/api/property/base/array/required-properties.type.d.ts +0 -0
  2771. /package/dist/cjs/{src/type → type}/decorator/api/property/base/request-properties.type.d.ts +0 -0
  2772. /package/dist/cjs/{src/type → type}/decorator/api/property/base/response-properties.type.d.ts +0 -0
  2773. /package/dist/cjs/{src/type → type}/decorator/api/property/describe/array/optional-properties.type.d.ts +0 -0
  2774. /package/dist/cjs/{src/type → type}/decorator/api/property/describe/array/required-properties.type.d.ts +0 -0
  2775. /package/dist/cjs/{src/type → type}/decorator/api/property/describe/dto/guard-properties.type.d.ts +0 -0
  2776. /package/dist/cjs/{src/type → type}/decorator/api/property/describe/dto/query/get-list-properties.type.d.ts +0 -0
  2777. /package/dist/cjs/{src/type → type}/decorator/api/property/describe/example-properties.type.d.ts +0 -0
  2778. /package/dist/cjs/{src/type → type}/decorator/api/service/properties.type.d.ts +0 -0
  2779. /package/dist/cjs/{src/type → type}/utility/capitalize-string.type.d.ts +0 -0
  2780. /package/dist/cjs/{src/type → type}/utility/date/keys.type.d.ts +0 -0
  2781. /package/dist/cjs/{src/type → type}/utility/dto/generate/get-list-response-resource-class.type.d.ts +0 -0
  2782. /package/dist/cjs/{src/type → type}/utility/non-date-keys.type.d.ts +0 -0
  2783. /package/dist/cjs/{src/type → type}/validator/has-paired-custom-suffixes-fields/validation-context.type.d.ts +0 -0
  2784. /package/dist/cjs/{src/utility → utility}/authorization/permission/matches.utility.d.ts +0 -0
  2785. /package/dist/cjs/{src/utility → utility}/auto-dto-context-queue.utility.d.ts +0 -0
  2786. /package/dist/cjs/{src/utility → utility}/camel-case-string.utility.d.ts +0 -0
  2787. /package/dist/cjs/{src/utility → utility}/capitalize-string.utility.d.ts +0 -0
  2788. /package/dist/cjs/{src/utility → utility}/database/typeorm/get/foreign-key-violation-details.utility.d.ts +0 -0
  2789. /package/dist/cjs/{src/utility → utility}/database/typeorm/get/unique-violation-details.utility.d.ts +0 -0
  2790. /package/dist/cjs/{src/utility → utility}/database/typeorm/is/entity/metadata-not-found.utility.d.ts +0 -0
  2791. /package/dist/cjs/{src/utility → utility}/database/typeorm/is/entity/not-found.utility.d.ts +0 -0
  2792. /package/dist/cjs/{src/utility → utility}/database/typeorm/is/foreign-key-violation.utility.d.ts +0 -0
  2793. /package/dist/cjs/{src/utility → utility}/database/typeorm/is/unique-violation.utility.d.ts +0 -0
  2794. /package/dist/cjs/{src/utility → utility}/defer-property-decorator-execution.utility.d.ts +0 -0
  2795. /package/dist/cjs/{src/utility → utility}/dto/auto/context/pop.utility.d.ts +0 -0
  2796. /package/dist/cjs/{src/utility → utility}/dto/generate/exception.utility.d.ts +0 -0
  2797. /package/dist/cjs/{src/utility → utility}/error/exception.utility.d.ts +0 -0
  2798. /package/dist/cjs/{src/utility → utility}/format-unknown-for-log.utility.d.ts +0 -0
  2799. /package/dist/cjs/{src/utility → utility}/logger.utility.d.ts +0 -0
  2800. /package/dist/cjs/{src/utility → utility}/queue-auto-context-retry.utility.d.ts +0 -0
  2801. /package/dist/cjs/{src/utility → utility}/register-auto-dto-child.utility.d.ts +0 -0
  2802. /package/dist/cjs/{src/validator → validator}/all-or-none-of-listed-properties.validator.d.ts +0 -0
  2803. /package/dist/cjs/{src/validator → validator}/has/at/least/one/and-only-one-of-listed-properties.validator.d.ts +0 -0
  2804. /package/dist/cjs/{src/validator → validator}/has/at/least/one/of-listed-properties.validator.d.ts +0 -0
  2805. /package/dist/cjs/{src/validator → validator}/has/at/least/one/property.validator.d.ts +0 -0
  2806. /package/dist/cjs/{src/validator → validator}/has/paired-custom-suffixes-fields.validator.d.ts +0 -0
  2807. /package/dist/cjs/{src/validator → validator}/is-regular-expression.validator.d.ts +0 -0
  2808. /package/dist/cjs/{src/validator → validator}/only-one-of-listed-properties.validator.d.ts +0 -0
  2809. /package/dist/esm/{src/class → class}/api/function/transaction-scope.class.d.ts +0 -0
  2810. /package/dist/esm/{src/class → class}/api/subscriber/discovery-service.class.d.ts +0 -0
  2811. /package/dist/esm/{src/constant → constant}/class/authorization/audit-sink-token.constant.d.ts +0 -0
  2812. /package/dist/esm/{src/constant → constant}/class/authorization/hook-permission-sources-token.constant.d.ts +0 -0
  2813. /package/dist/esm/{src/constant → constant}/class/authorization/metadata-decision.constant.d.ts +0 -0
  2814. /package/dist/esm/{src/constant → constant}/class/authorization/module-options-token.constant.d.ts +0 -0
  2815. /package/dist/esm/{src/constant → constant}/class/authorization/policy/attachment-sources-token.constant.d.ts +0 -0
  2816. /package/dist/esm/{src/constant → constant}/class/authorization/policy/decorator.constant.d.ts +0 -0
  2817. /package/dist/esm/{src/constant → constant}/class/authorization/policy/document-sources-token.constant.d.ts +0 -0
  2818. /package/dist/esm/{src/constant → constant}/class/authorization/principal-resolver-token.constant.d.ts +0 -0
  2819. /package/dist/esm/{src/constant → constant}/class/authorization/token-registry.constant.d.ts +0 -0
  2820. /package/dist/esm/{src/constant → constant}/date.constant.d.ts +0 -0
  2821. /package/dist/esm/{src/constant → constant}/decorator/api/controller.constant.d.ts +0 -0
  2822. /package/dist/esm/{src/constant → constant}/decorator/api/method.constant.d.ts +0 -0
  2823. /package/dist/esm/{src/constant → constant}/decorator/api/property-describe.constant.d.ts +0 -0
  2824. /package/dist/esm/{src/constant → constant}/decorator/api/service.constant.d.ts +0 -0
  2825. /package/dist/esm/{src/constant → constant}/decorator/api/subscriber.constant.d.ts +0 -0
  2826. /package/dist/esm/{src/constant → constant}/dto/auto-context.constant.d.ts +0 -0
  2827. /package/dist/esm/{src/constant → constant}/dto/contextual-manual.constant.d.ts +0 -0
  2828. /package/dist/esm/{src/constant → constant}/dto/exception.constant.d.ts +0 -0
  2829. /package/dist/esm/{src/constant → constant}/dto/list.constant.d.ts +0 -0
  2830. /package/dist/esm/{src/constant → constant}/dto/transformer-value.constant.d.ts +0 -0
  2831. /package/dist/esm/{src/constant → constant}/factory-dto-get-list-query.constant.d.ts +0 -0
  2832. /package/dist/esm/{src/constant → constant}/interface/api/filter.constant.d.ts +0 -0
  2833. /package/dist/esm/{src/constant → constant}/interface/api/property/string.constant.d.ts +0 -0
  2834. /package/dist/esm/{src/constant → constant}/interface/api/property/wallet.constant.d.ts +0 -0
  2835. /package/dist/esm/{src/constant → constant}/number.constant.d.ts +0 -0
  2836. /package/dist/esm/{src/constant → constant}/utility/dto/generate.constant.d.ts +0 -0
  2837. /package/dist/esm/{src/decorator → decorator}/api/controller/observable.decorator.d.ts +0 -0
  2838. /package/dist/esm/{src/decorator → decorator}/api/controller/securable.decorator.d.ts +0 -0
  2839. /package/dist/esm/{src/decorator → decorator}/api/service/observable.decorator.d.ts +0 -0
  2840. /package/dist/esm/{src/enum → enum}/class/authorization/decision-type.enum.d.ts +0 -0
  2841. /package/dist/esm/{src/enum → enum}/class/authorization/effect.enum.d.ts +0 -0
  2842. /package/dist/esm/{src/enum → enum}/class/authorization/mode.enum.d.ts +0 -0
  2843. /package/dist/esm/{src/enum → enum}/class/authorization/permission-match.enum.d.ts +0 -0
  2844. /package/dist/esm/{src/enum → enum}/class/authorization/policy/attachment-type.enum.d.ts +0 -0
  2845. /package/dist/esm/{src/enum → enum}/class/authorization/policy/on-type.enum.d.ts +0 -0
  2846. /package/dist/esm/{src/enum → enum}/class/authorization/policy/source-type.enum.d.ts +0 -0
  2847. /package/dist/esm/{src/enum → enum}/class/authorization/policy/status.enum.d.ts +0 -0
  2848. /package/dist/esm/{src/enum → enum}/class/authorization/principal-type.enum.d.ts +0 -0
  2849. /package/dist/esm/{src/enum → enum}/decorator/api/action.enum.d.ts +0 -0
  2850. /package/dist/esm/{src/enum → enum}/decorator/api/authentication-type.enum.d.ts +0 -0
  2851. /package/dist/esm/{src/enum → enum}/decorator/api/controller/load-relations-strategy.enum.d.ts +0 -0
  2852. /package/dist/esm/{src/enum → enum}/decorator/api/controller/relation-reference-shape.enum.d.ts +0 -0
  2853. /package/dist/esm/{src/enum → enum}/decorator/api/controller/request/target.enum.d.ts +0 -0
  2854. /package/dist/esm/{src/enum → enum}/decorator/api/controller/request/transformer-type.enum.d.ts +0 -0
  2855. /package/dist/esm/{src/enum → enum}/decorator/api/controller/response-target.enum.d.ts +0 -0
  2856. /package/dist/esm/{src/enum → enum}/decorator/api/dto-type.enum.d.ts +0 -0
  2857. /package/dist/esm/{src/enum → enum}/decorator/api/function-transaction-mode.enum.d.ts +0 -0
  2858. /package/dist/esm/{src/enum → enum}/decorator/api/function-type.enum.d.ts +0 -0
  2859. /package/dist/esm/{src/enum → enum}/decorator/api/on-type.enum.d.ts +0 -0
  2860. /package/dist/esm/{src/enum → enum}/decorator/api/property/data-type.enum.d.ts +0 -0
  2861. /package/dist/esm/{src/enum → enum}/decorator/api/property/date/identifier.enum.d.ts +0 -0
  2862. /package/dist/esm/{src/enum → enum}/decorator/api/property/date/type.enum.d.ts +0 -0
  2863. /package/dist/esm/{src/enum → enum}/decorator/api/property/desribe-type.enum.d.ts +0 -0
  2864. /package/dist/esm/{src/enum → enum}/decorator/api/property/number-type.enum.d.ts +0 -0
  2865. /package/dist/esm/{src/enum → enum}/decorator/api/property/string-type.enum.d.ts +0 -0
  2866. /package/dist/esm/{src/enum → enum}/decorator/api/route-type.enum.d.ts +0 -0
  2867. /package/dist/esm/{src/enum → enum}/exception.enum.d.ts +0 -0
  2868. /package/dist/esm/{src/enum → enum}/filter/operation.enum.d.ts +0 -0
  2869. /package/dist/esm/{src/enum → enum}/filter/order-direction.enum.d.ts +0 -0
  2870. /package/dist/esm/{src/enum → enum}/utility/dto/manual/property-metadata/decorator.enum.d.ts +0 -0
  2871. /package/dist/esm/{src/enum → enum}/utility/error-string/action.enum.d.ts +0 -0
  2872. /package/dist/esm/{src/enum → enum}/utility/error-string/composite-action.enum.d.ts +0 -0
  2873. /package/dist/esm/{src/enum → enum}/utility/exception-details-type.enum.d.ts +0 -0
  2874. /package/dist/esm/{src/enum → enum}/validator/has-paired-custom-suffixes-fields-argument-type.enum.d.ts +0 -0
  2875. /package/dist/esm/{src/enum → enum}/validator/must-match-one-of-schemas-error-type.enum.d.ts +0 -0
  2876. /package/dist/esm/{src/interceptor → interceptor}/api-route-runtime.interceptor.d.ts +0 -0
  2877. /package/dist/esm/{src/interceptor → interceptor}/correlation-id-response-body.interceptor.d.ts +0 -0
  2878. /package/dist/esm/{src/interface → interface}/api/dto-validator.interface.d.ts +0 -0
  2879. /package/dist/esm/{src/interface → interface}/api-base-entity.interface.d.ts +0 -0
  2880. /package/dist/esm/{src/interface → interface}/class/api/authorization/policy/cache-options.interface.d.ts +0 -0
  2881. /package/dist/esm/{src/interface → interface}/class/api/authorization/resource/field-definition.interface.d.ts +0 -0
  2882. /package/dist/esm/{src/interface → interface}/class/api/subscriber/interface.d.ts +0 -0
  2883. /package/dist/esm/{src/interface → interface}/class/metadata-entry.interface.d.ts +0 -0
  2884. /package/dist/esm/{src/interface → interface}/decorator/api/controller/properties/route/base/generation.interface.d.ts +0 -0
  2885. /package/dist/esm/{src/interface → interface}/decorator/api/controller/properties/route/base/relations/response/load.interface.d.ts +0 -0
  2886. /package/dist/esm/{src/interface → interface}/decorator/api/controller/properties/route/list-response-dto-config.interface.d.ts +0 -0
  2887. /package/dist/esm/{src/interface → interface}/decorator/api/get-list-response-result.interface.d.ts +0 -0
  2888. /package/dist/esm/{src/interface → interface}/decorator/api/response-type.interface.d.ts +0 -0
  2889. /package/dist/esm/{src/interface → interface}/decorator/api/route/documentation-properties.interface.d.ts +0 -0
  2890. /package/dist/esm/{src/interface → interface}/decorator/api/route/response/serialization-properties.interface.d.ts +0 -0
  2891. /package/dist/esm/{src/interface → interface}/decorator/api/route/throttling/default-properties.interface.d.ts +0 -0
  2892. /package/dist/esm/{src/interface → interface}/entity/column.interface.d.ts +0 -0
  2893. /package/dist/esm/{src/interface → interface}/utility/api-controller-primary-column.interface.d.ts +0 -0
  2894. /package/dist/esm/{src/module → module}/api/subscriber.module.d.ts +0 -0
  2895. /package/dist/esm/{src/type → type}/class/api-exception.type.d.ts +0 -0
  2896. /package/dist/esm/{src/type → type}/decorator/api/filter/allowed-types.type.d.ts +0 -0
  2897. /package/dist/esm/{src/type → type}/decorator/api/filter/field-selector.type.d.ts +0 -0
  2898. /package/dist/esm/{src/type → type}/decorator/api/function/create-properties.type.d.ts +0 -0
  2899. /package/dist/esm/{src/type → type}/decorator/api/function/delete-criteria.type.d.ts +0 -0
  2900. /package/dist/esm/{src/type → type}/decorator/api/function/get/list/properties/type.d.ts +0 -0
  2901. /package/dist/esm/{src/type → type}/decorator/api/function/get/list/properties/where.type.d.ts +0 -0
  2902. /package/dist/esm/{src/type → type}/decorator/api/function/get/many.properties.d.ts +0 -0
  2903. /package/dist/esm/{src/type → type}/decorator/api/function/get/properties.type.d.ts +0 -0
  2904. /package/dist/esm/{src/type → type}/decorator/api/function/update/criteria.type.d.ts +0 -0
  2905. /package/dist/esm/{src/type → type}/decorator/api/function/update/properties.type.d.ts +0 -0
  2906. /package/dist/esm/{src/type → type}/decorator/api/property/base/array/optional-properties.type.d.ts +0 -0
  2907. /package/dist/esm/{src/type → type}/decorator/api/property/base/array/required-properties.type.d.ts +0 -0
  2908. /package/dist/esm/{src/type → type}/decorator/api/property/base/request-properties.type.d.ts +0 -0
  2909. /package/dist/esm/{src/type → type}/decorator/api/property/base/response-properties.type.d.ts +0 -0
  2910. /package/dist/esm/{src/type → type}/decorator/api/property/describe/array/optional-properties.type.d.ts +0 -0
  2911. /package/dist/esm/{src/type → type}/decorator/api/property/describe/array/required-properties.type.d.ts +0 -0
  2912. /package/dist/esm/{src/type → type}/decorator/api/property/describe/dto/guard-properties.type.d.ts +0 -0
  2913. /package/dist/esm/{src/type → type}/decorator/api/property/describe/dto/query/get-list-properties.type.d.ts +0 -0
  2914. /package/dist/esm/{src/type → type}/decorator/api/property/describe/example-properties.type.d.ts +0 -0
  2915. /package/dist/esm/{src/type → type}/decorator/api/service/properties.type.d.ts +0 -0
  2916. /package/dist/esm/{src/type → type}/utility/capitalize-string.type.d.ts +0 -0
  2917. /package/dist/esm/{src/type → type}/utility/date/keys.type.d.ts +0 -0
  2918. /package/dist/esm/{src/type → type}/utility/dto/generate/get-list-response-resource-class.type.d.ts +0 -0
  2919. /package/dist/esm/{src/type → type}/utility/non-date-keys.type.d.ts +0 -0
  2920. /package/dist/esm/{src/type → type}/validator/has-paired-custom-suffixes-fields/validation-context.type.d.ts +0 -0
  2921. /package/dist/esm/{src/utility → utility}/authorization/permission/matches.utility.d.ts +0 -0
  2922. /package/dist/esm/{src/utility → utility}/auto-dto-context-queue.utility.d.ts +0 -0
  2923. /package/dist/esm/{src/utility → utility}/camel-case-string.utility.d.ts +0 -0
  2924. /package/dist/esm/{src/utility → utility}/capitalize-string.utility.d.ts +0 -0
  2925. /package/dist/esm/{src/utility → utility}/database/typeorm/get/foreign-key-violation-details.utility.d.ts +0 -0
  2926. /package/dist/esm/{src/utility → utility}/database/typeorm/get/unique-violation-details.utility.d.ts +0 -0
  2927. /package/dist/esm/{src/utility → utility}/database/typeorm/is/entity/metadata-not-found.utility.d.ts +0 -0
  2928. /package/dist/esm/{src/utility → utility}/database/typeorm/is/entity/not-found.utility.d.ts +0 -0
  2929. /package/dist/esm/{src/utility → utility}/database/typeorm/is/foreign-key-violation.utility.d.ts +0 -0
  2930. /package/dist/esm/{src/utility → utility}/database/typeorm/is/unique-violation.utility.d.ts +0 -0
  2931. /package/dist/esm/{src/utility → utility}/defer-property-decorator-execution.utility.d.ts +0 -0
  2932. /package/dist/esm/{src/utility → utility}/dto/auto/context/pop.utility.d.ts +0 -0
  2933. /package/dist/esm/{src/utility → utility}/dto/generate/exception.utility.d.ts +0 -0
  2934. /package/dist/esm/{src/utility → utility}/error/exception.utility.d.ts +0 -0
  2935. /package/dist/esm/{src/utility → utility}/format-unknown-for-log.utility.d.ts +0 -0
  2936. /package/dist/esm/{src/utility → utility}/logger.utility.d.ts +0 -0
  2937. /package/dist/esm/{src/utility → utility}/queue-auto-context-retry.utility.d.ts +0 -0
  2938. /package/dist/esm/{src/utility → utility}/register-auto-dto-child.utility.d.ts +0 -0
  2939. /package/dist/esm/{src/validator → validator}/all-or-none-of-listed-properties.validator.d.ts +0 -0
  2940. /package/dist/esm/{src/validator → validator}/has/at/least/one/and-only-one-of-listed-properties.validator.d.ts +0 -0
  2941. /package/dist/esm/{src/validator → validator}/has/at/least/one/of-listed-properties.validator.d.ts +0 -0
  2942. /package/dist/esm/{src/validator → validator}/has/at/least/one/property.validator.d.ts +0 -0
  2943. /package/dist/esm/{src/validator → validator}/has/paired-custom-suffixes-fields.validator.d.ts +0 -0
  2944. /package/dist/esm/{src/validator → validator}/is-regular-expression.validator.d.ts +0 -0
  2945. /package/dist/esm/{src/validator → validator}/only-one-of-listed-properties.validator.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"default-string-format.constant.js","sources":["../../../../../../../../src/constant/interface/api/property/default-string-format.constant.ts"],"sourcesContent":[null],"names":["EApiPropertyStringType"],"mappings":"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"}
1
+ {"version":3,"file":"default-string-format.constant.js","sources":["../../../../../../../src/constant/interface/api/property/default-string-format.constant.ts"],"sourcesContent":[null],"names":["EApiPropertyStringType"],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export { DEFAULT_STRING_FORMAT_PROPERTY_API_INTERFACE_CONSTANT } from "./default-string-format.constant";
2
+ export { STRING_PROPERTY_API_INTERFACE_CONSTANT } from "./string.constant";
3
+ export { WALLET_PROPERTY_API_INTERFACE_CONSTANT } from "./wallet.constant";
@@ -1 +1 @@
1
- {"version":3,"file":"string.constant.js","sources":["../../../../../../../../src/constant/interface/api/property/string.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEA,MAAM,mBAAmB,GAAW,CAAC;AACrC,MAAM,iBAAiB,GAAW,CAAC;AACnC,MAAM,UAAU,GAAgB,CAAC;AACjC,MAAM,YAAY,GAAgB,CAAC;AAE5B,MAAM,sCAAsC,GAK/C;IACH,UAAU;IACV,YAAY;IACZ,iBAAiB;IACjB,mBAAmB;;;;;"}
1
+ {"version":3,"file":"string.constant.js","sources":["../../../../../../../src/constant/interface/api/property/string.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEA,MAAM,mBAAmB,GAAW,CAAC;AACrC,MAAM,iBAAiB,GAAW,CAAC;AACnC,MAAM,UAAU,GAAgB,CAAC;AACjC,MAAM,YAAY,GAAgB,CAAC;AAE5B,MAAM,sCAAsC,GAK/C;IACH,UAAU;IACV,YAAY;IACZ,iBAAiB;IACjB,mBAAmB;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"wallet.constant.js","sources":["../../../../../../../../src/constant/interface/api/property/wallet.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA,MAAM,OAAO,GAAW,cAAc;AACtC,MAAM,OAAO,GAAW,eAAe;AACvC,MAAM,OAAO,GAAW,cAAc;AAE/B,MAAM,sCAAsC,GAI/C;IACH,OAAO;IACP,OAAO;IACP,OAAO;;;;;"}
1
+ {"version":3,"file":"wallet.constant.js","sources":["../../../../../../../src/constant/interface/api/property/wallet.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA,MAAM,OAAO,GAAW,cAAc;AACtC,MAAM,OAAO,GAAW,eAAe;AACvC,MAAM,OAAO,GAAW,cAAc;AAE/B,MAAM,sCAAsC,GAI/C;IACH,OAAO;IACP,OAAO;IACP,OAAO;;;;;"}
@@ -0,0 +1 @@
1
+ export * from "./api";
@@ -1 +1 @@
1
- {"version":3,"file":"number.constant.js","sources":["../../../../../src/constant/number.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA,MAAM,gBAAgB,GAAW,CAAC;AAClC,MAAM,IAAI,GAAW,CAAC;AACtB,MAAM,GAAG,GAAW,CAAC;AACrB,MAAM,YAAY,GAAW,EAAE;AAC/B,MAAM,yBAAyB,GAAW,CAAC;AAC3C,MAAM,yBAAyB,GAAW,GAAG;AAC7C,MAAM,yBAAyB,GAAW,CAAC;AAC3C,MAAM,qBAAqB,GAAW,GAAG;AACzC,MAAM,oBAAoB,GAAW,CAAC;AACtC,MAAM,kBAAkB,GAAW,EAAE;AACrC,MAAM,kBAAkB,GAAW,CAAC;AACpC,MAAM,WAAW,GAAW,WAAc;AAC1C,MAAM,WAAW,GAAW,aAAa;AACzC,MAAM,UAAU,GAAW,mBAA0B;AACrD;AACA,MAAM,UAAU,GAAW,yBAAyB;AACpD,MAAM,sBAAsB,GAAW,IAAI;AAEpC,MAAM,eAAe,GAiBxB;IACH,yBAAyB;IACzB,UAAU;IACV,yBAAyB;IACzB,WAAW;IACX,sBAAsB;IACtB,UAAU;IACV,yBAAyB;IACzB,WAAW;IACX,YAAY;IACZ,GAAG;IACH,qBAAqB;IACrB,oBAAoB;IACpB,kBAAkB;IAClB,kBAAkB;IAClB,IAAI;IACJ,gBAAgB;;;;;"}
1
+ {"version":3,"file":"number.constant.js","sources":["../../../../src/constant/number.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA,MAAM,gBAAgB,GAAW,CAAC;AAClC,MAAM,IAAI,GAAW,CAAC;AACtB,MAAM,GAAG,GAAW,CAAC;AACrB,MAAM,YAAY,GAAW,EAAE;AAC/B,MAAM,yBAAyB,GAAW,CAAC;AAC3C,MAAM,yBAAyB,GAAW,GAAG;AAC7C,MAAM,yBAAyB,GAAW,CAAC;AAC3C,MAAM,qBAAqB,GAAW,GAAG;AACzC,MAAM,oBAAoB,GAAW,CAAC;AACtC,MAAM,kBAAkB,GAAW,EAAE;AACrC,MAAM,kBAAkB,GAAW,CAAC;AACpC,MAAM,WAAW,GAAW,WAAc;AAC1C,MAAM,WAAW,GAAW,aAAa;AACzC,MAAM,UAAU,GAAW,mBAA0B;AACrD;AACA,MAAM,UAAU,GAAW,yBAAyB;AACpD,MAAM,sBAAsB,GAAW,IAAI;AAEpC,MAAM,eAAe,GAiBxB;IACH,yBAAyB;IACzB,UAAU;IACV,yBAAyB;IACzB,WAAW;IACX,sBAAsB;IACtB,UAAU;IACV,yBAAyB;IACzB,WAAW;IACX,YAAY;IACZ,GAAG;IACH,qBAAqB;IACrB,oBAAoB;IACpB,kBAAkB;IAClB,kBAAkB;IAClB,IAAI;IACJ,gBAAgB;;;;;"}
@@ -0,0 +1,7 @@
1
+ import type { IDtoStrategy } from '../../../src/interface/class/index';
2
+ import type { IDtoGenerateFactory } from '../../../src/interface/dto-generate-factory.interface';
3
+ import { EApiDtoType, EApiPropertyDescribeType } from '../../../src/enum/decorator/api/index';
4
+ export declare const DTO_UTILITY_CONSTANT: {
5
+ readonly DTO_STRATEGIES: Record<EApiDtoType, IDtoStrategy>;
6
+ readonly PROPERTY_DECORATOR_FACTORIES: Record<EApiPropertyDescribeType, IDtoGenerateFactory<unknown>>;
7
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"constant.js","sources":["../../../../../../../src/constant/utility/dto/constant.ts"],"sourcesContent":[null],"names":["EApiDtoType","DtoStrategyBody","DtoStrategyRequest","DtoStrategyQuery","DtoStrategyResponse","EApiPropertyDescribeType","DtoPropertyFactoryBoolean","DtoPropertyFactoryDate","DtoPropertyFactoryEnum","DtoPropertyFactoryNumber","DtoPropertyFactoryObject","DtoPropertyFactoryRelation","DtoPropertyFactoryString","DtoPropertyFactoryUuid"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,MAAM,cAAc,GAAsC;AACzD,IAAA,CAACA,wBAAW,CAAC,IAAI,GAAG,IAAIC,0BAAe,EAAE;AACzC,IAAA,CAACD,wBAAW,CAAC,UAAU,GAAG,IAAIE,gCAAkB,EAAE;AAClD,IAAA,CAACF,wBAAW,CAAC,KAAK,GAAG,IAAIG,4BAAgB,EAAE;AAC3C,IAAA,CAACH,wBAAW,CAAC,QAAQ,GAAG,IAAII,kCAAmB,EAAE;CACjD;AAED,MAAM,4BAA4B,GAAmE;AACpG,IAAA,CAACC,yCAAwB,CAAC,OAAO,GAAG,IAAIC,uCAAyB,EAAE;AACnE,IAAA,CAACD,yCAAwB,CAAC,IAAI,GAAG,IAAIE,iCAAsB,EAAE;AAC7D,IAAA,CAACF,yCAAwB,CAAC,IAAI,GAAG,IAAIG,iCAAsB,EAAE;AAC7D,IAAA,CAACH,yCAAwB,CAAC,MAAM,GAAG,IAAII,qCAAwB,EAAE;AACjE,IAAA,CAACJ,yCAAwB,CAAC,MAAM,GAAG,IAAIK,qCAAwB,EAAE;AACjE,IAAA,CAACL,yCAAwB,CAAC,QAAQ,GAAG,IAAIM,yCAA0B,EAAE;AACrE,IAAA,CAACN,yCAAwB,CAAC,MAAM,GAAG,IAAIO,qCAAwB,EAAE;AACjE,IAAA,CAACP,yCAAwB,CAAC,IAAI,GAAG,IAAIQ,iCAAsB,EAAE;CAC7D;AAEM,MAAM,oBAAoB,GAG7B;IACH,cAAc;IACd,4BAA4B;;;;;"}
1
+ {"version":3,"file":"constant.js","sources":["../../../../../../src/constant/utility/dto/constant.ts"],"sourcesContent":[null],"names":["EApiDtoType","DtoStrategyBody","DtoStrategyRequest","DtoStrategyQuery","DtoStrategyResponse","EApiPropertyDescribeType","DtoPropertyFactoryBoolean","DtoPropertyFactoryDate","DtoPropertyFactoryEnum","DtoPropertyFactoryNumber","DtoPropertyFactoryObject","DtoPropertyFactoryRelation","DtoPropertyFactoryString","DtoPropertyFactoryUuid"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,MAAM,cAAc,GAAsC;AACzD,IAAA,CAACA,wBAAW,CAAC,IAAI,GAAG,IAAIC,0BAAe,EAAE;AACzC,IAAA,CAACD,wBAAW,CAAC,UAAU,GAAG,IAAIE,gCAAkB,EAAE;AAClD,IAAA,CAACF,wBAAW,CAAC,KAAK,GAAG,IAAIG,4BAAgB,EAAE;AAC3C,IAAA,CAACH,wBAAW,CAAC,QAAQ,GAAG,IAAII,kCAAmB,EAAE;CACjD;AAED,MAAM,4BAA4B,GAAmE;AACpG,IAAA,CAACC,yCAAwB,CAAC,OAAO,GAAG,IAAIC,uCAAyB,EAAE;AACnE,IAAA,CAACD,yCAAwB,CAAC,IAAI,GAAG,IAAIE,iCAAsB,EAAE;AAC7D,IAAA,CAACF,yCAAwB,CAAC,IAAI,GAAG,IAAIG,iCAAsB,EAAE;AAC7D,IAAA,CAACH,yCAAwB,CAAC,MAAM,GAAG,IAAII,qCAAwB,EAAE;AACjE,IAAA,CAACJ,yCAAwB,CAAC,MAAM,GAAG,IAAIK,qCAAwB,EAAE;AACjE,IAAA,CAACL,yCAAwB,CAAC,QAAQ,GAAG,IAAIM,yCAA0B,EAAE;AACrE,IAAA,CAACN,yCAAwB,CAAC,MAAM,GAAG,IAAIO,qCAAwB,EAAE;AACjE,IAAA,CAACP,yCAAwB,CAAC,IAAI,GAAG,IAAIQ,iCAAsB,EAAE;CAC7D;AAEM,MAAM,oBAAoB,GAG7B;IACH,cAAc;IACd,4BAA4B;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"generate.constant.js","sources":["../../../../../../../src/constant/utility/dto/generate.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA,MAAM,yBAAyB,GAAW,GAAG;AAC7C,MAAM,yBAAyB,GAAW,CAAC;AAEpC,MAAM,qBAAqB,GAA6E;IAC9G,yBAAyB;IACzB,yBAAyB;;;;;"}
1
+ {"version":3,"file":"generate.constant.js","sources":["../../../../../../src/constant/utility/dto/generate.constant.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA,MAAM,yBAAyB,GAAW,GAAG;AAC7C,MAAM,yBAAyB,GAAW,CAAC;AAEpC,MAAM,qBAAqB,GAA6E;IAC9G,yBAAyB;IACzB,yBAAyB;;;;;"}
@@ -0,0 +1,2 @@
1
+ export { DTO_UTILITY_CONSTANT } from "./constant";
2
+ export { DTO_GENERATE_CONSTANT } from "./generate.constant";
@@ -0,0 +1 @@
1
+ export * from "./dto";
@@ -0,0 +1 @@
1
+ export { VALIDATOR_HAS_PAIRED_CUSTOM_SUFFIXES_FIELDS_CONSTANT } from "../validator-has-paired-custom-suffixes-fields.constant";
@@ -0,0 +1,5 @@
1
+ import type { THasPairedCustomSuffixesFieldsOperationConfig } from '../src/type/validator/has-paired-custom-suffixes-fields/index';
2
+ import { EFilterOperation } from '../src/enum/filter/index';
3
+ export declare const VALIDATOR_HAS_PAIRED_CUSTOM_SUFFIXES_FIELDS_CONSTANT: {
4
+ readonly DEFAULT_OPERATION_CONFIGS: Record<EFilterOperation, THasPairedCustomSuffixesFieldsOperationConfig>;
5
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"validator-has-paired-custom-suffixes-fields.constant.js","sources":["../../../../../src/constant/validator-has-paired-custom-suffixes-fields.constant.ts"],"sourcesContent":[null],"names":["EFilterOperation","EHasPairedCustomSuffixesFieldsArgumentType"],"mappings":"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"}
1
+ {"version":3,"file":"validator-has-paired-custom-suffixes-fields.constant.js","sources":["../../../../src/constant/validator-has-paired-custom-suffixes-fields.constant.ts"],"sourcesContent":[null],"names":["EFilterOperation","EHasPairedCustomSuffixesFieldsArgumentType"],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import type { IApiBaseEntity } from '../../src/interface/api-base-entity.interface';
2
+ import type { IApiAuthorizationPolicySubscriberProperties } from '../../src/interface/class/api/authorization/policy/subscriber/properties.interface';
3
+ /**
4
+ * Decorator that registers a class as an authorization policy for a specific entity.
5
+ * @template E - Entity type extending IApiBaseEntity
6
+ * @param {IApiAuthorizationPolicySubscriberProperties<E>} properties - Policy properties.
7
+ * @returns {ClassDecorator} Class decorator registering metadata for discovery.
8
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-authorization/api-authorization-policy | API Reference - ApiAuthorizationPolicy}
9
+ */
10
+ export declare function ApiAuthorizationPolicy<E extends IApiBaseEntity>(properties: IApiAuthorizationPolicySubscriberProperties<E>): ClassDecorator;
@@ -1 +1 @@
1
- {"version":3,"file":"authorization-policy.decorator.js","sources":["../../../../../../src/decorator/api/authorization-policy.decorator.ts"],"sourcesContent":[null],"names":["AUTHORIZATION_POLICY_DECORATOR_CONSTANT"],"mappings":";;;;AAKA;;;;;;AAMG;AACG,SAAU,sBAAsB,CAA2B,UAA0D,EAAA;IAC1H,MAAM,kBAAkB,GAAW,UAAU,CAAC,QAAQ,IAAI,CAAA,EAAG,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,SAAS,GAAGA,0DAAuC,CAAC,wBAAwB,CAAA,CAAE;AAEpL,IAAA,MAAM,QAAQ,GAAmD;QAChE,KAAK,EAAE,UAAU,CAAC,KAAK;QACvB,WAAW,EAAE,UAAU,CAAC,WAAW;QACnC,MAAM,EAAE,UAAU,CAAC,MAAM;AACzB,QAAA,QAAQ,EAAE,kBAAkB;AAC5B,QAAA,QAAQ,EAAE,UAAU,CAAC,QAAQ,IAAI,CAAC;KAClC;IAED,OAAO,CAAC,MAAc,KAAI;QACzB,OAAO,CAAC,cAAc,CAACA,0DAAuC,CAAC,YAAY,EAAE,QAAQ,EAAE,MAAM,CAAC;AAC/F,IAAA,CAAC;AACF;;;;"}
1
+ {"version":3,"file":"authorization-policy.decorator.js","sources":["../../../../../src/decorator/api/authorization-policy.decorator.ts"],"sourcesContent":[null],"names":["AUTHORIZATION_POLICY_DECORATOR_CONSTANT"],"mappings":";;;;AAKA;;;;;;AAMG;AACG,SAAU,sBAAsB,CAA2B,UAA0D,EAAA;IAC1H,MAAM,kBAAkB,GAAW,UAAU,CAAC,QAAQ,IAAI,CAAA,EAAG,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,SAAS,GAAGA,0DAAuC,CAAC,wBAAwB,CAAA,CAAE;AAEpL,IAAA,MAAM,QAAQ,GAAmD;QAChE,KAAK,EAAE,UAAU,CAAC,KAAK;QACvB,WAAW,EAAE,UAAU,CAAC,WAAW;QACnC,MAAM,EAAE,UAAU,CAAC,MAAM;AACzB,QAAA,QAAQ,EAAE,kBAAkB;AAC5B,QAAA,QAAQ,EAAE,UAAU,CAAC,QAAQ,IAAI,CAAC;KAClC;IAED,OAAO,CAAC,MAAc,KAAI;QACzB,OAAO,CAAC,cAAc,CAACA,0DAAuC,CAAC,YAAY,EAAE,QAAQ,EAAE,MAAM,CAAC;AAC/F,IAAA,CAAC;AACF;;;;"}
@@ -0,0 +1,27 @@
1
+ import type { IApiBaseEntity } from '../../../src/interface/api-base-entity.interface';
2
+ import type { IApiControllerProperties } from '../../../src/interface/decorator/api/index';
3
+ import type { TApiControllerConstructor } from '../../../src/type/decorator/api/controller/index';
4
+ /**
5
+ * Automatically generates CRUD endpoints for an entity.
6
+ * @param {IApiControllerProperties<E>} options - The controller properties
7
+ * @returns {TApiControllerConstructor} The controller constructor
8
+ * @template E - The entity type
9
+ * @example
10
+ * ```typescript
11
+ * @ApiController<UserEntity>({
12
+ * entity: UserEntity,
13
+ * name: "Users",
14
+ * routes: {
15
+ * [EApiRouteType.CREATE]: {},
16
+ * [EApiRouteType.GET]: {},
17
+ * [EApiRouteType.GET_LIST]: {},
18
+ * [EApiRouteType.UPDATE]: {},
19
+ * [EApiRouteType.DELETE]: {},
20
+ * },
21
+ * })
22
+ * export class UserController {}
23
+ * ```
24
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-controller/api-controller | API Reference - ApiController}
25
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/core-concepts/controllers | Core Concepts - Controllers}
26
+ */
27
+ export declare const ApiController: <E extends IApiBaseEntity>(options: IApiControllerProperties<E>) => <T extends TApiControllerConstructor>(target: T) => T;
@@ -1 +1 @@
1
- {"version":3,"file":"decorator.js","sources":["../../../../../../../src/decorator/api/controller/decorator.ts"],"sourcesContent":[null],"names":["ApiControllerFactory"],"mappings":";;;;AAMA;;;;;;;;;;;;;;;;;;;;;;AAsBG;AACI,MAAM,aAAa,GACzB,CAA2B,OAAoC,KAC/D,CAAsC,MAAS,KAAO;IACrD,MAAM,OAAO,GAA4B,IAAIA,0CAAoB,CAAI,MAAM,EAAE,OAAO,CAAC;IACrF,OAAO,CAAC,IAAI,EAAE;;AAGd,IAAA,MAAM,mBAAmB,GAA2D,cAAc,MAAM,CAAA;;AAEvG,QAAA,WAAA,CAAY,GAAG,UAAe,EAAA;;AAE7B,YAAA,KAAK,CAAC,GAAG,UAAU,CAAC;QACrB;KACA;AACD,IAAA,MAAM,CAAC,cAAc,CAAC,mBAAmB,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;AAE1E,IAAA,OAAO,mBAAwB;AAChC;;;;"}
1
+ {"version":3,"file":"decorator.js","sources":["../../../../../../src/decorator/api/controller/decorator.ts"],"sourcesContent":[null],"names":["ApiControllerFactory"],"mappings":";;;;AAMA;;;;;;;;;;;;;;;;;;;;;;AAsBG;AACI,MAAM,aAAa,GACzB,CAA2B,OAAoC,KAC/D,CAAsC,MAAS,KAAO;IACrD,MAAM,OAAO,GAA4B,IAAIA,0CAAoB,CAAI,MAAM,EAAE,OAAO,CAAC;IACrF,OAAO,CAAC,IAAI,EAAE;;AAGd,IAAA,MAAM,mBAAmB,GAA2D,cAAc,MAAM,CAAA;;AAEvG,QAAA,WAAA,CAAY,GAAG,UAAe,EAAA;;AAE7B,YAAA,KAAK,CAAC,GAAG,UAAU,CAAC;QACrB;KACA;AACD,IAAA,MAAM,CAAC,cAAc,CAAC,mBAAmB,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;AAE1E,IAAA,OAAO,mBAAwB;AAChC;;;;"}
@@ -0,0 +1,3 @@
1
+ export { ApiController } from "./decorator";
2
+ export { ApiControllerObservable } from "./observable.decorator";
3
+ export { ApiControllerSecurable } from "./securable.decorator";
@@ -1 +1 @@
1
- {"version":3,"file":"observable.decorator.js","sources":["../../../../../../../src/decorator/api/controller/observable.decorator.ts"],"sourcesContent":[null],"names":["CONTROLLER_API_DECORATOR_CONSTANT"],"mappings":";;;;AAEA;;;;;AAKG;SACa,uBAAuB,GAAA;IACtC,OAAO,CAAC,MAAc,KAAI;QACzB,OAAO,CAAC,cAAc,CAACA,qDAAiC,CAAC,uBAAuB,EAAE,IAAI,EAAE,MAAM,CAAC;AAChG,IAAA,CAAC;AACF;;;;"}
1
+ {"version":3,"file":"observable.decorator.js","sources":["../../../../../../src/decorator/api/controller/observable.decorator.ts"],"sourcesContent":[null],"names":["CONTROLLER_API_DECORATOR_CONSTANT"],"mappings":";;;;AAEA;;;;;AAKG;SACa,uBAAuB,GAAA;IACtC,OAAO,CAAC,MAAc,KAAI;QACzB,OAAO,CAAC,cAAc,CAACA,qDAAiC,CAAC,uBAAuB,EAAE,IAAI,EAAE,MAAM,CAAC;AAChG,IAAA,CAAC;AACF;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"securable.decorator.js","sources":["../../../../../../../src/decorator/api/controller/securable.decorator.ts"],"sourcesContent":[null],"names":["CONTROLLER_API_DECORATOR_CONSTANT"],"mappings":";;;;AAEA;;;;;AAKG;SACa,sBAAsB,GAAA;IACrC,OAAO,CAAC,MAAc,KAAI;QACzB,OAAO,CAAC,cAAc,CAACA,qDAAiC,CAAC,sBAAsB,EAAE,IAAI,EAAE,MAAM,CAAC;AAC/F,IAAA,CAAC;AACF;;;;"}
1
+ {"version":3,"file":"securable.decorator.js","sources":["../../../../../../src/decorator/api/controller/securable.decorator.ts"],"sourcesContent":[null],"names":["CONTROLLER_API_DECORATOR_CONSTANT"],"mappings":";;;;AAEA;;;;;AAKG;SACa,sBAAsB,GAAA;IACrC,OAAO,CAAC,MAAc,KAAI;QACzB,OAAO,CAAC,cAAc,CAACA,qDAAiC,CAAC,sBAAsB,EAAE,IAAI,EAAE,MAAM,CAAC;AAC/F,IAAA,CAAC;AACF;;;;"}
@@ -0,0 +1,10 @@
1
+ import type { IApiBaseEntity } from '../../../src/interface/api-base-entity.interface';
2
+ import type { IApiFunctionProperties } from '../../../src/interface/decorator/api/index';
3
+ /**
4
+ * Creates a decorator that adds entity creation functionality to a service method
5
+ * @template E The entity type
6
+ * @param {IApiFunctionProperties<E>} properties - Configuration properties for the create function
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A decorator function that modifies the target method to handle entity creation
8
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-function/api-function-create | API Reference - ApiFunctionCreate}
9
+ */
10
+ export declare function ApiFunctionCreate<E extends IApiBaseEntity>(properties: IApiFunctionProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"create.decorator.js","sources":["../../../../../../../src/decorator/api/function/create.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","DatabaseTypeOrmIsForeignKeyViolation","DatabaseTypeOrmGetForeignKeyViolationDetails","EApiExceptionDetailsType","BadRequestException","HttpStatus","DatabaseTypeOrmIsUniqueViolation","DatabaseTypeOrmGetUniqueViolationDetails","ConflictException","HttpException","LoggerUtility"],"mappings":"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"}
1
+ {"version":3,"file":"create.decorator.js","sources":["../../../../../../src/decorator/api/function/create.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","DatabaseTypeOrmIsForeignKeyViolation","DatabaseTypeOrmGetForeignKeyViolationDetails","EApiExceptionDetailsType","BadRequestException","HttpStatus","DatabaseTypeOrmIsUniqueViolation","DatabaseTypeOrmGetUniqueViolationDetails","ConflictException","HttpException","LoggerUtility"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import type { IApiBaseEntity } from '../../../src/interface/api-base-entity.interface';
2
+ import type { IApiFunctionCustomProperties } from '../../../src/interface/decorator/api/function/index';
3
+ /**
4
+ * Creates a decorator that executes custom service functions through the ApiFunction runtime.
5
+ * @template E - Entity type handled by the decorated service.
6
+ * @param {IApiFunctionCustomProperties<E>} properties - Custom function configuration and lifecycle metadata.
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A method decorator that wraps the original function.
8
+ */
9
+ export declare function ApiFunctionCustom<E extends IApiBaseEntity>(properties: IApiFunctionCustomProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"custom.decorator.js","sources":["../../../../../../../src/decorator/api/function/custom.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionCustomRuntime"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAOA;;;;;AAKG;AACG,SAAU,iBAAiB,CAA2B,UAA2C,EAAA;IACtG,MAAM,eAAe,GAAgC,UAAU,CAAC,WAAW,EAAE,IAAI,IAAIA,wDAA2B,CAAC,QAAQ;AAEzH,IAAA,OAAO,UAAU,OAAgB,EAAE,YAAoB,EAAE,UAA8B,EAAA;AACtF,QAAA,MAAM,cAAc,GAAwD,UAAU,CAAC,KAA4D;AAEnJ,QAAA,UAAU,CAAC,KAAK,GAAG,gBAAqD,GAAG,iBAAiC,EAAA;AAC3G,YAAA,OAAO,MAAMC,4CAAwB,CAAC,OAAO,CAAC;gBAC7C,iBAAiB;gBACjB,cAAc;gBACd,UAAU;AACV,gBAAA,MAAM,EAAE,IAAI;gBACZ,eAAe;AACf,aAAA,CAAC;AACH,QAAA,CAAC;AAED,QAAA,OAAO,UAAU;AAClB,IAAA,CAAC;AACF;;;;"}
1
+ {"version":3,"file":"custom.decorator.js","sources":["../../../../../../src/decorator/api/function/custom.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionCustomRuntime"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAOA;;;;;AAKG;AACG,SAAU,iBAAiB,CAA2B,UAA2C,EAAA;IACtG,MAAM,eAAe,GAAgC,UAAU,CAAC,WAAW,EAAE,IAAI,IAAIA,wDAA2B,CAAC,QAAQ;AAEzH,IAAA,OAAO,UAAU,OAAgB,EAAE,YAAoB,EAAE,UAA8B,EAAA;AACtF,QAAA,MAAM,cAAc,GAAwD,UAAU,CAAC,KAA4D;AAEnJ,QAAA,UAAU,CAAC,KAAK,GAAG,gBAAqD,GAAG,iBAAiC,EAAA;AAC3G,YAAA,OAAO,MAAMC,4CAAwB,CAAC,OAAO,CAAC;gBAC7C,iBAAiB;gBACjB,cAAc;gBACd,UAAU;AACV,gBAAA,MAAM,EAAE,IAAI;gBACZ,eAAe;AACf,aAAA,CAAC;AACH,QAAA,CAAC;AAED,QAAA,OAAO,UAAU;AAClB,IAAA,CAAC;AACF;;;;"}
@@ -0,0 +1,11 @@
1
+ import type { IApiBaseEntity } from '../../../src/interface/api-base-entity.interface';
2
+ import type { TApiFunctionProperties } from '../../../src/type/decorator/api/function/index';
3
+ /**
4
+ * Main decorator factory for API service functions that selects and applies the appropriate function decorator
5
+ * based on the specified type (create, update, delete, get, getList, getMany)
6
+ * @param {TApiFunctionProperties<E>} properties - Configuration properties for the API function
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A decorator function that applies the appropriate function decorator
8
+ * @template E - The entity type for the API function
9
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-function/api-function | API Reference - ApiFunction}
10
+ */
11
+ export declare function ApiFunction<E extends IApiBaseEntity, R>(properties: TApiFunctionProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"decorator.js","sources":["../../../../../../../src/decorator/api/function/decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionType","ApiFunctionCreate","ApiFunctionCustom","ApiFunctionDelete","ApiFunctionGet","ApiFunctionGetList","ApiFunctionGetMany","ApiFunctionUpdate","ErrorException"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeA;;;;;;;AAOG;AACH;AACM,SAAU,WAAW,CAA8B,UAAqC,EAAA;AAC7F,IAAA,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,GAA8B,UAAU;AAE9D,IAAA,OAAO,UAAU,OAAgB,EAAE,WAAmB,EAAE,UAA8B,EAAA;AACrF,QAAA,MAAM,cAAc,GAAY,UAAU,CAAC,KAAK;;AAGhD,QAAA,UAAU,CAAC,KAAK,GAAG,UAA+C,GAAG,UAA0B,EAAA;AAC9F,YAAA,IAAI,iBAA+G;YAEnH,QAAQ,IAAI;AACX,gBAAA,KAAKA,kCAAgB,CAAC,MAAM,EAAE;AAC7B,oBAAA,iBAAiB,GAAGC,kCAAiB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEtF;gBACD;AAEA,gBAAA,KAAKD,kCAAgB,CAAC,MAAM,EAAE;oBAC7B,iBAAiB,GAAGE,kCAAiB,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,IAAI,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEhI;gBACD;AAEA,gBAAA,KAAKF,kCAAgB,CAAC,MAAM,EAAE;AAC7B,oBAAA,iBAAiB,GAAGG,kCAAiB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEtF;gBACD;AAEA,gBAAA,KAAKH,kCAAgB,CAAC,GAAG,EAAE;AAC1B,oBAAA,iBAAiB,GAAGI,wBAAc,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEnF;gBACD;AAEA,gBAAA,KAAKJ,kCAAgB,CAAC,QAAQ,EAAE;AAC/B,oBAAA,iBAAiB,GAAGK,iCAAkB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEvF;gBACD;AAEA,gBAAA,KAAKL,kCAAgB,CAAC,QAAQ,EAAE;AAC/B,oBAAA,iBAAiB,GAAGM,iCAAkB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEvF;gBACD;AAEA,gBAAA,KAAKN,kCAAgB,CAAC,MAAM,EAAE;AAC7B,oBAAA,iBAAiB,GAAGO,kCAAiB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEtF;gBACD;gBAEA,SAAS;AACR,oBAAA,MAAMC,gCAAc,CAAC,sBAAsB,CAAC;gBAC7C;;AAGD,YAAA,MAAM,kBAAkB,GAAuB,iBAAiB,CAAC,IAAI,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC;AAC9G,YAAA,MAAM,cAAc,GAA0C,kBAAkB,CAAC,KAA8C;YAE/H,OAAO,cAAc,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,CAAC;AAC9C,QAAA,CAAC;AAED,QAAA,OAAO,UAAU;AAClB,IAAA,CAAC;AACF;;;;"}
1
+ {"version":3,"file":"decorator.js","sources":["../../../../../../src/decorator/api/function/decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionType","ApiFunctionCreate","ApiFunctionCustom","ApiFunctionDelete","ApiFunctionGet","ApiFunctionGetList","ApiFunctionGetMany","ApiFunctionUpdate","ErrorException"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeA;;;;;;;AAOG;AACH;AACM,SAAU,WAAW,CAA8B,UAAqC,EAAA;AAC7F,IAAA,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,GAA8B,UAAU;AAE9D,IAAA,OAAO,UAAU,OAAgB,EAAE,WAAmB,EAAE,UAA8B,EAAA;AACrF,QAAA,MAAM,cAAc,GAAY,UAAU,CAAC,KAAK;;AAGhD,QAAA,UAAU,CAAC,KAAK,GAAG,UAA+C,GAAG,UAA0B,EAAA;AAC9F,YAAA,IAAI,iBAA+G;YAEnH,QAAQ,IAAI;AACX,gBAAA,KAAKA,kCAAgB,CAAC,MAAM,EAAE;AAC7B,oBAAA,iBAAiB,GAAGC,kCAAiB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEtF;gBACD;AAEA,gBAAA,KAAKD,kCAAgB,CAAC,MAAM,EAAE;oBAC7B,iBAAiB,GAAGE,kCAAiB,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,IAAI,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEhI;gBACD;AAEA,gBAAA,KAAKF,kCAAgB,CAAC,MAAM,EAAE;AAC7B,oBAAA,iBAAiB,GAAGG,kCAAiB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEtF;gBACD;AAEA,gBAAA,KAAKH,kCAAgB,CAAC,GAAG,EAAE;AAC1B,oBAAA,iBAAiB,GAAGI,wBAAc,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEnF;gBACD;AAEA,gBAAA,KAAKJ,kCAAgB,CAAC,QAAQ,EAAE;AAC/B,oBAAA,iBAAiB,GAAGK,iCAAkB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEvF;gBACD;AAEA,gBAAA,KAAKL,kCAAgB,CAAC,QAAQ,EAAE;AAC/B,oBAAA,iBAAiB,GAAGM,iCAAkB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEvF;gBACD;AAEA,gBAAA,KAAKN,kCAAgB,CAAC,MAAM,EAAE;AAC7B,oBAAA,iBAAiB,GAAGO,kCAAiB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC;oBAEtF;gBACD;gBAEA,SAAS;AACR,oBAAA,MAAMC,gCAAc,CAAC,sBAAsB,CAAC;gBAC7C;;AAGD,YAAA,MAAM,kBAAkB,GAAuB,iBAAiB,CAAC,IAAI,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC;AAC9G,YAAA,MAAM,cAAc,GAA0C,kBAAkB,CAAC,KAA8C;YAE/H,OAAO,cAAc,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,CAAC;AAC9C,QAAA,CAAC;AAED,QAAA,OAAO,UAAU;AAClB,IAAA,CAAC;AACF;;;;"}
@@ -0,0 +1,10 @@
1
+ import type { IApiBaseEntity } from '../../../src/interface/api-base-entity.interface';
2
+ import type { IApiFunctionProperties } from '../../../src/interface/decorator/api/index';
3
+ /**
4
+ * Creates a decorator that adds entity deletion functionality to a service method
5
+ * @template E The entity type
6
+ * @param {IApiFunctionProperties<E>} properties - Configuration properties for the delete function
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A decorator function that modifies the target method to handle entity deletion
8
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-function/api-function-delete | API Reference - ApiFunctionDelete}
9
+ */
10
+ export declare function ApiFunctionDelete<E extends IApiBaseEntity>(properties: IApiFunctionProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"delete.decorator.js","sources":["../../../../../../../src/decorator/api/function/delete.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionGet","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","DatabaseTypeOrmIsForeignKeyViolation","DatabaseTypeOrmGetForeignKeyViolationDetails","EApiExceptionDetailsType","BadRequestException","HttpStatus","HttpException","LoggerUtility"],"mappings":"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"}
1
+ {"version":3,"file":"delete.decorator.js","sources":["../../../../../../src/decorator/api/function/delete.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionGet","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","DatabaseTypeOrmIsForeignKeyViolation","DatabaseTypeOrmGetForeignKeyViolationDetails","EApiExceptionDetailsType","BadRequestException","HttpStatus","HttpException","LoggerUtility"],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import type { IApiBaseEntity } from '../../../../src/interface/api-base-entity.interface';
2
+ import type { IApiFunctionProperties } from '../../../../src/interface/decorator/api/index';
3
+ /**
4
+ * Creates a decorator that adds single entity retrieval functionality to a service method
5
+ * @template E The entity type
6
+ * @param {IApiFunctionProperties<E>} properties - Configuration properties for the get function
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A decorator function that modifies the target method to handle single entity retrieval
8
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-function/api-function-get | API Reference - ApiFunctionGet}
9
+ */
10
+ export declare function ApiFunctionGet<E extends IApiBaseEntity>(properties: IApiFunctionProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"decorator.js","sources":["../../../../../../../../src/decorator/api/function/get/decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityNotFound","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","HttpException","LoggerUtility"],"mappings":"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"}
1
+ {"version":3,"file":"decorator.js","sources":["../../../../../../../src/decorator/api/function/get/decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityNotFound","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","HttpException","LoggerUtility"],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export { ApiFunctionGet } from "./decorator";
2
+ export { ApiFunctionGetList } from "./list.decorator";
3
+ export { ApiFunctionGetMany } from "./many.decorator";
@@ -0,0 +1,10 @@
1
+ import type { IApiBaseEntity } from '../../../../src/interface/api-base-entity.interface';
2
+ import type { IApiFunctionProperties } from '../../../../src/interface/decorator/api/index';
3
+ /**
4
+ * Creates a decorator that adds entity list retrieval functionality to a service method
5
+ * @template E The entity type
6
+ * @param {IApiFunctionProperties<E>} properties - Configuration properties for the get-list function
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A decorator function that modifies the target method to handle entity list retrieval
8
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-function/api-function-get-list | API Reference - ApiFunctionGetList}
9
+ */
10
+ export declare function ApiFunctionGetList<E extends IApiBaseEntity>(properties: IApiFunctionProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"list.decorator.js","sources":["../../../../../../../../src/decorator/api/function/get/list.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","HttpException","LoggerUtility"],"mappings":"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"}
1
+ {"version":3,"file":"list.decorator.js","sources":["../../../../../../../src/decorator/api/function/get/list.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","HttpException","LoggerUtility"],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import type { IApiBaseEntity } from '../../../../src/interface/api-base-entity.interface';
2
+ import type { IApiFunctionProperties } from '../../../../src/interface/decorator/api/index';
3
+ /**
4
+ * Creates a decorator that adds functionality to retrieve multiple entities to a service method
5
+ * @template E The entity type
6
+ * @param {IApiFunctionProperties<E>} properties - Configuration properties for the get-many function
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A decorator function that modifies the target method to handle retrieving multiple entities
8
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-function/api-function-get-many | API Reference - ApiFunctionGetMany}
9
+ */
10
+ export declare function ApiFunctionGetMany<E extends IApiBaseEntity>(properties: IApiFunctionProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"many.decorator.js","sources":["../../../../../../../../src/decorator/api/function/get/many.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","HttpException","LoggerUtility"],"mappings":"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"}
1
+ {"version":3,"file":"many.decorator.js","sources":["../../../../../../../src/decorator/api/function/get/many.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","HttpException","LoggerUtility"],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ export { ApiFunctionCreate } from "./create.decorator";
2
+ export { ApiFunctionCustom } from "./custom.decorator";
3
+ export { ApiFunction } from "./decorator";
4
+ export { ApiFunctionDelete } from "./delete.decorator";
5
+ export * from "./get";
6
+ export { ApiFunctionUpdate } from "./update.decorator";
@@ -0,0 +1,10 @@
1
+ import type { IApiBaseEntity } from '../../../src/interface/api-base-entity.interface';
2
+ import type { IApiFunctionProperties } from '../../../src/interface/decorator/api/function/index';
3
+ /**
4
+ * Creates a decorator that adds entity update functionality to a service method
5
+ * @template E The entity type
6
+ * @param {IApiFunctionProperties<E>} properties - Configuration properties for the update function
7
+ * @returns {(target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor} A decorator function that modifies the target method to handle entity updates
8
+ * @see {@link https://elsikora.com/docs/nestjs-crud-automator/api-reference/decorators/api-function/api-function-update | API Reference - ApiFunctionUpdate}
9
+ */
10
+ export declare function ApiFunctionUpdate<E extends IApiBaseEntity>(properties: IApiFunctionProperties<E>): (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1 +1 @@
1
- {"version":3,"file":"update.decorator.js","sources":["../../../../../../../src/decorator/api/function/update.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionGet","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","DatabaseTypeOrmIsForeignKeyViolation","DatabaseTypeOrmGetForeignKeyViolationDetails","EApiExceptionDetailsType","BadRequestException","HttpStatus","DatabaseTypeOrmIsUniqueViolation","DatabaseTypeOrmGetUniqueViolationDetails","ConflictException","HttpException","LoggerUtility"],"mappings":"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"}
1
+ {"version":3,"file":"update.decorator.js","sources":["../../../../../../src/decorator/api/function/update.decorator.ts"],"sourcesContent":[null],"names":["EApiFunctionTransactionMode","ApiFunctionGet","ApiFunctionExecuteWithTransaction","EApiFunctionType","ApiSubscriberExecutor","EApiSubscriberOnType","ErrorException","ApiFunctionContextStorage","DatabaseTypeOrmIsEntityNotFound","NotFoundException","ErrorString","EErrorStringAction","DatabaseTypeOrmIsEntityMetadataNotFound","InternalServerErrorException","DatabaseTypeOrmIsForeignKeyViolation","DatabaseTypeOrmGetForeignKeyViolationDetails","EApiExceptionDetailsType","BadRequestException","HttpStatus","DatabaseTypeOrmIsUniqueViolation","DatabaseTypeOrmGetUniqueViolationDetails","ConflictException","HttpException","LoggerUtility"],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ export * from "./authorization-policy.decorator";
2
+ export * from "./controller";
3
+ export * from "./function";
4
+ export * from "./method.decorator";
5
+ export * from "./property";
6
+ export { ApiRouteCustom } from "./route-custom.decorator";
7
+ export * from "./service";
8
+ export * from "./subscriber";
@@ -0,0 +1,9 @@
1
+ import type { IApiBaseEntity } from '../../src/interface/api-base-entity.interface';
2
+ import type { IApiMethodProperties } from '../../src/interface/decorator/api/index';
3
+ /**
4
+ * Composes Nest route, Swagger, throttling, authentication, and route metadata decorators.
5
+ * @template E - Entity type represented by the route metadata.
6
+ * @param {IApiMethodProperties<E>} options - Route metadata used to build the composed method decorator.
7
+ * @returns {MethodDecorator} A decorator for a controller method.
8
+ */
9
+ export declare function ApiMethod<E extends IApiBaseEntity>(options: IApiMethodProperties<E>): MethodDecorator;
@@ -1 +1 @@
1
- {"version":3,"file":"method.decorator.js","sources":["../../../../../../src/decorator/api/method.decorator.ts"],"sourcesContent":[null],"names":["EApiRouteType","SetMetadata","METHOD_API_DECORATOR_CONSTANT","ApiOperation","ApiResponse","HttpCode","HttpStatus","Throttle","ApiUnauthorizedResponse","DtoGenerateException","ApiForbiddenResponse","ApiInternalServerErrorResponse","ApiNotFoundResponse","ApiBadRequestResponse","ApiConflictResponse","ApiTooManyRequestsResponse","RequestMethod","Delete","Get","Patch","Post","Put","ErrorException","ApiBearerAuth","ApiSecurity","ApiAuthorizationGuard","UseGuards","applyDecorators"],"mappings":"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"}
1
+ {"version":3,"file":"method.decorator.js","sources":["../../../../../src/decorator/api/method.decorator.ts"],"sourcesContent":[null],"names":["EApiRouteType","SetMetadata","METHOD_API_DECORATOR_CONSTANT","ApiOperation","ApiResponse","HttpCode","HttpStatus","Throttle","ApiUnauthorizedResponse","DtoGenerateException","ApiForbiddenResponse","ApiInternalServerErrorResponse","ApiNotFoundResponse","ApiBadRequestResponse","ApiConflictResponse","ApiTooManyRequestsResponse","RequestMethod","Delete","Get","Patch","Post","Put","ErrorException","ApiBearerAuth","ApiSecurity","ApiAuthorizationGuard","UseGuards","applyDecorators"],"mappings":"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"}