@contember/engine-content-api 2.1.0-alpha.9 → 2.1.0-beta.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 (1019) hide show
  1. package/CLAUDE.md +54 -0
  2. package/dist/development/index.cjs +0 -2
  3. package/dist/development/index.cjs.map +1 -1
  4. package/dist/development/index.js +0 -2
  5. package/dist/development/index.js.map +1 -1
  6. package/dist/development/src/ExecutionContainer.cjs +82 -29
  7. package/dist/development/src/ExecutionContainer.cjs.map +1 -1
  8. package/dist/development/src/ExecutionContainer.js +82 -29
  9. package/dist/development/src/ExecutionContainer.js.map +1 -1
  10. package/dist/development/src/acl/Authorizator.cjs.map +1 -1
  11. package/dist/development/src/acl/Authorizator.js.map +1 -1
  12. package/dist/development/src/acl/EvaluatedPredicateReplacer.cjs.map +1 -1
  13. package/dist/development/src/acl/EvaluatedPredicateReplacer.js.map +1 -1
  14. package/dist/development/src/acl/PermissionFactory.cjs.map +1 -1
  15. package/dist/development/src/acl/PermissionFactory.js.map +1 -1
  16. package/dist/development/src/acl/PredicateFactory.cjs.map +1 -1
  17. package/dist/development/src/acl/PredicateFactory.js.map +1 -1
  18. package/dist/development/src/acl/PredicatesInjector.cjs +101 -12
  19. package/dist/development/src/acl/PredicatesInjector.cjs.map +1 -1
  20. package/dist/development/src/acl/PredicatesInjector.js +101 -12
  21. package/dist/development/src/acl/PredicatesInjector.js.map +1 -1
  22. package/dist/development/src/acl/VariableInjector.cjs.map +1 -1
  23. package/dist/development/src/acl/VariableInjector.js.map +1 -1
  24. package/dist/development/src/acl/VariableUtils.cjs.map +1 -1
  25. package/dist/development/src/acl/VariableUtils.js.map +1 -1
  26. package/dist/development/src/exception.cjs.map +1 -1
  27. package/dist/development/src/exception.js.map +1 -1
  28. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.cjs.map +1 -1
  29. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.js.map +1 -1
  30. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.cjs.map +1 -1
  31. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.js.map +1 -1
  32. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs +4 -4
  33. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs.map +1 -1
  34. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js +4 -4
  35. package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js.map +1 -1
  36. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.cjs.map +1 -1
  37. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.js.map +1 -1
  38. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.cjs.map +1 -1
  39. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.js.map +1 -1
  40. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.cjs.map +1 -1
  41. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.js.map +1 -1
  42. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.cjs.map +1 -1
  43. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.js.map +1 -1
  44. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.cjs.map +1 -1
  45. package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.js.map +1 -1
  46. package/dist/development/src/input-validation/ColumnValueResolver.cjs.map +1 -1
  47. package/dist/development/src/input-validation/ColumnValueResolver.js.map +1 -1
  48. package/dist/development/src/input-validation/EntityRulesResolver.cjs.map +1 -1
  49. package/dist/development/src/input-validation/EntityRulesResolver.js.map +1 -1
  50. package/dist/development/src/input-validation/QueryAstFactory.cjs.map +1 -1
  51. package/dist/development/src/input-validation/QueryAstFactory.js.map +1 -1
  52. package/dist/development/src/input-validation/ValidationContext.cjs.map +1 -1
  53. package/dist/development/src/input-validation/ValidationContext.js.map +1 -1
  54. package/dist/development/src/input-validation/ValidationDataSelector.cjs.map +1 -1
  55. package/dist/development/src/input-validation/ValidationDataSelector.js.map +1 -1
  56. package/dist/development/src/input-validation/ValidationEvaluation.cjs.map +1 -1
  57. package/dist/development/src/input-validation/ValidationEvaluation.js.map +1 -1
  58. package/dist/development/src/input-validation/ValidationPath.cjs.map +1 -1
  59. package/dist/development/src/input-validation/ValidationPath.js.map +1 -1
  60. package/dist/development/src/input-validation/dependencies/DependencyCollector.cjs +3 -3
  61. package/dist/development/src/input-validation/dependencies/DependencyCollector.cjs.map +1 -1
  62. package/dist/development/src/input-validation/dependencies/DependencyCollector.js +3 -3
  63. package/dist/development/src/input-validation/dependencies/DependencyCollector.js.map +1 -1
  64. package/dist/development/src/input-validation/dependencies/DependencyMerger.cjs.map +1 -1
  65. package/dist/development/src/input-validation/dependencies/DependencyMerger.js.map +1 -1
  66. package/dist/development/src/input-validation/preValidation/CreateInputPreValidationProcessor.cjs.map +1 -1
  67. package/dist/development/src/input-validation/preValidation/CreateInputPreValidationProcessor.js.map +1 -1
  68. package/dist/development/src/input-validation/preValidation/InputPreValidator.cjs +2 -4
  69. package/dist/development/src/input-validation/preValidation/InputPreValidator.cjs.map +1 -1
  70. package/dist/development/src/input-validation/preValidation/InputPreValidator.js +2 -4
  71. package/dist/development/src/input-validation/preValidation/InputPreValidator.js.map +1 -1
  72. package/dist/development/src/input-validation/preValidation/UpdateInputPreValidationProcessor.cjs.map +1 -1
  73. package/dist/development/src/input-validation/preValidation/UpdateInputPreValidationProcessor.js.map +1 -1
  74. package/dist/development/src/inputProcessing/CreateInputVisitor.cjs +6 -4
  75. package/dist/development/src/inputProcessing/CreateInputVisitor.cjs.map +1 -1
  76. package/dist/development/src/inputProcessing/CreateInputVisitor.js +6 -4
  77. package/dist/development/src/inputProcessing/CreateInputVisitor.js.map +1 -1
  78. package/dist/development/src/inputProcessing/FieldNode.cjs.map +1 -1
  79. package/dist/development/src/inputProcessing/FieldNode.js.map +1 -1
  80. package/dist/development/src/inputProcessing/ObjectNode.cjs.map +1 -1
  81. package/dist/development/src/inputProcessing/ObjectNode.js.map +1 -1
  82. package/dist/development/src/inputProcessing/UniqueWhereExpander.cjs.map +1 -1
  83. package/dist/development/src/inputProcessing/UniqueWhereExpander.js.map +1 -1
  84. package/dist/development/src/inputProcessing/UpdateInputVisitor.cjs +7 -5
  85. package/dist/development/src/inputProcessing/UpdateInputVisitor.cjs.map +1 -1
  86. package/dist/development/src/inputProcessing/UpdateInputVisitor.js +7 -5
  87. package/dist/development/src/inputProcessing/UpdateInputVisitor.js.map +1 -1
  88. package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.cjs.map +1 -1
  89. package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.js.map +1 -1
  90. package/dist/development/src/introspection/IntrospectionSchemaFactory.cjs.map +1 -1
  91. package/dist/development/src/introspection/IntrospectionSchemaFactory.js.map +1 -1
  92. package/dist/development/src/introspection/content-schema.types.cjs.map +1 -1
  93. package/dist/development/src/introspection/content-schema.types.js.map +1 -1
  94. package/dist/development/src/introspection/introspection.schema.cjs.map +1 -1
  95. package/dist/development/src/introspection/introspection.schema.js.map +1 -1
  96. package/dist/development/src/mapper/CheckedPrimary.cjs.map +1 -1
  97. package/dist/development/src/mapper/CheckedPrimary.js.map +1 -1
  98. package/dist/development/src/mapper/ColumnValue.cjs.map +1 -1
  99. package/dist/development/src/mapper/ColumnValue.js.map +1 -1
  100. package/dist/development/src/mapper/ErrorUtils.cjs.map +1 -1
  101. package/dist/development/src/mapper/ErrorUtils.js +1 -1
  102. package/dist/development/src/mapper/ErrorUtils.js.map +1 -1
  103. package/dist/development/src/mapper/EventManager.cjs.map +1 -1
  104. package/dist/development/src/mapper/EventManager.js.map +1 -1
  105. package/dist/development/src/mapper/JunctionTableManager.cjs +16 -2
  106. package/dist/development/src/mapper/JunctionTableManager.cjs.map +1 -1
  107. package/dist/development/src/mapper/JunctionTableManager.js +17 -3
  108. package/dist/development/src/mapper/JunctionTableManager.js.map +1 -1
  109. package/dist/development/src/mapper/Mapper.cjs +8 -7
  110. package/dist/development/src/mapper/Mapper.cjs.map +1 -1
  111. package/dist/development/src/mapper/Mapper.js +8 -7
  112. package/dist/development/src/mapper/Mapper.js.map +1 -1
  113. package/dist/development/src/mapper/MapperFactory.cjs.map +1 -1
  114. package/dist/development/src/mapper/MapperFactory.js.map +1 -1
  115. package/dist/development/src/mapper/MutationProcessorHelper.cjs.map +1 -1
  116. package/dist/development/src/mapper/MutationProcessorHelper.js.map +1 -1
  117. package/dist/development/src/mapper/Result.cjs +1 -1
  118. package/dist/development/src/mapper/Result.cjs.map +1 -1
  119. package/dist/development/src/mapper/Result.js +1 -1
  120. package/dist/development/src/mapper/Result.js.map +1 -1
  121. package/dist/development/src/mapper/delete/DeleteExecutor.cjs.map +1 -1
  122. package/dist/development/src/mapper/delete/DeleteExecutor.js.map +1 -1
  123. package/dist/development/src/mapper/delete/DeleteState.cjs.map +1 -1
  124. package/dist/development/src/mapper/delete/DeleteState.js.map +1 -1
  125. package/dist/development/src/mapper/delete/DeletedEntitiesStorage.cjs.map +1 -1
  126. package/dist/development/src/mapper/delete/DeletedEntitiesStorage.js.map +1 -1
  127. package/dist/development/src/mapper/delete/helpers.cjs.map +1 -1
  128. package/dist/development/src/mapper/delete/helpers.js.map +1 -1
  129. package/dist/development/src/mapper/insert/InsertBuilder.cjs +27 -31
  130. package/dist/development/src/mapper/insert/InsertBuilder.cjs.map +1 -1
  131. package/dist/development/src/mapper/insert/InsertBuilder.js +27 -31
  132. package/dist/development/src/mapper/insert/InsertBuilder.js.map +1 -1
  133. package/dist/development/src/mapper/insert/InsertBuilderFactory.cjs.map +1 -1
  134. package/dist/development/src/mapper/insert/InsertBuilderFactory.js.map +1 -1
  135. package/dist/development/src/mapper/insert/Inserter.cjs.map +1 -1
  136. package/dist/development/src/mapper/insert/Inserter.js.map +1 -1
  137. package/dist/development/src/mapper/insert/SqlCreateInputProcessor.cjs.map +1 -1
  138. package/dist/development/src/mapper/insert/SqlCreateInputProcessor.js.map +1 -1
  139. package/dist/development/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.cjs.map +1 -1
  140. package/dist/development/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.js.map +1 -1
  141. package/dist/development/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.cjs.map +1 -1
  142. package/dist/development/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.js.map +1 -1
  143. package/dist/development/src/mapper/insert/relations/OneHasManyCreateInputProcessor.cjs.map +1 -1
  144. package/dist/development/src/mapper/insert/relations/OneHasManyCreateInputProcessor.js.map +1 -1
  145. package/dist/development/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.cjs.map +1 -1
  146. package/dist/development/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.js.map +1 -1
  147. package/dist/development/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.cjs.map +1 -1
  148. package/dist/development/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.js.map +1 -1
  149. package/dist/development/src/mapper/select/ConditionBuilder.cjs +7 -5
  150. package/dist/development/src/mapper/select/ConditionBuilder.cjs.map +1 -1
  151. package/dist/development/src/mapper/select/ConditionBuilder.js +8 -6
  152. package/dist/development/src/mapper/select/ConditionBuilder.js.map +1 -1
  153. package/dist/development/src/mapper/select/JoinBuilder.cjs.map +1 -1
  154. package/dist/development/src/mapper/select/JoinBuilder.js.map +1 -1
  155. package/dist/development/src/mapper/select/JoinVisitor.cjs.map +1 -1
  156. package/dist/development/src/mapper/select/JoinVisitor.js.map +1 -1
  157. package/dist/development/src/mapper/select/OrderByBuilder.cjs.map +1 -1
  158. package/dist/development/src/mapper/select/OrderByBuilder.js.map +1 -1
  159. package/dist/development/src/mapper/select/OrderByHelper.cjs.map +1 -1
  160. package/dist/development/src/mapper/select/OrderByHelper.js.map +1 -1
  161. package/dist/development/src/mapper/select/Path.cjs.map +1 -1
  162. package/dist/development/src/mapper/select/Path.js.map +1 -1
  163. package/dist/development/src/mapper/select/RelationFetcher.cjs.map +1 -1
  164. package/dist/development/src/mapper/select/RelationFetcher.js.map +1 -1
  165. package/dist/development/src/mapper/select/SelectBuilder.cjs +7 -10
  166. package/dist/development/src/mapper/select/SelectBuilder.cjs.map +1 -1
  167. package/dist/development/src/mapper/select/SelectBuilder.js +7 -10
  168. package/dist/development/src/mapper/select/SelectBuilder.js.map +1 -1
  169. package/dist/development/src/mapper/select/SelectHydrator.cjs +1 -1
  170. package/dist/development/src/mapper/select/SelectHydrator.cjs.map +1 -1
  171. package/dist/development/src/mapper/select/SelectHydrator.js +1 -1
  172. package/dist/development/src/mapper/select/SelectHydrator.js.map +1 -1
  173. package/dist/development/src/mapper/select/WhereBuilder.cjs +20 -18
  174. package/dist/development/src/mapper/select/WhereBuilder.cjs.map +1 -1
  175. package/dist/development/src/mapper/select/WhereBuilder.js +20 -18
  176. package/dist/development/src/mapper/select/WhereBuilder.js.map +1 -1
  177. package/dist/development/src/mapper/select/handlers/FieldsVisitor.cjs +1 -1
  178. package/dist/development/src/mapper/select/handlers/FieldsVisitor.cjs.map +1 -1
  179. package/dist/development/src/mapper/select/handlers/FieldsVisitor.js +1 -1
  180. package/dist/development/src/mapper/select/handlers/FieldsVisitor.js.map +1 -1
  181. package/dist/development/src/mapper/select/handlers/FieldsVisitorFactory.cjs.map +1 -1
  182. package/dist/development/src/mapper/select/handlers/FieldsVisitorFactory.js.map +1 -1
  183. package/dist/development/src/mapper/select/handlers/MetaHandler.cjs.map +1 -1
  184. package/dist/development/src/mapper/select/handlers/MetaHandler.js.map +1 -1
  185. package/dist/development/src/mapper/select/optimizer/ConditionOptimizer.cjs.map +1 -1
  186. package/dist/development/src/mapper/select/optimizer/ConditionOptimizer.js.map +1 -1
  187. package/dist/development/src/mapper/select/optimizer/WhereOptimizer.cjs +7 -3
  188. package/dist/development/src/mapper/select/optimizer/WhereOptimizer.cjs.map +1 -1
  189. package/dist/development/src/mapper/select/optimizer/WhereOptimizer.js +7 -3
  190. package/dist/development/src/mapper/select/optimizer/WhereOptimizer.js.map +1 -1
  191. package/dist/development/src/mapper/select/optimizer/WhereReplacer.cjs.map +1 -1
  192. package/dist/development/src/mapper/select/optimizer/WhereReplacer.js.map +1 -1
  193. package/dist/development/src/mapper/select/optimizer/helpers.cjs.map +1 -1
  194. package/dist/development/src/mapper/select/optimizer/helpers.js.map +1 -1
  195. package/dist/development/src/mapper/update/SqlUpdateInputProcessor.cjs.map +1 -1
  196. package/dist/development/src/mapper/update/SqlUpdateInputProcessor.js.map +1 -1
  197. package/dist/development/src/mapper/update/UpdateBuilder.cjs +64 -68
  198. package/dist/development/src/mapper/update/UpdateBuilder.cjs.map +1 -1
  199. package/dist/development/src/mapper/update/UpdateBuilder.js +64 -68
  200. package/dist/development/src/mapper/update/UpdateBuilder.js.map +1 -1
  201. package/dist/development/src/mapper/update/UpdateBuilderFactory.cjs.map +1 -1
  202. package/dist/development/src/mapper/update/UpdateBuilderFactory.js.map +1 -1
  203. package/dist/development/src/mapper/update/Updater.cjs +15 -3
  204. package/dist/development/src/mapper/update/Updater.cjs.map +1 -1
  205. package/dist/development/src/mapper/update/Updater.js +16 -4
  206. package/dist/development/src/mapper/update/Updater.js.map +1 -1
  207. package/dist/development/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.cjs.map +1 -1
  208. package/dist/development/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.js.map +1 -1
  209. package/dist/development/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.cjs.map +1 -1
  210. package/dist/development/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.js.map +1 -1
  211. package/dist/development/src/mapper/update/relations/OneHasManyUpdateInputProcessor.cjs.map +1 -1
  212. package/dist/development/src/mapper/update/relations/OneHasManyUpdateInputProcessor.js.map +1 -1
  213. package/dist/development/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.cjs.map +1 -1
  214. package/dist/development/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.js.map +1 -1
  215. package/dist/development/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.cjs.map +1 -1
  216. package/dist/development/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.js.map +1 -1
  217. package/dist/development/src/resolvers/GraphQlQueryAstFactory.cjs.map +1 -1
  218. package/dist/development/src/resolvers/GraphQlQueryAstFactory.js.map +1 -1
  219. package/dist/development/src/resolvers/MutationResolver.cjs.map +1 -1
  220. package/dist/development/src/resolvers/MutationResolver.js.map +1 -1
  221. package/dist/development/src/resolvers/ReadHelpers.cjs.map +1 -1
  222. package/dist/development/src/resolvers/ReadHelpers.js.map +1 -1
  223. package/dist/development/src/resolvers/ReadResolver.cjs.map +1 -1
  224. package/dist/development/src/resolvers/ReadResolver.js.map +1 -1
  225. package/dist/development/src/resolvers/RefreshViewResolver.cjs.map +1 -1
  226. package/dist/development/src/resolvers/RefreshViewResolver.js.map +1 -1
  227. package/dist/development/src/resolvers/ValidationResolver.cjs.map +1 -1
  228. package/dist/development/src/resolvers/ValidationResolver.js.map +1 -1
  229. package/dist/development/src/schema/ColumnTypeResolver.cjs.map +1 -1
  230. package/dist/development/src/schema/ColumnTypeResolver.js.map +1 -1
  231. package/dist/development/src/schema/ConditionTypeProvider.cjs +2 -0
  232. package/dist/development/src/schema/ConditionTypeProvider.cjs.map +1 -1
  233. package/dist/development/src/schema/ConditionTypeProvider.js +3 -1
  234. package/dist/development/src/schema/ConditionTypeProvider.js.map +1 -1
  235. package/dist/development/src/schema/CustomTypesProvider.cjs.map +1 -1
  236. package/dist/development/src/schema/CustomTypesProvider.js.map +1 -1
  237. package/dist/development/src/schema/EntityTypeProvider.cjs +1 -3
  238. package/dist/development/src/schema/EntityTypeProvider.cjs.map +1 -1
  239. package/dist/development/src/schema/EntityTypeProvider.js +1 -3
  240. package/dist/development/src/schema/EntityTypeProvider.js.map +1 -1
  241. package/dist/development/src/schema/EnumsProvider.cjs.map +1 -1
  242. package/dist/development/src/schema/EnumsProvider.js.map +1 -1
  243. package/dist/development/src/schema/FieldAccessVisitor.cjs.map +1 -1
  244. package/dist/development/src/schema/FieldAccessVisitor.js.map +1 -1
  245. package/dist/development/src/schema/GraphQlSchemaBuilder.cjs +5 -11
  246. package/dist/development/src/schema/GraphQlSchemaBuilder.cjs.map +1 -1
  247. package/dist/development/src/schema/GraphQlSchemaBuilder.js +5 -11
  248. package/dist/development/src/schema/GraphQlSchemaBuilder.js.map +1 -1
  249. package/dist/development/src/schema/GraphQlSchemaBuilderFactory.cjs +103 -3
  250. package/dist/development/src/schema/GraphQlSchemaBuilderFactory.cjs.map +1 -1
  251. package/dist/development/src/schema/GraphQlSchemaBuilderFactory.js +103 -3
  252. package/dist/development/src/schema/GraphQlSchemaBuilderFactory.js.map +1 -1
  253. package/dist/development/src/schema/MutationProvider.cjs.map +1 -1
  254. package/dist/development/src/schema/MutationProvider.js +2 -2
  255. package/dist/development/src/schema/MutationProvider.js.map +1 -1
  256. package/dist/development/src/schema/OperationExtension.cjs +0 -1
  257. package/dist/development/src/schema/OperationExtension.cjs.map +1 -1
  258. package/dist/development/src/schema/OperationExtension.js +0 -1
  259. package/dist/development/src/schema/OperationExtension.js.map +1 -1
  260. package/dist/development/src/schema/OrderByTypeProvider.cjs.map +1 -1
  261. package/dist/development/src/schema/OrderByTypeProvider.js +1 -1
  262. package/dist/development/src/schema/OrderByTypeProvider.js.map +1 -1
  263. package/dist/development/src/schema/PaginatedFieldConfigFactory.cjs.map +1 -1
  264. package/dist/development/src/schema/PaginatedFieldConfigFactory.js +1 -1
  265. package/dist/development/src/schema/PaginatedFieldConfigFactory.js.map +1 -1
  266. package/dist/development/src/schema/QueryProvider.cjs.map +1 -1
  267. package/dist/development/src/schema/QueryProvider.js +2 -2
  268. package/dist/development/src/schema/QueryProvider.js.map +1 -1
  269. package/dist/development/src/schema/RefreshViewMutationProvider.cjs.map +1 -1
  270. package/dist/development/src/schema/RefreshViewMutationProvider.js.map +1 -1
  271. package/dist/development/src/schema/ResultSchemaTypeProvider.cjs.map +1 -1
  272. package/dist/development/src/schema/ResultSchemaTypeProvider.js.map +1 -1
  273. package/dist/development/src/schema/ValidationQueriesProvider.cjs +2 -8
  274. package/dist/development/src/schema/ValidationQueriesProvider.cjs.map +1 -1
  275. package/dist/development/src/schema/ValidationQueriesProvider.js +2 -8
  276. package/dist/development/src/schema/ValidationQueriesProvider.js.map +1 -1
  277. package/dist/development/src/schema/WhereTypeProvider.cjs +1 -3
  278. package/dist/development/src/schema/WhereTypeProvider.cjs.map +1 -1
  279. package/dist/development/src/schema/WhereTypeProvider.js +1 -3
  280. package/dist/development/src/schema/WhereTypeProvider.js.map +1 -1
  281. package/dist/development/src/schema/entities/FieldArgsVisitor.cjs.map +1 -1
  282. package/dist/development/src/schema/entities/FieldArgsVisitor.js.map +1 -1
  283. package/dist/development/src/schema/entities/FieldTypeVisitor.cjs.map +1 -1
  284. package/dist/development/src/schema/entities/FieldTypeVisitor.js.map +1 -1
  285. package/dist/development/src/schema/mutations/ConnectOrCreateRelationInputProvider.cjs.map +1 -1
  286. package/dist/development/src/schema/mutations/ConnectOrCreateRelationInputProvider.js.map +1 -1
  287. package/dist/development/src/schema/mutations/CreateEntityInputFieldVisitor.cjs.map +1 -1
  288. package/dist/development/src/schema/mutations/CreateEntityInputFieldVisitor.js.map +1 -1
  289. package/dist/development/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
  290. package/dist/development/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.js.map +1 -1
  291. package/dist/development/src/schema/mutations/CreateEntityRelationInputFieldVisitor.cjs.map +1 -1
  292. package/dist/development/src/schema/mutations/CreateEntityRelationInputFieldVisitor.js.map +1 -1
  293. package/dist/development/src/schema/mutations/CreateEntityRelationInputProvider.cjs.map +1 -1
  294. package/dist/development/src/schema/mutations/CreateEntityRelationInputProvider.js.map +1 -1
  295. package/dist/development/src/schema/mutations/EntityInputProvider.cjs.map +1 -1
  296. package/dist/development/src/schema/mutations/EntityInputProvider.js.map +1 -1
  297. package/dist/development/src/schema/mutations/UpdateEntityInputFieldVisitor.cjs.map +1 -1
  298. package/dist/development/src/schema/mutations/UpdateEntityInputFieldVisitor.js.map +1 -1
  299. package/dist/development/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
  300. package/dist/development/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.js.map +1 -1
  301. package/dist/development/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.cjs.map +1 -1
  302. package/dist/development/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js +1 -1
  303. package/dist/development/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js.map +1 -1
  304. package/dist/development/src/schema/mutations/UpdateEntityRelationInputProvider.cjs.map +1 -1
  305. package/dist/development/src/schema/mutations/UpdateEntityRelationInputProvider.js.map +1 -1
  306. package/dist/development/src/schema/utils.cjs.map +1 -1
  307. package/dist/development/src/schema/utils.js.map +1 -1
  308. package/dist/development/src/utils/Mutex.cjs.map +1 -1
  309. package/dist/development/src/utils/Mutex.js.map +1 -1
  310. package/dist/development/src/utils/ResolveInfoUtils.cjs.map +1 -1
  311. package/dist/development/src/utils/ResolveInfoUtils.js.map +1 -1
  312. package/dist/development/src/utils/accessor.cjs.map +1 -1
  313. package/dist/development/src/utils/accessor.js.map +1 -1
  314. package/dist/development/src/utils/assertNever.cjs.map +1 -1
  315. package/dist/development/src/utils/assertNever.js.map +1 -1
  316. package/dist/development/src/utils/isIt.cjs.map +1 -1
  317. package/dist/development/src/utils/isIt.js.map +1 -1
  318. package/dist/development/src/utils/object.cjs.map +1 -1
  319. package/dist/development/src/utils/object.js.map +1 -1
  320. package/dist/development/src/utils/paginationUtils.cjs.map +1 -1
  321. package/dist/development/src/utils/paginationUtils.js.map +1 -1
  322. package/dist/development/src/utils/promises.cjs.map +1 -1
  323. package/dist/development/src/utils/promises.js.map +1 -1
  324. package/dist/development/src/utils/singletonFactory.cjs.map +1 -1
  325. package/dist/development/src/utils/singletonFactory.js.map +1 -1
  326. package/dist/development/src/utils/strings.cjs.map +1 -1
  327. package/dist/development/src/utils/strings.js.map +1 -1
  328. package/dist/development/src/utils/tuple.cjs.map +1 -1
  329. package/dist/development/src/utils/tuple.js.map +1 -1
  330. package/dist/development/src/utils/uniqueWhereFields.cjs.map +1 -1
  331. package/dist/development/src/utils/uniqueWhereFields.js.map +1 -1
  332. package/dist/development/src/utils/viewComputedId.cjs.map +1 -1
  333. package/dist/development/src/utils/viewComputedId.js.map +1 -1
  334. package/dist/production/index.cjs +0 -2
  335. package/dist/production/index.cjs.map +1 -1
  336. package/dist/production/index.js +0 -2
  337. package/dist/production/index.js.map +1 -1
  338. package/dist/production/src/ExecutionContainer.cjs +82 -29
  339. package/dist/production/src/ExecutionContainer.cjs.map +1 -1
  340. package/dist/production/src/ExecutionContainer.js +82 -29
  341. package/dist/production/src/ExecutionContainer.js.map +1 -1
  342. package/dist/production/src/acl/Authorizator.cjs.map +1 -1
  343. package/dist/production/src/acl/Authorizator.js.map +1 -1
  344. package/dist/production/src/acl/EvaluatedPredicateReplacer.cjs.map +1 -1
  345. package/dist/production/src/acl/EvaluatedPredicateReplacer.js.map +1 -1
  346. package/dist/production/src/acl/PermissionFactory.cjs.map +1 -1
  347. package/dist/production/src/acl/PermissionFactory.js.map +1 -1
  348. package/dist/production/src/acl/PredicateFactory.cjs.map +1 -1
  349. package/dist/production/src/acl/PredicateFactory.js.map +1 -1
  350. package/dist/production/src/acl/PredicatesInjector.cjs +101 -12
  351. package/dist/production/src/acl/PredicatesInjector.cjs.map +1 -1
  352. package/dist/production/src/acl/PredicatesInjector.js +101 -12
  353. package/dist/production/src/acl/PredicatesInjector.js.map +1 -1
  354. package/dist/production/src/acl/VariableInjector.cjs.map +1 -1
  355. package/dist/production/src/acl/VariableInjector.js.map +1 -1
  356. package/dist/production/src/acl/VariableUtils.cjs.map +1 -1
  357. package/dist/production/src/acl/VariableUtils.js.map +1 -1
  358. package/dist/production/src/exception.cjs.map +1 -1
  359. package/dist/production/src/exception.js.map +1 -1
  360. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.cjs.map +1 -1
  361. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.js.map +1 -1
  362. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.cjs.map +1 -1
  363. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.js.map +1 -1
  364. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs +4 -4
  365. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs.map +1 -1
  366. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js +4 -4
  367. package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js.map +1 -1
  368. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.cjs.map +1 -1
  369. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.js.map +1 -1
  370. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.cjs.map +1 -1
  371. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.js.map +1 -1
  372. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.cjs.map +1 -1
  373. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.js.map +1 -1
  374. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.cjs.map +1 -1
  375. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.js.map +1 -1
  376. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.cjs.map +1 -1
  377. package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.js.map +1 -1
  378. package/dist/production/src/input-validation/ColumnValueResolver.cjs.map +1 -1
  379. package/dist/production/src/input-validation/ColumnValueResolver.js.map +1 -1
  380. package/dist/production/src/input-validation/EntityRulesResolver.cjs.map +1 -1
  381. package/dist/production/src/input-validation/EntityRulesResolver.js.map +1 -1
  382. package/dist/production/src/input-validation/QueryAstFactory.cjs.map +1 -1
  383. package/dist/production/src/input-validation/QueryAstFactory.js.map +1 -1
  384. package/dist/production/src/input-validation/ValidationContext.cjs.map +1 -1
  385. package/dist/production/src/input-validation/ValidationContext.js.map +1 -1
  386. package/dist/production/src/input-validation/ValidationDataSelector.cjs.map +1 -1
  387. package/dist/production/src/input-validation/ValidationDataSelector.js.map +1 -1
  388. package/dist/production/src/input-validation/ValidationEvaluation.cjs.map +1 -1
  389. package/dist/production/src/input-validation/ValidationEvaluation.js.map +1 -1
  390. package/dist/production/src/input-validation/ValidationPath.cjs.map +1 -1
  391. package/dist/production/src/input-validation/ValidationPath.js.map +1 -1
  392. package/dist/production/src/input-validation/dependencies/DependencyCollector.cjs +3 -3
  393. package/dist/production/src/input-validation/dependencies/DependencyCollector.cjs.map +1 -1
  394. package/dist/production/src/input-validation/dependencies/DependencyCollector.js +3 -3
  395. package/dist/production/src/input-validation/dependencies/DependencyCollector.js.map +1 -1
  396. package/dist/production/src/input-validation/dependencies/DependencyMerger.cjs.map +1 -1
  397. package/dist/production/src/input-validation/dependencies/DependencyMerger.js.map +1 -1
  398. package/dist/production/src/input-validation/preValidation/CreateInputPreValidationProcessor.cjs.map +1 -1
  399. package/dist/production/src/input-validation/preValidation/CreateInputPreValidationProcessor.js.map +1 -1
  400. package/dist/production/src/input-validation/preValidation/InputPreValidator.cjs +2 -4
  401. package/dist/production/src/input-validation/preValidation/InputPreValidator.cjs.map +1 -1
  402. package/dist/production/src/input-validation/preValidation/InputPreValidator.js +2 -4
  403. package/dist/production/src/input-validation/preValidation/InputPreValidator.js.map +1 -1
  404. package/dist/production/src/input-validation/preValidation/UpdateInputPreValidationProcessor.cjs.map +1 -1
  405. package/dist/production/src/input-validation/preValidation/UpdateInputPreValidationProcessor.js.map +1 -1
  406. package/dist/production/src/inputProcessing/CreateInputVisitor.cjs +6 -4
  407. package/dist/production/src/inputProcessing/CreateInputVisitor.cjs.map +1 -1
  408. package/dist/production/src/inputProcessing/CreateInputVisitor.js +6 -4
  409. package/dist/production/src/inputProcessing/CreateInputVisitor.js.map +1 -1
  410. package/dist/production/src/inputProcessing/FieldNode.cjs.map +1 -1
  411. package/dist/production/src/inputProcessing/FieldNode.js.map +1 -1
  412. package/dist/production/src/inputProcessing/ObjectNode.cjs.map +1 -1
  413. package/dist/production/src/inputProcessing/ObjectNode.js.map +1 -1
  414. package/dist/production/src/inputProcessing/UniqueWhereExpander.cjs.map +1 -1
  415. package/dist/production/src/inputProcessing/UniqueWhereExpander.js.map +1 -1
  416. package/dist/production/src/inputProcessing/UpdateInputVisitor.cjs +7 -5
  417. package/dist/production/src/inputProcessing/UpdateInputVisitor.cjs.map +1 -1
  418. package/dist/production/src/inputProcessing/UpdateInputVisitor.js +7 -5
  419. package/dist/production/src/inputProcessing/UpdateInputVisitor.js.map +1 -1
  420. package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.cjs.map +1 -1
  421. package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.js.map +1 -1
  422. package/dist/production/src/introspection/IntrospectionSchemaFactory.cjs.map +1 -1
  423. package/dist/production/src/introspection/IntrospectionSchemaFactory.js.map +1 -1
  424. package/dist/production/src/introspection/content-schema.types.cjs.map +1 -1
  425. package/dist/production/src/introspection/content-schema.types.js.map +1 -1
  426. package/dist/production/src/introspection/introspection.schema.cjs.map +1 -1
  427. package/dist/production/src/introspection/introspection.schema.js.map +1 -1
  428. package/dist/production/src/mapper/CheckedPrimary.cjs.map +1 -1
  429. package/dist/production/src/mapper/CheckedPrimary.js.map +1 -1
  430. package/dist/production/src/mapper/ColumnValue.cjs.map +1 -1
  431. package/dist/production/src/mapper/ColumnValue.js.map +1 -1
  432. package/dist/production/src/mapper/ErrorUtils.cjs.map +1 -1
  433. package/dist/production/src/mapper/ErrorUtils.js +1 -1
  434. package/dist/production/src/mapper/ErrorUtils.js.map +1 -1
  435. package/dist/production/src/mapper/EventManager.cjs.map +1 -1
  436. package/dist/production/src/mapper/EventManager.js.map +1 -1
  437. package/dist/production/src/mapper/JunctionTableManager.cjs +16 -2
  438. package/dist/production/src/mapper/JunctionTableManager.cjs.map +1 -1
  439. package/dist/production/src/mapper/JunctionTableManager.js +17 -3
  440. package/dist/production/src/mapper/JunctionTableManager.js.map +1 -1
  441. package/dist/production/src/mapper/Mapper.cjs +8 -7
  442. package/dist/production/src/mapper/Mapper.cjs.map +1 -1
  443. package/dist/production/src/mapper/Mapper.js +8 -7
  444. package/dist/production/src/mapper/Mapper.js.map +1 -1
  445. package/dist/production/src/mapper/MapperFactory.cjs.map +1 -1
  446. package/dist/production/src/mapper/MapperFactory.js.map +1 -1
  447. package/dist/production/src/mapper/MutationProcessorHelper.cjs.map +1 -1
  448. package/dist/production/src/mapper/MutationProcessorHelper.js.map +1 -1
  449. package/dist/production/src/mapper/Result.cjs +1 -1
  450. package/dist/production/src/mapper/Result.cjs.map +1 -1
  451. package/dist/production/src/mapper/Result.js +1 -1
  452. package/dist/production/src/mapper/Result.js.map +1 -1
  453. package/dist/production/src/mapper/delete/DeleteExecutor.cjs.map +1 -1
  454. package/dist/production/src/mapper/delete/DeleteExecutor.js.map +1 -1
  455. package/dist/production/src/mapper/delete/DeleteState.cjs.map +1 -1
  456. package/dist/production/src/mapper/delete/DeleteState.js.map +1 -1
  457. package/dist/production/src/mapper/delete/DeletedEntitiesStorage.cjs.map +1 -1
  458. package/dist/production/src/mapper/delete/DeletedEntitiesStorage.js.map +1 -1
  459. package/dist/production/src/mapper/delete/helpers.cjs.map +1 -1
  460. package/dist/production/src/mapper/delete/helpers.js.map +1 -1
  461. package/dist/production/src/mapper/insert/InsertBuilder.cjs +27 -31
  462. package/dist/production/src/mapper/insert/InsertBuilder.cjs.map +1 -1
  463. package/dist/production/src/mapper/insert/InsertBuilder.js +27 -31
  464. package/dist/production/src/mapper/insert/InsertBuilder.js.map +1 -1
  465. package/dist/production/src/mapper/insert/InsertBuilderFactory.cjs.map +1 -1
  466. package/dist/production/src/mapper/insert/InsertBuilderFactory.js.map +1 -1
  467. package/dist/production/src/mapper/insert/Inserter.cjs.map +1 -1
  468. package/dist/production/src/mapper/insert/Inserter.js.map +1 -1
  469. package/dist/production/src/mapper/insert/SqlCreateInputProcessor.cjs.map +1 -1
  470. package/dist/production/src/mapper/insert/SqlCreateInputProcessor.js.map +1 -1
  471. package/dist/production/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.cjs.map +1 -1
  472. package/dist/production/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.js.map +1 -1
  473. package/dist/production/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.cjs.map +1 -1
  474. package/dist/production/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.js.map +1 -1
  475. package/dist/production/src/mapper/insert/relations/OneHasManyCreateInputProcessor.cjs.map +1 -1
  476. package/dist/production/src/mapper/insert/relations/OneHasManyCreateInputProcessor.js.map +1 -1
  477. package/dist/production/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.cjs.map +1 -1
  478. package/dist/production/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.js.map +1 -1
  479. package/dist/production/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.cjs.map +1 -1
  480. package/dist/production/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.js.map +1 -1
  481. package/dist/production/src/mapper/select/ConditionBuilder.cjs +7 -5
  482. package/dist/production/src/mapper/select/ConditionBuilder.cjs.map +1 -1
  483. package/dist/production/src/mapper/select/ConditionBuilder.js +8 -6
  484. package/dist/production/src/mapper/select/ConditionBuilder.js.map +1 -1
  485. package/dist/production/src/mapper/select/JoinBuilder.cjs.map +1 -1
  486. package/dist/production/src/mapper/select/JoinBuilder.js.map +1 -1
  487. package/dist/production/src/mapper/select/JoinVisitor.cjs.map +1 -1
  488. package/dist/production/src/mapper/select/JoinVisitor.js.map +1 -1
  489. package/dist/production/src/mapper/select/OrderByBuilder.cjs.map +1 -1
  490. package/dist/production/src/mapper/select/OrderByBuilder.js.map +1 -1
  491. package/dist/production/src/mapper/select/OrderByHelper.cjs.map +1 -1
  492. package/dist/production/src/mapper/select/OrderByHelper.js.map +1 -1
  493. package/dist/production/src/mapper/select/Path.cjs.map +1 -1
  494. package/dist/production/src/mapper/select/Path.js.map +1 -1
  495. package/dist/production/src/mapper/select/RelationFetcher.cjs.map +1 -1
  496. package/dist/production/src/mapper/select/RelationFetcher.js.map +1 -1
  497. package/dist/production/src/mapper/select/SelectBuilder.cjs +7 -10
  498. package/dist/production/src/mapper/select/SelectBuilder.cjs.map +1 -1
  499. package/dist/production/src/mapper/select/SelectBuilder.js +7 -10
  500. package/dist/production/src/mapper/select/SelectBuilder.js.map +1 -1
  501. package/dist/production/src/mapper/select/SelectHydrator.cjs +1 -1
  502. package/dist/production/src/mapper/select/SelectHydrator.cjs.map +1 -1
  503. package/dist/production/src/mapper/select/SelectHydrator.js +1 -1
  504. package/dist/production/src/mapper/select/SelectHydrator.js.map +1 -1
  505. package/dist/production/src/mapper/select/WhereBuilder.cjs +20 -18
  506. package/dist/production/src/mapper/select/WhereBuilder.cjs.map +1 -1
  507. package/dist/production/src/mapper/select/WhereBuilder.js +20 -18
  508. package/dist/production/src/mapper/select/WhereBuilder.js.map +1 -1
  509. package/dist/production/src/mapper/select/handlers/FieldsVisitor.cjs +1 -1
  510. package/dist/production/src/mapper/select/handlers/FieldsVisitor.cjs.map +1 -1
  511. package/dist/production/src/mapper/select/handlers/FieldsVisitor.js +1 -1
  512. package/dist/production/src/mapper/select/handlers/FieldsVisitor.js.map +1 -1
  513. package/dist/production/src/mapper/select/handlers/FieldsVisitorFactory.cjs.map +1 -1
  514. package/dist/production/src/mapper/select/handlers/FieldsVisitorFactory.js.map +1 -1
  515. package/dist/production/src/mapper/select/handlers/MetaHandler.cjs.map +1 -1
  516. package/dist/production/src/mapper/select/handlers/MetaHandler.js.map +1 -1
  517. package/dist/production/src/mapper/select/optimizer/ConditionOptimizer.cjs.map +1 -1
  518. package/dist/production/src/mapper/select/optimizer/ConditionOptimizer.js.map +1 -1
  519. package/dist/production/src/mapper/select/optimizer/WhereOptimizer.cjs +7 -3
  520. package/dist/production/src/mapper/select/optimizer/WhereOptimizer.cjs.map +1 -1
  521. package/dist/production/src/mapper/select/optimizer/WhereOptimizer.js +7 -3
  522. package/dist/production/src/mapper/select/optimizer/WhereOptimizer.js.map +1 -1
  523. package/dist/production/src/mapper/select/optimizer/WhereReplacer.cjs.map +1 -1
  524. package/dist/production/src/mapper/select/optimizer/WhereReplacer.js.map +1 -1
  525. package/dist/production/src/mapper/select/optimizer/helpers.cjs.map +1 -1
  526. package/dist/production/src/mapper/select/optimizer/helpers.js.map +1 -1
  527. package/dist/production/src/mapper/update/SqlUpdateInputProcessor.cjs.map +1 -1
  528. package/dist/production/src/mapper/update/SqlUpdateInputProcessor.js.map +1 -1
  529. package/dist/production/src/mapper/update/UpdateBuilder.cjs +64 -68
  530. package/dist/production/src/mapper/update/UpdateBuilder.cjs.map +1 -1
  531. package/dist/production/src/mapper/update/UpdateBuilder.js +64 -68
  532. package/dist/production/src/mapper/update/UpdateBuilder.js.map +1 -1
  533. package/dist/production/src/mapper/update/UpdateBuilderFactory.cjs.map +1 -1
  534. package/dist/production/src/mapper/update/UpdateBuilderFactory.js.map +1 -1
  535. package/dist/production/src/mapper/update/Updater.cjs +15 -3
  536. package/dist/production/src/mapper/update/Updater.cjs.map +1 -1
  537. package/dist/production/src/mapper/update/Updater.js +16 -4
  538. package/dist/production/src/mapper/update/Updater.js.map +1 -1
  539. package/dist/production/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.cjs.map +1 -1
  540. package/dist/production/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.js.map +1 -1
  541. package/dist/production/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.cjs.map +1 -1
  542. package/dist/production/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.js.map +1 -1
  543. package/dist/production/src/mapper/update/relations/OneHasManyUpdateInputProcessor.cjs.map +1 -1
  544. package/dist/production/src/mapper/update/relations/OneHasManyUpdateInputProcessor.js.map +1 -1
  545. package/dist/production/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.cjs.map +1 -1
  546. package/dist/production/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.js.map +1 -1
  547. package/dist/production/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.cjs.map +1 -1
  548. package/dist/production/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.js.map +1 -1
  549. package/dist/production/src/resolvers/GraphQlQueryAstFactory.cjs.map +1 -1
  550. package/dist/production/src/resolvers/GraphQlQueryAstFactory.js.map +1 -1
  551. package/dist/production/src/resolvers/MutationResolver.cjs.map +1 -1
  552. package/dist/production/src/resolvers/MutationResolver.js.map +1 -1
  553. package/dist/production/src/resolvers/ReadHelpers.cjs.map +1 -1
  554. package/dist/production/src/resolvers/ReadHelpers.js.map +1 -1
  555. package/dist/production/src/resolvers/ReadResolver.cjs.map +1 -1
  556. package/dist/production/src/resolvers/ReadResolver.js.map +1 -1
  557. package/dist/production/src/resolvers/RefreshViewResolver.cjs.map +1 -1
  558. package/dist/production/src/resolvers/RefreshViewResolver.js.map +1 -1
  559. package/dist/production/src/resolvers/ValidationResolver.cjs.map +1 -1
  560. package/dist/production/src/resolvers/ValidationResolver.js.map +1 -1
  561. package/dist/production/src/schema/ColumnTypeResolver.cjs.map +1 -1
  562. package/dist/production/src/schema/ColumnTypeResolver.js.map +1 -1
  563. package/dist/production/src/schema/ConditionTypeProvider.cjs +2 -0
  564. package/dist/production/src/schema/ConditionTypeProvider.cjs.map +1 -1
  565. package/dist/production/src/schema/ConditionTypeProvider.js +3 -1
  566. package/dist/production/src/schema/ConditionTypeProvider.js.map +1 -1
  567. package/dist/production/src/schema/CustomTypesProvider.cjs.map +1 -1
  568. package/dist/production/src/schema/CustomTypesProvider.js.map +1 -1
  569. package/dist/production/src/schema/EntityTypeProvider.cjs +1 -3
  570. package/dist/production/src/schema/EntityTypeProvider.cjs.map +1 -1
  571. package/dist/production/src/schema/EntityTypeProvider.js +1 -3
  572. package/dist/production/src/schema/EntityTypeProvider.js.map +1 -1
  573. package/dist/production/src/schema/EnumsProvider.cjs.map +1 -1
  574. package/dist/production/src/schema/EnumsProvider.js.map +1 -1
  575. package/dist/production/src/schema/FieldAccessVisitor.cjs.map +1 -1
  576. package/dist/production/src/schema/FieldAccessVisitor.js.map +1 -1
  577. package/dist/production/src/schema/GraphQlSchemaBuilder.cjs +5 -11
  578. package/dist/production/src/schema/GraphQlSchemaBuilder.cjs.map +1 -1
  579. package/dist/production/src/schema/GraphQlSchemaBuilder.js +5 -11
  580. package/dist/production/src/schema/GraphQlSchemaBuilder.js.map +1 -1
  581. package/dist/production/src/schema/GraphQlSchemaBuilderFactory.cjs +103 -3
  582. package/dist/production/src/schema/GraphQlSchemaBuilderFactory.cjs.map +1 -1
  583. package/dist/production/src/schema/GraphQlSchemaBuilderFactory.js +103 -3
  584. package/dist/production/src/schema/GraphQlSchemaBuilderFactory.js.map +1 -1
  585. package/dist/production/src/schema/MutationProvider.cjs.map +1 -1
  586. package/dist/production/src/schema/MutationProvider.js +2 -2
  587. package/dist/production/src/schema/MutationProvider.js.map +1 -1
  588. package/dist/production/src/schema/OperationExtension.cjs +0 -1
  589. package/dist/production/src/schema/OperationExtension.cjs.map +1 -1
  590. package/dist/production/src/schema/OperationExtension.js +0 -1
  591. package/dist/production/src/schema/OperationExtension.js.map +1 -1
  592. package/dist/production/src/schema/OrderByTypeProvider.cjs.map +1 -1
  593. package/dist/production/src/schema/OrderByTypeProvider.js +1 -1
  594. package/dist/production/src/schema/OrderByTypeProvider.js.map +1 -1
  595. package/dist/production/src/schema/PaginatedFieldConfigFactory.cjs.map +1 -1
  596. package/dist/production/src/schema/PaginatedFieldConfigFactory.js +1 -1
  597. package/dist/production/src/schema/PaginatedFieldConfigFactory.js.map +1 -1
  598. package/dist/production/src/schema/QueryProvider.cjs.map +1 -1
  599. package/dist/production/src/schema/QueryProvider.js +2 -2
  600. package/dist/production/src/schema/QueryProvider.js.map +1 -1
  601. package/dist/production/src/schema/RefreshViewMutationProvider.cjs.map +1 -1
  602. package/dist/production/src/schema/RefreshViewMutationProvider.js.map +1 -1
  603. package/dist/production/src/schema/ResultSchemaTypeProvider.cjs.map +1 -1
  604. package/dist/production/src/schema/ResultSchemaTypeProvider.js.map +1 -1
  605. package/dist/production/src/schema/ValidationQueriesProvider.cjs +2 -8
  606. package/dist/production/src/schema/ValidationQueriesProvider.cjs.map +1 -1
  607. package/dist/production/src/schema/ValidationQueriesProvider.js +2 -8
  608. package/dist/production/src/schema/ValidationQueriesProvider.js.map +1 -1
  609. package/dist/production/src/schema/WhereTypeProvider.cjs +1 -3
  610. package/dist/production/src/schema/WhereTypeProvider.cjs.map +1 -1
  611. package/dist/production/src/schema/WhereTypeProvider.js +1 -3
  612. package/dist/production/src/schema/WhereTypeProvider.js.map +1 -1
  613. package/dist/production/src/schema/entities/FieldArgsVisitor.cjs.map +1 -1
  614. package/dist/production/src/schema/entities/FieldArgsVisitor.js.map +1 -1
  615. package/dist/production/src/schema/entities/FieldTypeVisitor.cjs.map +1 -1
  616. package/dist/production/src/schema/entities/FieldTypeVisitor.js.map +1 -1
  617. package/dist/production/src/schema/mutations/ConnectOrCreateRelationInputProvider.cjs.map +1 -1
  618. package/dist/production/src/schema/mutations/ConnectOrCreateRelationInputProvider.js.map +1 -1
  619. package/dist/production/src/schema/mutations/CreateEntityInputFieldVisitor.cjs.map +1 -1
  620. package/dist/production/src/schema/mutations/CreateEntityInputFieldVisitor.js.map +1 -1
  621. package/dist/production/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
  622. package/dist/production/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.js.map +1 -1
  623. package/dist/production/src/schema/mutations/CreateEntityRelationInputFieldVisitor.cjs.map +1 -1
  624. package/dist/production/src/schema/mutations/CreateEntityRelationInputFieldVisitor.js.map +1 -1
  625. package/dist/production/src/schema/mutations/CreateEntityRelationInputProvider.cjs.map +1 -1
  626. package/dist/production/src/schema/mutations/CreateEntityRelationInputProvider.js.map +1 -1
  627. package/dist/production/src/schema/mutations/EntityInputProvider.cjs.map +1 -1
  628. package/dist/production/src/schema/mutations/EntityInputProvider.js.map +1 -1
  629. package/dist/production/src/schema/mutations/UpdateEntityInputFieldVisitor.cjs.map +1 -1
  630. package/dist/production/src/schema/mutations/UpdateEntityInputFieldVisitor.js.map +1 -1
  631. package/dist/production/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
  632. package/dist/production/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.js.map +1 -1
  633. package/dist/production/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.cjs.map +1 -1
  634. package/dist/production/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js +1 -1
  635. package/dist/production/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js.map +1 -1
  636. package/dist/production/src/schema/mutations/UpdateEntityRelationInputProvider.cjs.map +1 -1
  637. package/dist/production/src/schema/mutations/UpdateEntityRelationInputProvider.js.map +1 -1
  638. package/dist/production/src/schema/utils.cjs.map +1 -1
  639. package/dist/production/src/schema/utils.js.map +1 -1
  640. package/dist/production/src/utils/Mutex.cjs.map +1 -1
  641. package/dist/production/src/utils/Mutex.js.map +1 -1
  642. package/dist/production/src/utils/ResolveInfoUtils.cjs.map +1 -1
  643. package/dist/production/src/utils/ResolveInfoUtils.js.map +1 -1
  644. package/dist/production/src/utils/accessor.cjs.map +1 -1
  645. package/dist/production/src/utils/accessor.js.map +1 -1
  646. package/dist/production/src/utils/assertNever.cjs.map +1 -1
  647. package/dist/production/src/utils/assertNever.js.map +1 -1
  648. package/dist/production/src/utils/isIt.cjs.map +1 -1
  649. package/dist/production/src/utils/isIt.js.map +1 -1
  650. package/dist/production/src/utils/object.cjs.map +1 -1
  651. package/dist/production/src/utils/object.js.map +1 -1
  652. package/dist/production/src/utils/paginationUtils.cjs.map +1 -1
  653. package/dist/production/src/utils/paginationUtils.js.map +1 -1
  654. package/dist/production/src/utils/promises.cjs.map +1 -1
  655. package/dist/production/src/utils/promises.js.map +1 -1
  656. package/dist/production/src/utils/singletonFactory.cjs.map +1 -1
  657. package/dist/production/src/utils/singletonFactory.js.map +1 -1
  658. package/dist/production/src/utils/strings.cjs.map +1 -1
  659. package/dist/production/src/utils/strings.js.map +1 -1
  660. package/dist/production/src/utils/tuple.cjs.map +1 -1
  661. package/dist/production/src/utils/tuple.js.map +1 -1
  662. package/dist/production/src/utils/uniqueWhereFields.cjs.map +1 -1
  663. package/dist/production/src/utils/uniqueWhereFields.js.map +1 -1
  664. package/dist/production/src/utils/viewComputedId.cjs.map +1 -1
  665. package/dist/production/src/utils/viewComputedId.js.map +1 -1
  666. package/dist/tests/cases/integration/graphQlRequests/insert/subOperationFail.test.d.ts +2 -0
  667. package/dist/tests/cases/integration/graphQlRequests/insert/subOperationFail.test.d.ts.map +1 -0
  668. package/dist/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/schema.d.ts.map +1 -1
  669. package/dist/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/schema.d.ts.map +1 -1
  670. package/dist/tests/cases/integration/graphQlRequests/update/manyHasOne/schema.d.ts.map +1 -1
  671. package/dist/tests/cases/integration/graphQlRequests/update/oneHasMany/schema.d.ts.map +1 -1
  672. package/dist/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/schema.d.ts.map +1 -1
  673. package/dist/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/schema.d.ts.map +1 -1
  674. package/dist/tests/cases/integration/graphQlRequests/validation/conditions.test.d.ts.map +1 -1
  675. package/dist/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.d.ts.map +1 -1
  676. package/dist/tests/cases/integration/graphQlRequests/validation/utils.d.ts.map +1 -1
  677. package/dist/tests/src/test.d.ts.map +1 -1
  678. package/dist/tests/tsconfig.tsbuildinfo +1 -1
  679. package/dist/types/ExecutionContainer.d.ts +13 -3
  680. package/dist/types/ExecutionContainer.d.ts.map +1 -1
  681. package/dist/types/acl/Authorizator.d.ts.map +1 -1
  682. package/dist/types/acl/EvaluatedPredicateReplacer.d.ts.map +1 -1
  683. package/dist/types/acl/PermissionFactory.d.ts.map +1 -1
  684. package/dist/types/acl/PredicateFactory.d.ts.map +1 -1
  685. package/dist/types/acl/PredicatesInjector.d.ts +15 -1
  686. package/dist/types/acl/PredicatesInjector.d.ts.map +1 -1
  687. package/dist/types/acl/VariableUtils.d.ts.map +1 -1
  688. package/dist/types/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.d.ts.map +1 -1
  689. package/dist/types/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.d.ts.map +1 -1
  690. package/dist/types/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.d.ts.map +1 -1
  691. package/dist/types/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.d.ts.map +1 -1
  692. package/dist/types/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.d.ts.map +1 -1
  693. package/dist/types/index.d.ts +1 -1
  694. package/dist/types/index.d.ts.map +1 -1
  695. package/dist/types/input-validation/preValidation/InputPreValidator.d.ts.map +1 -1
  696. package/dist/types/inputProcessing/CreateInputProcessor.d.ts +1 -1
  697. package/dist/types/inputProcessing/CreateInputProcessor.d.ts.map +1 -1
  698. package/dist/types/inputProcessing/CreateInputVisitor.d.ts.map +1 -1
  699. package/dist/types/inputProcessing/UpdateInputProcessor.d.ts +1 -1
  700. package/dist/types/inputProcessing/UpdateInputProcessor.d.ts.map +1 -1
  701. package/dist/types/inputProcessing/UpdateInputVisitor.d.ts.map +1 -1
  702. package/dist/types/introspection/IntrospectionSchemaFactory.d.ts.map +1 -1
  703. package/dist/types/introspection/introspection.schema.d.ts.map +1 -1
  704. package/dist/types/mapper/ColumnValue.d.ts.map +1 -1
  705. package/dist/types/mapper/ErrorUtils.d.ts.map +1 -1
  706. package/dist/types/mapper/EventManager.d.ts.map +1 -1
  707. package/dist/types/mapper/JunctionTableManager.d.ts.map +1 -1
  708. package/dist/types/mapper/Mapper.d.ts.map +1 -1
  709. package/dist/types/mapper/MapperFactory.d.ts.map +1 -1
  710. package/dist/types/mapper/Result.d.ts +2 -2
  711. package/dist/types/mapper/Result.d.ts.map +1 -1
  712. package/dist/types/mapper/delete/DeleteExecutor.d.ts.map +1 -1
  713. package/dist/types/mapper/delete/DeleteState.d.ts.map +1 -1
  714. package/dist/types/mapper/delete/helpers.d.ts.map +1 -1
  715. package/dist/types/mapper/insert/InsertBuilder.d.ts.map +1 -1
  716. package/dist/types/mapper/insert/SqlCreateInputProcessor.d.ts.map +1 -1
  717. package/dist/types/mapper/insert/relations/ManyHasManyCreateInputProcessor.d.ts +2 -2
  718. package/dist/types/mapper/insert/relations/ManyHasManyCreateInputProcessor.d.ts.map +1 -1
  719. package/dist/types/mapper/insert/relations/ManyHasOneCreateInputProcessor.d.ts +2 -2
  720. package/dist/types/mapper/insert/relations/ManyHasOneCreateInputProcessor.d.ts.map +1 -1
  721. package/dist/types/mapper/insert/relations/OneHasManyCreateInputProcessor.d.ts.map +1 -1
  722. package/dist/types/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.d.ts +1 -1
  723. package/dist/types/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.d.ts.map +1 -1
  724. package/dist/types/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.d.ts.map +1 -1
  725. package/dist/types/mapper/select/ConditionBuilder.d.ts.map +1 -1
  726. package/dist/types/mapper/select/JoinBuilder.d.ts.map +1 -1
  727. package/dist/types/mapper/select/Path.d.ts +0 -1
  728. package/dist/types/mapper/select/Path.d.ts.map +1 -1
  729. package/dist/types/mapper/select/RelationFetcher.d.ts.map +1 -1
  730. package/dist/types/mapper/select/SelectBuilder.d.ts.map +1 -1
  731. package/dist/types/mapper/select/SelectExecutionHandler.d.ts.map +1 -1
  732. package/dist/types/mapper/select/WhereBuilder.d.ts.map +1 -1
  733. package/dist/types/mapper/select/handlers/FieldsVisitor.d.ts.map +1 -1
  734. package/dist/types/mapper/select/optimizer/ConditionOptimizer.d.ts.map +1 -1
  735. package/dist/types/mapper/select/optimizer/WhereOptimizer.d.ts +6 -1
  736. package/dist/types/mapper/select/optimizer/WhereOptimizer.d.ts.map +1 -1
  737. package/dist/types/mapper/select/optimizer/WhereReplacer.d.ts.map +1 -1
  738. package/dist/types/mapper/types.d.ts +1 -1
  739. package/dist/types/mapper/types.d.ts.map +1 -1
  740. package/dist/types/mapper/update/SqlUpdateInputProcessor.d.ts.map +1 -1
  741. package/dist/types/mapper/update/UpdateBuilder.d.ts.map +1 -1
  742. package/dist/types/mapper/update/Updater.d.ts +1 -5
  743. package/dist/types/mapper/update/Updater.d.ts.map +1 -1
  744. package/dist/types/mapper/update/relations/ManyHasManyUpdateInputProcessor.d.ts +7 -7
  745. package/dist/types/mapper/update/relations/ManyHasOneUpdateInputProcessor.d.ts +5 -5
  746. package/dist/types/mapper/update/relations/ManyHasOneUpdateInputProcessor.d.ts.map +1 -1
  747. package/dist/types/mapper/update/relations/OneHasManyUpdateInputProcessor.d.ts +7 -7
  748. package/dist/types/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.d.ts.map +1 -1
  749. package/dist/types/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.d.ts +3 -3
  750. package/dist/types/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.d.ts.map +1 -1
  751. package/dist/types/resolvers/GraphQlQueryAstFactory.d.ts.map +1 -1
  752. package/dist/types/resolvers/MutationResolver.d.ts.map +1 -1
  753. package/dist/types/schema/ConditionTypeProvider.d.ts.map +1 -1
  754. package/dist/types/schema/CustomTypesProvider.d.ts.map +1 -1
  755. package/dist/types/schema/EntityTypeProvider.d.ts.map +1 -1
  756. package/dist/types/schema/GraphQlSchemaBuilder.d.ts.map +1 -1
  757. package/dist/types/schema/GraphQlSchemaBuilderFactory.d.ts +0 -1
  758. package/dist/types/schema/GraphQlSchemaBuilderFactory.d.ts.map +1 -1
  759. package/dist/types/schema/MutationProvider.d.ts.map +1 -1
  760. package/dist/types/schema/OperationExtension.d.ts +1 -1
  761. package/dist/types/schema/OperationExtension.d.ts.map +1 -1
  762. package/dist/types/schema/ValidationQueriesProvider.d.ts.map +1 -1
  763. package/dist/types/schema/WhereTypeProvider.d.ts.map +1 -1
  764. package/dist/types/schema/entities/FieldArgsVisitor.d.ts.map +1 -1
  765. package/dist/types/schema/mutations/ConnectOrCreateRelationInputProvider.d.ts.map +1 -1
  766. package/dist/types/schema/mutations/CreateEntityInputFieldVisitor.d.ts.map +1 -1
  767. package/dist/types/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.d.ts.map +1 -1
  768. package/dist/types/schema/mutations/CreateEntityRelationInputFieldVisitor.d.ts.map +1 -1
  769. package/dist/types/schema/mutations/EntityInputProvider.d.ts.map +1 -1
  770. package/dist/types/schema/mutations/UpdateEntityInputFieldVisitor.d.ts +1 -1
  771. package/dist/types/schema/mutations/UpdateEntityInputFieldVisitor.d.ts.map +1 -1
  772. package/dist/types/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.d.ts.map +1 -1
  773. package/dist/types/schema/mutations/UpdateEntityRelationInputFieldVisitor.d.ts.map +1 -1
  774. package/dist/types/tsconfig.tsbuildinfo +1 -1
  775. package/dist/types/utils/object.d.ts.map +1 -1
  776. package/graphql.codegen.yml +1 -1
  777. package/package.json +21 -16
  778. package/src/ExecutionContainer.ts +137 -122
  779. package/src/acl/Authorizator.ts +5 -3
  780. package/src/acl/EvaluatedPredicateReplacer.ts +0 -5
  781. package/src/acl/PermissionFactory.ts +9 -10
  782. package/src/acl/PredicateFactory.ts +0 -1
  783. package/src/acl/PredicatesInjector.ts +162 -12
  784. package/src/acl/VariableUtils.ts +0 -2
  785. package/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.ts +0 -2
  786. package/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.ts +9 -13
  787. package/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.ts +3 -4
  788. package/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.ts +2 -2
  789. package/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.ts +2 -5
  790. package/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.ts +3 -4
  791. package/src/index.ts +8 -7
  792. package/src/input-validation/ValidationEvaluation.ts +3 -6
  793. package/src/input-validation/dependencies/DependencyCollector.ts +3 -3
  794. package/src/input-validation/preValidation/InputPreValidator.ts +6 -8
  795. package/src/inputProcessing/CreateInputProcessor.ts +1 -2
  796. package/src/inputProcessing/CreateInputVisitor.ts +7 -8
  797. package/src/inputProcessing/UpdateInputProcessor.ts +1 -2
  798. package/src/inputProcessing/UpdateInputVisitor.ts +9 -10
  799. package/src/introspection/IntrospectionSchemaFactory.ts +3 -4
  800. package/src/introspection/content-schema.types.ts +3 -3
  801. package/src/introspection/introspection.schema.ts +0 -2
  802. package/src/mapper/ColumnValue.ts +0 -1
  803. package/src/mapper/ErrorUtils.ts +19 -7
  804. package/src/mapper/EventManager.ts +0 -2
  805. package/src/mapper/JunctionTableManager.ts +19 -17
  806. package/src/mapper/Mapper.ts +13 -6
  807. package/src/mapper/MapperFactory.ts +0 -1
  808. package/src/mapper/Result.ts +2 -2
  809. package/src/mapper/delete/DeleteExecutor.ts +6 -7
  810. package/src/mapper/delete/DeleteState.ts +0 -1
  811. package/src/mapper/delete/helpers.ts +2 -3
  812. package/src/mapper/insert/InsertBuilder.ts +32 -35
  813. package/src/mapper/insert/Inserter.ts +0 -1
  814. package/src/mapper/insert/SqlCreateInputProcessor.ts +3 -6
  815. package/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.ts +0 -1
  816. package/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.ts +1 -2
  817. package/src/mapper/insert/relations/OneHasManyCreateInputProcessor.ts +0 -1
  818. package/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.ts +1 -4
  819. package/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.ts +2 -9
  820. package/src/mapper/select/ConditionBuilder.ts +19 -13
  821. package/src/mapper/select/JoinBuilder.ts +4 -2
  822. package/src/mapper/select/OrderByHelper.ts +2 -2
  823. package/src/mapper/select/Path.ts +0 -2
  824. package/src/mapper/select/RelationFetcher.ts +31 -26
  825. package/src/mapper/select/SelectBuilder.ts +16 -14
  826. package/src/mapper/select/SelectExecutionHandler.ts +30 -28
  827. package/src/mapper/select/SelectHydrator.ts +1 -1
  828. package/src/mapper/select/WhereBuilder.ts +49 -43
  829. package/src/mapper/select/handlers/FieldsVisitor.ts +1 -2
  830. package/src/mapper/select/optimizer/ConditionOptimizer.ts +0 -7
  831. package/src/mapper/select/optimizer/WhereOptimizer.ts +37 -15
  832. package/src/mapper/select/optimizer/WhereReplacer.ts +6 -3
  833. package/src/mapper/select/optimizer/helpers.ts +1 -1
  834. package/src/mapper/types.ts +19 -18
  835. package/src/mapper/update/SqlUpdateInputProcessor.ts +1 -1
  836. package/src/mapper/update/UpdateBuilder.ts +77 -81
  837. package/src/mapper/update/Updater.ts +23 -5
  838. package/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.ts +2 -4
  839. package/src/mapper/update/relations/OneHasManyUpdateInputProcessor.ts +2 -2
  840. package/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.ts +7 -4
  841. package/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.ts +23 -9
  842. package/src/resolvers/GraphQlQueryAstFactory.ts +0 -1
  843. package/src/resolvers/MutationResolver.ts +13 -15
  844. package/src/schema/ColumnTypeResolver.ts +1 -1
  845. package/src/schema/ConditionTypeProvider.ts +3 -1
  846. package/src/schema/CustomTypesProvider.ts +1 -2
  847. package/src/schema/EntityTypeProvider.ts +1 -3
  848. package/src/schema/GraphQlSchemaBuilder.ts +8 -7
  849. package/src/schema/GraphQlSchemaBuilderFactory.ts +150 -68
  850. package/src/schema/MutationProvider.ts +5 -10
  851. package/src/schema/OperationExtension.ts +1 -2
  852. package/src/schema/ValidationQueriesProvider.ts +2 -6
  853. package/src/schema/WhereTypeProvider.ts +1 -3
  854. package/src/schema/entities/FieldArgsVisitor.ts +5 -4
  855. package/src/schema/mutations/ConnectOrCreateRelationInputProvider.ts +0 -2
  856. package/src/schema/mutations/CreateEntityInputFieldVisitor.ts +3 -4
  857. package/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.ts +3 -4
  858. package/src/schema/mutations/CreateEntityRelationInputFieldVisitor.ts +10 -10
  859. package/src/schema/mutations/EntityInputProvider.ts +1 -7
  860. package/src/schema/mutations/UpdateEntityInputFieldVisitor.ts +3 -4
  861. package/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.ts +3 -4
  862. package/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.ts +6 -13
  863. package/src/utils/object.ts +3 -2
  864. package/tests/cases/bugs/bug-filter-or.test.ts +1 -5
  865. package/tests/cases/bugs/bug-update-by-nested-unique.test.ts +3 -6
  866. package/tests/cases/bugs/bug102.test.ts +2 -9
  867. package/tests/cases/integration/graphQlRequests/delete/aclDelete.test.ts +2 -3
  868. package/tests/cases/integration/graphQlRequests/delete/additionalDeleteFilter.test.ts +1 -2
  869. package/tests/cases/integration/graphQlRequests/delete/cascadeDelete.test.ts +12 -19
  870. package/tests/cases/integration/graphQlRequests/delete/deleteById.test.ts +0 -2
  871. package/tests/cases/integration/graphQlRequests/delete/orphanRemoval.test.ts +4 -5
  872. package/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.ts +6 -13
  873. package/tests/cases/integration/graphQlRequests/delete/setNullOnDelete.test.ts +9 -13
  874. package/tests/cases/integration/graphQlRequests/insert/acl/setField.test.ts +0 -2
  875. package/tests/cases/integration/graphQlRequests/insert/aclInsert.test.ts +0 -1
  876. package/tests/cases/integration/graphQlRequests/insert/basicInsert.test.ts +0 -1
  877. package/tests/cases/integration/graphQlRequests/insert/insertCustomId.test.ts +0 -1
  878. package/tests/cases/integration/graphQlRequests/insert/jsonInsert.test.ts +2 -2
  879. package/tests/cases/integration/graphQlRequests/insert/manyHasManyInverse/create.test.ts +1 -3
  880. package/tests/cases/integration/graphQlRequests/insert/manyHasManyOwning/create.test.ts +1 -4
  881. package/tests/cases/integration/graphQlRequests/insert/manyHasOne/connectOrCreate.test.ts +2 -10
  882. package/tests/cases/integration/graphQlRequests/insert/manyHasOne/create.test.ts +1 -5
  883. package/tests/cases/integration/graphQlRequests/insert/oneHasMany/connect.test.ts +3 -4
  884. package/tests/cases/integration/graphQlRequests/insert/oneHasMany/create.test.ts +2 -5
  885. package/tests/cases/integration/graphQlRequests/insert/oneHasOneInverse/create.test.ts +1 -3
  886. package/tests/cases/integration/graphQlRequests/insert/oneHasOneOwning/create.test.ts +1 -3
  887. package/tests/cases/integration/graphQlRequests/insert/oneHasOneOwning/empty.test.ts +1 -3
  888. package/tests/cases/integration/graphQlRequests/insert/subOperationFail.test.ts +107 -0
  889. package/tests/cases/integration/graphQlRequests/insert/validation/toBeFixed.test.ts +1 -9
  890. package/tests/cases/integration/graphQlRequests/query/acl/differentRowAndFieldPredicate.test.ts +0 -4
  891. package/tests/cases/integration/graphQlRequests/query/acl/fieldRestrictedByLocale.test.ts +1 -4
  892. package/tests/cases/integration/graphQlRequests/query/acl/isNullAcl.test.ts +0 -4
  893. package/tests/cases/integration/graphQlRequests/query/acl/nestedPredicate.test.ts +1 -6
  894. package/tests/cases/integration/graphQlRequests/query/acl/orPredicate.test.ts +0 -2
  895. package/tests/cases/integration/graphQlRequests/query/acl/predicateElimination.test.ts +676 -2
  896. package/tests/cases/integration/graphQlRequests/query/acl/relationAcl.test.ts +8 -11
  897. package/tests/cases/integration/graphQlRequests/query/acl/rowPredicateSubset.test.ts +2 -6
  898. package/tests/cases/integration/graphQlRequests/query/acl/sameRowAndFieldPredicate.test.ts +0 -2
  899. package/tests/cases/integration/graphQlRequests/query/filter/backReferencedFilter.test.ts +1 -4
  900. package/tests/cases/integration/graphQlRequests/query/filter/complexCondition.test.ts +0 -1
  901. package/tests/cases/integration/graphQlRequests/query/filter/composedFilter.test.ts +0 -1
  902. package/tests/cases/integration/graphQlRequests/query/filter/containsQuery.test.ts +0 -1
  903. package/tests/cases/integration/graphQlRequests/query/filter/manyHasManyOwnerRelation.test.ts +16 -18
  904. package/tests/cases/integration/graphQlRequests/query/filter/manyHasOneRelation.test.ts +0 -1
  905. package/tests/cases/integration/graphQlRequests/query/filter/oneHasManyRelation.test.ts +1 -3
  906. package/tests/cases/integration/graphQlRequests/query/formatting/dateFormat.test.ts +0 -1
  907. package/tests/cases/integration/graphQlRequests/query/graphqlFeatures/alias.test.ts +0 -1
  908. package/tests/cases/integration/graphQlRequests/query/graphqlFeatures/fragments.test.ts +6 -8
  909. package/tests/cases/integration/graphQlRequests/query/misc/aliasedType.test.ts +0 -1
  910. package/tests/cases/integration/graphQlRequests/query/misc/longAliasHash.test.ts +1 -3
  911. package/tests/cases/integration/graphQlRequests/query/misc/reducedHasMany.test.ts +2 -10
  912. package/tests/cases/integration/graphQlRequests/query/misc/transaction.test.ts +0 -2
  913. package/tests/cases/integration/graphQlRequests/query/pagination/hasManyLimit.test.ts +3 -10
  914. package/tests/cases/integration/graphQlRequests/query/pagination/paginate.test.ts +1 -3
  915. package/tests/cases/integration/graphQlRequests/query/pagination/paginateAliased.test.ts +1 -3
  916. package/tests/cases/integration/graphQlRequests/query/pagination/simpleLimit.test.ts +0 -1
  917. package/tests/cases/integration/graphQlRequests/query/relations/advanced.test.ts +3 -7
  918. package/tests/cases/integration/graphQlRequests/query/relations/manyHasManyInverse.test.ts +4 -9
  919. package/tests/cases/integration/graphQlRequests/query/relations/manyHasManyOwning.test.ts +5 -8
  920. package/tests/cases/integration/graphQlRequests/query/relations/manyHasOne.test.ts +0 -2
  921. package/tests/cases/integration/graphQlRequests/query/relations/oneHasMany.test.ts +2 -5
  922. package/tests/cases/integration/graphQlRequests/query/relations/oneHasOneInverse.test.ts +1 -3
  923. package/tests/cases/integration/graphQlRequests/query/relations/oneHasOneOwner.test.ts +1 -3
  924. package/tests/cases/integration/graphQlRequests/query/sorting/byRelations.test.ts +6 -8
  925. package/tests/cases/integration/graphQlRequests/query/sorting/defaultOrdering.test.ts +8 -8
  926. package/tests/cases/integration/graphQlRequests/query/sorting/orderBy.test.ts +0 -1
  927. package/tests/cases/integration/graphQlRequests/query/sorting/randomSort.test.ts +1 -5
  928. package/tests/cases/integration/graphQlRequests/query/sorting/sortNulls.test.ts +0 -1
  929. package/tests/cases/integration/graphQlRequests/query/sorting/sortedHasMany.test.ts +0 -1
  930. package/tests/cases/integration/graphQlRequests/query/unique/basicQueryById.test.ts +0 -1
  931. package/tests/cases/integration/graphQlRequests/query/unique/composedUnique.test.ts +2 -5
  932. package/tests/cases/integration/graphQlRequests/query/unique/oneHasManyUnique.test.ts +2 -5
  933. package/tests/cases/integration/graphQlRequests/query/unique/uniqueWithFilter.test.ts +0 -1
  934. package/tests/cases/integration/graphQlRequests/query/view/view.test.ts +0 -1
  935. package/tests/cases/integration/graphQlRequests/update/acl/aclUpdate.test.ts +8 -11
  936. package/tests/cases/integration/graphQlRequests/update/additionalFilter.test.ts +53 -3
  937. package/tests/cases/integration/graphQlRequests/update/basic/columnUpdate.test.ts +2 -3
  938. package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/connect.test.ts +0 -1
  939. package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/create.test.ts +0 -1
  940. package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/delete.test.ts +0 -1
  941. package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/disconnect.test.ts +0 -1
  942. package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/schema.ts +1 -2
  943. package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/update.test.ts +2 -2
  944. package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/upsert.test.ts +2 -2
  945. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/connect.test.ts +0 -1
  946. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/connectOrCreate.test.ts +0 -2
  947. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/create.test.ts +0 -1
  948. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/delete.test.ts +0 -1
  949. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/disconnect.test.ts +0 -1
  950. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/schema.ts +1 -2
  951. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/update.test.ts +2 -2
  952. package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/upsert.test.ts +7 -6
  953. package/tests/cases/integration/graphQlRequests/update/manyHasOne/connect.test.ts +2 -2
  954. package/tests/cases/integration/graphQlRequests/update/manyHasOne/create.test.ts +2 -2
  955. package/tests/cases/integration/graphQlRequests/update/manyHasOne/delete.test.ts +8 -6
  956. package/tests/cases/integration/graphQlRequests/update/manyHasOne/disconnect.test.ts +2 -3
  957. package/tests/cases/integration/graphQlRequests/update/manyHasOne/schema.ts +2 -5
  958. package/tests/cases/integration/graphQlRequests/update/manyHasOne/update.test.ts +2 -2
  959. package/tests/cases/integration/graphQlRequests/update/manyHasOne/upsert.test.ts +4 -3
  960. package/tests/cases/integration/graphQlRequests/update/oneHasMany/combination.test.ts +0 -1
  961. package/tests/cases/integration/graphQlRequests/update/oneHasMany/connect.test.ts +2 -2
  962. package/tests/cases/integration/graphQlRequests/update/oneHasMany/connectOrCreate.test.ts +2 -2
  963. package/tests/cases/integration/graphQlRequests/update/oneHasMany/create.test.ts +0 -1
  964. package/tests/cases/integration/graphQlRequests/update/oneHasMany/delete.test.ts +0 -1
  965. package/tests/cases/integration/graphQlRequests/update/oneHasMany/disconnect.test.ts +2 -2
  966. package/tests/cases/integration/graphQlRequests/update/oneHasMany/schema.ts +2 -8
  967. package/tests/cases/integration/graphQlRequests/update/oneHasMany/update.test.ts +7 -8
  968. package/tests/cases/integration/graphQlRequests/update/oneHasMany/upsert.test.ts +2 -2
  969. package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/connect.test.ts +10 -6
  970. package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/create.test.ts +2 -2
  971. package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/delete.test.ts +1 -4
  972. package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/disconnect.test.ts +2 -2
  973. package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/schema.ts +2 -6
  974. package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/update.test.ts +2 -2
  975. package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/upsert.test.ts +2 -2
  976. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/connect.test.ts +8 -5
  977. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/connectOrCreate.test.ts +2 -1
  978. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/create.test.ts +4 -2
  979. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/delete.test.ts +5 -5
  980. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/disconnect.test.ts +2 -2
  981. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/schema.ts +2 -6
  982. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/update.test.ts +2 -2
  983. package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/upsert.test.ts +4 -3
  984. package/tests/cases/integration/graphQlRequests/update/queryPortal.test.ts +4 -4
  985. package/tests/cases/integration/graphQlRequests/update/transaction.test.ts +6 -5
  986. package/tests/cases/integration/graphQlRequests/update/validation/toBeFixed.test.ts +9 -10
  987. package/tests/cases/integration/graphQlRequests/upsert/basicUpsert.test.ts +5 -9
  988. package/tests/cases/integration/graphQlRequests/validation/conditions.test.ts +1 -1
  989. package/tests/cases/integration/graphQlRequests/validation/nestedValidation.test.ts +0 -2
  990. package/tests/cases/integration/graphQlRequests/validation/optionalAssert.test.ts +0 -2
  991. package/tests/cases/integration/graphQlRequests/validation/required.test.ts +0 -2
  992. package/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.ts +1 -2
  993. package/tests/cases/integration/graphQlRequests/validation/rules/andRule.test.ts +0 -1
  994. package/tests/cases/integration/graphQlRequests/validation/rules/lengthRangeRule.test.ts +0 -1
  995. package/tests/cases/integration/graphQlRequests/validation/rules/maxLengthRule.test.ts +0 -1
  996. package/tests/cases/integration/graphQlRequests/validation/rules/minLength.test.ts +0 -3
  997. package/tests/cases/integration/graphQlRequests/validation/rules/notEmptyRule.test.ts +0 -4
  998. package/tests/cases/integration/graphQlRequests/validation/rules/notRule.test.ts +0 -2
  999. package/tests/cases/integration/graphQlRequests/validation/rules/orRule.test.ts +0 -3
  1000. package/tests/cases/integration/graphQlRequests/validation/rules/patternRule.test.ts +0 -1
  1001. package/tests/cases/integration/graphQlRequests/validation/rules/rangeRule.test.ts +0 -1
  1002. package/tests/cases/integration/graphQlRequests/validation/utils.ts +2 -6
  1003. package/tests/cases/integration/graphQlSchema/graphQlSchemaBuilder.test.ts +31 -61
  1004. package/tests/cases/integration/graphQlSchema/schema-column-types.gql +1 -0
  1005. package/tests/cases/unit/aclVariablesFactory.test.ts +3 -7
  1006. package/tests/cases/unit/conditionOptimizer.test.ts +122 -77
  1007. package/tests/cases/unit/inputPreValidator.test.ts +5 -17
  1008. package/tests/cases/unit/inputValidation.test.ts +2 -7
  1009. package/tests/cases/unit/orderbyHelper.test.ts +8 -6
  1010. package/tests/cases/unit/permissionMerger.test.ts +1 -7
  1011. package/tests/cases/unit/predicatesFactory.test.ts +0 -1
  1012. package/tests/cases/unit/predicatesInjector.test.ts +1065 -13
  1013. package/tests/cases/unit/uuidType.test.ts +1 -2
  1014. package/tests/cases/unit/variableInjector.test.ts +1 -4
  1015. package/tests/cases/unit/whereBuilder.test.ts +8 -5
  1016. package/tests/cases/unit/whereOptimizer.test.ts +337 -244
  1017. package/tests/src/test.ts +3 -2
  1018. package/tests/src/testGraphql.ts +1 -1
  1019. package/tests/.eslintrc.cjs +0 -5
@@ -1 +1 @@
1
- {"version":3,"file":"PredicatesInjector.cjs","sources":["../../../../../packages/engine-content-api/src/acl/PredicatesInjector.ts"],"sourcesContent":["import { Acl, Input, Model, Writable } from '@contember/schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { PredicateFactory } from './PredicateFactory'\n\nexport class PredicatesInjector {\n\tconstructor(private readonly schema: Model.Schema, private readonly predicateFactory: PredicateFactory) {}\n\n\tpublic inject(entity: Model.Entity, where: Input.OptionalWhere, relationContext?: Model.AnyRelationContext): Input.OptionalWhere {\n\t\tconst restrictedWhere = this.injectToWhere(where, entity, true)\n\t\treturn this.createWhere(entity, undefined, restrictedWhere, relationContext)\n\t}\n\n\tprivate createWhere(\n\t\tentity: Model.Entity,\n\t\tfieldNames: string[] | undefined,\n\t\twhere: Input.OptionalWhere,\n\t\trelationContext?: Model.AnyRelationContext,\n\t): Input.OptionalWhere {\n\t\tconst predicatesWhere = this.predicateFactory.create(entity, Acl.Operation.read, fieldNames, relationContext)\n\t\twhere = this.predicateFactory.optimizePredicates(where, relationContext)\n\n\t\tconst and = [where, predicatesWhere].filter(it => Object.keys(it).length > 0)\n\t\tif (and.length === 0) {\n\t\t\treturn {}\n\t\t}\n\t\tif (and.length === 1) {\n\t\t\treturn and[0]\n\t\t}\n\t\treturn { and: and }\n\t}\n\n\tprivate injectToWhere(\n\t\twhere: Input.OptionalWhere,\n\t\tentity: Model.Entity,\n\t\tisRoot: boolean,\n\t\trelationContext?: Model.AnyRelationContext,\n\t): Input.OptionalWhere {\n\t\tconst resultWhere: Writable<Input.OptionalWhere> = {}\n\t\tif (where.and) {\n\t\t\tresultWhere.and = where.and.filter((it): it is Input.Where => !!it).map(it => this.injectToWhere(it, entity, isRoot, relationContext))\n\t\t}\n\t\tif (where.or) {\n\t\t\tresultWhere.or = where.or.filter((it): it is Input.Where => !!it).map(it => this.injectToWhere(it, entity, isRoot, relationContext))\n\t\t}\n\t\tif (where.not) {\n\t\t\tresultWhere.not = this.injectToWhere(where.not, entity, isRoot, relationContext)\n\t\t}\n\n\t\tconst fields = Object.keys(where).filter(it => !['and', 'or', 'not'].includes(it))\n\n\t\tif (fields.length === 0) {\n\t\t\treturn resultWhere\n\t\t}\n\t\tfor (let field of fields) {\n\t\t\tresultWhere[field] = acceptFieldVisitor(this.schema, entity, field, {\n\t\t\t\tvisitColumn: () => where[field],\n\t\t\t\tvisitRelation: context => {\n\t\t\t\t\tconst relationWhere = where[field] as Input.OptionalWhere | null\n\t\t\t\t\tif (relationWhere === null) {\n\t\t\t\t\t\treturn null\n\t\t\t\t\t}\n\t\t\t\t\treturn this.injectToWhere(relationWhere, context.targetEntity, false, context)\n\t\t\t\t},\n\t\t\t})\n\t\t}\n\t\tconst fieldsForPredicate = !isRoot\n\t\t\t? fields\n\t\t\t: fields.filter(it => this.predicateFactory.shouldApplyCellLevelPredicate(entity, Acl.Operation.read, it))\n\n\t\treturn this.createWhere(entity, fieldsForPredicate, resultWhere, relationContext)\n\t}\n\n}\n"],"names":["schema","Acl","acceptFieldVisitor"],"mappings":";;;;AAIO,MAAM,mBAAmB;AAAA,EAC/B,YAA6BA,SAAuC,kBAAoC;AAA3E,SAAA,SAAAA;AAAuC,SAAA,mBAAA;AAAA,EAAA;AAAA,EAE7D,OAAO,QAAsB,OAA4B,iBAAiE;AAChI,UAAM,kBAAkB,KAAK,cAAc,OAAO,QAAQ,IAAI;AAC9D,WAAO,KAAK,YAAY,QAAQ,QAAW,iBAAiB,eAAe;AAAA,EAAA;AAAA,EAGpE,YACP,QACA,YACA,OACA,iBACsB;AAChB,UAAA,kBAAkB,KAAK,iBAAiB,OAAO,QAAQC,OAAI,IAAA,UAAU,MAAM,YAAY,eAAe;AAC5G,YAAQ,KAAK,iBAAiB,mBAAmB,OAAO,eAAe;AAEvE,UAAM,MAAM,CAAC,OAAO,eAAe,EAAE,OAAO,CAAM,OAAA,OAAO,KAAK,EAAE,EAAE,SAAS,CAAC;AACxE,QAAA,IAAI,WAAW,GAAG;AACrB,aAAO,CAAC;AAAA,IAAA;AAEL,QAAA,IAAI,WAAW,GAAG;AACrB,aAAO,IAAI,CAAC;AAAA,IAAA;AAEb,WAAO,EAAE,IAAS;AAAA,EAAA;AAAA,EAGX,cACP,OACA,QACA,QACA,iBACsB;AACtB,UAAM,cAA6C,CAAC;AACpD,QAAI,MAAM,KAAK;AACd,kBAAY,MAAM,MAAM,IAAI,OAAO,CAAC,OAA0B,CAAC,CAAC,EAAE,EAAE,IAAI,QAAM,KAAK,cAAc,IAAI,QAAQ,QAAQ,eAAe,CAAC;AAAA,IAAA;AAEtI,QAAI,MAAM,IAAI;AACb,kBAAY,KAAK,MAAM,GAAG,OAAO,CAAC,OAA0B,CAAC,CAAC,EAAE,EAAE,IAAI,QAAM,KAAK,cAAc,IAAI,QAAQ,QAAQ,eAAe,CAAC;AAAA,IAAA;AAEpI,QAAI,MAAM,KAAK;AACd,kBAAY,MAAM,KAAK,cAAc,MAAM,KAAK,QAAQ,QAAQ,eAAe;AAAA,IAAA;AAGhF,UAAM,SAAS,OAAO,KAAK,KAAK,EAAE,OAAO,CAAA,OAAM,CAAC,CAAC,OAAO,MAAM,KAAK,EAAE,SAAS,EAAE,CAAC;AAE7E,QAAA,OAAO,WAAW,GAAG;AACjB,aAAA;AAAA,IAAA;AAER,aAAS,SAAS,QAAQ;AACzB,kBAAY,KAAK,IAAIC,YAAA,mBAAmB,KAAK,QAAQ,QAAQ,OAAO;AAAA,QACnE,aAAa,MAAM,MAAM,KAAK;AAAA,QAC9B,eAAe,CAAW,YAAA;AACnB,gBAAA,gBAAgB,MAAM,KAAK;AACjC,cAAI,kBAAkB,MAAM;AACpB,mBAAA;AAAA,UAAA;AAER,iBAAO,KAAK,cAAc,eAAe,QAAQ,cAAc,OAAO,OAAO;AAAA,QAAA;AAAA,MAC9E,CACA;AAAA,IAAA;AAEF,UAAM,qBAAqB,CAAC,SACzB,SACA,OAAO,OAAO,CAAA,OAAM,KAAK,iBAAiB,8BAA8B,QAAQD,OAAAA,IAAI,UAAU,MAAM,EAAE,CAAC;AAE1G,WAAO,KAAK,YAAY,QAAQ,oBAAoB,aAAa,eAAe;AAAA,EAAA;AAGlF;;"}
1
+ {"version":3,"file":"PredicatesInjector.cjs","sources":["../../../../../packages/engine-content-api/src/acl/PredicatesInjector.ts"],"sourcesContent":["import { Acl, Input, Model, Writable } from '@contember/schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { PredicateFactory } from './PredicateFactory'\n\nexport class PredicatesInjector {\n\tconstructor(private readonly schema: Model.Schema, private readonly predicateFactory: PredicateFactory) {}\n\n\tpublic inject(\n\t\tentity: Model.Entity,\n\t\twhere: Input.OptionalWhere,\n\t\trelationContext?: Model.AnyRelationContext,\n\t\tancestorPath?: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\tconst restrictedWhere = this.injectToWhere(where, entity, true, relationContext, false, ancestorPath ?? [])\n\t\treturn this.createWhere(entity, undefined, restrictedWhere, relationContext, false, ancestorPath ?? [])\n\t}\n\n\t/**\n\t * Finds an ancestor in the path that matches the given relation as a back-reference.\n\t * A match occurs when:\n\t * 1. The relation we're traversing has the same name as the inverse (targetRelation) of a relation in the ancestor path\n\t * 2. AND the entity where our relation is defined matches the targetEntity in the path\n\t * (to prevent false positives when different entities have relations with the same name)\n\t */\n\tprivate findBackReferencedAncestor(\n\t\tancestorPath: readonly Model.AnyRelationContext[],\n\t\trelationName: string,\n\t\trelationSourceEntityName: string,\n\t): Model.AnyRelationContext | undefined {\n\t\treturn ancestorPath.find(ctx =>\n\t\t\tctx.targetRelation?.name === relationName\n\t\t\t&& ctx.targetEntity.name === relationSourceEntityName\n\t\t)\n\t}\n\n\tprivate createWhere(\n\t\tentity: Model.Entity,\n\t\tfieldNames: string[] | undefined,\n\t\twhere: Input.OptionalWhere,\n\t\trelationContext?: Model.AnyRelationContext,\n\t\tisBackReferenceContext?: boolean,\n\t\tancestorPath?: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\t// Simplify predicates when:\n\t\t// 1. We're in a back-reference context (inside a filter that traverses back)\n\t\t// 2. AND the relation we traversed to get here corresponds to a relation in our query path\n\t\t// This ensures we only simplify when the traversed relation actually corresponds\n\t\t// to a relation in our query path (not just any relation to the same entity type)\n\t\tconst shouldSimplify = isBackReferenceContext === true\n\t\t\t&& ancestorPath !== undefined\n\t\t\t&& relationContext !== undefined\n\t\t\t&& this.findBackReferencedAncestor(ancestorPath, relationContext.relation.name, relationContext.entity.name) !== undefined\n\n\t\tlet predicatesWhere: Input.OptionalWhere\n\t\tif (shouldSimplify) {\n\t\t\tpredicatesWhere = { [entity.primary]: { always: true } }\n\t\t} else {\n\t\t\tconst rawPredicate = this.predicateFactory.create(entity, Acl.Operation.read, fieldNames, relationContext)\n\t\t\t// Process the predicate to inject nested entity predicates\n\t\t\tpredicatesWhere = this.injectPredicatesToPredicate(\n\t\t\t\trawPredicate,\n\t\t\t\tentity,\n\t\t\t\tisBackReferenceContext ?? false,\n\t\t\t\tancestorPath ?? [],\n\t\t\t)\n\t\t}\n\n\t\tconst and = [where, predicatesWhere].filter(it => Object.keys(it).length > 0)\n\t\tif (and.length === 0) {\n\t\t\treturn {}\n\t\t}\n\t\tif (and.length === 1) {\n\t\t\treturn and[0]\n\t\t}\n\t\treturn { and: and }\n\t}\n\n\t/**\n\t * Processes a predicate and injects nested entity predicates for any relation traversals.\n\t * This ensures that when a predicate like { department: { company: { name: 'Acme' } } }\n\t * is used, the predicates of Department and Company are also applied.\n\t */\n\tprivate injectPredicatesToPredicate(\n\t\twhere: Input.OptionalWhere,\n\t\tentity: Model.Entity,\n\t\tisBackReferenceContext: boolean,\n\t\tancestorPath: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\tconst resultWhere: Writable<Input.OptionalWhere> = {}\n\n\t\tif (where.and) {\n\t\t\tresultWhere.and = where.and\n\t\t\t\t.filter((it): it is Input.Where => !!it)\n\t\t\t\t.map(it => this.injectPredicatesToPredicate(it, entity, isBackReferenceContext, ancestorPath))\n\t\t}\n\t\tif (where.or) {\n\t\t\tresultWhere.or = where.or\n\t\t\t\t.filter((it): it is Input.Where => !!it)\n\t\t\t\t.map(it => this.injectPredicatesToPredicate(it, entity, isBackReferenceContext, ancestorPath))\n\t\t}\n\t\tif (where.not) {\n\t\t\tresultWhere.not = this.injectPredicatesToPredicate(where.not, entity, isBackReferenceContext, ancestorPath)\n\t\t}\n\n\t\tconst fields = Object.keys(where).filter(it => !['and', 'or', 'not'].includes(it))\n\n\t\tfor (const field of fields) {\n\t\t\tresultWhere[field] = acceptFieldVisitor(this.schema, entity, field, {\n\t\t\t\tvisitColumn: () => where[field],\n\t\t\t\tvisitRelation: context => {\n\t\t\t\t\tconst relationWhere = where[field] as Input.OptionalWhere | null\n\t\t\t\t\tif (relationWhere === null) {\n\t\t\t\t\t\treturn null\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if this relation is a back-reference to somewhere in our ancestor path\n\t\t\t\t\tconst isBackReference = this.findBackReferencedAncestor(\n\t\t\t\t\t\tancestorPath,\n\t\t\t\t\t\tcontext.relation.name,\n\t\t\t\t\t\tcontext.entity.name,\n\t\t\t\t\t) !== undefined\n\t\t\t\t\tconst nestedIsBackReferenceContext = isBackReference || isBackReferenceContext\n\t\t\t\t\tconst nestedAncestorPath: readonly Model.AnyRelationContext[] = [...ancestorPath, context]\n\n\t\t\t\t\t// Recursively process the nested where (always do this to handle deeper nesting)\n\t\t\t\t\tconst processedNestedWhere = this.injectPredicatesToPredicate(\n\t\t\t\t\t\trelationWhere,\n\t\t\t\t\t\tcontext.targetEntity,\n\t\t\t\t\t\tnestedIsBackReferenceContext,\n\t\t\t\t\t\tnestedAncestorPath,\n\t\t\t\t\t)\n\n\t\t\t\t\t// Check if we should simplify the target entity's predicate\n\t\t\t\t\tconst shouldSimplifyNested = nestedIsBackReferenceContext\n\t\t\t\t\t\t&& this.findBackReferencedAncestor(nestedAncestorPath, context.relation.name, context.entity.name) !== undefined\n\n\t\t\t\t\t// Get target entity's predicate (simplified if back-reference)\n\t\t\t\t\tconst targetPredicate = shouldSimplifyNested\n\t\t\t\t\t\t? { [context.targetEntity.primary]: { always: true } }\n\t\t\t\t\t\t: this.predicateFactory.create(context.targetEntity, Acl.Operation.read, undefined, context)\n\n\t\t\t\t\t// Optimization: avoid duplicate { id: always } when both are simplified\n\t\t\t\t\tconst primaryKey = context.targetEntity.primary\n\t\t\t\t\tconst nestedIsAlwaysTrue = Object.keys(processedNestedWhere).length === 1\n\t\t\t\t\t\t&& (processedNestedWhere as Record<string, unknown>)[primaryKey] !== undefined\n\t\t\t\t\t\t&& (processedNestedWhere as Record<string, Record<string, unknown>>)[primaryKey]?.always === true\n\t\t\t\t\tconst targetIsAlwaysTrue = Object.keys(targetPredicate).length === 1\n\t\t\t\t\t\t&& (targetPredicate as Record<string, unknown>)[primaryKey] !== undefined\n\t\t\t\t\t\t&& (targetPredicate as Record<string, Record<string, unknown>>)[primaryKey]?.always === true\n\n\t\t\t\t\tif (nestedIsAlwaysTrue && targetIsAlwaysTrue) {\n\t\t\t\t\t\treturn processedNestedWhere\n\t\t\t\t\t}\n\n\t\t\t\t\t// Combine the processed nested where with target entity's predicate\n\t\t\t\t\tconst parts = [processedNestedWhere, targetPredicate].filter(it => Object.keys(it).length > 0)\n\t\t\t\t\tif (parts.length === 0) {\n\t\t\t\t\t\treturn {}\n\t\t\t\t\t}\n\t\t\t\t\tif (parts.length === 1) {\n\t\t\t\t\t\treturn parts[0]\n\t\t\t\t\t}\n\t\t\t\t\treturn { and: parts }\n\t\t\t\t},\n\t\t\t})\n\t\t}\n\n\t\treturn resultWhere\n\t}\n\n\tprivate injectToWhere(\n\t\twhere: Input.OptionalWhere,\n\t\tentity: Model.Entity,\n\t\tisRoot: boolean,\n\t\trelationContext: Model.AnyRelationContext | undefined,\n\t\tisBackReferenceContext: boolean,\n\t\tancestorPath: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\tconst resultWhere: Writable<Input.OptionalWhere> = {}\n\t\tif (where.and) {\n\t\t\tresultWhere.and = where.and.filter((it): it is Input.Where => !!it).map(it =>\n\t\t\t\tthis.injectToWhere(it, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)\n\t\t\t)\n\t\t}\n\t\tif (where.or) {\n\t\t\tresultWhere.or = where.or.filter((it): it is Input.Where => !!it).map(it =>\n\t\t\t\tthis.injectToWhere(it, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)\n\t\t\t)\n\t\t}\n\t\tif (where.not) {\n\t\t\tresultWhere.not = this.injectToWhere(where.not, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)\n\t\t}\n\n\t\tconst fields = Object.keys(where).filter(it => !['and', 'or', 'not'].includes(it))\n\n\t\tif (fields.length === 0) {\n\t\t\treturn resultWhere\n\t\t}\n\t\tfor (let field of fields) {\n\t\t\tresultWhere[field] = acceptFieldVisitor(this.schema, entity, field, {\n\t\t\t\tvisitColumn: () => where[field],\n\t\t\t\tvisitRelation: context => {\n\t\t\t\t\tconst relationWhere = where[field] as Input.OptionalWhere | null\n\t\t\t\t\tif (relationWhere === null) {\n\t\t\t\t\t\treturn null\n\t\t\t\t\t}\n\t\t\t\t\t// Check if this relation is a back-reference to somewhere in our ancestor path\n\t\t\t\t\tconst isBackReference = this.findBackReferencedAncestor(ancestorPath, context.relation.name, context.entity.name) !== undefined\n\t\t\t\t\t// Once we enter a back-reference context, stay in it for nested relations\n\t\t\t\t\tconst nestedIsBackReferenceContext = isBackReference || isBackReferenceContext\n\t\t\t\t\t// Build extended ancestor path for nested traversal\n\t\t\t\t\tconst nestedAncestorPath: Model.AnyRelationContext[] = [...ancestorPath, context]\n\t\t\t\t\treturn this.injectToWhere(relationWhere, context.targetEntity, false, context, nestedIsBackReferenceContext, nestedAncestorPath)\n\t\t\t\t},\n\t\t\t})\n\t\t}\n\t\tconst fieldsForPredicate = !isRoot\n\t\t\t? fields\n\t\t\t: fields.filter(it => this.predicateFactory.shouldApplyCellLevelPredicate(entity, Acl.Operation.read, it))\n\n\t\treturn this.createWhere(entity, fieldsForPredicate, resultWhere, relationContext, isBackReferenceContext, ancestorPath)\n\t}\n}\n"],"names":["schema","Acl","acceptFieldVisitor"],"mappings":"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"}
@@ -5,13 +5,36 @@ class PredicatesInjector {
5
5
  this.schema = schema;
6
6
  this.predicateFactory = predicateFactory;
7
7
  }
8
- inject(entity, where, relationContext) {
9
- const restrictedWhere = this.injectToWhere(where, entity, true);
10
- return this.createWhere(entity, void 0, restrictedWhere, relationContext);
8
+ inject(entity, where, relationContext, ancestorPath) {
9
+ const restrictedWhere = this.injectToWhere(where, entity, true, relationContext, false, ancestorPath ?? []);
10
+ return this.createWhere(entity, void 0, restrictedWhere, relationContext, false, ancestorPath ?? []);
11
11
  }
12
- createWhere(entity, fieldNames, where, relationContext) {
13
- const predicatesWhere = this.predicateFactory.create(entity, Acl.Operation.read, fieldNames, relationContext);
14
- where = this.predicateFactory.optimizePredicates(where, relationContext);
12
+ /**
13
+ * Finds an ancestor in the path that matches the given relation as a back-reference.
14
+ * A match occurs when:
15
+ * 1. The relation we're traversing has the same name as the inverse (targetRelation) of a relation in the ancestor path
16
+ * 2. AND the entity where our relation is defined matches the targetEntity in the path
17
+ * (to prevent false positives when different entities have relations with the same name)
18
+ */
19
+ findBackReferencedAncestor(ancestorPath, relationName, relationSourceEntityName) {
20
+ return ancestorPath.find(
21
+ (ctx) => ctx.targetRelation?.name === relationName && ctx.targetEntity.name === relationSourceEntityName
22
+ );
23
+ }
24
+ createWhere(entity, fieldNames, where, relationContext, isBackReferenceContext, ancestorPath) {
25
+ const shouldSimplify = isBackReferenceContext === true && ancestorPath !== void 0 && relationContext !== void 0 && this.findBackReferencedAncestor(ancestorPath, relationContext.relation.name, relationContext.entity.name) !== void 0;
26
+ let predicatesWhere;
27
+ if (shouldSimplify) {
28
+ predicatesWhere = { [entity.primary]: { always: true } };
29
+ } else {
30
+ const rawPredicate = this.predicateFactory.create(entity, Acl.Operation.read, fieldNames, relationContext);
31
+ predicatesWhere = this.injectPredicatesToPredicate(
32
+ rawPredicate,
33
+ entity,
34
+ isBackReferenceContext ?? false,
35
+ ancestorPath ?? []
36
+ );
37
+ }
15
38
  const and = [where, predicatesWhere].filter((it) => Object.keys(it).length > 0);
16
39
  if (and.length === 0) {
17
40
  return {};
@@ -21,16 +44,79 @@ class PredicatesInjector {
21
44
  }
22
45
  return { and };
23
46
  }
24
- injectToWhere(where, entity, isRoot, relationContext) {
47
+ /**
48
+ * Processes a predicate and injects nested entity predicates for any relation traversals.
49
+ * This ensures that when a predicate like { department: { company: { name: 'Acme' } } }
50
+ * is used, the predicates of Department and Company are also applied.
51
+ */
52
+ injectPredicatesToPredicate(where, entity, isBackReferenceContext, ancestorPath) {
53
+ const resultWhere = {};
54
+ if (where.and) {
55
+ resultWhere.and = where.and.filter((it) => !!it).map((it) => this.injectPredicatesToPredicate(it, entity, isBackReferenceContext, ancestorPath));
56
+ }
57
+ if (where.or) {
58
+ resultWhere.or = where.or.filter((it) => !!it).map((it) => this.injectPredicatesToPredicate(it, entity, isBackReferenceContext, ancestorPath));
59
+ }
60
+ if (where.not) {
61
+ resultWhere.not = this.injectPredicatesToPredicate(where.not, entity, isBackReferenceContext, ancestorPath);
62
+ }
63
+ const fields = Object.keys(where).filter((it) => !["and", "or", "not"].includes(it));
64
+ for (const field of fields) {
65
+ resultWhere[field] = acceptFieldVisitor(this.schema, entity, field, {
66
+ visitColumn: () => where[field],
67
+ visitRelation: (context) => {
68
+ const relationWhere = where[field];
69
+ if (relationWhere === null) {
70
+ return null;
71
+ }
72
+ const isBackReference = this.findBackReferencedAncestor(
73
+ ancestorPath,
74
+ context.relation.name,
75
+ context.entity.name
76
+ ) !== void 0;
77
+ const nestedIsBackReferenceContext = isBackReference || isBackReferenceContext;
78
+ const nestedAncestorPath = [...ancestorPath, context];
79
+ const processedNestedWhere = this.injectPredicatesToPredicate(
80
+ relationWhere,
81
+ context.targetEntity,
82
+ nestedIsBackReferenceContext,
83
+ nestedAncestorPath
84
+ );
85
+ const shouldSimplifyNested = nestedIsBackReferenceContext && this.findBackReferencedAncestor(nestedAncestorPath, context.relation.name, context.entity.name) !== void 0;
86
+ const targetPredicate = shouldSimplifyNested ? { [context.targetEntity.primary]: { always: true } } : this.predicateFactory.create(context.targetEntity, Acl.Operation.read, void 0, context);
87
+ const primaryKey = context.targetEntity.primary;
88
+ const nestedIsAlwaysTrue = Object.keys(processedNestedWhere).length === 1 && processedNestedWhere[primaryKey] !== void 0 && processedNestedWhere[primaryKey]?.always === true;
89
+ const targetIsAlwaysTrue = Object.keys(targetPredicate).length === 1 && targetPredicate[primaryKey] !== void 0 && targetPredicate[primaryKey]?.always === true;
90
+ if (nestedIsAlwaysTrue && targetIsAlwaysTrue) {
91
+ return processedNestedWhere;
92
+ }
93
+ const parts = [processedNestedWhere, targetPredicate].filter((it) => Object.keys(it).length > 0);
94
+ if (parts.length === 0) {
95
+ return {};
96
+ }
97
+ if (parts.length === 1) {
98
+ return parts[0];
99
+ }
100
+ return { and: parts };
101
+ }
102
+ });
103
+ }
104
+ return resultWhere;
105
+ }
106
+ injectToWhere(where, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath) {
25
107
  const resultWhere = {};
26
108
  if (where.and) {
27
- resultWhere.and = where.and.filter((it) => !!it).map((it) => this.injectToWhere(it, entity, isRoot, relationContext));
109
+ resultWhere.and = where.and.filter((it) => !!it).map(
110
+ (it) => this.injectToWhere(it, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)
111
+ );
28
112
  }
29
113
  if (where.or) {
30
- resultWhere.or = where.or.filter((it) => !!it).map((it) => this.injectToWhere(it, entity, isRoot, relationContext));
114
+ resultWhere.or = where.or.filter((it) => !!it).map(
115
+ (it) => this.injectToWhere(it, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)
116
+ );
31
117
  }
32
118
  if (where.not) {
33
- resultWhere.not = this.injectToWhere(where.not, entity, isRoot, relationContext);
119
+ resultWhere.not = this.injectToWhere(where.not, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath);
34
120
  }
35
121
  const fields = Object.keys(where).filter((it) => !["and", "or", "not"].includes(it));
36
122
  if (fields.length === 0) {
@@ -44,12 +130,15 @@ class PredicatesInjector {
44
130
  if (relationWhere === null) {
45
131
  return null;
46
132
  }
47
- return this.injectToWhere(relationWhere, context.targetEntity, false, context);
133
+ const isBackReference = this.findBackReferencedAncestor(ancestorPath, context.relation.name, context.entity.name) !== void 0;
134
+ const nestedIsBackReferenceContext = isBackReference || isBackReferenceContext;
135
+ const nestedAncestorPath = [...ancestorPath, context];
136
+ return this.injectToWhere(relationWhere, context.targetEntity, false, context, nestedIsBackReferenceContext, nestedAncestorPath);
48
137
  }
49
138
  });
50
139
  }
51
140
  const fieldsForPredicate = !isRoot ? fields : fields.filter((it) => this.predicateFactory.shouldApplyCellLevelPredicate(entity, Acl.Operation.read, it));
52
- return this.createWhere(entity, fieldsForPredicate, resultWhere, relationContext);
141
+ return this.createWhere(entity, fieldsForPredicate, resultWhere, relationContext, isBackReferenceContext, ancestorPath);
53
142
  }
54
143
  }
55
144
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"PredicatesInjector.js","sources":["../../../../../packages/engine-content-api/src/acl/PredicatesInjector.ts"],"sourcesContent":["import { Acl, Input, Model, Writable } from '@contember/schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { PredicateFactory } from './PredicateFactory'\n\nexport class PredicatesInjector {\n\tconstructor(private readonly schema: Model.Schema, private readonly predicateFactory: PredicateFactory) {}\n\n\tpublic inject(entity: Model.Entity, where: Input.OptionalWhere, relationContext?: Model.AnyRelationContext): Input.OptionalWhere {\n\t\tconst restrictedWhere = this.injectToWhere(where, entity, true)\n\t\treturn this.createWhere(entity, undefined, restrictedWhere, relationContext)\n\t}\n\n\tprivate createWhere(\n\t\tentity: Model.Entity,\n\t\tfieldNames: string[] | undefined,\n\t\twhere: Input.OptionalWhere,\n\t\trelationContext?: Model.AnyRelationContext,\n\t): Input.OptionalWhere {\n\t\tconst predicatesWhere = this.predicateFactory.create(entity, Acl.Operation.read, fieldNames, relationContext)\n\t\twhere = this.predicateFactory.optimizePredicates(where, relationContext)\n\n\t\tconst and = [where, predicatesWhere].filter(it => Object.keys(it).length > 0)\n\t\tif (and.length === 0) {\n\t\t\treturn {}\n\t\t}\n\t\tif (and.length === 1) {\n\t\t\treturn and[0]\n\t\t}\n\t\treturn { and: and }\n\t}\n\n\tprivate injectToWhere(\n\t\twhere: Input.OptionalWhere,\n\t\tentity: Model.Entity,\n\t\tisRoot: boolean,\n\t\trelationContext?: Model.AnyRelationContext,\n\t): Input.OptionalWhere {\n\t\tconst resultWhere: Writable<Input.OptionalWhere> = {}\n\t\tif (where.and) {\n\t\t\tresultWhere.and = where.and.filter((it): it is Input.Where => !!it).map(it => this.injectToWhere(it, entity, isRoot, relationContext))\n\t\t}\n\t\tif (where.or) {\n\t\t\tresultWhere.or = where.or.filter((it): it is Input.Where => !!it).map(it => this.injectToWhere(it, entity, isRoot, relationContext))\n\t\t}\n\t\tif (where.not) {\n\t\t\tresultWhere.not = this.injectToWhere(where.not, entity, isRoot, relationContext)\n\t\t}\n\n\t\tconst fields = Object.keys(where).filter(it => !['and', 'or', 'not'].includes(it))\n\n\t\tif (fields.length === 0) {\n\t\t\treturn resultWhere\n\t\t}\n\t\tfor (let field of fields) {\n\t\t\tresultWhere[field] = acceptFieldVisitor(this.schema, entity, field, {\n\t\t\t\tvisitColumn: () => where[field],\n\t\t\t\tvisitRelation: context => {\n\t\t\t\t\tconst relationWhere = where[field] as Input.OptionalWhere | null\n\t\t\t\t\tif (relationWhere === null) {\n\t\t\t\t\t\treturn null\n\t\t\t\t\t}\n\t\t\t\t\treturn this.injectToWhere(relationWhere, context.targetEntity, false, context)\n\t\t\t\t},\n\t\t\t})\n\t\t}\n\t\tconst fieldsForPredicate = !isRoot\n\t\t\t? fields\n\t\t\t: fields.filter(it => this.predicateFactory.shouldApplyCellLevelPredicate(entity, Acl.Operation.read, it))\n\n\t\treturn this.createWhere(entity, fieldsForPredicate, resultWhere, relationContext)\n\t}\n\n}\n"],"names":[],"mappings":";;AAIO,MAAM,mBAAmB;AAAA,EAC/B,YAA6B,QAAuC,kBAAoC;AAA3E,SAAA,SAAA;AAAuC,SAAA,mBAAA;AAAA,EAAA;AAAA,EAE7D,OAAO,QAAsB,OAA4B,iBAAiE;AAChI,UAAM,kBAAkB,KAAK,cAAc,OAAO,QAAQ,IAAI;AAC9D,WAAO,KAAK,YAAY,QAAQ,QAAW,iBAAiB,eAAe;AAAA,EAAA;AAAA,EAGpE,YACP,QACA,YACA,OACA,iBACsB;AAChB,UAAA,kBAAkB,KAAK,iBAAiB,OAAO,QAAQ,IAAI,UAAU,MAAM,YAAY,eAAe;AAC5G,YAAQ,KAAK,iBAAiB,mBAAmB,OAAO,eAAe;AAEvE,UAAM,MAAM,CAAC,OAAO,eAAe,EAAE,OAAO,CAAM,OAAA,OAAO,KAAK,EAAE,EAAE,SAAS,CAAC;AACxE,QAAA,IAAI,WAAW,GAAG;AACrB,aAAO,CAAC;AAAA,IAAA;AAEL,QAAA,IAAI,WAAW,GAAG;AACrB,aAAO,IAAI,CAAC;AAAA,IAAA;AAEb,WAAO,EAAE,IAAS;AAAA,EAAA;AAAA,EAGX,cACP,OACA,QACA,QACA,iBACsB;AACtB,UAAM,cAA6C,CAAC;AACpD,QAAI,MAAM,KAAK;AACd,kBAAY,MAAM,MAAM,IAAI,OAAO,CAAC,OAA0B,CAAC,CAAC,EAAE,EAAE,IAAI,QAAM,KAAK,cAAc,IAAI,QAAQ,QAAQ,eAAe,CAAC;AAAA,IAAA;AAEtI,QAAI,MAAM,IAAI;AACb,kBAAY,KAAK,MAAM,GAAG,OAAO,CAAC,OAA0B,CAAC,CAAC,EAAE,EAAE,IAAI,QAAM,KAAK,cAAc,IAAI,QAAQ,QAAQ,eAAe,CAAC;AAAA,IAAA;AAEpI,QAAI,MAAM,KAAK;AACd,kBAAY,MAAM,KAAK,cAAc,MAAM,KAAK,QAAQ,QAAQ,eAAe;AAAA,IAAA;AAGhF,UAAM,SAAS,OAAO,KAAK,KAAK,EAAE,OAAO,CAAA,OAAM,CAAC,CAAC,OAAO,MAAM,KAAK,EAAE,SAAS,EAAE,CAAC;AAE7E,QAAA,OAAO,WAAW,GAAG;AACjB,aAAA;AAAA,IAAA;AAER,aAAS,SAAS,QAAQ;AACzB,kBAAY,KAAK,IAAI,mBAAmB,KAAK,QAAQ,QAAQ,OAAO;AAAA,QACnE,aAAa,MAAM,MAAM,KAAK;AAAA,QAC9B,eAAe,CAAW,YAAA;AACnB,gBAAA,gBAAgB,MAAM,KAAK;AACjC,cAAI,kBAAkB,MAAM;AACpB,mBAAA;AAAA,UAAA;AAER,iBAAO,KAAK,cAAc,eAAe,QAAQ,cAAc,OAAO,OAAO;AAAA,QAAA;AAAA,MAC9E,CACA;AAAA,IAAA;AAEF,UAAM,qBAAqB,CAAC,SACzB,SACA,OAAO,OAAO,CAAA,OAAM,KAAK,iBAAiB,8BAA8B,QAAQ,IAAI,UAAU,MAAM,EAAE,CAAC;AAE1G,WAAO,KAAK,YAAY,QAAQ,oBAAoB,aAAa,eAAe;AAAA,EAAA;AAGlF;"}
1
+ {"version":3,"file":"PredicatesInjector.js","sources":["../../../../../packages/engine-content-api/src/acl/PredicatesInjector.ts"],"sourcesContent":["import { Acl, Input, Model, Writable } from '@contember/schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { PredicateFactory } from './PredicateFactory'\n\nexport class PredicatesInjector {\n\tconstructor(private readonly schema: Model.Schema, private readonly predicateFactory: PredicateFactory) {}\n\n\tpublic inject(\n\t\tentity: Model.Entity,\n\t\twhere: Input.OptionalWhere,\n\t\trelationContext?: Model.AnyRelationContext,\n\t\tancestorPath?: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\tconst restrictedWhere = this.injectToWhere(where, entity, true, relationContext, false, ancestorPath ?? [])\n\t\treturn this.createWhere(entity, undefined, restrictedWhere, relationContext, false, ancestorPath ?? [])\n\t}\n\n\t/**\n\t * Finds an ancestor in the path that matches the given relation as a back-reference.\n\t * A match occurs when:\n\t * 1. The relation we're traversing has the same name as the inverse (targetRelation) of a relation in the ancestor path\n\t * 2. AND the entity where our relation is defined matches the targetEntity in the path\n\t * (to prevent false positives when different entities have relations with the same name)\n\t */\n\tprivate findBackReferencedAncestor(\n\t\tancestorPath: readonly Model.AnyRelationContext[],\n\t\trelationName: string,\n\t\trelationSourceEntityName: string,\n\t): Model.AnyRelationContext | undefined {\n\t\treturn ancestorPath.find(ctx =>\n\t\t\tctx.targetRelation?.name === relationName\n\t\t\t&& ctx.targetEntity.name === relationSourceEntityName\n\t\t)\n\t}\n\n\tprivate createWhere(\n\t\tentity: Model.Entity,\n\t\tfieldNames: string[] | undefined,\n\t\twhere: Input.OptionalWhere,\n\t\trelationContext?: Model.AnyRelationContext,\n\t\tisBackReferenceContext?: boolean,\n\t\tancestorPath?: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\t// Simplify predicates when:\n\t\t// 1. We're in a back-reference context (inside a filter that traverses back)\n\t\t// 2. AND the relation we traversed to get here corresponds to a relation in our query path\n\t\t// This ensures we only simplify when the traversed relation actually corresponds\n\t\t// to a relation in our query path (not just any relation to the same entity type)\n\t\tconst shouldSimplify = isBackReferenceContext === true\n\t\t\t&& ancestorPath !== undefined\n\t\t\t&& relationContext !== undefined\n\t\t\t&& this.findBackReferencedAncestor(ancestorPath, relationContext.relation.name, relationContext.entity.name) !== undefined\n\n\t\tlet predicatesWhere: Input.OptionalWhere\n\t\tif (shouldSimplify) {\n\t\t\tpredicatesWhere = { [entity.primary]: { always: true } }\n\t\t} else {\n\t\t\tconst rawPredicate = this.predicateFactory.create(entity, Acl.Operation.read, fieldNames, relationContext)\n\t\t\t// Process the predicate to inject nested entity predicates\n\t\t\tpredicatesWhere = this.injectPredicatesToPredicate(\n\t\t\t\trawPredicate,\n\t\t\t\tentity,\n\t\t\t\tisBackReferenceContext ?? false,\n\t\t\t\tancestorPath ?? [],\n\t\t\t)\n\t\t}\n\n\t\tconst and = [where, predicatesWhere].filter(it => Object.keys(it).length > 0)\n\t\tif (and.length === 0) {\n\t\t\treturn {}\n\t\t}\n\t\tif (and.length === 1) {\n\t\t\treturn and[0]\n\t\t}\n\t\treturn { and: and }\n\t}\n\n\t/**\n\t * Processes a predicate and injects nested entity predicates for any relation traversals.\n\t * This ensures that when a predicate like { department: { company: { name: 'Acme' } } }\n\t * is used, the predicates of Department and Company are also applied.\n\t */\n\tprivate injectPredicatesToPredicate(\n\t\twhere: Input.OptionalWhere,\n\t\tentity: Model.Entity,\n\t\tisBackReferenceContext: boolean,\n\t\tancestorPath: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\tconst resultWhere: Writable<Input.OptionalWhere> = {}\n\n\t\tif (where.and) {\n\t\t\tresultWhere.and = where.and\n\t\t\t\t.filter((it): it is Input.Where => !!it)\n\t\t\t\t.map(it => this.injectPredicatesToPredicate(it, entity, isBackReferenceContext, ancestorPath))\n\t\t}\n\t\tif (where.or) {\n\t\t\tresultWhere.or = where.or\n\t\t\t\t.filter((it): it is Input.Where => !!it)\n\t\t\t\t.map(it => this.injectPredicatesToPredicate(it, entity, isBackReferenceContext, ancestorPath))\n\t\t}\n\t\tif (where.not) {\n\t\t\tresultWhere.not = this.injectPredicatesToPredicate(where.not, entity, isBackReferenceContext, ancestorPath)\n\t\t}\n\n\t\tconst fields = Object.keys(where).filter(it => !['and', 'or', 'not'].includes(it))\n\n\t\tfor (const field of fields) {\n\t\t\tresultWhere[field] = acceptFieldVisitor(this.schema, entity, field, {\n\t\t\t\tvisitColumn: () => where[field],\n\t\t\t\tvisitRelation: context => {\n\t\t\t\t\tconst relationWhere = where[field] as Input.OptionalWhere | null\n\t\t\t\t\tif (relationWhere === null) {\n\t\t\t\t\t\treturn null\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if this relation is a back-reference to somewhere in our ancestor path\n\t\t\t\t\tconst isBackReference = this.findBackReferencedAncestor(\n\t\t\t\t\t\tancestorPath,\n\t\t\t\t\t\tcontext.relation.name,\n\t\t\t\t\t\tcontext.entity.name,\n\t\t\t\t\t) !== undefined\n\t\t\t\t\tconst nestedIsBackReferenceContext = isBackReference || isBackReferenceContext\n\t\t\t\t\tconst nestedAncestorPath: readonly Model.AnyRelationContext[] = [...ancestorPath, context]\n\n\t\t\t\t\t// Recursively process the nested where (always do this to handle deeper nesting)\n\t\t\t\t\tconst processedNestedWhere = this.injectPredicatesToPredicate(\n\t\t\t\t\t\trelationWhere,\n\t\t\t\t\t\tcontext.targetEntity,\n\t\t\t\t\t\tnestedIsBackReferenceContext,\n\t\t\t\t\t\tnestedAncestorPath,\n\t\t\t\t\t)\n\n\t\t\t\t\t// Check if we should simplify the target entity's predicate\n\t\t\t\t\tconst shouldSimplifyNested = nestedIsBackReferenceContext\n\t\t\t\t\t\t&& this.findBackReferencedAncestor(nestedAncestorPath, context.relation.name, context.entity.name) !== undefined\n\n\t\t\t\t\t// Get target entity's predicate (simplified if back-reference)\n\t\t\t\t\tconst targetPredicate = shouldSimplifyNested\n\t\t\t\t\t\t? { [context.targetEntity.primary]: { always: true } }\n\t\t\t\t\t\t: this.predicateFactory.create(context.targetEntity, Acl.Operation.read, undefined, context)\n\n\t\t\t\t\t// Optimization: avoid duplicate { id: always } when both are simplified\n\t\t\t\t\tconst primaryKey = context.targetEntity.primary\n\t\t\t\t\tconst nestedIsAlwaysTrue = Object.keys(processedNestedWhere).length === 1\n\t\t\t\t\t\t&& (processedNestedWhere as Record<string, unknown>)[primaryKey] !== undefined\n\t\t\t\t\t\t&& (processedNestedWhere as Record<string, Record<string, unknown>>)[primaryKey]?.always === true\n\t\t\t\t\tconst targetIsAlwaysTrue = Object.keys(targetPredicate).length === 1\n\t\t\t\t\t\t&& (targetPredicate as Record<string, unknown>)[primaryKey] !== undefined\n\t\t\t\t\t\t&& (targetPredicate as Record<string, Record<string, unknown>>)[primaryKey]?.always === true\n\n\t\t\t\t\tif (nestedIsAlwaysTrue && targetIsAlwaysTrue) {\n\t\t\t\t\t\treturn processedNestedWhere\n\t\t\t\t\t}\n\n\t\t\t\t\t// Combine the processed nested where with target entity's predicate\n\t\t\t\t\tconst parts = [processedNestedWhere, targetPredicate].filter(it => Object.keys(it).length > 0)\n\t\t\t\t\tif (parts.length === 0) {\n\t\t\t\t\t\treturn {}\n\t\t\t\t\t}\n\t\t\t\t\tif (parts.length === 1) {\n\t\t\t\t\t\treturn parts[0]\n\t\t\t\t\t}\n\t\t\t\t\treturn { and: parts }\n\t\t\t\t},\n\t\t\t})\n\t\t}\n\n\t\treturn resultWhere\n\t}\n\n\tprivate injectToWhere(\n\t\twhere: Input.OptionalWhere,\n\t\tentity: Model.Entity,\n\t\tisRoot: boolean,\n\t\trelationContext: Model.AnyRelationContext | undefined,\n\t\tisBackReferenceContext: boolean,\n\t\tancestorPath: readonly Model.AnyRelationContext[],\n\t): Input.OptionalWhere {\n\t\tconst resultWhere: Writable<Input.OptionalWhere> = {}\n\t\tif (where.and) {\n\t\t\tresultWhere.and = where.and.filter((it): it is Input.Where => !!it).map(it =>\n\t\t\t\tthis.injectToWhere(it, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)\n\t\t\t)\n\t\t}\n\t\tif (where.or) {\n\t\t\tresultWhere.or = where.or.filter((it): it is Input.Where => !!it).map(it =>\n\t\t\t\tthis.injectToWhere(it, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)\n\t\t\t)\n\t\t}\n\t\tif (where.not) {\n\t\t\tresultWhere.not = this.injectToWhere(where.not, entity, isRoot, relationContext, isBackReferenceContext, ancestorPath)\n\t\t}\n\n\t\tconst fields = Object.keys(where).filter(it => !['and', 'or', 'not'].includes(it))\n\n\t\tif (fields.length === 0) {\n\t\t\treturn resultWhere\n\t\t}\n\t\tfor (let field of fields) {\n\t\t\tresultWhere[field] = acceptFieldVisitor(this.schema, entity, field, {\n\t\t\t\tvisitColumn: () => where[field],\n\t\t\t\tvisitRelation: context => {\n\t\t\t\t\tconst relationWhere = where[field] as Input.OptionalWhere | null\n\t\t\t\t\tif (relationWhere === null) {\n\t\t\t\t\t\treturn null\n\t\t\t\t\t}\n\t\t\t\t\t// Check if this relation is a back-reference to somewhere in our ancestor path\n\t\t\t\t\tconst isBackReference = this.findBackReferencedAncestor(ancestorPath, context.relation.name, context.entity.name) !== undefined\n\t\t\t\t\t// Once we enter a back-reference context, stay in it for nested relations\n\t\t\t\t\tconst nestedIsBackReferenceContext = isBackReference || isBackReferenceContext\n\t\t\t\t\t// Build extended ancestor path for nested traversal\n\t\t\t\t\tconst nestedAncestorPath: Model.AnyRelationContext[] = [...ancestorPath, context]\n\t\t\t\t\treturn this.injectToWhere(relationWhere, context.targetEntity, false, context, nestedIsBackReferenceContext, nestedAncestorPath)\n\t\t\t\t},\n\t\t\t})\n\t\t}\n\t\tconst fieldsForPredicate = !isRoot\n\t\t\t? fields\n\t\t\t: fields.filter(it => this.predicateFactory.shouldApplyCellLevelPredicate(entity, Acl.Operation.read, it))\n\n\t\treturn this.createWhere(entity, fieldsForPredicate, resultWhere, relationContext, isBackReferenceContext, ancestorPath)\n\t}\n}\n"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"VariableInjector.cjs","sources":["../../../../../packages/engine-content-api/src/acl/VariableInjector.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { PredicateDefinitionProcessor } from '@contember/schema-utils'\n\nexport class VariableInjector {\n\tprivate injectorCache = new WeakMap<Acl.PredicateDefinition, Input.Where>()\n\n\tconstructor(private readonly schema: Model.Schema, private readonly variables: Acl.VariablesMap) {}\n\n\tpublic inject(entity: Model.Entity, where: Acl.PredicateDefinition): Input.Where {\n\t\tconst cacheEntry = this.injectorCache.get(where)\n\t\tif (cacheEntry !== undefined) {\n\t\t\treturn cacheEntry\n\t\t}\n\t\tconst predicateDefinitionProcessor = new PredicateDefinitionProcessor(this.schema)\n\n\t\tconst resultWhere = predicateDefinitionProcessor.process(entity, where, {\n\t\t\thandleColumn: ({ value }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn this.variables[value] ?? { never: true }\n\t\t\t\t}\n\t\t\t\treturn value as Input.Condition\n\t\t\t},\n\t\t\thandleRelation: ({ value, targetEntity }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn { [targetEntity.primary]: this.variables[value] ?? { never: true } }\n\t\t\t\t}\n\t\t\t\treturn value\n\t\t\t},\n\t\t})\n\t\tthis.injectorCache.set(where, resultWhere)\n\t\treturn resultWhere\n\t}\n}\n"],"names":["PredicateDefinitionProcessor"],"mappings":";;;;;;AAGO,MAAM,iBAAiB;AAAA,EAG7B,YAA6B,QAAuC,WAA6B;AAApE,SAAA,SAAA;AAAuC,SAAA,YAAA;AAF5D,kBAAA,MAAA,qCAAoB,QAA8C,CAAA;AAAA,EAAA;AAAA,EAInE,OAAO,QAAsB,OAA6C;AAChF,UAAM,aAAa,KAAK,cAAc,IAAI,KAAK;AAC/C,QAAI,eAAe,QAAW;AACtB,aAAA;AAAA,IAAA;AAER,UAAM,+BAA+B,IAAIA,yCAA6B,KAAK,MAAM;AAEjF,UAAM,cAAc,6BAA6B,QAAQ,QAAQ,OAAO;AAAA,MACvE,cAAc,CAAC,EAAE,YAAY;AACxB,YAAA,OAAO,UAAU,UAAU;AAC9B,iBAAO,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,KAAK;AAAA,QAAA;AAExC,eAAA;AAAA,MACR;AAAA,MACA,gBAAgB,CAAC,EAAE,OAAO,mBAAmB;AACxC,YAAA,OAAO,UAAU,UAAU;AAC9B,iBAAO,EAAE,CAAC,aAAa,OAAO,GAAG,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,OAAO;AAAA,QAAA;AAEpE,eAAA;AAAA,MAAA;AAAA,IACR,CACA;AACI,SAAA,cAAc,IAAI,OAAO,WAAW;AAClC,WAAA;AAAA,EAAA;AAET;;"}
1
+ {"version":3,"file":"VariableInjector.cjs","sources":["../../../../../packages/engine-content-api/src/acl/VariableInjector.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { PredicateDefinitionProcessor } from '@contember/schema-utils'\n\nexport class VariableInjector {\n\tprivate injectorCache = new WeakMap<Acl.PredicateDefinition, Input.Where>()\n\n\tconstructor(private readonly schema: Model.Schema, private readonly variables: Acl.VariablesMap) {}\n\n\tpublic inject(entity: Model.Entity, where: Acl.PredicateDefinition): Input.Where {\n\t\tconst cacheEntry = this.injectorCache.get(where)\n\t\tif (cacheEntry !== undefined) {\n\t\t\treturn cacheEntry\n\t\t}\n\t\tconst predicateDefinitionProcessor = new PredicateDefinitionProcessor(this.schema)\n\n\t\tconst resultWhere = predicateDefinitionProcessor.process(entity, where, {\n\t\t\thandleColumn: ({ value }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn this.variables[value] ?? { never: true }\n\t\t\t\t}\n\t\t\t\treturn value as Input.Condition\n\t\t\t},\n\t\t\thandleRelation: ({ value, targetEntity }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn { [targetEntity.primary]: this.variables[value] ?? { never: true } }\n\t\t\t\t}\n\t\t\t\treturn value\n\t\t\t},\n\t\t})\n\t\tthis.injectorCache.set(where, resultWhere)\n\t\treturn resultWhere\n\t}\n}\n"],"names":["PredicateDefinitionProcessor"],"mappings":";;;;;;AAGO,MAAM,iBAAiB;AAAA,EAG7B,YAA6B,QAAuC,WAA6B;AAApE,SAAA,SAAA;AAAuC,SAAA,YAAA;AAFpE,kBAAA,MAAQ,qCAAoB,QAAA,CAA8C;AAAA,EAEwB;AAAA,EAE3F,OAAO,QAAsB,OAA6C;AAChF,UAAM,aAAa,KAAK,cAAc,IAAI,KAAK;AAC/C,QAAI,eAAe,QAAW;AAC7B,aAAO;AAAA,IACR;AACA,UAAM,+BAA+B,IAAIA,yCAA6B,KAAK,MAAM;AAEjF,UAAM,cAAc,6BAA6B,QAAQ,QAAQ,OAAO;AAAA,MACvE,cAAc,CAAC,EAAE,YAAY;AAC5B,YAAI,OAAO,UAAU,UAAU;AAC9B,iBAAO,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,KAAA;AAAA,QAC1C;AACA,eAAO;AAAA,MACR;AAAA,MACA,gBAAgB,CAAC,EAAE,OAAO,mBAAmB;AAC5C,YAAI,OAAO,UAAU,UAAU;AAC9B,iBAAO,EAAE,CAAC,aAAa,OAAO,GAAG,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,OAAK;AAAA,QACzE;AACA,eAAO;AAAA,MACR;AAAA,IAAA,CACA;AACD,SAAK,cAAc,IAAI,OAAO,WAAW;AACzC,WAAO;AAAA,EACR;AACD;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"VariableInjector.js","sources":["../../../../../packages/engine-content-api/src/acl/VariableInjector.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { PredicateDefinitionProcessor } from '@contember/schema-utils'\n\nexport class VariableInjector {\n\tprivate injectorCache = new WeakMap<Acl.PredicateDefinition, Input.Where>()\n\n\tconstructor(private readonly schema: Model.Schema, private readonly variables: Acl.VariablesMap) {}\n\n\tpublic inject(entity: Model.Entity, where: Acl.PredicateDefinition): Input.Where {\n\t\tconst cacheEntry = this.injectorCache.get(where)\n\t\tif (cacheEntry !== undefined) {\n\t\t\treturn cacheEntry\n\t\t}\n\t\tconst predicateDefinitionProcessor = new PredicateDefinitionProcessor(this.schema)\n\n\t\tconst resultWhere = predicateDefinitionProcessor.process(entity, where, {\n\t\t\thandleColumn: ({ value }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn this.variables[value] ?? { never: true }\n\t\t\t\t}\n\t\t\t\treturn value as Input.Condition\n\t\t\t},\n\t\t\thandleRelation: ({ value, targetEntity }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn { [targetEntity.primary]: this.variables[value] ?? { never: true } }\n\t\t\t\t}\n\t\t\t\treturn value\n\t\t\t},\n\t\t})\n\t\tthis.injectorCache.set(where, resultWhere)\n\t\treturn resultWhere\n\t}\n}\n"],"names":[],"mappings":";;;;AAGO,MAAM,iBAAiB;AAAA,EAG7B,YAA6B,QAAuC,WAA6B;AAApE,SAAA,SAAA;AAAuC,SAAA,YAAA;AAF5D,kBAAA,MAAA,qCAAoB,QAA8C,CAAA;AAAA,EAAA;AAAA,EAInE,OAAO,QAAsB,OAA6C;AAChF,UAAM,aAAa,KAAK,cAAc,IAAI,KAAK;AAC/C,QAAI,eAAe,QAAW;AACtB,aAAA;AAAA,IAAA;AAER,UAAM,+BAA+B,IAAI,6BAA6B,KAAK,MAAM;AAEjF,UAAM,cAAc,6BAA6B,QAAQ,QAAQ,OAAO;AAAA,MACvE,cAAc,CAAC,EAAE,YAAY;AACxB,YAAA,OAAO,UAAU,UAAU;AAC9B,iBAAO,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,KAAK;AAAA,QAAA;AAExC,eAAA;AAAA,MACR;AAAA,MACA,gBAAgB,CAAC,EAAE,OAAO,mBAAmB;AACxC,YAAA,OAAO,UAAU,UAAU;AAC9B,iBAAO,EAAE,CAAC,aAAa,OAAO,GAAG,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,OAAO;AAAA,QAAA;AAEpE,eAAA;AAAA,MAAA;AAAA,IACR,CACA;AACI,SAAA,cAAc,IAAI,OAAO,WAAW;AAClC,WAAA;AAAA,EAAA;AAET;"}
1
+ {"version":3,"file":"VariableInjector.js","sources":["../../../../../packages/engine-content-api/src/acl/VariableInjector.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { PredicateDefinitionProcessor } from '@contember/schema-utils'\n\nexport class VariableInjector {\n\tprivate injectorCache = new WeakMap<Acl.PredicateDefinition, Input.Where>()\n\n\tconstructor(private readonly schema: Model.Schema, private readonly variables: Acl.VariablesMap) {}\n\n\tpublic inject(entity: Model.Entity, where: Acl.PredicateDefinition): Input.Where {\n\t\tconst cacheEntry = this.injectorCache.get(where)\n\t\tif (cacheEntry !== undefined) {\n\t\t\treturn cacheEntry\n\t\t}\n\t\tconst predicateDefinitionProcessor = new PredicateDefinitionProcessor(this.schema)\n\n\t\tconst resultWhere = predicateDefinitionProcessor.process(entity, where, {\n\t\t\thandleColumn: ({ value }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn this.variables[value] ?? { never: true }\n\t\t\t\t}\n\t\t\t\treturn value as Input.Condition\n\t\t\t},\n\t\t\thandleRelation: ({ value, targetEntity }) => {\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\treturn { [targetEntity.primary]: this.variables[value] ?? { never: true } }\n\t\t\t\t}\n\t\t\t\treturn value\n\t\t\t},\n\t\t})\n\t\tthis.injectorCache.set(where, resultWhere)\n\t\treturn resultWhere\n\t}\n}\n"],"names":[],"mappings":";;;;AAGO,MAAM,iBAAiB;AAAA,EAG7B,YAA6B,QAAuC,WAA6B;AAApE,SAAA,SAAA;AAAuC,SAAA,YAAA;AAFpE,kBAAA,MAAQ,qCAAoB,QAAA,CAA8C;AAAA,EAEwB;AAAA,EAE3F,OAAO,QAAsB,OAA6C;AAChF,UAAM,aAAa,KAAK,cAAc,IAAI,KAAK;AAC/C,QAAI,eAAe,QAAW;AAC7B,aAAO;AAAA,IACR;AACA,UAAM,+BAA+B,IAAI,6BAA6B,KAAK,MAAM;AAEjF,UAAM,cAAc,6BAA6B,QAAQ,QAAQ,OAAO;AAAA,MACvE,cAAc,CAAC,EAAE,YAAY;AAC5B,YAAI,OAAO,UAAU,UAAU;AAC9B,iBAAO,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,KAAA;AAAA,QAC1C;AACA,eAAO;AAAA,MACR;AAAA,MACA,gBAAgB,CAAC,EAAE,OAAO,mBAAmB;AAC5C,YAAI,OAAO,UAAU,UAAU;AAC9B,iBAAO,EAAE,CAAC,aAAa,OAAO,GAAG,KAAK,UAAU,KAAK,KAAK,EAAE,OAAO,OAAK;AAAA,QACzE;AACA,eAAO;AAAA,MACR;AAAA,IAAA,CACA;AACD,SAAK,cAAc,IAAI,OAAO,WAAW;AACzC,WAAO;AAAA,EACR;AACD;"}
@@ -1 +1 @@
1
- {"version":3,"file":"VariableUtils.cjs","sources":["../../../../../packages/engine-content-api/src/acl/VariableUtils.ts"],"sourcesContent":["import { Acl, Input } from '@contember/schema'\nimport { getRoleVariables, ParsedMembership } from '@contember/schema-utils'\n\n\nexport const createAclVariables = (\n\taclSchema: Acl.Schema,\n\tmemberships: readonly ParsedMembership[],\n): Acl.VariablesMap => {\n\n\tconst variablesEntries = memberships.flatMap(\n\t\tmembership => {\n\t\t\tconst roleVariables = getRoleVariables(membership.role, aclSchema)\n\t\t\tconst membershipVariablesMap = Object.fromEntries(membership.variables.map(it => [it.name, it.condition]))\n\n\t\t\treturn Object.keys(roleVariables).map((name): [string, Input.Condition] => {\n\t\t\t\tconst prefixed = prefixVariable(membership.role, name)\n\t\t\t\treturn [prefixed, membershipVariablesMap[name] ?? { never: true }]\n\t\t\t})\n\t\t},\n\t)\n\n\treturn Object.fromEntries(variablesEntries)\n}\n\nexport const prefixVariable = (role: string, variableName: string) => `${role}__${variableName}`\n"],"names":["getRoleVariables"],"mappings":";;;AAIa,MAAA,qBAAqB,CACjC,WACA,gBACsB;AAEtB,QAAM,mBAAmB,YAAY;AAAA,IACpC,CAAc,eAAA;AACb,YAAM,gBAAgBA,YAAA,iBAAiB,WAAW,MAAM,SAAS;AACjE,YAAM,yBAAyB,OAAO,YAAY,WAAW,UAAU,IAAI,CAAM,OAAA,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;AAEzG,aAAO,OAAO,KAAK,aAAa,EAAE,IAAI,CAAC,SAAoC;AAC1E,cAAM,WAAW,eAAe,WAAW,MAAM,IAAI;AAC9C,eAAA,CAAC,UAAU,uBAAuB,IAAI,KAAK,EAAE,OAAO,MAAM;AAAA,MAAA,CACjE;AAAA,IAAA;AAAA,EAEH;AAEO,SAAA,OAAO,YAAY,gBAAgB;AAC3C;AAEO,MAAM,iBAAiB,CAAC,MAAc,iBAAyB,GAAG,IAAI,KAAK,YAAY;;;"}
1
+ {"version":3,"file":"VariableUtils.cjs","sources":["../../../../../packages/engine-content-api/src/acl/VariableUtils.ts"],"sourcesContent":["import { Acl, Input } from '@contember/schema'\nimport { getRoleVariables, ParsedMembership } from '@contember/schema-utils'\n\nexport const createAclVariables = (\n\taclSchema: Acl.Schema,\n\tmemberships: readonly ParsedMembership[],\n): Acl.VariablesMap => {\n\tconst variablesEntries = memberships.flatMap(\n\t\tmembership => {\n\t\t\tconst roleVariables = getRoleVariables(membership.role, aclSchema)\n\t\t\tconst membershipVariablesMap = Object.fromEntries(membership.variables.map(it => [it.name, it.condition]))\n\n\t\t\treturn Object.keys(roleVariables).map((name): [string, Input.Condition] => {\n\t\t\t\tconst prefixed = prefixVariable(membership.role, name)\n\t\t\t\treturn [prefixed, membershipVariablesMap[name] ?? { never: true }]\n\t\t\t})\n\t\t},\n\t)\n\n\treturn Object.fromEntries(variablesEntries)\n}\n\nexport const prefixVariable = (role: string, variableName: string) => `${role}__${variableName}`\n"],"names":["getRoleVariables"],"mappings":";;;AAGO,MAAM,qBAAqB,CACjC,WACA,gBACsB;AACtB,QAAM,mBAAmB,YAAY;AAAA,IACpC,CAAA,eAAc;AACb,YAAM,gBAAgBA,YAAAA,iBAAiB,WAAW,MAAM,SAAS;AACjE,YAAM,yBAAyB,OAAO,YAAY,WAAW,UAAU,IAAI,CAAA,OAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;AAEzG,aAAO,OAAO,KAAK,aAAa,EAAE,IAAI,CAAC,SAAoC;AAC1E,cAAM,WAAW,eAAe,WAAW,MAAM,IAAI;AACrD,eAAO,CAAC,UAAU,uBAAuB,IAAI,KAAK,EAAE,OAAO,MAAM;AAAA,MAClE,CAAC;AAAA,IACF;AAAA,EAAA;AAGD,SAAO,OAAO,YAAY,gBAAgB;AAC3C;AAEO,MAAM,iBAAiB,CAAC,MAAc,iBAAyB,GAAG,IAAI,KAAK,YAAY;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"VariableUtils.js","sources":["../../../../../packages/engine-content-api/src/acl/VariableUtils.ts"],"sourcesContent":["import { Acl, Input } from '@contember/schema'\nimport { getRoleVariables, ParsedMembership } from '@contember/schema-utils'\n\n\nexport const createAclVariables = (\n\taclSchema: Acl.Schema,\n\tmemberships: readonly ParsedMembership[],\n): Acl.VariablesMap => {\n\n\tconst variablesEntries = memberships.flatMap(\n\t\tmembership => {\n\t\t\tconst roleVariables = getRoleVariables(membership.role, aclSchema)\n\t\t\tconst membershipVariablesMap = Object.fromEntries(membership.variables.map(it => [it.name, it.condition]))\n\n\t\t\treturn Object.keys(roleVariables).map((name): [string, Input.Condition] => {\n\t\t\t\tconst prefixed = prefixVariable(membership.role, name)\n\t\t\t\treturn [prefixed, membershipVariablesMap[name] ?? { never: true }]\n\t\t\t})\n\t\t},\n\t)\n\n\treturn Object.fromEntries(variablesEntries)\n}\n\nexport const prefixVariable = (role: string, variableName: string) => `${role}__${variableName}`\n"],"names":[],"mappings":";AAIa,MAAA,qBAAqB,CACjC,WACA,gBACsB;AAEtB,QAAM,mBAAmB,YAAY;AAAA,IACpC,CAAc,eAAA;AACb,YAAM,gBAAgB,iBAAiB,WAAW,MAAM,SAAS;AACjE,YAAM,yBAAyB,OAAO,YAAY,WAAW,UAAU,IAAI,CAAM,OAAA,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;AAEzG,aAAO,OAAO,KAAK,aAAa,EAAE,IAAI,CAAC,SAAoC;AAC1E,cAAM,WAAW,eAAe,WAAW,MAAM,IAAI;AAC9C,eAAA,CAAC,UAAU,uBAAuB,IAAI,KAAK,EAAE,OAAO,MAAM;AAAA,MAAA,CACjE;AAAA,IAAA;AAAA,EAEH;AAEO,SAAA,OAAO,YAAY,gBAAgB;AAC3C;AAEO,MAAM,iBAAiB,CAAC,MAAc,iBAAyB,GAAG,IAAI,KAAK,YAAY;"}
1
+ {"version":3,"file":"VariableUtils.js","sources":["../../../../../packages/engine-content-api/src/acl/VariableUtils.ts"],"sourcesContent":["import { Acl, Input } from '@contember/schema'\nimport { getRoleVariables, ParsedMembership } from '@contember/schema-utils'\n\nexport const createAclVariables = (\n\taclSchema: Acl.Schema,\n\tmemberships: readonly ParsedMembership[],\n): Acl.VariablesMap => {\n\tconst variablesEntries = memberships.flatMap(\n\t\tmembership => {\n\t\t\tconst roleVariables = getRoleVariables(membership.role, aclSchema)\n\t\t\tconst membershipVariablesMap = Object.fromEntries(membership.variables.map(it => [it.name, it.condition]))\n\n\t\t\treturn Object.keys(roleVariables).map((name): [string, Input.Condition] => {\n\t\t\t\tconst prefixed = prefixVariable(membership.role, name)\n\t\t\t\treturn [prefixed, membershipVariablesMap[name] ?? { never: true }]\n\t\t\t})\n\t\t},\n\t)\n\n\treturn Object.fromEntries(variablesEntries)\n}\n\nexport const prefixVariable = (role: string, variableName: string) => `${role}__${variableName}`\n"],"names":[],"mappings":";AAGO,MAAM,qBAAqB,CACjC,WACA,gBACsB;AACtB,QAAM,mBAAmB,YAAY;AAAA,IACpC,CAAA,eAAc;AACb,YAAM,gBAAgB,iBAAiB,WAAW,MAAM,SAAS;AACjE,YAAM,yBAAyB,OAAO,YAAY,WAAW,UAAU,IAAI,CAAA,OAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;AAEzG,aAAO,OAAO,KAAK,aAAa,EAAE,IAAI,CAAC,SAAoC;AAC1E,cAAM,WAAW,eAAe,WAAW,MAAM,IAAI;AACrD,eAAO,CAAC,UAAU,uBAAuB,IAAI,KAAK,EAAE,OAAO,MAAM;AAAA,MAClE,CAAC;AAAA,IACF;AAAA,EAAA;AAGD,SAAO,OAAO,YAAY,gBAAgB;AAC3C;AAEO,MAAM,iBAAiB,CAAC,MAAc,iBAAyB,GAAG,IAAI,KAAK,YAAY;"}
@@ -1 +1 @@
1
- {"version":3,"file":"exception.cjs","sources":["../../../../packages/engine-content-api/src/exception.ts"],"sourcesContent":["export class ImplementationException extends Error {\n\tconstructor(message: string = '') {\n\t\tsuper(message)\n\t}\n}\n\nexport class UserError extends Error {\n\tpublic path = [] // otherwise graphql converts it to GraphqlError\n}\n"],"names":[],"mappings":";;;;;AAAO,MAAM,gCAAgC,MAAM;AAAA,EAClD,YAAY,UAAkB,IAAI;AACjC,UAAM,OAAO;AAAA,EAAA;AAEf;AAEO,MAAM,kBAAkB,MAAM;AAAA,EAA9B,cAAA;AAAA,UAAA,GAAA,SAAA;AACN,kBAAA,MAAO,QAAO,EAAC;AAAA,EAAA;AAAA;AAChB;;;"}
1
+ {"version":3,"file":"exception.cjs","sources":["../../../../packages/engine-content-api/src/exception.ts"],"sourcesContent":["export class ImplementationException extends Error {\n\tconstructor(message: string = '') {\n\t\tsuper(message)\n\t}\n}\n\nexport class UserError extends Error {\n\tpublic path = [] // otherwise graphql converts it to GraphqlError\n}\n"],"names":[],"mappings":";;;;;AAAO,MAAM,gCAAgC,MAAM;AAAA,EAClD,YAAY,UAAkB,IAAI;AACjC,UAAM,OAAO;AAAA,EACd;AACD;AAEO,MAAM,kBAAkB,MAAM;AAAA,EAA9B,cAAA;AAAA,UAAA,GAAA,SAAA;AACN,kBAAA,MAAO,QAAO,EAAC;AAAA,EAAA;AAAA;AAChB;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"exception.js","sources":["../../../../packages/engine-content-api/src/exception.ts"],"sourcesContent":["export class ImplementationException extends Error {\n\tconstructor(message: string = '') {\n\t\tsuper(message)\n\t}\n}\n\nexport class UserError extends Error {\n\tpublic path = [] // otherwise graphql converts it to GraphqlError\n}\n"],"names":[],"mappings":";;;AAAO,MAAM,gCAAgC,MAAM;AAAA,EAClD,YAAY,UAAkB,IAAI;AACjC,UAAM,OAAO;AAAA,EAAA;AAEf;AAEO,MAAM,kBAAkB,MAAM;AAAA,EAA9B,cAAA;AAAA,UAAA,GAAA,SAAA;AACN,kBAAA,MAAO,QAAO,EAAC;AAAA,EAAA;AAAA;AAChB;"}
1
+ {"version":3,"file":"exception.js","sources":["../../../../packages/engine-content-api/src/exception.ts"],"sourcesContent":["export class ImplementationException extends Error {\n\tconstructor(message: string = '') {\n\t\tsuper(message)\n\t}\n}\n\nexport class UserError extends Error {\n\tpublic path = [] // otherwise graphql converts it to GraphqlError\n}\n"],"names":[],"mappings":";;;AAAO,MAAM,gCAAgC,MAAM;AAAA,EAClD,YAAY,UAAkB,IAAI;AACjC,UAAM,OAAO;AAAA,EACd;AACD;AAEO,MAAM,kBAAkB,MAAM;AAAA,EAA9B,cAAA;AAAA,UAAA,GAAA,SAAA;AACN,kBAAA,MAAO,QAAO,EAAC;AAAA,EAAA;AAAA;AAChB;"}
@@ -1 +1 @@
1
- {"version":3,"file":"HasManyToHasOneReducer.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.ts"],"sourcesContent":["import { EntityFieldsProvider, FieldMap } from '../EntityFieldsProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Model } from '@contember/schema'\nimport { HasManyToHasOneRelationReducerFieldVisitor } from './HasManyToHasOneRelationReducerVisitor'\n\nexport class HasManyToHasOneReducer implements EntityFieldsProvider<HasManyToHasOneReducerExtension> {\n\tstatic extensionName: string = 'HasManyToHasOneReducer'\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly visitor: HasManyToHasOneRelationReducerFieldVisitor,\n\t) {}\n\n\tgetFields(entity: Model.Entity, accessibleFields: Model.AnyField[]): FieldMap<HasManyToHasOneReducerExtension> {\n\t\tconst fieldMap: FieldMap<HasManyToHasOneReducerExtension> = {}\n\t\tfor (const field of accessibleFields) {\n\t\t\tif (field.type !== Model.RelationType.OneHasMany) {\n\t\t\t\tcontinue\n\t\t\t}\n\n\t\t\tfor (const [name, resultField] of acceptFieldVisitor(this.schema, entity, field, this.visitor)) {\n\t\t\t\tfieldMap[name] = resultField\n\t\t\t}\n\t\t}\n\t\treturn fieldMap\n\t}\n}\n\nexport interface HasManyToHasOneReducerExtension {\n\trelationName: string\n}\n"],"names":["schema","Model","acceptFieldVisitor"],"mappings":";;;;;;;AAKO,MAAM,uBAAwF;AAAA,EAGpG,YACkBA,SACA,SAChB;AAFgB,SAAA,SAAAA;AACA,SAAA,UAAA;AAAA,EAAA;AAAA,EAGlB,UAAU,QAAsB,kBAA+E;AAC9G,UAAM,WAAsD,CAAC;AAC7D,eAAW,SAAS,kBAAkB;AACrC,UAAI,MAAM,SAASC,aAAM,aAAa,YAAY;AACjD;AAAA,MAAA;AAGU,iBAAA,CAAC,MAAM,WAAW,KAAKC,YAAAA,mBAAmB,KAAK,QAAQ,QAAQ,OAAO,KAAK,OAAO,GAAG;AAC/F,iBAAS,IAAI,IAAI;AAAA,MAAA;AAAA,IAClB;AAEM,WAAA;AAAA,EAAA;AAET;AApBC,cADY,wBACL,iBAAwB,wBAAA;;"}
1
+ {"version":3,"file":"HasManyToHasOneReducer.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.ts"],"sourcesContent":["import { EntityFieldsProvider, FieldMap } from '../EntityFieldsProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Model } from '@contember/schema'\nimport { HasManyToHasOneRelationReducerFieldVisitor } from './HasManyToHasOneRelationReducerVisitor'\n\nexport class HasManyToHasOneReducer implements EntityFieldsProvider<HasManyToHasOneReducerExtension> {\n\tstatic extensionName: string = 'HasManyToHasOneReducer'\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly visitor: HasManyToHasOneRelationReducerFieldVisitor,\n\t) {}\n\n\tgetFields(entity: Model.Entity, accessibleFields: Model.AnyField[]): FieldMap<HasManyToHasOneReducerExtension> {\n\t\tconst fieldMap: FieldMap<HasManyToHasOneReducerExtension> = {}\n\t\tfor (const field of accessibleFields) {\n\t\t\tif (field.type !== Model.RelationType.OneHasMany) {\n\t\t\t\tcontinue\n\t\t\t}\n\n\t\t\tfor (const [name, resultField] of acceptFieldVisitor(this.schema, entity, field, this.visitor)) {\n\t\t\t\tfieldMap[name] = resultField\n\t\t\t}\n\t\t}\n\t\treturn fieldMap\n\t}\n}\n\nexport interface HasManyToHasOneReducerExtension {\n\trelationName: string\n}\n"],"names":["schema","Model","acceptFieldVisitor"],"mappings":";;;;;;;AAKO,MAAM,uBAAwF;AAAA,EAGpG,YACkBA,SACA,SAChB;AAFgB,SAAA,SAAAA;AACA,SAAA,UAAA;AAAA,EACf;AAAA,EAEH,UAAU,QAAsB,kBAA+E;AAC9G,UAAM,WAAsD,CAAA;AAC5D,eAAW,SAAS,kBAAkB;AACrC,UAAI,MAAM,SAASC,aAAM,aAAa,YAAY;AACjD;AAAA,MACD;AAEA,iBAAW,CAAC,MAAM,WAAW,KAAKC,YAAAA,mBAAmB,KAAK,QAAQ,QAAQ,OAAO,KAAK,OAAO,GAAG;AAC/F,iBAAS,IAAI,IAAI;AAAA,MAClB;AAAA,IACD;AACA,WAAO;AAAA,EACR;AACD;AApBC,cADY,wBACL,iBAAwB,wBAAA;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"HasManyToHasOneReducer.js","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.ts"],"sourcesContent":["import { EntityFieldsProvider, FieldMap } from '../EntityFieldsProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Model } from '@contember/schema'\nimport { HasManyToHasOneRelationReducerFieldVisitor } from './HasManyToHasOneRelationReducerVisitor'\n\nexport class HasManyToHasOneReducer implements EntityFieldsProvider<HasManyToHasOneReducerExtension> {\n\tstatic extensionName: string = 'HasManyToHasOneReducer'\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly visitor: HasManyToHasOneRelationReducerFieldVisitor,\n\t) {}\n\n\tgetFields(entity: Model.Entity, accessibleFields: Model.AnyField[]): FieldMap<HasManyToHasOneReducerExtension> {\n\t\tconst fieldMap: FieldMap<HasManyToHasOneReducerExtension> = {}\n\t\tfor (const field of accessibleFields) {\n\t\t\tif (field.type !== Model.RelationType.OneHasMany) {\n\t\t\t\tcontinue\n\t\t\t}\n\n\t\t\tfor (const [name, resultField] of acceptFieldVisitor(this.schema, entity, field, this.visitor)) {\n\t\t\t\tfieldMap[name] = resultField\n\t\t\t}\n\t\t}\n\t\treturn fieldMap\n\t}\n}\n\nexport interface HasManyToHasOneReducerExtension {\n\trelationName: string\n}\n"],"names":[],"mappings":";;;;;AAKO,MAAM,uBAAwF;AAAA,EAGpG,YACkB,QACA,SAChB;AAFgB,SAAA,SAAA;AACA,SAAA,UAAA;AAAA,EAAA;AAAA,EAGlB,UAAU,QAAsB,kBAA+E;AAC9G,UAAM,WAAsD,CAAC;AAC7D,eAAW,SAAS,kBAAkB;AACrC,UAAI,MAAM,SAAS,MAAM,aAAa,YAAY;AACjD;AAAA,MAAA;AAGU,iBAAA,CAAC,MAAM,WAAW,KAAK,mBAAmB,KAAK,QAAQ,QAAQ,OAAO,KAAK,OAAO,GAAG;AAC/F,iBAAS,IAAI,IAAI;AAAA,MAAA;AAAA,IAClB;AAEM,WAAA;AAAA,EAAA;AAET;AApBC,cADY,wBACL,iBAAwB,wBAAA;"}
1
+ {"version":3,"file":"HasManyToHasOneReducer.js","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.ts"],"sourcesContent":["import { EntityFieldsProvider, FieldMap } from '../EntityFieldsProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Model } from '@contember/schema'\nimport { HasManyToHasOneRelationReducerFieldVisitor } from './HasManyToHasOneRelationReducerVisitor'\n\nexport class HasManyToHasOneReducer implements EntityFieldsProvider<HasManyToHasOneReducerExtension> {\n\tstatic extensionName: string = 'HasManyToHasOneReducer'\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly visitor: HasManyToHasOneRelationReducerFieldVisitor,\n\t) {}\n\n\tgetFields(entity: Model.Entity, accessibleFields: Model.AnyField[]): FieldMap<HasManyToHasOneReducerExtension> {\n\t\tconst fieldMap: FieldMap<HasManyToHasOneReducerExtension> = {}\n\t\tfor (const field of accessibleFields) {\n\t\t\tif (field.type !== Model.RelationType.OneHasMany) {\n\t\t\t\tcontinue\n\t\t\t}\n\n\t\t\tfor (const [name, resultField] of acceptFieldVisitor(this.schema, entity, field, this.visitor)) {\n\t\t\t\tfieldMap[name] = resultField\n\t\t\t}\n\t\t}\n\t\treturn fieldMap\n\t}\n}\n\nexport interface HasManyToHasOneReducerExtension {\n\trelationName: string\n}\n"],"names":[],"mappings":";;;;;AAKO,MAAM,uBAAwF;AAAA,EAGpG,YACkB,QACA,SAChB;AAFgB,SAAA,SAAA;AACA,SAAA,UAAA;AAAA,EACf;AAAA,EAEH,UAAU,QAAsB,kBAA+E;AAC9G,UAAM,WAAsD,CAAA;AAC5D,eAAW,SAAS,kBAAkB;AACrC,UAAI,MAAM,SAAS,MAAM,aAAa,YAAY;AACjD;AAAA,MACD;AAEA,iBAAW,CAAC,MAAM,WAAW,KAAK,mBAAmB,KAAK,QAAQ,QAAQ,OAAO,KAAK,OAAO,GAAG;AAC/F,iBAAS,IAAI,IAAI;AAAA,MAClB;AAAA,IACD;AACA,WAAO;AAAA,EACR;AACD;AApBC,cADY,wBACL,iBAAwB,wBAAA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"HasManyToHasOneReducerExecutionHandler.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { isIt } from '../../utils'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { SelectExecutionHandler, SelectExecutionHandlerContext } from '../../mapper'\nimport { ImplementationException } from '../../exception'\nimport { UniqueWhereExpander } from '../../inputProcessing'\nimport { HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\n\nexport class HasManyToHasOneReducerExecutionHandler implements SelectExecutionHandler<Input.UniqueQueryInput, HasManyToHasOneReducerExtension> {\n\n\tconstructor(private readonly schema: Model.Schema, private readonly uniqueWhereExpander: UniqueWhereExpander) {}\n\n\tprocess(context: SelectExecutionHandlerContext<Input.UniqueQueryInput, HasManyToHasOneReducerExtension>): void {\n\t\tconst { addData, entity, objectNode } = context\n\t\tif (!objectNode) {\n\t\t\tthrow new Error()\n\t\t}\n\t\taddData({\n\t\t\tfield: entity.primary,\n\t\t\tdataProvider: async (ids: Input.PrimaryValue[]) => {\n\n\t\t\t\tconst relationContext = acceptFieldVisitor(this.schema, entity, objectNode.extensions.relationName, {\n\t\t\t\t\tvisitRelation: context => context,\n\t\t\t\t\tvisitColumn: (): never => {\n\t\t\t\t\t\tthrow new ImplementationException('HasManyToHasOneReducerExecutionHandler: Not applicable for a column')\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\tconst { targetEntity, targetRelation } = relationContext\n\t\t\t\tif (!targetRelation || !isIt<Model.JoiningColumnRelation>(targetRelation, 'joiningColumn')) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only applicable for relations with joiningColumn')\n\t\t\t\t}\n\n\t\t\t\tconst uniqueWhere = this.uniqueWhereExpander.expand(targetEntity, {\n\t\t\t\t\t...objectNode.args.by,\n\t\t\t\t\t[targetRelation.name]: { [entity.primary]: ids },\n\t\t\t\t})\n\t\t\t\tif (Object.keys(uniqueWhere).length !== 2) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only tuple unique keys are allowed')\n\t\t\t\t}\n\t\t\t\tconst whereWithParentId = {\n\t\t\t\t\tand: [objectNode.args.filter || {}, uniqueWhere],\n\t\t\t\t}\n\t\t\t\tconst newObjectNode = objectNode.withArgs<Input.ListQueryInput>({ filter: whereWithParentId })\n\n\t\t\t\treturn context.mapper.selectAssoc(targetEntity, newObjectNode, [\n\t\t\t\t\t...context.relationPath,\n\t\t\t\t\trelationContext,\n\t\t\t\t], targetRelation.name)\n\t\t\t},\n\t\t\tdefaultValue: null,\n\t\t})\n\t}\n}\n"],"names":["acceptFieldVisitor","context","ImplementationException","isIt"],"mappings":";;;;;AAQO,MAAM,uCAAkI;AAAA,EAE9I,YAA6B,QAAuC,qBAA0C;AAAjF,SAAA,SAAA;AAAuC,SAAA,sBAAA;AAAA,EAAA;AAAA,EAEpE,QAAQ,SAAuG;AAC9G,UAAM,EAAE,SAAS,QAAQ,WAAe,IAAA;AACxC,QAAI,CAAC,YAAY;AAChB,YAAM,IAAI,MAAM;AAAA,IAAA;AAET,YAAA;AAAA,MACP,OAAO,OAAO;AAAA,MACd,cAAc,OAAO,QAA8B;AAElD,cAAM,kBAAkBA,YAAmB,mBAAA,KAAK,QAAQ,QAAQ,WAAW,WAAW,cAAc;AAAA,UACnG,eAAe,CAAAC,aAAWA;AAAAA,UAC1B,aAAa,MAAa;AACnB,kBAAA,IAAIC,kCAAwB,qEAAqE;AAAA,UAAA;AAAA,QACxG,CACA;AAEK,cAAA,EAAE,cAAc,eAAA,IAAmB;AACzC,YAAI,CAAC,kBAAkB,CAACC,KAAkC,KAAA,gBAAgB,eAAe,GAAG;AACrF,gBAAA,IAAI,MAAM,0FAA0F;AAAA,QAAA;AAG3G,cAAM,cAAc,KAAK,oBAAoB,OAAO,cAAc;AAAA,UACjE,GAAG,WAAW,KAAK;AAAA,UACnB,CAAC,eAAe,IAAI,GAAG,EAAE,CAAC,OAAO,OAAO,GAAG,IAAI;AAAA,QAAA,CAC/C;AACD,YAAI,OAAO,KAAK,WAAW,EAAE,WAAW,GAAG;AACpC,gBAAA,IAAI,MAAM,4EAA4E;AAAA,QAAA;AAE7F,cAAM,oBAAoB;AAAA,UACzB,KAAK,CAAC,WAAW,KAAK,UAAU,IAAI,WAAW;AAAA,QAChD;AACA,cAAM,gBAAgB,WAAW,SAA+B,EAAE,QAAQ,mBAAmB;AAE7F,eAAO,QAAQ,OAAO,YAAY,cAAc,eAAe;AAAA,UAC9D,GAAG,QAAQ;AAAA,UACX;AAAA,QAAA,GACE,eAAe,IAAI;AAAA,MACvB;AAAA,MACA,cAAc;AAAA,IAAA,CACd;AAAA,EAAA;AAEH;;"}
1
+ {"version":3,"file":"HasManyToHasOneReducerExecutionHandler.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { isIt } from '../../utils'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { SelectExecutionHandler, SelectExecutionHandlerContext } from '../../mapper'\nimport { ImplementationException } from '../../exception'\nimport { UniqueWhereExpander } from '../../inputProcessing'\nimport { HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\n\nexport class HasManyToHasOneReducerExecutionHandler implements SelectExecutionHandler<Input.UniqueQueryInput, HasManyToHasOneReducerExtension> {\n\tconstructor(private readonly schema: Model.Schema, private readonly uniqueWhereExpander: UniqueWhereExpander) {}\n\n\tprocess(context: SelectExecutionHandlerContext<Input.UniqueQueryInput, HasManyToHasOneReducerExtension>): void {\n\t\tconst { addData, entity, objectNode } = context\n\t\tif (!objectNode) {\n\t\t\tthrow new Error()\n\t\t}\n\t\taddData({\n\t\t\tfield: entity.primary,\n\t\t\tdataProvider: async (ids: Input.PrimaryValue[]) => {\n\t\t\t\tconst relationContext = acceptFieldVisitor(this.schema, entity, objectNode.extensions.relationName, {\n\t\t\t\t\tvisitRelation: context => context,\n\t\t\t\t\tvisitColumn: (): never => {\n\t\t\t\t\t\tthrow new ImplementationException('HasManyToHasOneReducerExecutionHandler: Not applicable for a column')\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\tconst { targetEntity, targetRelation } = relationContext\n\t\t\t\tif (!targetRelation || !isIt<Model.JoiningColumnRelation>(targetRelation, 'joiningColumn')) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only applicable for relations with joiningColumn')\n\t\t\t\t}\n\n\t\t\t\tconst uniqueWhere = this.uniqueWhereExpander.expand(targetEntity, {\n\t\t\t\t\t...objectNode.args.by,\n\t\t\t\t\t[targetRelation.name]: { [entity.primary]: ids },\n\t\t\t\t})\n\t\t\t\tif (Object.keys(uniqueWhere).length !== 2) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only tuple unique keys are allowed')\n\t\t\t\t}\n\t\t\t\tconst whereWithParentId = {\n\t\t\t\t\tand: [objectNode.args.filter || {}, uniqueWhere],\n\t\t\t\t}\n\t\t\t\tconst newObjectNode = objectNode.withArgs<Input.ListQueryInput>({ filter: whereWithParentId })\n\n\t\t\t\treturn context.mapper.selectAssoc(targetEntity, newObjectNode, [\n\t\t\t\t\t...context.relationPath,\n\t\t\t\t\trelationContext,\n\t\t\t\t], targetRelation.name)\n\t\t\t},\n\t\t\tdefaultValue: null,\n\t\t})\n\t}\n}\n"],"names":["acceptFieldVisitor","context","ImplementationException","isIt"],"mappings":";;;;;AAQO,MAAM,uCAAkI;AAAA,EAC9I,YAA6B,QAAuC,qBAA0C;AAAjF,SAAA,SAAA;AAAuC,SAAA,sBAAA;AAAA,EAA2C;AAAA,EAE/G,QAAQ,SAAuG;AAC9G,UAAM,EAAE,SAAS,QAAQ,WAAA,IAAe;AACxC,QAAI,CAAC,YAAY;AAChB,YAAM,IAAI,MAAA;AAAA,IACX;AACA,YAAQ;AAAA,MACP,OAAO,OAAO;AAAA,MACd,cAAc,OAAO,QAA8B;AAClD,cAAM,kBAAkBA,YAAAA,mBAAmB,KAAK,QAAQ,QAAQ,WAAW,WAAW,cAAc;AAAA,UACnG,eAAe,CAAAC,aAAWA;AAAAA,UAC1B,aAAa,MAAa;AACzB,kBAAM,IAAIC,UAAAA,wBAAwB,qEAAqE;AAAA,UACxG;AAAA,QAAA,CACA;AAED,cAAM,EAAE,cAAc,eAAA,IAAmB;AACzC,YAAI,CAAC,kBAAkB,CAACC,KAAAA,KAAkC,gBAAgB,eAAe,GAAG;AAC3F,gBAAM,IAAI,MAAM,0FAA0F;AAAA,QAC3G;AAEA,cAAM,cAAc,KAAK,oBAAoB,OAAO,cAAc;AAAA,UACjE,GAAG,WAAW,KAAK;AAAA,UACnB,CAAC,eAAe,IAAI,GAAG,EAAE,CAAC,OAAO,OAAO,GAAG,IAAA;AAAA,QAAI,CAC/C;AACD,YAAI,OAAO,KAAK,WAAW,EAAE,WAAW,GAAG;AAC1C,gBAAM,IAAI,MAAM,4EAA4E;AAAA,QAC7F;AACA,cAAM,oBAAoB;AAAA,UACzB,KAAK,CAAC,WAAW,KAAK,UAAU,CAAA,GAAI,WAAW;AAAA,QAAA;AAEhD,cAAM,gBAAgB,WAAW,SAA+B,EAAE,QAAQ,mBAAmB;AAE7F,eAAO,QAAQ,OAAO,YAAY,cAAc,eAAe;AAAA,UAC9D,GAAG,QAAQ;AAAA,UACX;AAAA,QAAA,GACE,eAAe,IAAI;AAAA,MACvB;AAAA,MACA,cAAc;AAAA,IAAA,CACd;AAAA,EACF;AACD;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"HasManyToHasOneReducerExecutionHandler.js","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { isIt } from '../../utils'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { SelectExecutionHandler, SelectExecutionHandlerContext } from '../../mapper'\nimport { ImplementationException } from '../../exception'\nimport { UniqueWhereExpander } from '../../inputProcessing'\nimport { HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\n\nexport class HasManyToHasOneReducerExecutionHandler implements SelectExecutionHandler<Input.UniqueQueryInput, HasManyToHasOneReducerExtension> {\n\n\tconstructor(private readonly schema: Model.Schema, private readonly uniqueWhereExpander: UniqueWhereExpander) {}\n\n\tprocess(context: SelectExecutionHandlerContext<Input.UniqueQueryInput, HasManyToHasOneReducerExtension>): void {\n\t\tconst { addData, entity, objectNode } = context\n\t\tif (!objectNode) {\n\t\t\tthrow new Error()\n\t\t}\n\t\taddData({\n\t\t\tfield: entity.primary,\n\t\t\tdataProvider: async (ids: Input.PrimaryValue[]) => {\n\n\t\t\t\tconst relationContext = acceptFieldVisitor(this.schema, entity, objectNode.extensions.relationName, {\n\t\t\t\t\tvisitRelation: context => context,\n\t\t\t\t\tvisitColumn: (): never => {\n\t\t\t\t\t\tthrow new ImplementationException('HasManyToHasOneReducerExecutionHandler: Not applicable for a column')\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\tconst { targetEntity, targetRelation } = relationContext\n\t\t\t\tif (!targetRelation || !isIt<Model.JoiningColumnRelation>(targetRelation, 'joiningColumn')) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only applicable for relations with joiningColumn')\n\t\t\t\t}\n\n\t\t\t\tconst uniqueWhere = this.uniqueWhereExpander.expand(targetEntity, {\n\t\t\t\t\t...objectNode.args.by,\n\t\t\t\t\t[targetRelation.name]: { [entity.primary]: ids },\n\t\t\t\t})\n\t\t\t\tif (Object.keys(uniqueWhere).length !== 2) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only tuple unique keys are allowed')\n\t\t\t\t}\n\t\t\t\tconst whereWithParentId = {\n\t\t\t\t\tand: [objectNode.args.filter || {}, uniqueWhere],\n\t\t\t\t}\n\t\t\t\tconst newObjectNode = objectNode.withArgs<Input.ListQueryInput>({ filter: whereWithParentId })\n\n\t\t\t\treturn context.mapper.selectAssoc(targetEntity, newObjectNode, [\n\t\t\t\t\t...context.relationPath,\n\t\t\t\t\trelationContext,\n\t\t\t\t], targetRelation.name)\n\t\t\t},\n\t\t\tdefaultValue: null,\n\t\t})\n\t}\n}\n"],"names":["context"],"mappings":";;;AAQO,MAAM,uCAAkI;AAAA,EAE9I,YAA6B,QAAuC,qBAA0C;AAAjF,SAAA,SAAA;AAAuC,SAAA,sBAAA;AAAA,EAAA;AAAA,EAEpE,QAAQ,SAAuG;AAC9G,UAAM,EAAE,SAAS,QAAQ,WAAe,IAAA;AACxC,QAAI,CAAC,YAAY;AAChB,YAAM,IAAI,MAAM;AAAA,IAAA;AAET,YAAA;AAAA,MACP,OAAO,OAAO;AAAA,MACd,cAAc,OAAO,QAA8B;AAElD,cAAM,kBAAkB,mBAAmB,KAAK,QAAQ,QAAQ,WAAW,WAAW,cAAc;AAAA,UACnG,eAAe,CAAAA,aAAWA;AAAAA,UAC1B,aAAa,MAAa;AACnB,kBAAA,IAAI,wBAAwB,qEAAqE;AAAA,UAAA;AAAA,QACxG,CACA;AAEK,cAAA,EAAE,cAAc,eAAA,IAAmB;AACzC,YAAI,CAAC,kBAAkB,CAAC,KAAkC,gBAAgB,eAAe,GAAG;AACrF,gBAAA,IAAI,MAAM,0FAA0F;AAAA,QAAA;AAG3G,cAAM,cAAc,KAAK,oBAAoB,OAAO,cAAc;AAAA,UACjE,GAAG,WAAW,KAAK;AAAA,UACnB,CAAC,eAAe,IAAI,GAAG,EAAE,CAAC,OAAO,OAAO,GAAG,IAAI;AAAA,QAAA,CAC/C;AACD,YAAI,OAAO,KAAK,WAAW,EAAE,WAAW,GAAG;AACpC,gBAAA,IAAI,MAAM,4EAA4E;AAAA,QAAA;AAE7F,cAAM,oBAAoB;AAAA,UACzB,KAAK,CAAC,WAAW,KAAK,UAAU,IAAI,WAAW;AAAA,QAChD;AACA,cAAM,gBAAgB,WAAW,SAA+B,EAAE,QAAQ,mBAAmB;AAE7F,eAAO,QAAQ,OAAO,YAAY,cAAc,eAAe;AAAA,UAC9D,GAAG,QAAQ;AAAA,UACX;AAAA,QAAA,GACE,eAAe,IAAI;AAAA,MACvB;AAAA,MACA,cAAc;AAAA,IAAA,CACd;AAAA,EAAA;AAEH;"}
1
+ {"version":3,"file":"HasManyToHasOneReducerExecutionHandler.js","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { isIt } from '../../utils'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { SelectExecutionHandler, SelectExecutionHandlerContext } from '../../mapper'\nimport { ImplementationException } from '../../exception'\nimport { UniqueWhereExpander } from '../../inputProcessing'\nimport { HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\n\nexport class HasManyToHasOneReducerExecutionHandler implements SelectExecutionHandler<Input.UniqueQueryInput, HasManyToHasOneReducerExtension> {\n\tconstructor(private readonly schema: Model.Schema, private readonly uniqueWhereExpander: UniqueWhereExpander) {}\n\n\tprocess(context: SelectExecutionHandlerContext<Input.UniqueQueryInput, HasManyToHasOneReducerExtension>): void {\n\t\tconst { addData, entity, objectNode } = context\n\t\tif (!objectNode) {\n\t\t\tthrow new Error()\n\t\t}\n\t\taddData({\n\t\t\tfield: entity.primary,\n\t\t\tdataProvider: async (ids: Input.PrimaryValue[]) => {\n\t\t\t\tconst relationContext = acceptFieldVisitor(this.schema, entity, objectNode.extensions.relationName, {\n\t\t\t\t\tvisitRelation: context => context,\n\t\t\t\t\tvisitColumn: (): never => {\n\t\t\t\t\t\tthrow new ImplementationException('HasManyToHasOneReducerExecutionHandler: Not applicable for a column')\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\tconst { targetEntity, targetRelation } = relationContext\n\t\t\t\tif (!targetRelation || !isIt<Model.JoiningColumnRelation>(targetRelation, 'joiningColumn')) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only applicable for relations with joiningColumn')\n\t\t\t\t}\n\n\t\t\t\tconst uniqueWhere = this.uniqueWhereExpander.expand(targetEntity, {\n\t\t\t\t\t...objectNode.args.by,\n\t\t\t\t\t[targetRelation.name]: { [entity.primary]: ids },\n\t\t\t\t})\n\t\t\t\tif (Object.keys(uniqueWhere).length !== 2) {\n\t\t\t\t\tthrow new Error('HasManyToHasOneReducerExecutionHandler: only tuple unique keys are allowed')\n\t\t\t\t}\n\t\t\t\tconst whereWithParentId = {\n\t\t\t\t\tand: [objectNode.args.filter || {}, uniqueWhere],\n\t\t\t\t}\n\t\t\t\tconst newObjectNode = objectNode.withArgs<Input.ListQueryInput>({ filter: whereWithParentId })\n\n\t\t\t\treturn context.mapper.selectAssoc(targetEntity, newObjectNode, [\n\t\t\t\t\t...context.relationPath,\n\t\t\t\t\trelationContext,\n\t\t\t\t], targetRelation.name)\n\t\t\t},\n\t\t\tdefaultValue: null,\n\t\t})\n\t}\n}\n"],"names":["context"],"mappings":";;;AAQO,MAAM,uCAAkI;AAAA,EAC9I,YAA6B,QAAuC,qBAA0C;AAAjF,SAAA,SAAA;AAAuC,SAAA,sBAAA;AAAA,EAA2C;AAAA,EAE/G,QAAQ,SAAuG;AAC9G,UAAM,EAAE,SAAS,QAAQ,WAAA,IAAe;AACxC,QAAI,CAAC,YAAY;AAChB,YAAM,IAAI,MAAA;AAAA,IACX;AACA,YAAQ;AAAA,MACP,OAAO,OAAO;AAAA,MACd,cAAc,OAAO,QAA8B;AAClD,cAAM,kBAAkB,mBAAmB,KAAK,QAAQ,QAAQ,WAAW,WAAW,cAAc;AAAA,UACnG,eAAe,CAAAA,aAAWA;AAAAA,UAC1B,aAAa,MAAa;AACzB,kBAAM,IAAI,wBAAwB,qEAAqE;AAAA,UACxG;AAAA,QAAA,CACA;AAED,cAAM,EAAE,cAAc,eAAA,IAAmB;AACzC,YAAI,CAAC,kBAAkB,CAAC,KAAkC,gBAAgB,eAAe,GAAG;AAC3F,gBAAM,IAAI,MAAM,0FAA0F;AAAA,QAC3G;AAEA,cAAM,cAAc,KAAK,oBAAoB,OAAO,cAAc;AAAA,UACjE,GAAG,WAAW,KAAK;AAAA,UACnB,CAAC,eAAe,IAAI,GAAG,EAAE,CAAC,OAAO,OAAO,GAAG,IAAA;AAAA,QAAI,CAC/C;AACD,YAAI,OAAO,KAAK,WAAW,EAAE,WAAW,GAAG;AAC1C,gBAAM,IAAI,MAAM,4EAA4E;AAAA,QAC7F;AACA,cAAM,oBAAoB;AAAA,UACzB,KAAK,CAAC,WAAW,KAAK,UAAU,CAAA,GAAI,WAAW;AAAA,QAAA;AAEhD,cAAM,gBAAgB,WAAW,SAA+B,EAAE,QAAQ,mBAAmB;AAE7F,eAAO,QAAQ,OAAO,YAAY,cAAc,eAAe;AAAA,UAC9D,GAAG,QAAQ;AAAA,UACX;AAAA,QAAA,GACE,eAAe,IAAI;AAAA,MACvB;AAAA,MACA,cAAc;AAAA,IAAA,CACd;AAAA,EACF;AACD;"}
@@ -40,9 +40,9 @@ class HasManyToHasOneRelationReducerFieldVisitor {
40
40
  return [];
41
41
  }
42
42
  const uniqueConstraints = uniqueWhereFields.getFieldsForUniqueWhere(this.schema, targetEntity);
43
- const uniqueKeys = uniqueConstraints.map((it) => it.filter((it2) => it2 !== targetRelation.name)).filter((it) => it.length > 0).filter((uniqueKey) => uniqueKey.every(
44
- (it) => schemaUtils.acceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor.FieldAccessVisitor(schema.Acl.Operation.read, this.authorizator))
45
- ));
43
+ const uniqueKeys = uniqueConstraints.map((it) => it.filter((it2) => it2 !== targetRelation.name)).filter((it) => it.length > 0).filter(
44
+ (uniqueKey) => uniqueKey.every((it) => schemaUtils.acceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor.FieldAccessVisitor(schema.Acl.Operation.read, this.authorizator)))
45
+ );
46
46
  const graphQlName = relation.name + "By";
47
47
  const uniqueWhere = new graphql.GraphQLInputObjectType({
48
48
  name: utils.GqlTypeName`${relation.name}Of${entity.name}ByUniqueWhere`,
@@ -83,7 +83,7 @@ class HasManyToHasOneRelationReducerFieldVisitor {
83
83
  existing.add(fieldName);
84
84
  const graphQlName2 = relation.name + utils.GqlTypeName`By${fieldName}`;
85
85
  const uniqueWhere2 = new graphql.GraphQLInputObjectType({
86
- //todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used
86
+ // todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used
87
87
  name: utils.GqlTypeName`${entity.name}${relation.name}By${fieldName}UniqueWhere`,
88
88
  fields: () => {
89
89
  return this.whereTypeProvider.getUniqueWhereFields(targetEntity, [[fieldName]]);
@@ -1 +1 @@
1
- {"version":3,"file":"HasManyToHasOneRelationReducerVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.ts"],"sourcesContent":["import { GraphQLInputObjectType, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { aliasAwareResolver, EntityTypeProvider, FieldAccessVisitor, GqlTypeName, WhereTypeProvider } from '../../schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Authorizator } from '../../acl'\nimport { getFieldsForUniqueWhere } from '../../utils'\nimport { HasManyToHasOneReducer, HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\nimport { GraphQLFieldConfig } from 'graphql'\n\ntype Result = [\n\tstring,\n\tGraphQLFieldConfig<any, any> & {\n\t\textensions: HasManyToHasOneReducerExtension\n\t}\n]\n\nexport class HasManyToHasOneRelationReducerFieldVisitor implements\n\tModel.ColumnVisitor<Result[]>,\n\tModel.RelationByTypeVisitor<Result[]> {\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly entityTypeProvider: EntityTypeProvider,\n\t\tprivate readonly whereTypeProvider: WhereTypeProvider,\n\t) {}\n\n\tpublic visitColumn() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasOne() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasMany({ entity, targetEntity, targetRelation, relation }: Model.OneHasManyContext) {\n\t\tif (!targetRelation) {\n\t\t\treturn []\n\t\t}\n\t\tconst uniqueConstraints = getFieldsForUniqueWhere(this.schema, targetEntity)\n\n\t\tconst uniqueKeys: (readonly string[])[] = uniqueConstraints\n\t\t\t.map(it => it.filter(it => it !== targetRelation.name))\n\t\t\t.filter(it => it.length > 0)\n\t\t\t.filter(uniqueKey => uniqueKey\n\t\t\t\t.every(it =>\n\t\t\t\t\tacceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor(Acl.Operation.read, this.authorizator)),\n\t\t\t\t))\n\n\t\tconst graphQlName = relation.name + 'By'\n\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${relation.name}Of${entity.name}ByUniqueWhere`,\n\t\t\tfields: () => {\n\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, uniqueKeys)\n\t\t\t},\n\t\t})\n\n\t\tconst entityType = this.entityTypeProvider.getEntity(targetEntity.name)\n\t\tconst universalUnique: Result | null = graphQlName in entity.fields ? null : [\n\t\t\tgraphQlName,\n\t\t\t{\n\t\t\t\ttype: entityType,\n\t\t\t\textensions: {\n\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t},\n\t\t\t\targs: {\n\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t},\n\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t},\n\t\t]\n\n\t\tconst composedUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 2) //todo support all uniques\n\t\t\t.filter(fields => fields.includes(targetRelation.name))\n\t\t\t.map(fields => fields.filter(it => it !== targetRelation.name))\n\t\t\t.map(fields => fields[0])\n\t\tconst singleUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 1 && fields[0] !== targetEntity.primary)\n\t\t\t.map(fields => fields[0])\n\t\t\t.filter(it => it !== targetRelation.name)\n\n\n\t\tconst existing = new Set<string>()\n\t\treturn [...composedUnique, ...singleUnique]\n\t\t\t.filter(field =>\n\t\t\t\tacceptFieldVisitor(\n\t\t\t\t\tthis.schema,\n\t\t\t\t\ttargetEntity.name,\n\t\t\t\t\tfield,\n\t\t\t\t\tnew FieldAccessVisitor(Acl.Operation.read, this.authorizator),\n\t\t\t\t),\n\t\t\t)\n\t\t\t.map<Result | null>(fieldName => {\n\t\t\t\tif (existing.has(fieldName)) {\n\t\t\t\t\treturn null\n\t\t\t\t}\n\t\t\t\texisting.add(fieldName)\n\t\t\t\tconst graphQlName = relation.name + GqlTypeName`By${fieldName}`\n\t\t\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\t\t\t//todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used\n\t\t\t\t\tname: GqlTypeName`${entity.name}${relation.name}By${fieldName}UniqueWhere`,\n\t\t\t\t\tfields: () => {\n\t\t\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, [[fieldName]])\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\treturn [\n\t\t\t\t\tgraphQlName,\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: entityType,\n\t\t\t\t\t\textensions: {\n\t\t\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t\t\t},\n\t\t\t\t\t\targs: {\n\t\t\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t\t\t},\n\t\t\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t\t\t},\n\t\t\t\t]\n\t\t\t})\n\t\t\t.concat([universalUnique])\n\t\t\t.filter((it): it is Result => it !== null)\n\t}\n}\n"],"names":["schema","getFieldsForUniqueWhere","it","acceptFieldVisitor","FieldAccessVisitor","Acl","GraphQLInputObjectType","GqlTypeName","HasManyToHasOneReducer","GraphQLNonNull","aliasAwareResolver","graphQlName","uniqueWhere"],"mappings":"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"}
1
+ {"version":3,"file":"HasManyToHasOneRelationReducerVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.ts"],"sourcesContent":["import { GraphQLInputObjectType, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { aliasAwareResolver, EntityTypeProvider, FieldAccessVisitor, GqlTypeName, WhereTypeProvider } from '../../schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Authorizator } from '../../acl'\nimport { getFieldsForUniqueWhere } from '../../utils'\nimport { HasManyToHasOneReducer, HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\nimport { GraphQLFieldConfig } from 'graphql'\n\ntype Result = [\n\tstring,\n\tGraphQLFieldConfig<any, any> & {\n\t\textensions: HasManyToHasOneReducerExtension\n\t},\n]\n\nexport class HasManyToHasOneRelationReducerFieldVisitor implements Model.ColumnVisitor<Result[]>, Model.RelationByTypeVisitor<Result[]> {\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly entityTypeProvider: EntityTypeProvider,\n\t\tprivate readonly whereTypeProvider: WhereTypeProvider,\n\t) {}\n\n\tpublic visitColumn() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasOne() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasMany({ entity, targetEntity, targetRelation, relation }: Model.OneHasManyContext) {\n\t\tif (!targetRelation) {\n\t\t\treturn []\n\t\t}\n\t\tconst uniqueConstraints = getFieldsForUniqueWhere(this.schema, targetEntity)\n\n\t\tconst uniqueKeys: (readonly string[])[] = uniqueConstraints\n\t\t\t.map(it => it.filter(it => it !== targetRelation.name))\n\t\t\t.filter(it => it.length > 0)\n\t\t\t.filter(uniqueKey =>\n\t\t\t\tuniqueKey\n\t\t\t\t\t.every(it => acceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor(Acl.Operation.read, this.authorizator)))\n\t\t\t)\n\n\t\tconst graphQlName = relation.name + 'By'\n\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${relation.name}Of${entity.name}ByUniqueWhere`,\n\t\t\tfields: () => {\n\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, uniqueKeys)\n\t\t\t},\n\t\t})\n\n\t\tconst entityType = this.entityTypeProvider.getEntity(targetEntity.name)\n\t\tconst universalUnique: Result | null = graphQlName in entity.fields ? null : [\n\t\t\tgraphQlName,\n\t\t\t{\n\t\t\t\ttype: entityType,\n\t\t\t\textensions: {\n\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t},\n\t\t\t\targs: {\n\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t},\n\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t},\n\t\t]\n\n\t\tconst composedUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 2) // todo support all uniques\n\t\t\t.filter(fields => fields.includes(targetRelation.name))\n\t\t\t.map(fields => fields.filter(it => it !== targetRelation.name))\n\t\t\t.map(fields => fields[0])\n\t\tconst singleUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 1 && fields[0] !== targetEntity.primary)\n\t\t\t.map(fields => fields[0])\n\t\t\t.filter(it => it !== targetRelation.name)\n\n\t\tconst existing = new Set<string>()\n\t\treturn [...composedUnique, ...singleUnique]\n\t\t\t.filter(field =>\n\t\t\t\tacceptFieldVisitor(\n\t\t\t\t\tthis.schema,\n\t\t\t\t\ttargetEntity.name,\n\t\t\t\t\tfield,\n\t\t\t\t\tnew FieldAccessVisitor(Acl.Operation.read, this.authorizator),\n\t\t\t\t)\n\t\t\t)\n\t\t\t.map<Result | null>(fieldName => {\n\t\t\t\tif (existing.has(fieldName)) {\n\t\t\t\t\treturn null\n\t\t\t\t}\n\t\t\t\texisting.add(fieldName)\n\t\t\t\tconst graphQlName = relation.name + GqlTypeName`By${fieldName}`\n\t\t\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\t\t\t// todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used\n\t\t\t\t\tname: GqlTypeName`${entity.name}${relation.name}By${fieldName}UniqueWhere`,\n\t\t\t\t\tfields: () => {\n\t\t\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, [[fieldName]])\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\treturn [\n\t\t\t\t\tgraphQlName,\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: entityType,\n\t\t\t\t\t\textensions: {\n\t\t\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t\t\t},\n\t\t\t\t\t\targs: {\n\t\t\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t\t\t},\n\t\t\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t\t\t},\n\t\t\t\t]\n\t\t\t})\n\t\t\t.concat([universalUnique])\n\t\t\t.filter((it): it is Result => it !== null)\n\t}\n}\n"],"names":["schema","getFieldsForUniqueWhere","it","acceptFieldVisitor","FieldAccessVisitor","Acl","GraphQLInputObjectType","GqlTypeName","HasManyToHasOneReducer","GraphQLNonNull","aliasAwareResolver","graphQlName","uniqueWhere"],"mappings":"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"}
@@ -38,9 +38,9 @@ class HasManyToHasOneRelationReducerFieldVisitor {
38
38
  return [];
39
39
  }
40
40
  const uniqueConstraints = getFieldsForUniqueWhere(this.schema, targetEntity);
41
- const uniqueKeys = uniqueConstraints.map((it) => it.filter((it2) => it2 !== targetRelation.name)).filter((it) => it.length > 0).filter((uniqueKey) => uniqueKey.every(
42
- (it) => acceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor(Acl.Operation.read, this.authorizator))
43
- ));
41
+ const uniqueKeys = uniqueConstraints.map((it) => it.filter((it2) => it2 !== targetRelation.name)).filter((it) => it.length > 0).filter(
42
+ (uniqueKey) => uniqueKey.every((it) => acceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor(Acl.Operation.read, this.authorizator)))
43
+ );
44
44
  const graphQlName = relation.name + "By";
45
45
  const uniqueWhere = new GraphQLInputObjectType({
46
46
  name: GqlTypeName`${relation.name}Of${entity.name}ByUniqueWhere`,
@@ -81,7 +81,7 @@ class HasManyToHasOneRelationReducerFieldVisitor {
81
81
  existing.add(fieldName);
82
82
  const graphQlName2 = relation.name + GqlTypeName`By${fieldName}`;
83
83
  const uniqueWhere2 = new GraphQLInputObjectType({
84
- //todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used
84
+ // todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used
85
85
  name: GqlTypeName`${entity.name}${relation.name}By${fieldName}UniqueWhere`,
86
86
  fields: () => {
87
87
  return this.whereTypeProvider.getUniqueWhereFields(targetEntity, [[fieldName]]);
@@ -1 +1 @@
1
- {"version":3,"file":"HasManyToHasOneRelationReducerVisitor.js","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.ts"],"sourcesContent":["import { GraphQLInputObjectType, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { aliasAwareResolver, EntityTypeProvider, FieldAccessVisitor, GqlTypeName, WhereTypeProvider } from '../../schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Authorizator } from '../../acl'\nimport { getFieldsForUniqueWhere } from '../../utils'\nimport { HasManyToHasOneReducer, HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\nimport { GraphQLFieldConfig } from 'graphql'\n\ntype Result = [\n\tstring,\n\tGraphQLFieldConfig<any, any> & {\n\t\textensions: HasManyToHasOneReducerExtension\n\t}\n]\n\nexport class HasManyToHasOneRelationReducerFieldVisitor implements\n\tModel.ColumnVisitor<Result[]>,\n\tModel.RelationByTypeVisitor<Result[]> {\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly entityTypeProvider: EntityTypeProvider,\n\t\tprivate readonly whereTypeProvider: WhereTypeProvider,\n\t) {}\n\n\tpublic visitColumn() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasOne() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasMany({ entity, targetEntity, targetRelation, relation }: Model.OneHasManyContext) {\n\t\tif (!targetRelation) {\n\t\t\treturn []\n\t\t}\n\t\tconst uniqueConstraints = getFieldsForUniqueWhere(this.schema, targetEntity)\n\n\t\tconst uniqueKeys: (readonly string[])[] = uniqueConstraints\n\t\t\t.map(it => it.filter(it => it !== targetRelation.name))\n\t\t\t.filter(it => it.length > 0)\n\t\t\t.filter(uniqueKey => uniqueKey\n\t\t\t\t.every(it =>\n\t\t\t\t\tacceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor(Acl.Operation.read, this.authorizator)),\n\t\t\t\t))\n\n\t\tconst graphQlName = relation.name + 'By'\n\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${relation.name}Of${entity.name}ByUniqueWhere`,\n\t\t\tfields: () => {\n\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, uniqueKeys)\n\t\t\t},\n\t\t})\n\n\t\tconst entityType = this.entityTypeProvider.getEntity(targetEntity.name)\n\t\tconst universalUnique: Result | null = graphQlName in entity.fields ? null : [\n\t\t\tgraphQlName,\n\t\t\t{\n\t\t\t\ttype: entityType,\n\t\t\t\textensions: {\n\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t},\n\t\t\t\targs: {\n\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t},\n\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t},\n\t\t]\n\n\t\tconst composedUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 2) //todo support all uniques\n\t\t\t.filter(fields => fields.includes(targetRelation.name))\n\t\t\t.map(fields => fields.filter(it => it !== targetRelation.name))\n\t\t\t.map(fields => fields[0])\n\t\tconst singleUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 1 && fields[0] !== targetEntity.primary)\n\t\t\t.map(fields => fields[0])\n\t\t\t.filter(it => it !== targetRelation.name)\n\n\n\t\tconst existing = new Set<string>()\n\t\treturn [...composedUnique, ...singleUnique]\n\t\t\t.filter(field =>\n\t\t\t\tacceptFieldVisitor(\n\t\t\t\t\tthis.schema,\n\t\t\t\t\ttargetEntity.name,\n\t\t\t\t\tfield,\n\t\t\t\t\tnew FieldAccessVisitor(Acl.Operation.read, this.authorizator),\n\t\t\t\t),\n\t\t\t)\n\t\t\t.map<Result | null>(fieldName => {\n\t\t\t\tif (existing.has(fieldName)) {\n\t\t\t\t\treturn null\n\t\t\t\t}\n\t\t\t\texisting.add(fieldName)\n\t\t\t\tconst graphQlName = relation.name + GqlTypeName`By${fieldName}`\n\t\t\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\t\t\t//todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used\n\t\t\t\t\tname: GqlTypeName`${entity.name}${relation.name}By${fieldName}UniqueWhere`,\n\t\t\t\t\tfields: () => {\n\t\t\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, [[fieldName]])\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\treturn [\n\t\t\t\t\tgraphQlName,\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: entityType,\n\t\t\t\t\t\textensions: {\n\t\t\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t\t\t},\n\t\t\t\t\t\targs: {\n\t\t\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t\t\t},\n\t\t\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t\t\t},\n\t\t\t\t]\n\t\t\t})\n\t\t\t.concat([universalUnique])\n\t\t\t.filter((it): it is Result => it !== null)\n\t}\n}\n"],"names":["it","graphQlName","uniqueWhere"],"mappings":"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"}
1
+ {"version":3,"file":"HasManyToHasOneRelationReducerVisitor.js","sources":["../../../../../../packages/engine-content-api/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.ts"],"sourcesContent":["import { GraphQLInputObjectType, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { aliasAwareResolver, EntityTypeProvider, FieldAccessVisitor, GqlTypeName, WhereTypeProvider } from '../../schema'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { Authorizator } from '../../acl'\nimport { getFieldsForUniqueWhere } from '../../utils'\nimport { HasManyToHasOneReducer, HasManyToHasOneReducerExtension } from './HasManyToHasOneReducer'\nimport { GraphQLFieldConfig } from 'graphql'\n\ntype Result = [\n\tstring,\n\tGraphQLFieldConfig<any, any> & {\n\t\textensions: HasManyToHasOneReducerExtension\n\t},\n]\n\nexport class HasManyToHasOneRelationReducerFieldVisitor implements Model.ColumnVisitor<Result[]>, Model.RelationByTypeVisitor<Result[]> {\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly entityTypeProvider: EntityTypeProvider,\n\t\tprivate readonly whereTypeProvider: WhereTypeProvider,\n\t) {}\n\n\tpublic visitColumn() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasOneInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasOne() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyInverse() {\n\t\treturn []\n\t}\n\n\tpublic visitManyHasManyOwning() {\n\t\treturn []\n\t}\n\n\tpublic visitOneHasMany({ entity, targetEntity, targetRelation, relation }: Model.OneHasManyContext) {\n\t\tif (!targetRelation) {\n\t\t\treturn []\n\t\t}\n\t\tconst uniqueConstraints = getFieldsForUniqueWhere(this.schema, targetEntity)\n\n\t\tconst uniqueKeys: (readonly string[])[] = uniqueConstraints\n\t\t\t.map(it => it.filter(it => it !== targetRelation.name))\n\t\t\t.filter(it => it.length > 0)\n\t\t\t.filter(uniqueKey =>\n\t\t\t\tuniqueKey\n\t\t\t\t\t.every(it => acceptFieldVisitor(this.schema, targetEntity.name, it, new FieldAccessVisitor(Acl.Operation.read, this.authorizator)))\n\t\t\t)\n\n\t\tconst graphQlName = relation.name + 'By'\n\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${relation.name}Of${entity.name}ByUniqueWhere`,\n\t\t\tfields: () => {\n\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, uniqueKeys)\n\t\t\t},\n\t\t})\n\n\t\tconst entityType = this.entityTypeProvider.getEntity(targetEntity.name)\n\t\tconst universalUnique: Result | null = graphQlName in entity.fields ? null : [\n\t\t\tgraphQlName,\n\t\t\t{\n\t\t\t\ttype: entityType,\n\t\t\t\textensions: {\n\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t},\n\t\t\t\targs: {\n\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t},\n\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t},\n\t\t]\n\n\t\tconst composedUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 2) // todo support all uniques\n\t\t\t.filter(fields => fields.includes(targetRelation.name))\n\t\t\t.map(fields => fields.filter(it => it !== targetRelation.name))\n\t\t\t.map(fields => fields[0])\n\t\tconst singleUnique = uniqueConstraints\n\t\t\t.filter(fields => fields.length === 1 && fields[0] !== targetEntity.primary)\n\t\t\t.map(fields => fields[0])\n\t\t\t.filter(it => it !== targetRelation.name)\n\n\t\tconst existing = new Set<string>()\n\t\treturn [...composedUnique, ...singleUnique]\n\t\t\t.filter(field =>\n\t\t\t\tacceptFieldVisitor(\n\t\t\t\t\tthis.schema,\n\t\t\t\t\ttargetEntity.name,\n\t\t\t\t\tfield,\n\t\t\t\t\tnew FieldAccessVisitor(Acl.Operation.read, this.authorizator),\n\t\t\t\t)\n\t\t\t)\n\t\t\t.map<Result | null>(fieldName => {\n\t\t\t\tif (existing.has(fieldName)) {\n\t\t\t\t\treturn null\n\t\t\t\t}\n\t\t\t\texisting.add(fieldName)\n\t\t\t\tconst graphQlName = relation.name + GqlTypeName`By${fieldName}`\n\t\t\t\tconst uniqueWhere: GraphQLInputObjectType = new GraphQLInputObjectType({\n\t\t\t\t\t// todo this can be simplified to ${targetEntity.name}By${fieldName}, but singleton must be used\n\t\t\t\t\tname: GqlTypeName`${entity.name}${relation.name}By${fieldName}UniqueWhere`,\n\t\t\t\t\tfields: () => {\n\t\t\t\t\t\treturn this.whereTypeProvider.getUniqueWhereFields(targetEntity, [[fieldName]])\n\t\t\t\t\t},\n\t\t\t\t})\n\n\t\t\t\treturn [\n\t\t\t\t\tgraphQlName,\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: entityType,\n\t\t\t\t\t\textensions: {\n\t\t\t\t\t\t\trelationName: relation.name,\n\t\t\t\t\t\t\textensionKey: HasManyToHasOneReducer.extensionName,\n\t\t\t\t\t\t},\n\t\t\t\t\t\targs: {\n\t\t\t\t\t\t\tby: { type: new GraphQLNonNull(uniqueWhere) },\n\t\t\t\t\t\t\tfilter: { type: this.whereTypeProvider.getEntityWhereType(targetEntity.name) },\n\t\t\t\t\t\t},\n\t\t\t\t\t\tresolve: aliasAwareResolver,\n\t\t\t\t\t},\n\t\t\t\t]\n\t\t\t})\n\t\t\t.concat([universalUnique])\n\t\t\t.filter((it): it is Result => it !== null)\n\t}\n}\n"],"names":["it","graphQlName","uniqueWhere"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"PaginatedHasManyCountVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { GroupedCounts, Mapper, RelationFetcher } from '../../mapper'\nimport { ObjectNode } from '../../inputProcessing'\n\nexport class PaginatedHasManyCountVisitor implements\n\tModel.ColumnVisitor<Promise<GroupedCounts>>,\n\tModel.RelationByTypeVisitor<Promise<GroupedCounts>> {\n\n\tconstructor(\n\t\tprivate readonly ids: Input.PrimaryValue[],\n\t\tprivate readonly objectNode: ObjectNode<Input.PaginationQueryInput>,\n\t\tprivate readonly relationFetcher: RelationFetcher,\n\t\tprivate readonly mapper: Mapper,\n\t\tprivate readonly relationPath: Model.AnyRelationContext[],\n\t) {}\n\n\tasync visitOneHasMany(relationContext: Model.OneHasManyContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countOneHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyOwning(relationContext: Model.ManyHasManyOwningContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyInverse(relationContext: Model.ManyHasManyInverseContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tvisitColumn(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitManyHasOne(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneInverse(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneOwning(): never {\n\t\tthrow new Error()\n\t}\n}\n"],"names":[],"mappings":";;AAIO,MAAM,6BAEwC;AAAA,EAEpD,YACkB,KACA,YACA,iBACA,QACA,cAChB;AALgB,SAAA,MAAA;AACA,SAAA,aAAA;AACA,SAAA,kBAAA;AACA,SAAA,SAAA;AACA,SAAA,eAAA;AAAA,EAAA;AAAA,EAGlB,MAAM,gBAAgB,iBAAkE;AAChF,WAAA,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IAEZ;AAAA,EAAA;AAAA,EAGD,MAAM,uBAAuB,iBAAyE;AAC9F,WAAA,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IAEZ;AAAA,EAAA;AAAA,EAGD,MAAM,wBAAwB,iBAA0E;AAChG,WAAA,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IAEZ;AAAA,EAAA;AAAA,EAGD,cAAqB;AACpB,UAAM,IAAI,MAAM;AAAA,EAAA;AAAA,EAGjB,kBAAyB;AACxB,UAAM,IAAI,MAAM;AAAA,EAAA;AAAA,EAGjB,wBAA+B;AAC9B,UAAM,IAAI,MAAM;AAAA,EAAA;AAAA,EAGjB,uBAA8B;AAC7B,UAAM,IAAI,MAAM;AAAA,EAAA;AAElB;;"}
1
+ {"version":3,"file":"PaginatedHasManyCountVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { GroupedCounts, Mapper, RelationFetcher } from '../../mapper'\nimport { ObjectNode } from '../../inputProcessing'\n\nexport class PaginatedHasManyCountVisitor\n\timplements Model.ColumnVisitor<Promise<GroupedCounts>>, Model.RelationByTypeVisitor<Promise<GroupedCounts>>\n{\n\tconstructor(\n\t\tprivate readonly ids: Input.PrimaryValue[],\n\t\tprivate readonly objectNode: ObjectNode<Input.PaginationQueryInput>,\n\t\tprivate readonly relationFetcher: RelationFetcher,\n\t\tprivate readonly mapper: Mapper,\n\t\tprivate readonly relationPath: Model.AnyRelationContext[],\n\t) {}\n\n\tasync visitOneHasMany(relationContext: Model.OneHasManyContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countOneHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyOwning(relationContext: Model.ManyHasManyOwningContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyInverse(relationContext: Model.ManyHasManyInverseContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tvisitColumn(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitManyHasOne(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneInverse(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneOwning(): never {\n\t\tthrow new Error()\n\t}\n}\n"],"names":[],"mappings":";;AAIO,MAAM,6BAEb;AAAA,EACC,YACkB,KACA,YACA,iBACA,QACA,cAChB;AALgB,SAAA,MAAA;AACA,SAAA,aAAA;AACA,SAAA,kBAAA;AACA,SAAA,SAAA;AACA,SAAA,eAAA;AAAA,EACf;AAAA,EAEH,MAAM,gBAAgB,iBAAkE;AACvF,WAAO,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IACX;AAAA,EAEF;AAAA,EAEA,MAAM,uBAAuB,iBAAyE;AACrG,WAAO,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IACX;AAAA,EAEF;AAAA,EAEA,MAAM,wBAAwB,iBAA0E;AACvG,WAAO,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IACX;AAAA,EAEF;AAAA,EAEA,cAAqB;AACpB,UAAM,IAAI,MAAA;AAAA,EACX;AAAA,EAEA,kBAAyB;AACxB,UAAM,IAAI,MAAA;AAAA,EACX;AAAA,EAEA,wBAA+B;AAC9B,UAAM,IAAI,MAAA;AAAA,EACX;AAAA,EAEA,uBAA8B;AAC7B,UAAM,IAAI,MAAA;AAAA,EACX;AACD;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"PaginatedHasManyCountVisitor.js","sources":["../../../../../../packages/engine-content-api/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { GroupedCounts, Mapper, RelationFetcher } from '../../mapper'\nimport { ObjectNode } from '../../inputProcessing'\n\nexport class PaginatedHasManyCountVisitor implements\n\tModel.ColumnVisitor<Promise<GroupedCounts>>,\n\tModel.RelationByTypeVisitor<Promise<GroupedCounts>> {\n\n\tconstructor(\n\t\tprivate readonly ids: Input.PrimaryValue[],\n\t\tprivate readonly objectNode: ObjectNode<Input.PaginationQueryInput>,\n\t\tprivate readonly relationFetcher: RelationFetcher,\n\t\tprivate readonly mapper: Mapper,\n\t\tprivate readonly relationPath: Model.AnyRelationContext[],\n\t) {}\n\n\tasync visitOneHasMany(relationContext: Model.OneHasManyContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countOneHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyOwning(relationContext: Model.ManyHasManyOwningContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyInverse(relationContext: Model.ManyHasManyInverseContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tvisitColumn(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitManyHasOne(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneInverse(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneOwning(): never {\n\t\tthrow new Error()\n\t}\n}\n"],"names":[],"mappings":"AAIO,MAAM,6BAEwC;AAAA,EAEpD,YACkB,KACA,YACA,iBACA,QACA,cAChB;AALgB,SAAA,MAAA;AACA,SAAA,aAAA;AACA,SAAA,kBAAA;AACA,SAAA,SAAA;AACA,SAAA,eAAA;AAAA,EAAA;AAAA,EAGlB,MAAM,gBAAgB,iBAAkE;AAChF,WAAA,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IAEZ;AAAA,EAAA;AAAA,EAGD,MAAM,uBAAuB,iBAAyE;AAC9F,WAAA,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IAEZ;AAAA,EAAA;AAAA,EAGD,MAAM,wBAAwB,iBAA0E;AAChG,WAAA,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IAEZ;AAAA,EAAA;AAAA,EAGD,cAAqB;AACpB,UAAM,IAAI,MAAM;AAAA,EAAA;AAAA,EAGjB,kBAAyB;AACxB,UAAM,IAAI,MAAM;AAAA,EAAA;AAAA,EAGjB,wBAA+B;AAC9B,UAAM,IAAI,MAAM;AAAA,EAAA;AAAA,EAGjB,uBAA8B;AAC7B,UAAM,IAAI,MAAM;AAAA,EAAA;AAElB;"}
1
+ {"version":3,"file":"PaginatedHasManyCountVisitor.js","sources":["../../../../../../packages/engine-content-api/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { GroupedCounts, Mapper, RelationFetcher } from '../../mapper'\nimport { ObjectNode } from '../../inputProcessing'\n\nexport class PaginatedHasManyCountVisitor\n\timplements Model.ColumnVisitor<Promise<GroupedCounts>>, Model.RelationByTypeVisitor<Promise<GroupedCounts>>\n{\n\tconstructor(\n\t\tprivate readonly ids: Input.PrimaryValue[],\n\t\tprivate readonly objectNode: ObjectNode<Input.PaginationQueryInput>,\n\t\tprivate readonly relationFetcher: RelationFetcher,\n\t\tprivate readonly mapper: Mapper,\n\t\tprivate readonly relationPath: Model.AnyRelationContext[],\n\t) {}\n\n\tasync visitOneHasMany(relationContext: Model.OneHasManyContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countOneHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyOwning(relationContext: Model.ManyHasManyOwningContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tasync visitManyHasManyInverse(relationContext: Model.ManyHasManyInverseContext): Promise<GroupedCounts> {\n\t\treturn await this.relationFetcher.countManyHasManyGroups(\n\t\t\t{\n\t\t\t\tmapper: this.mapper,\n\t\t\t\tfilter: this.objectNode.args.filter,\n\t\t\t\trelationContext,\n\t\t\t\trelationPath: this.relationPath,\n\t\t\t\tids: this.ids,\n\t\t\t},\n\t\t)\n\t}\n\n\tvisitColumn(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitManyHasOne(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneInverse(): never {\n\t\tthrow new Error()\n\t}\n\n\tvisitOneHasOneOwning(): never {\n\t\tthrow new Error()\n\t}\n}\n"],"names":[],"mappings":"AAIO,MAAM,6BAEb;AAAA,EACC,YACkB,KACA,YACA,iBACA,QACA,cAChB;AALgB,SAAA,MAAA;AACA,SAAA,aAAA;AACA,SAAA,kBAAA;AACA,SAAA,SAAA;AACA,SAAA,eAAA;AAAA,EACf;AAAA,EAEH,MAAM,gBAAgB,iBAAkE;AACvF,WAAO,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IACX;AAAA,EAEF;AAAA,EAEA,MAAM,uBAAuB,iBAAyE;AACrG,WAAO,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IACX;AAAA,EAEF;AAAA,EAEA,MAAM,wBAAwB,iBAA0E;AACvG,WAAO,MAAM,KAAK,gBAAgB;AAAA,MACjC;AAAA,QACC,QAAQ,KAAK;AAAA,QACb,QAAQ,KAAK,WAAW,KAAK;AAAA,QAC7B;AAAA,QACA,cAAc,KAAK;AAAA,QACnB,KAAK,KAAK;AAAA,MAAA;AAAA,IACX;AAAA,EAEF;AAAA,EAEA,cAAqB;AACpB,UAAM,IAAI,MAAA;AAAA,EACX;AAAA,EAEA,kBAAyB;AACxB,UAAM,IAAI,MAAA;AAAA,EACX;AAAA,EAEA,wBAA+B;AAC9B,UAAM,IAAI,MAAA;AAAA,EACX;AAAA,EAEA,uBAA8B;AAC7B,UAAM,IAAI,MAAA;AAAA,EACX;AACD;"}
@@ -1 +1 @@
1
- {"version":3,"file":"PaginatedHasManyExecutionHandler.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { RelationFetcher, SelectExecutionHandler, SelectExecutionHandlerContext } from '../../mapper'\nimport { PaginatedHasManyFieldProviderExtension } from './PaginatedHasManyFieldProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { createPaginationHelper } from '../../utils'\nimport { PaginatedHasManyCountVisitor } from './PaginatedHasManyCountVisitor'\nimport { PaginatedHasManyNodesVisitor } from './PaginatedHasManyNodesVisitor'\n\nexport class PaginatedHasManyExecutionHandler implements SelectExecutionHandler<Input.PaginationQueryInput, PaginatedHasManyFieldProviderExtension> {\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly relationFetcher: RelationFetcher,\n\t) {}\n\n\tprocess(\n\t\tcontext: SelectExecutionHandlerContext<Input.PaginationQueryInput, PaginatedHasManyFieldProviderExtension>,\n\t): void {\n\t\tconst { addData, entity, objectNode, mapper } = context\n\t\tif (!objectNode) {\n\t\t\tthrow new Error()\n\t\t}\n\t\tconst pagination = createPaginationHelper(objectNode)\n\t\taddData({\n\t\t\tfield: context.entity.primary,\n\t\t\tdataProvider: async ids => {\n\t\t\t\tconst counts = pagination.requiresTotalCount\n\t\t\t\t\t? await acceptFieldVisitor(\n\t\t\t\t\t\tthis.schema,\n\t\t\t\t\t\tentity,\n\t\t\t\t\t\tobjectNode.extensions.relationName,\n\t\t\t\t\t\tnew PaginatedHasManyCountVisitor(ids, objectNode, this.relationFetcher, mapper, context.relationPath),\n\t\t\t\t\t )\n\t\t\t\t\t: {}\n\n\t\t\t\tconst nodes = pagination.nodeField\n\t\t\t\t\t? await acceptFieldVisitor(\n\t\t\t\t\t\tthis.schema,\n\t\t\t\t\t\tentity,\n\t\t\t\t\t\tobjectNode.extensions.relationName,\n\t\t\t\t\t\tnew PaginatedHasManyNodesVisitor(ids, pagination.nodeField, this.relationFetcher, mapper, context.relationPath),\n\t\t\t\t\t )\n\t\t\t\t\t: undefined\n\t\t\t\tconst result = new Map<Input.PrimaryValue, any>()\n\t\t\t\tfor (const id of ids) {\n\t\t\t\t\tresult.set(id, pagination.createResponse(counts?.[id] ?? 0, nodes?.[id] ?? []))\n\t\t\t\t}\n\t\t\t\treturn Object.fromEntries(result)\n\t\t\t},\n\t\t\tdefaultValue: pagination.createResponse(0, []),\n\t\t})\n\t}\n}\n"],"names":["createPaginationHelper","acceptFieldVisitor","PaginatedHasManyCountVisitor","PaginatedHasManyNodesVisitor"],"mappings":";;;;;;AAQO,MAAM,iCAAuI;AAAA,EACnJ,YACkB,QACA,iBAChB;AAFgB,SAAA,SAAA;AACA,SAAA,kBAAA;AAAA,EAAA;AAAA,EAGlB,QACC,SACO;AACP,UAAM,EAAE,SAAS,QAAQ,YAAY,OAAW,IAAA;AAChD,QAAI,CAAC,YAAY;AAChB,YAAM,IAAI,MAAM;AAAA,IAAA;AAEX,UAAA,aAAaA,uCAAuB,UAAU;AAC5C,YAAA;AAAA,MACP,OAAO,QAAQ,OAAO;AAAA,MACtB,cAAc,OAAM,QAAO;AACpB,cAAA,SAAS,WAAW,qBACvB,MAAMC,YAAA;AAAA,UACP,KAAK;AAAA,UACL;AAAA,UACA,WAAW,WAAW;AAAA,UACtB,IAAIC,6BAAAA,6BAA6B,KAAK,YAAY,KAAK,iBAAiB,QAAQ,QAAQ,YAAY;AAAA,QAAA,IAEnG,CAAC;AAEE,cAAA,QAAQ,WAAW,YACtB,MAAMD,YAAA;AAAA,UACP,KAAK;AAAA,UACL;AAAA,UACA,WAAW,WAAW;AAAA,UACtB,IAAIE,0DAA6B,KAAK,WAAW,WAAW,KAAK,iBAAiB,QAAQ,QAAQ,YAAY;AAAA,QAE7G,IAAA;AACG,cAAA,6BAAa,IAA6B;AAChD,mBAAW,MAAM,KAAK;AACrB,iBAAO,IAAI,IAAI,WAAW,eAAe,SAAS,EAAE,KAAK,GAAG,QAAQ,EAAE,KAAK,CAAE,CAAA,CAAC;AAAA,QAAA;AAExE,eAAA,OAAO,YAAY,MAAM;AAAA,MACjC;AAAA,MACA,cAAc,WAAW,eAAe,GAAG,CAAE,CAAA;AAAA,IAAA,CAC7C;AAAA,EAAA;AAEH;;"}
1
+ {"version":3,"file":"PaginatedHasManyExecutionHandler.cjs","sources":["../../../../../../packages/engine-content-api/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.ts"],"sourcesContent":["import { Input, Model } from '@contember/schema'\nimport { RelationFetcher, SelectExecutionHandler, SelectExecutionHandlerContext } from '../../mapper'\nimport { PaginatedHasManyFieldProviderExtension } from './PaginatedHasManyFieldProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { createPaginationHelper } from '../../utils'\nimport { PaginatedHasManyCountVisitor } from './PaginatedHasManyCountVisitor'\nimport { PaginatedHasManyNodesVisitor } from './PaginatedHasManyNodesVisitor'\n\nexport class PaginatedHasManyExecutionHandler implements SelectExecutionHandler<Input.PaginationQueryInput, PaginatedHasManyFieldProviderExtension> {\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly relationFetcher: RelationFetcher,\n\t) {}\n\n\tprocess(\n\t\tcontext: SelectExecutionHandlerContext<Input.PaginationQueryInput, PaginatedHasManyFieldProviderExtension>,\n\t): void {\n\t\tconst { addData, entity, objectNode, mapper } = context\n\t\tif (!objectNode) {\n\t\t\tthrow new Error()\n\t\t}\n\t\tconst pagination = createPaginationHelper(objectNode)\n\t\taddData({\n\t\t\tfield: context.entity.primary,\n\t\t\tdataProvider: async ids => {\n\t\t\t\tconst counts = pagination.requiresTotalCount\n\t\t\t\t\t? await acceptFieldVisitor(\n\t\t\t\t\t\tthis.schema,\n\t\t\t\t\t\tentity,\n\t\t\t\t\t\tobjectNode.extensions.relationName,\n\t\t\t\t\t\tnew PaginatedHasManyCountVisitor(ids, objectNode, this.relationFetcher, mapper, context.relationPath),\n\t\t\t\t\t)\n\t\t\t\t\t: {}\n\n\t\t\t\tconst nodes = pagination.nodeField\n\t\t\t\t\t? await acceptFieldVisitor(\n\t\t\t\t\t\tthis.schema,\n\t\t\t\t\t\tentity,\n\t\t\t\t\t\tobjectNode.extensions.relationName,\n\t\t\t\t\t\tnew PaginatedHasManyNodesVisitor(ids, pagination.nodeField, this.relationFetcher, mapper, context.relationPath),\n\t\t\t\t\t)\n\t\t\t\t\t: undefined\n\t\t\t\tconst result = new Map<Input.PrimaryValue, any>()\n\t\t\t\tfor (const id of ids) {\n\t\t\t\t\tresult.set(id, pagination.createResponse(counts?.[id] ?? 0, nodes?.[id] ?? []))\n\t\t\t\t}\n\t\t\t\treturn Object.fromEntries(result)\n\t\t\t},\n\t\t\tdefaultValue: pagination.createResponse(0, []),\n\t\t})\n\t}\n}\n"],"names":["createPaginationHelper","acceptFieldVisitor","PaginatedHasManyCountVisitor","PaginatedHasManyNodesVisitor"],"mappings":";;;;;;AAQO,MAAM,iCAAuI;AAAA,EACnJ,YACkB,QACA,iBAChB;AAFgB,SAAA,SAAA;AACA,SAAA,kBAAA;AAAA,EACf;AAAA,EAEH,QACC,SACO;AACP,UAAM,EAAE,SAAS,QAAQ,YAAY,WAAW;AAChD,QAAI,CAAC,YAAY;AAChB,YAAM,IAAI,MAAA;AAAA,IACX;AACA,UAAM,aAAaA,gBAAAA,uBAAuB,UAAU;AACpD,YAAQ;AAAA,MACP,OAAO,QAAQ,OAAO;AAAA,MACtB,cAAc,OAAM,QAAO;AAC1B,cAAM,SAAS,WAAW,qBACvB,MAAMC,YAAAA;AAAAA,UACP,KAAK;AAAA,UACL;AAAA,UACA,WAAW,WAAW;AAAA,UACtB,IAAIC,6BAAAA,6BAA6B,KAAK,YAAY,KAAK,iBAAiB,QAAQ,QAAQ,YAAY;AAAA,QAAA,IAEnG,CAAA;AAEH,cAAM,QAAQ,WAAW,YACtB,MAAMD,YAAAA;AAAAA,UACP,KAAK;AAAA,UACL;AAAA,UACA,WAAW,WAAW;AAAA,UACtB,IAAIE,6BAAAA,6BAA6B,KAAK,WAAW,WAAW,KAAK,iBAAiB,QAAQ,QAAQ,YAAY;AAAA,QAAA,IAE7G;AACH,cAAM,6BAAa,IAAA;AACnB,mBAAW,MAAM,KAAK;AACrB,iBAAO,IAAI,IAAI,WAAW,eAAe,SAAS,EAAE,KAAK,GAAG,QAAQ,EAAE,KAAK,CAAA,CAAE,CAAC;AAAA,QAC/E;AACA,eAAO,OAAO,YAAY,MAAM;AAAA,MACjC;AAAA,MACA,cAAc,WAAW,eAAe,GAAG,CAAA,CAAE;AAAA,IAAA,CAC7C;AAAA,EACF;AACD;;"}