@contember/engine-content-api 2.1.0-alpha.8 → 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.
- package/CLAUDE.md +54 -0
- package/dist/development/index.cjs +0 -2
- package/dist/development/index.cjs.map +1 -1
- package/dist/development/index.js +0 -2
- package/dist/development/index.js.map +1 -1
- package/dist/development/src/ExecutionContainer.cjs +82 -29
- package/dist/development/src/ExecutionContainer.cjs.map +1 -1
- package/dist/development/src/ExecutionContainer.js +82 -29
- package/dist/development/src/ExecutionContainer.js.map +1 -1
- package/dist/development/src/acl/Authorizator.cjs.map +1 -1
- package/dist/development/src/acl/Authorizator.js.map +1 -1
- package/dist/development/src/acl/EvaluatedPredicateReplacer.cjs.map +1 -1
- package/dist/development/src/acl/EvaluatedPredicateReplacer.js.map +1 -1
- package/dist/development/src/acl/PermissionFactory.cjs.map +1 -1
- package/dist/development/src/acl/PermissionFactory.js.map +1 -1
- package/dist/development/src/acl/PredicateFactory.cjs.map +1 -1
- package/dist/development/src/acl/PredicateFactory.js.map +1 -1
- package/dist/development/src/acl/PredicatesInjector.cjs +101 -12
- package/dist/development/src/acl/PredicatesInjector.cjs.map +1 -1
- package/dist/development/src/acl/PredicatesInjector.js +101 -12
- package/dist/development/src/acl/PredicatesInjector.js.map +1 -1
- package/dist/development/src/acl/VariableInjector.cjs.map +1 -1
- package/dist/development/src/acl/VariableInjector.js.map +1 -1
- package/dist/development/src/acl/VariableUtils.cjs.map +1 -1
- package/dist/development/src/acl/VariableUtils.js.map +1 -1
- package/dist/development/src/exception.cjs.map +1 -1
- package/dist/development/src/exception.js.map +1 -1
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.cjs.map +1 -1
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.js.map +1 -1
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.cjs.map +1 -1
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.js.map +1 -1
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs +4 -4
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs.map +1 -1
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js +4 -4
- package/dist/development/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.cjs.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.js.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.cjs.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.js.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.cjs.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.js.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.cjs.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.js.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.cjs.map +1 -1
- package/dist/development/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.js.map +1 -1
- package/dist/development/src/input-validation/ColumnValueResolver.cjs.map +1 -1
- package/dist/development/src/input-validation/ColumnValueResolver.js.map +1 -1
- package/dist/development/src/input-validation/EntityRulesResolver.cjs.map +1 -1
- package/dist/development/src/input-validation/EntityRulesResolver.js.map +1 -1
- package/dist/development/src/input-validation/QueryAstFactory.cjs.map +1 -1
- package/dist/development/src/input-validation/QueryAstFactory.js.map +1 -1
- package/dist/development/src/input-validation/ValidationContext.cjs.map +1 -1
- package/dist/development/src/input-validation/ValidationContext.js.map +1 -1
- package/dist/development/src/input-validation/ValidationDataSelector.cjs.map +1 -1
- package/dist/development/src/input-validation/ValidationDataSelector.js.map +1 -1
- package/dist/development/src/input-validation/ValidationEvaluation.cjs.map +1 -1
- package/dist/development/src/input-validation/ValidationEvaluation.js.map +1 -1
- package/dist/development/src/input-validation/ValidationPath.cjs.map +1 -1
- package/dist/development/src/input-validation/ValidationPath.js.map +1 -1
- package/dist/development/src/input-validation/dependencies/DependencyCollector.cjs +3 -3
- package/dist/development/src/input-validation/dependencies/DependencyCollector.cjs.map +1 -1
- package/dist/development/src/input-validation/dependencies/DependencyCollector.js +3 -3
- package/dist/development/src/input-validation/dependencies/DependencyCollector.js.map +1 -1
- package/dist/development/src/input-validation/dependencies/DependencyMerger.cjs.map +1 -1
- package/dist/development/src/input-validation/dependencies/DependencyMerger.js.map +1 -1
- package/dist/development/src/input-validation/preValidation/CreateInputPreValidationProcessor.cjs.map +1 -1
- package/dist/development/src/input-validation/preValidation/CreateInputPreValidationProcessor.js.map +1 -1
- package/dist/development/src/input-validation/preValidation/InputPreValidator.cjs +2 -4
- package/dist/development/src/input-validation/preValidation/InputPreValidator.cjs.map +1 -1
- package/dist/development/src/input-validation/preValidation/InputPreValidator.js +2 -4
- package/dist/development/src/input-validation/preValidation/InputPreValidator.js.map +1 -1
- package/dist/development/src/input-validation/preValidation/UpdateInputPreValidationProcessor.cjs.map +1 -1
- package/dist/development/src/input-validation/preValidation/UpdateInputPreValidationProcessor.js.map +1 -1
- package/dist/development/src/inputProcessing/CreateInputVisitor.cjs +6 -4
- package/dist/development/src/inputProcessing/CreateInputVisitor.cjs.map +1 -1
- package/dist/development/src/inputProcessing/CreateInputVisitor.js +6 -4
- package/dist/development/src/inputProcessing/CreateInputVisitor.js.map +1 -1
- package/dist/development/src/inputProcessing/FieldNode.cjs.map +1 -1
- package/dist/development/src/inputProcessing/FieldNode.js.map +1 -1
- package/dist/development/src/inputProcessing/ObjectNode.cjs.map +1 -1
- package/dist/development/src/inputProcessing/ObjectNode.js.map +1 -1
- package/dist/development/src/inputProcessing/UniqueWhereExpander.cjs.map +1 -1
- package/dist/development/src/inputProcessing/UniqueWhereExpander.js.map +1 -1
- package/dist/development/src/inputProcessing/UpdateInputVisitor.cjs +7 -5
- package/dist/development/src/inputProcessing/UpdateInputVisitor.cjs.map +1 -1
- package/dist/development/src/inputProcessing/UpdateInputVisitor.js +7 -5
- package/dist/development/src/inputProcessing/UpdateInputVisitor.js.map +1 -1
- package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.cjs.map +1 -1
- package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.js.map +1 -1
- package/dist/development/src/introspection/IntrospectionSchemaFactory.cjs.map +1 -1
- package/dist/development/src/introspection/IntrospectionSchemaFactory.js.map +1 -1
- package/dist/development/src/introspection/content-schema.types.cjs.map +1 -1
- package/dist/development/src/introspection/content-schema.types.js.map +1 -1
- package/dist/development/src/introspection/introspection.schema.cjs.map +1 -1
- package/dist/development/src/introspection/introspection.schema.js.map +1 -1
- package/dist/development/src/mapper/CheckedPrimary.cjs.map +1 -1
- package/dist/development/src/mapper/CheckedPrimary.js.map +1 -1
- package/dist/development/src/mapper/ColumnValue.cjs.map +1 -1
- package/dist/development/src/mapper/ColumnValue.js.map +1 -1
- package/dist/development/src/mapper/ErrorUtils.cjs.map +1 -1
- package/dist/development/src/mapper/ErrorUtils.js +1 -1
- package/dist/development/src/mapper/ErrorUtils.js.map +1 -1
- package/dist/development/src/mapper/EventManager.cjs.map +1 -1
- package/dist/development/src/mapper/EventManager.js.map +1 -1
- package/dist/development/src/mapper/JunctionTableManager.cjs +16 -2
- package/dist/development/src/mapper/JunctionTableManager.cjs.map +1 -1
- package/dist/development/src/mapper/JunctionTableManager.js +17 -3
- package/dist/development/src/mapper/JunctionTableManager.js.map +1 -1
- package/dist/development/src/mapper/Mapper.cjs +8 -7
- package/dist/development/src/mapper/Mapper.cjs.map +1 -1
- package/dist/development/src/mapper/Mapper.js +8 -7
- package/dist/development/src/mapper/Mapper.js.map +1 -1
- package/dist/development/src/mapper/MapperFactory.cjs.map +1 -1
- package/dist/development/src/mapper/MapperFactory.js.map +1 -1
- package/dist/development/src/mapper/MutationProcessorHelper.cjs.map +1 -1
- package/dist/development/src/mapper/MutationProcessorHelper.js.map +1 -1
- package/dist/development/src/mapper/Result.cjs +1 -1
- package/dist/development/src/mapper/Result.cjs.map +1 -1
- package/dist/development/src/mapper/Result.js +1 -1
- package/dist/development/src/mapper/Result.js.map +1 -1
- package/dist/development/src/mapper/delete/DeleteExecutor.cjs.map +1 -1
- package/dist/development/src/mapper/delete/DeleteExecutor.js.map +1 -1
- package/dist/development/src/mapper/delete/DeleteState.cjs.map +1 -1
- package/dist/development/src/mapper/delete/DeleteState.js.map +1 -1
- package/dist/development/src/mapper/delete/DeletedEntitiesStorage.cjs.map +1 -1
- package/dist/development/src/mapper/delete/DeletedEntitiesStorage.js.map +1 -1
- package/dist/development/src/mapper/delete/helpers.cjs.map +1 -1
- package/dist/development/src/mapper/delete/helpers.js.map +1 -1
- package/dist/development/src/mapper/insert/InsertBuilder.cjs +27 -31
- package/dist/development/src/mapper/insert/InsertBuilder.cjs.map +1 -1
- package/dist/development/src/mapper/insert/InsertBuilder.js +27 -31
- package/dist/development/src/mapper/insert/InsertBuilder.js.map +1 -1
- package/dist/development/src/mapper/insert/InsertBuilderFactory.cjs.map +1 -1
- package/dist/development/src/mapper/insert/InsertBuilderFactory.js.map +1 -1
- package/dist/development/src/mapper/insert/Inserter.cjs.map +1 -1
- package/dist/development/src/mapper/insert/Inserter.js.map +1 -1
- package/dist/development/src/mapper/insert/SqlCreateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/insert/SqlCreateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/insert/relations/OneHasManyCreateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/insert/relations/OneHasManyCreateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/select/ConditionBuilder.cjs +7 -5
- package/dist/development/src/mapper/select/ConditionBuilder.cjs.map +1 -1
- package/dist/development/src/mapper/select/ConditionBuilder.js +8 -6
- package/dist/development/src/mapper/select/ConditionBuilder.js.map +1 -1
- package/dist/development/src/mapper/select/JoinBuilder.cjs.map +1 -1
- package/dist/development/src/mapper/select/JoinBuilder.js.map +1 -1
- package/dist/development/src/mapper/select/JoinVisitor.cjs.map +1 -1
- package/dist/development/src/mapper/select/JoinVisitor.js.map +1 -1
- package/dist/development/src/mapper/select/OrderByBuilder.cjs.map +1 -1
- package/dist/development/src/mapper/select/OrderByBuilder.js.map +1 -1
- package/dist/development/src/mapper/select/OrderByHelper.cjs.map +1 -1
- package/dist/development/src/mapper/select/OrderByHelper.js.map +1 -1
- package/dist/development/src/mapper/select/Path.cjs.map +1 -1
- package/dist/development/src/mapper/select/Path.js.map +1 -1
- package/dist/development/src/mapper/select/RelationFetcher.cjs.map +1 -1
- package/dist/development/src/mapper/select/RelationFetcher.js.map +1 -1
- package/dist/development/src/mapper/select/SelectBuilder.cjs +7 -10
- package/dist/development/src/mapper/select/SelectBuilder.cjs.map +1 -1
- package/dist/development/src/mapper/select/SelectBuilder.js +7 -10
- package/dist/development/src/mapper/select/SelectBuilder.js.map +1 -1
- package/dist/development/src/mapper/select/SelectHydrator.cjs +1 -1
- package/dist/development/src/mapper/select/SelectHydrator.cjs.map +1 -1
- package/dist/development/src/mapper/select/SelectHydrator.js +1 -1
- package/dist/development/src/mapper/select/SelectHydrator.js.map +1 -1
- package/dist/development/src/mapper/select/WhereBuilder.cjs +20 -18
- package/dist/development/src/mapper/select/WhereBuilder.cjs.map +1 -1
- package/dist/development/src/mapper/select/WhereBuilder.js +20 -18
- package/dist/development/src/mapper/select/WhereBuilder.js.map +1 -1
- package/dist/development/src/mapper/select/handlers/FieldsVisitor.cjs +1 -1
- package/dist/development/src/mapper/select/handlers/FieldsVisitor.cjs.map +1 -1
- package/dist/development/src/mapper/select/handlers/FieldsVisitor.js +1 -1
- package/dist/development/src/mapper/select/handlers/FieldsVisitor.js.map +1 -1
- package/dist/development/src/mapper/select/handlers/FieldsVisitorFactory.cjs.map +1 -1
- package/dist/development/src/mapper/select/handlers/FieldsVisitorFactory.js.map +1 -1
- package/dist/development/src/mapper/select/handlers/MetaHandler.cjs.map +1 -1
- package/dist/development/src/mapper/select/handlers/MetaHandler.js.map +1 -1
- package/dist/development/src/mapper/select/optimizer/ConditionOptimizer.cjs.map +1 -1
- package/dist/development/src/mapper/select/optimizer/ConditionOptimizer.js.map +1 -1
- package/dist/development/src/mapper/select/optimizer/WhereOptimizer.cjs +7 -3
- package/dist/development/src/mapper/select/optimizer/WhereOptimizer.cjs.map +1 -1
- package/dist/development/src/mapper/select/optimizer/WhereOptimizer.js +7 -3
- package/dist/development/src/mapper/select/optimizer/WhereOptimizer.js.map +1 -1
- package/dist/development/src/mapper/select/optimizer/WhereReplacer.cjs.map +1 -1
- package/dist/development/src/mapper/select/optimizer/WhereReplacer.js.map +1 -1
- package/dist/development/src/mapper/select/optimizer/helpers.cjs.map +1 -1
- package/dist/development/src/mapper/select/optimizer/helpers.js.map +1 -1
- package/dist/development/src/mapper/update/SqlUpdateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/update/SqlUpdateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/update/UpdateBuilder.cjs +64 -68
- package/dist/development/src/mapper/update/UpdateBuilder.cjs.map +1 -1
- package/dist/development/src/mapper/update/UpdateBuilder.js +64 -68
- package/dist/development/src/mapper/update/UpdateBuilder.js.map +1 -1
- package/dist/development/src/mapper/update/UpdateBuilderFactory.cjs.map +1 -1
- package/dist/development/src/mapper/update/UpdateBuilderFactory.js.map +1 -1
- package/dist/development/src/mapper/update/Updater.cjs +15 -3
- package/dist/development/src/mapper/update/Updater.cjs.map +1 -1
- package/dist/development/src/mapper/update/Updater.js +16 -4
- package/dist/development/src/mapper/update/Updater.js.map +1 -1
- package/dist/development/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/update/relations/OneHasManyUpdateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/update/relations/OneHasManyUpdateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.js.map +1 -1
- package/dist/development/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.cjs.map +1 -1
- package/dist/development/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.js.map +1 -1
- package/dist/development/src/resolvers/GraphQlQueryAstFactory.cjs.map +1 -1
- package/dist/development/src/resolvers/GraphQlQueryAstFactory.js.map +1 -1
- package/dist/development/src/resolvers/MutationResolver.cjs.map +1 -1
- package/dist/development/src/resolvers/MutationResolver.js.map +1 -1
- package/dist/development/src/resolvers/ReadHelpers.cjs.map +1 -1
- package/dist/development/src/resolvers/ReadHelpers.js.map +1 -1
- package/dist/development/src/resolvers/ReadResolver.cjs.map +1 -1
- package/dist/development/src/resolvers/ReadResolver.js.map +1 -1
- package/dist/development/src/resolvers/RefreshViewResolver.cjs.map +1 -1
- package/dist/development/src/resolvers/RefreshViewResolver.js.map +1 -1
- package/dist/development/src/resolvers/ValidationResolver.cjs.map +1 -1
- package/dist/development/src/resolvers/ValidationResolver.js.map +1 -1
- package/dist/development/src/schema/ColumnTypeResolver.cjs.map +1 -1
- package/dist/development/src/schema/ColumnTypeResolver.js.map +1 -1
- package/dist/development/src/schema/ConditionTypeProvider.cjs +2 -0
- package/dist/development/src/schema/ConditionTypeProvider.cjs.map +1 -1
- package/dist/development/src/schema/ConditionTypeProvider.js +3 -1
- package/dist/development/src/schema/ConditionTypeProvider.js.map +1 -1
- package/dist/development/src/schema/CustomTypesProvider.cjs.map +1 -1
- package/dist/development/src/schema/CustomTypesProvider.js.map +1 -1
- package/dist/development/src/schema/EntityTypeProvider.cjs +1 -3
- package/dist/development/src/schema/EntityTypeProvider.cjs.map +1 -1
- package/dist/development/src/schema/EntityTypeProvider.js +1 -3
- package/dist/development/src/schema/EntityTypeProvider.js.map +1 -1
- package/dist/development/src/schema/EnumsProvider.cjs.map +1 -1
- package/dist/development/src/schema/EnumsProvider.js.map +1 -1
- package/dist/development/src/schema/FieldAccessVisitor.cjs.map +1 -1
- package/dist/development/src/schema/FieldAccessVisitor.js.map +1 -1
- package/dist/development/src/schema/GraphQlSchemaBuilder.cjs +5 -11
- package/dist/development/src/schema/GraphQlSchemaBuilder.cjs.map +1 -1
- package/dist/development/src/schema/GraphQlSchemaBuilder.js +5 -11
- package/dist/development/src/schema/GraphQlSchemaBuilder.js.map +1 -1
- package/dist/development/src/schema/GraphQlSchemaBuilderFactory.cjs +103 -3
- package/dist/development/src/schema/GraphQlSchemaBuilderFactory.cjs.map +1 -1
- package/dist/development/src/schema/GraphQlSchemaBuilderFactory.js +103 -3
- package/dist/development/src/schema/GraphQlSchemaBuilderFactory.js.map +1 -1
- package/dist/development/src/schema/MutationProvider.cjs.map +1 -1
- package/dist/development/src/schema/MutationProvider.js +2 -2
- package/dist/development/src/schema/MutationProvider.js.map +1 -1
- package/dist/development/src/schema/OperationExtension.cjs +0 -1
- package/dist/development/src/schema/OperationExtension.cjs.map +1 -1
- package/dist/development/src/schema/OperationExtension.js +0 -1
- package/dist/development/src/schema/OperationExtension.js.map +1 -1
- package/dist/development/src/schema/OrderByTypeProvider.cjs.map +1 -1
- package/dist/development/src/schema/OrderByTypeProvider.js +1 -1
- package/dist/development/src/schema/OrderByTypeProvider.js.map +1 -1
- package/dist/development/src/schema/PaginatedFieldConfigFactory.cjs.map +1 -1
- package/dist/development/src/schema/PaginatedFieldConfigFactory.js +1 -1
- package/dist/development/src/schema/PaginatedFieldConfigFactory.js.map +1 -1
- package/dist/development/src/schema/QueryProvider.cjs.map +1 -1
- package/dist/development/src/schema/QueryProvider.js +2 -2
- package/dist/development/src/schema/QueryProvider.js.map +1 -1
- package/dist/development/src/schema/RefreshViewMutationProvider.cjs.map +1 -1
- package/dist/development/src/schema/RefreshViewMutationProvider.js.map +1 -1
- package/dist/development/src/schema/ResultSchemaTypeProvider.cjs.map +1 -1
- package/dist/development/src/schema/ResultSchemaTypeProvider.js.map +1 -1
- package/dist/development/src/schema/ValidationQueriesProvider.cjs +2 -8
- package/dist/development/src/schema/ValidationQueriesProvider.cjs.map +1 -1
- package/dist/development/src/schema/ValidationQueriesProvider.js +2 -8
- package/dist/development/src/schema/ValidationQueriesProvider.js.map +1 -1
- package/dist/development/src/schema/WhereTypeProvider.cjs +1 -3
- package/dist/development/src/schema/WhereTypeProvider.cjs.map +1 -1
- package/dist/development/src/schema/WhereTypeProvider.js +1 -3
- package/dist/development/src/schema/WhereTypeProvider.js.map +1 -1
- package/dist/development/src/schema/entities/FieldArgsVisitor.cjs.map +1 -1
- package/dist/development/src/schema/entities/FieldArgsVisitor.js.map +1 -1
- package/dist/development/src/schema/entities/FieldTypeVisitor.cjs.map +1 -1
- package/dist/development/src/schema/entities/FieldTypeVisitor.js.map +1 -1
- package/dist/development/src/schema/mutations/ConnectOrCreateRelationInputProvider.cjs.map +1 -1
- package/dist/development/src/schema/mutations/ConnectOrCreateRelationInputProvider.js.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityInputFieldVisitor.cjs.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityInputFieldVisitor.js.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.js.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityRelationInputFieldVisitor.cjs.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityRelationInputFieldVisitor.js.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityRelationInputProvider.cjs.map +1 -1
- package/dist/development/src/schema/mutations/CreateEntityRelationInputProvider.js.map +1 -1
- package/dist/development/src/schema/mutations/EntityInputProvider.cjs.map +1 -1
- package/dist/development/src/schema/mutations/EntityInputProvider.js.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityInputFieldVisitor.cjs.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityInputFieldVisitor.js.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.js.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.cjs.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityRelationInputProvider.cjs.map +1 -1
- package/dist/development/src/schema/mutations/UpdateEntityRelationInputProvider.js.map +1 -1
- package/dist/development/src/schema/utils.cjs.map +1 -1
- package/dist/development/src/schema/utils.js.map +1 -1
- package/dist/development/src/utils/Mutex.cjs.map +1 -1
- package/dist/development/src/utils/Mutex.js.map +1 -1
- package/dist/development/src/utils/ResolveInfoUtils.cjs.map +1 -1
- package/dist/development/src/utils/ResolveInfoUtils.js.map +1 -1
- package/dist/development/src/utils/accessor.cjs.map +1 -1
- package/dist/development/src/utils/accessor.js.map +1 -1
- package/dist/development/src/utils/assertNever.cjs.map +1 -1
- package/dist/development/src/utils/assertNever.js.map +1 -1
- package/dist/development/src/utils/isIt.cjs.map +1 -1
- package/dist/development/src/utils/isIt.js.map +1 -1
- package/dist/development/src/utils/object.cjs.map +1 -1
- package/dist/development/src/utils/object.js.map +1 -1
- package/dist/development/src/utils/paginationUtils.cjs.map +1 -1
- package/dist/development/src/utils/paginationUtils.js.map +1 -1
- package/dist/development/src/utils/promises.cjs.map +1 -1
- package/dist/development/src/utils/promises.js.map +1 -1
- package/dist/development/src/utils/singletonFactory.cjs.map +1 -1
- package/dist/development/src/utils/singletonFactory.js.map +1 -1
- package/dist/development/src/utils/strings.cjs.map +1 -1
- package/dist/development/src/utils/strings.js.map +1 -1
- package/dist/development/src/utils/tuple.cjs.map +1 -1
- package/dist/development/src/utils/tuple.js.map +1 -1
- package/dist/development/src/utils/uniqueWhereFields.cjs.map +1 -1
- package/dist/development/src/utils/uniqueWhereFields.js.map +1 -1
- package/dist/development/src/utils/viewComputedId.cjs.map +1 -1
- package/dist/development/src/utils/viewComputedId.js.map +1 -1
- package/dist/production/index.cjs +0 -2
- package/dist/production/index.cjs.map +1 -1
- package/dist/production/index.js +0 -2
- package/dist/production/index.js.map +1 -1
- package/dist/production/src/ExecutionContainer.cjs +82 -29
- package/dist/production/src/ExecutionContainer.cjs.map +1 -1
- package/dist/production/src/ExecutionContainer.js +82 -29
- package/dist/production/src/ExecutionContainer.js.map +1 -1
- package/dist/production/src/acl/Authorizator.cjs.map +1 -1
- package/dist/production/src/acl/Authorizator.js.map +1 -1
- package/dist/production/src/acl/EvaluatedPredicateReplacer.cjs.map +1 -1
- package/dist/production/src/acl/EvaluatedPredicateReplacer.js.map +1 -1
- package/dist/production/src/acl/PermissionFactory.cjs.map +1 -1
- package/dist/production/src/acl/PermissionFactory.js.map +1 -1
- package/dist/production/src/acl/PredicateFactory.cjs.map +1 -1
- package/dist/production/src/acl/PredicateFactory.js.map +1 -1
- package/dist/production/src/acl/PredicatesInjector.cjs +101 -12
- package/dist/production/src/acl/PredicatesInjector.cjs.map +1 -1
- package/dist/production/src/acl/PredicatesInjector.js +101 -12
- package/dist/production/src/acl/PredicatesInjector.js.map +1 -1
- package/dist/production/src/acl/VariableInjector.cjs.map +1 -1
- package/dist/production/src/acl/VariableInjector.js.map +1 -1
- package/dist/production/src/acl/VariableUtils.cjs.map +1 -1
- package/dist/production/src/acl/VariableUtils.js.map +1 -1
- package/dist/production/src/exception.cjs.map +1 -1
- package/dist/production/src/exception.js.map +1 -1
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.cjs.map +1 -1
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducer.js.map +1 -1
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.cjs.map +1 -1
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.js.map +1 -1
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs +4 -4
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.cjs.map +1 -1
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js +4 -4
- package/dist/production/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.js.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.cjs.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.js.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.cjs.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.js.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.cjs.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProvider.js.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.cjs.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.js.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.cjs.map +1 -1
- package/dist/production/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.js.map +1 -1
- package/dist/production/src/input-validation/ColumnValueResolver.cjs.map +1 -1
- package/dist/production/src/input-validation/ColumnValueResolver.js.map +1 -1
- package/dist/production/src/input-validation/EntityRulesResolver.cjs.map +1 -1
- package/dist/production/src/input-validation/EntityRulesResolver.js.map +1 -1
- package/dist/production/src/input-validation/QueryAstFactory.cjs.map +1 -1
- package/dist/production/src/input-validation/QueryAstFactory.js.map +1 -1
- package/dist/production/src/input-validation/ValidationContext.cjs.map +1 -1
- package/dist/production/src/input-validation/ValidationContext.js.map +1 -1
- package/dist/production/src/input-validation/ValidationDataSelector.cjs.map +1 -1
- package/dist/production/src/input-validation/ValidationDataSelector.js.map +1 -1
- package/dist/production/src/input-validation/ValidationEvaluation.cjs.map +1 -1
- package/dist/production/src/input-validation/ValidationEvaluation.js.map +1 -1
- package/dist/production/src/input-validation/ValidationPath.cjs.map +1 -1
- package/dist/production/src/input-validation/ValidationPath.js.map +1 -1
- package/dist/production/src/input-validation/dependencies/DependencyCollector.cjs +3 -3
- package/dist/production/src/input-validation/dependencies/DependencyCollector.cjs.map +1 -1
- package/dist/production/src/input-validation/dependencies/DependencyCollector.js +3 -3
- package/dist/production/src/input-validation/dependencies/DependencyCollector.js.map +1 -1
- package/dist/production/src/input-validation/dependencies/DependencyMerger.cjs.map +1 -1
- package/dist/production/src/input-validation/dependencies/DependencyMerger.js.map +1 -1
- package/dist/production/src/input-validation/preValidation/CreateInputPreValidationProcessor.cjs.map +1 -1
- package/dist/production/src/input-validation/preValidation/CreateInputPreValidationProcessor.js.map +1 -1
- package/dist/production/src/input-validation/preValidation/InputPreValidator.cjs +2 -4
- package/dist/production/src/input-validation/preValidation/InputPreValidator.cjs.map +1 -1
- package/dist/production/src/input-validation/preValidation/InputPreValidator.js +2 -4
- package/dist/production/src/input-validation/preValidation/InputPreValidator.js.map +1 -1
- package/dist/production/src/input-validation/preValidation/UpdateInputPreValidationProcessor.cjs.map +1 -1
- package/dist/production/src/input-validation/preValidation/UpdateInputPreValidationProcessor.js.map +1 -1
- package/dist/production/src/inputProcessing/CreateInputVisitor.cjs +6 -4
- package/dist/production/src/inputProcessing/CreateInputVisitor.cjs.map +1 -1
- package/dist/production/src/inputProcessing/CreateInputVisitor.js +6 -4
- package/dist/production/src/inputProcessing/CreateInputVisitor.js.map +1 -1
- package/dist/production/src/inputProcessing/FieldNode.cjs.map +1 -1
- package/dist/production/src/inputProcessing/FieldNode.js.map +1 -1
- package/dist/production/src/inputProcessing/ObjectNode.cjs.map +1 -1
- package/dist/production/src/inputProcessing/ObjectNode.js.map +1 -1
- package/dist/production/src/inputProcessing/UniqueWhereExpander.cjs.map +1 -1
- package/dist/production/src/inputProcessing/UniqueWhereExpander.js.map +1 -1
- package/dist/production/src/inputProcessing/UpdateInputVisitor.cjs +7 -5
- package/dist/production/src/inputProcessing/UpdateInputVisitor.cjs.map +1 -1
- package/dist/production/src/inputProcessing/UpdateInputVisitor.js +7 -5
- package/dist/production/src/inputProcessing/UpdateInputVisitor.js.map +1 -1
- package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.cjs.map +1 -1
- package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.js.map +1 -1
- package/dist/production/src/introspection/IntrospectionSchemaFactory.cjs.map +1 -1
- package/dist/production/src/introspection/IntrospectionSchemaFactory.js.map +1 -1
- package/dist/production/src/introspection/content-schema.types.cjs.map +1 -1
- package/dist/production/src/introspection/content-schema.types.js.map +1 -1
- package/dist/production/src/introspection/introspection.schema.cjs.map +1 -1
- package/dist/production/src/introspection/introspection.schema.js.map +1 -1
- package/dist/production/src/mapper/CheckedPrimary.cjs.map +1 -1
- package/dist/production/src/mapper/CheckedPrimary.js.map +1 -1
- package/dist/production/src/mapper/ColumnValue.cjs.map +1 -1
- package/dist/production/src/mapper/ColumnValue.js.map +1 -1
- package/dist/production/src/mapper/ErrorUtils.cjs.map +1 -1
- package/dist/production/src/mapper/ErrorUtils.js +1 -1
- package/dist/production/src/mapper/ErrorUtils.js.map +1 -1
- package/dist/production/src/mapper/EventManager.cjs.map +1 -1
- package/dist/production/src/mapper/EventManager.js.map +1 -1
- package/dist/production/src/mapper/JunctionTableManager.cjs +16 -2
- package/dist/production/src/mapper/JunctionTableManager.cjs.map +1 -1
- package/dist/production/src/mapper/JunctionTableManager.js +17 -3
- package/dist/production/src/mapper/JunctionTableManager.js.map +1 -1
- package/dist/production/src/mapper/Mapper.cjs +8 -7
- package/dist/production/src/mapper/Mapper.cjs.map +1 -1
- package/dist/production/src/mapper/Mapper.js +8 -7
- package/dist/production/src/mapper/Mapper.js.map +1 -1
- package/dist/production/src/mapper/MapperFactory.cjs.map +1 -1
- package/dist/production/src/mapper/MapperFactory.js.map +1 -1
- package/dist/production/src/mapper/MutationProcessorHelper.cjs.map +1 -1
- package/dist/production/src/mapper/MutationProcessorHelper.js.map +1 -1
- package/dist/production/src/mapper/Result.cjs +1 -1
- package/dist/production/src/mapper/Result.cjs.map +1 -1
- package/dist/production/src/mapper/Result.js +1 -1
- package/dist/production/src/mapper/Result.js.map +1 -1
- package/dist/production/src/mapper/delete/DeleteExecutor.cjs.map +1 -1
- package/dist/production/src/mapper/delete/DeleteExecutor.js.map +1 -1
- package/dist/production/src/mapper/delete/DeleteState.cjs.map +1 -1
- package/dist/production/src/mapper/delete/DeleteState.js.map +1 -1
- package/dist/production/src/mapper/delete/DeletedEntitiesStorage.cjs.map +1 -1
- package/dist/production/src/mapper/delete/DeletedEntitiesStorage.js.map +1 -1
- package/dist/production/src/mapper/delete/helpers.cjs.map +1 -1
- package/dist/production/src/mapper/delete/helpers.js.map +1 -1
- package/dist/production/src/mapper/insert/InsertBuilder.cjs +27 -31
- package/dist/production/src/mapper/insert/InsertBuilder.cjs.map +1 -1
- package/dist/production/src/mapper/insert/InsertBuilder.js +27 -31
- package/dist/production/src/mapper/insert/InsertBuilder.js.map +1 -1
- package/dist/production/src/mapper/insert/InsertBuilderFactory.cjs.map +1 -1
- package/dist/production/src/mapper/insert/InsertBuilderFactory.js.map +1 -1
- package/dist/production/src/mapper/insert/Inserter.cjs.map +1 -1
- package/dist/production/src/mapper/insert/Inserter.js.map +1 -1
- package/dist/production/src/mapper/insert/SqlCreateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/insert/SqlCreateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/insert/relations/OneHasManyCreateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/insert/relations/OneHasManyCreateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/select/ConditionBuilder.cjs +7 -5
- package/dist/production/src/mapper/select/ConditionBuilder.cjs.map +1 -1
- package/dist/production/src/mapper/select/ConditionBuilder.js +8 -6
- package/dist/production/src/mapper/select/ConditionBuilder.js.map +1 -1
- package/dist/production/src/mapper/select/JoinBuilder.cjs.map +1 -1
- package/dist/production/src/mapper/select/JoinBuilder.js.map +1 -1
- package/dist/production/src/mapper/select/JoinVisitor.cjs.map +1 -1
- package/dist/production/src/mapper/select/JoinVisitor.js.map +1 -1
- package/dist/production/src/mapper/select/OrderByBuilder.cjs.map +1 -1
- package/dist/production/src/mapper/select/OrderByBuilder.js.map +1 -1
- package/dist/production/src/mapper/select/OrderByHelper.cjs.map +1 -1
- package/dist/production/src/mapper/select/OrderByHelper.js.map +1 -1
- package/dist/production/src/mapper/select/Path.cjs.map +1 -1
- package/dist/production/src/mapper/select/Path.js.map +1 -1
- package/dist/production/src/mapper/select/RelationFetcher.cjs.map +1 -1
- package/dist/production/src/mapper/select/RelationFetcher.js.map +1 -1
- package/dist/production/src/mapper/select/SelectBuilder.cjs +7 -10
- package/dist/production/src/mapper/select/SelectBuilder.cjs.map +1 -1
- package/dist/production/src/mapper/select/SelectBuilder.js +7 -10
- package/dist/production/src/mapper/select/SelectBuilder.js.map +1 -1
- package/dist/production/src/mapper/select/SelectHydrator.cjs +1 -1
- package/dist/production/src/mapper/select/SelectHydrator.cjs.map +1 -1
- package/dist/production/src/mapper/select/SelectHydrator.js +1 -1
- package/dist/production/src/mapper/select/SelectHydrator.js.map +1 -1
- package/dist/production/src/mapper/select/WhereBuilder.cjs +20 -18
- package/dist/production/src/mapper/select/WhereBuilder.cjs.map +1 -1
- package/dist/production/src/mapper/select/WhereBuilder.js +20 -18
- package/dist/production/src/mapper/select/WhereBuilder.js.map +1 -1
- package/dist/production/src/mapper/select/handlers/FieldsVisitor.cjs +1 -1
- package/dist/production/src/mapper/select/handlers/FieldsVisitor.cjs.map +1 -1
- package/dist/production/src/mapper/select/handlers/FieldsVisitor.js +1 -1
- package/dist/production/src/mapper/select/handlers/FieldsVisitor.js.map +1 -1
- package/dist/production/src/mapper/select/handlers/FieldsVisitorFactory.cjs.map +1 -1
- package/dist/production/src/mapper/select/handlers/FieldsVisitorFactory.js.map +1 -1
- package/dist/production/src/mapper/select/handlers/MetaHandler.cjs.map +1 -1
- package/dist/production/src/mapper/select/handlers/MetaHandler.js.map +1 -1
- package/dist/production/src/mapper/select/optimizer/ConditionOptimizer.cjs.map +1 -1
- package/dist/production/src/mapper/select/optimizer/ConditionOptimizer.js.map +1 -1
- package/dist/production/src/mapper/select/optimizer/WhereOptimizer.cjs +7 -3
- package/dist/production/src/mapper/select/optimizer/WhereOptimizer.cjs.map +1 -1
- package/dist/production/src/mapper/select/optimizer/WhereOptimizer.js +7 -3
- package/dist/production/src/mapper/select/optimizer/WhereOptimizer.js.map +1 -1
- package/dist/production/src/mapper/select/optimizer/WhereReplacer.cjs.map +1 -1
- package/dist/production/src/mapper/select/optimizer/WhereReplacer.js.map +1 -1
- package/dist/production/src/mapper/select/optimizer/helpers.cjs.map +1 -1
- package/dist/production/src/mapper/select/optimizer/helpers.js.map +1 -1
- package/dist/production/src/mapper/update/SqlUpdateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/update/SqlUpdateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/update/UpdateBuilder.cjs +64 -68
- package/dist/production/src/mapper/update/UpdateBuilder.cjs.map +1 -1
- package/dist/production/src/mapper/update/UpdateBuilder.js +64 -68
- package/dist/production/src/mapper/update/UpdateBuilder.js.map +1 -1
- package/dist/production/src/mapper/update/UpdateBuilderFactory.cjs.map +1 -1
- package/dist/production/src/mapper/update/UpdateBuilderFactory.js.map +1 -1
- package/dist/production/src/mapper/update/Updater.cjs +15 -3
- package/dist/production/src/mapper/update/Updater.cjs.map +1 -1
- package/dist/production/src/mapper/update/Updater.js +16 -4
- package/dist/production/src/mapper/update/Updater.js.map +1 -1
- package/dist/production/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/update/relations/ManyHasManyUpdateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/update/relations/OneHasManyUpdateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/update/relations/OneHasManyUpdateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.js.map +1 -1
- package/dist/production/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.cjs.map +1 -1
- package/dist/production/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.js.map +1 -1
- package/dist/production/src/resolvers/GraphQlQueryAstFactory.cjs.map +1 -1
- package/dist/production/src/resolvers/GraphQlQueryAstFactory.js.map +1 -1
- package/dist/production/src/resolvers/MutationResolver.cjs.map +1 -1
- package/dist/production/src/resolvers/MutationResolver.js.map +1 -1
- package/dist/production/src/resolvers/ReadHelpers.cjs.map +1 -1
- package/dist/production/src/resolvers/ReadHelpers.js.map +1 -1
- package/dist/production/src/resolvers/ReadResolver.cjs.map +1 -1
- package/dist/production/src/resolvers/ReadResolver.js.map +1 -1
- package/dist/production/src/resolvers/RefreshViewResolver.cjs.map +1 -1
- package/dist/production/src/resolvers/RefreshViewResolver.js.map +1 -1
- package/dist/production/src/resolvers/ValidationResolver.cjs.map +1 -1
- package/dist/production/src/resolvers/ValidationResolver.js.map +1 -1
- package/dist/production/src/schema/ColumnTypeResolver.cjs.map +1 -1
- package/dist/production/src/schema/ColumnTypeResolver.js.map +1 -1
- package/dist/production/src/schema/ConditionTypeProvider.cjs +2 -0
- package/dist/production/src/schema/ConditionTypeProvider.cjs.map +1 -1
- package/dist/production/src/schema/ConditionTypeProvider.js +3 -1
- package/dist/production/src/schema/ConditionTypeProvider.js.map +1 -1
- package/dist/production/src/schema/CustomTypesProvider.cjs.map +1 -1
- package/dist/production/src/schema/CustomTypesProvider.js.map +1 -1
- package/dist/production/src/schema/EntityTypeProvider.cjs +1 -3
- package/dist/production/src/schema/EntityTypeProvider.cjs.map +1 -1
- package/dist/production/src/schema/EntityTypeProvider.js +1 -3
- package/dist/production/src/schema/EntityTypeProvider.js.map +1 -1
- package/dist/production/src/schema/EnumsProvider.cjs.map +1 -1
- package/dist/production/src/schema/EnumsProvider.js.map +1 -1
- package/dist/production/src/schema/FieldAccessVisitor.cjs.map +1 -1
- package/dist/production/src/schema/FieldAccessVisitor.js.map +1 -1
- package/dist/production/src/schema/GraphQlSchemaBuilder.cjs +5 -11
- package/dist/production/src/schema/GraphQlSchemaBuilder.cjs.map +1 -1
- package/dist/production/src/schema/GraphQlSchemaBuilder.js +5 -11
- package/dist/production/src/schema/GraphQlSchemaBuilder.js.map +1 -1
- package/dist/production/src/schema/GraphQlSchemaBuilderFactory.cjs +103 -3
- package/dist/production/src/schema/GraphQlSchemaBuilderFactory.cjs.map +1 -1
- package/dist/production/src/schema/GraphQlSchemaBuilderFactory.js +103 -3
- package/dist/production/src/schema/GraphQlSchemaBuilderFactory.js.map +1 -1
- package/dist/production/src/schema/MutationProvider.cjs.map +1 -1
- package/dist/production/src/schema/MutationProvider.js +2 -2
- package/dist/production/src/schema/MutationProvider.js.map +1 -1
- package/dist/production/src/schema/OperationExtension.cjs +0 -1
- package/dist/production/src/schema/OperationExtension.cjs.map +1 -1
- package/dist/production/src/schema/OperationExtension.js +0 -1
- package/dist/production/src/schema/OperationExtension.js.map +1 -1
- package/dist/production/src/schema/OrderByTypeProvider.cjs.map +1 -1
- package/dist/production/src/schema/OrderByTypeProvider.js +1 -1
- package/dist/production/src/schema/OrderByTypeProvider.js.map +1 -1
- package/dist/production/src/schema/PaginatedFieldConfigFactory.cjs.map +1 -1
- package/dist/production/src/schema/PaginatedFieldConfigFactory.js +1 -1
- package/dist/production/src/schema/PaginatedFieldConfigFactory.js.map +1 -1
- package/dist/production/src/schema/QueryProvider.cjs.map +1 -1
- package/dist/production/src/schema/QueryProvider.js +2 -2
- package/dist/production/src/schema/QueryProvider.js.map +1 -1
- package/dist/production/src/schema/RefreshViewMutationProvider.cjs.map +1 -1
- package/dist/production/src/schema/RefreshViewMutationProvider.js.map +1 -1
- package/dist/production/src/schema/ResultSchemaTypeProvider.cjs.map +1 -1
- package/dist/production/src/schema/ResultSchemaTypeProvider.js.map +1 -1
- package/dist/production/src/schema/ValidationQueriesProvider.cjs +2 -8
- package/dist/production/src/schema/ValidationQueriesProvider.cjs.map +1 -1
- package/dist/production/src/schema/ValidationQueriesProvider.js +2 -8
- package/dist/production/src/schema/ValidationQueriesProvider.js.map +1 -1
- package/dist/production/src/schema/WhereTypeProvider.cjs +1 -3
- package/dist/production/src/schema/WhereTypeProvider.cjs.map +1 -1
- package/dist/production/src/schema/WhereTypeProvider.js +1 -3
- package/dist/production/src/schema/WhereTypeProvider.js.map +1 -1
- package/dist/production/src/schema/entities/FieldArgsVisitor.cjs.map +1 -1
- package/dist/production/src/schema/entities/FieldArgsVisitor.js.map +1 -1
- package/dist/production/src/schema/entities/FieldTypeVisitor.cjs.map +1 -1
- package/dist/production/src/schema/entities/FieldTypeVisitor.js.map +1 -1
- package/dist/production/src/schema/mutations/ConnectOrCreateRelationInputProvider.cjs.map +1 -1
- package/dist/production/src/schema/mutations/ConnectOrCreateRelationInputProvider.js.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityInputFieldVisitor.cjs.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityInputFieldVisitor.js.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.js.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityRelationInputFieldVisitor.cjs.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityRelationInputFieldVisitor.js.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityRelationInputProvider.cjs.map +1 -1
- package/dist/production/src/schema/mutations/CreateEntityRelationInputProvider.js.map +1 -1
- package/dist/production/src/schema/mutations/EntityInputProvider.cjs.map +1 -1
- package/dist/production/src/schema/mutations/EntityInputProvider.js.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityInputFieldVisitor.cjs.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityInputFieldVisitor.js.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.cjs.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.js.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.cjs.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.js.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityRelationInputProvider.cjs.map +1 -1
- package/dist/production/src/schema/mutations/UpdateEntityRelationInputProvider.js.map +1 -1
- package/dist/production/src/schema/utils.cjs.map +1 -1
- package/dist/production/src/schema/utils.js.map +1 -1
- package/dist/production/src/utils/Mutex.cjs.map +1 -1
- package/dist/production/src/utils/Mutex.js.map +1 -1
- package/dist/production/src/utils/ResolveInfoUtils.cjs.map +1 -1
- package/dist/production/src/utils/ResolveInfoUtils.js.map +1 -1
- package/dist/production/src/utils/accessor.cjs.map +1 -1
- package/dist/production/src/utils/accessor.js.map +1 -1
- package/dist/production/src/utils/assertNever.cjs.map +1 -1
- package/dist/production/src/utils/assertNever.js.map +1 -1
- package/dist/production/src/utils/isIt.cjs.map +1 -1
- package/dist/production/src/utils/isIt.js.map +1 -1
- package/dist/production/src/utils/object.cjs.map +1 -1
- package/dist/production/src/utils/object.js.map +1 -1
- package/dist/production/src/utils/paginationUtils.cjs.map +1 -1
- package/dist/production/src/utils/paginationUtils.js.map +1 -1
- package/dist/production/src/utils/promises.cjs.map +1 -1
- package/dist/production/src/utils/promises.js.map +1 -1
- package/dist/production/src/utils/singletonFactory.cjs.map +1 -1
- package/dist/production/src/utils/singletonFactory.js.map +1 -1
- package/dist/production/src/utils/strings.cjs.map +1 -1
- package/dist/production/src/utils/strings.js.map +1 -1
- package/dist/production/src/utils/tuple.cjs.map +1 -1
- package/dist/production/src/utils/tuple.js.map +1 -1
- package/dist/production/src/utils/uniqueWhereFields.cjs.map +1 -1
- package/dist/production/src/utils/uniqueWhereFields.js.map +1 -1
- package/dist/production/src/utils/viewComputedId.cjs.map +1 -1
- package/dist/production/src/utils/viewComputedId.js.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/insert/subOperationFail.test.d.ts +2 -0
- package/dist/tests/cases/integration/graphQlRequests/insert/subOperationFail.test.d.ts.map +1 -0
- package/dist/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/schema.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/schema.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/update/manyHasOne/schema.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/update/oneHasMany/schema.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/schema.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/schema.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/conditions.test.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/utils.d.ts.map +1 -1
- package/dist/tests/src/test.d.ts.map +1 -1
- package/dist/tests/tsconfig.tsbuildinfo +1 -1
- package/dist/types/ExecutionContainer.d.ts +13 -3
- package/dist/types/ExecutionContainer.d.ts.map +1 -1
- package/dist/types/acl/Authorizator.d.ts.map +1 -1
- package/dist/types/acl/EvaluatedPredicateReplacer.d.ts.map +1 -1
- package/dist/types/acl/PermissionFactory.d.ts.map +1 -1
- package/dist/types/acl/PredicateFactory.d.ts.map +1 -1
- package/dist/types/acl/PredicatesInjector.d.ts +15 -1
- package/dist/types/acl/PredicatesInjector.d.ts.map +1 -1
- package/dist/types/acl/VariableUtils.d.ts.map +1 -1
- package/dist/types/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.d.ts.map +1 -1
- package/dist/types/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.d.ts.map +1 -1
- package/dist/types/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.d.ts.map +1 -1
- package/dist/types/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.d.ts.map +1 -1
- package/dist/types/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/input-validation/preValidation/InputPreValidator.d.ts.map +1 -1
- package/dist/types/inputProcessing/CreateInputProcessor.d.ts +1 -1
- package/dist/types/inputProcessing/CreateInputProcessor.d.ts.map +1 -1
- package/dist/types/inputProcessing/CreateInputVisitor.d.ts.map +1 -1
- package/dist/types/inputProcessing/UpdateInputProcessor.d.ts +1 -1
- package/dist/types/inputProcessing/UpdateInputProcessor.d.ts.map +1 -1
- package/dist/types/inputProcessing/UpdateInputVisitor.d.ts.map +1 -1
- package/dist/types/introspection/IntrospectionSchemaFactory.d.ts.map +1 -1
- package/dist/types/introspection/introspection.schema.d.ts.map +1 -1
- package/dist/types/mapper/ColumnValue.d.ts.map +1 -1
- package/dist/types/mapper/ErrorUtils.d.ts.map +1 -1
- package/dist/types/mapper/EventManager.d.ts.map +1 -1
- package/dist/types/mapper/JunctionTableManager.d.ts.map +1 -1
- package/dist/types/mapper/Mapper.d.ts.map +1 -1
- package/dist/types/mapper/MapperFactory.d.ts.map +1 -1
- package/dist/types/mapper/Result.d.ts +2 -2
- package/dist/types/mapper/Result.d.ts.map +1 -1
- package/dist/types/mapper/delete/DeleteExecutor.d.ts.map +1 -1
- package/dist/types/mapper/delete/DeleteState.d.ts.map +1 -1
- package/dist/types/mapper/delete/helpers.d.ts.map +1 -1
- package/dist/types/mapper/insert/InsertBuilder.d.ts.map +1 -1
- package/dist/types/mapper/insert/SqlCreateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/insert/relations/ManyHasManyCreateInputProcessor.d.ts +2 -2
- package/dist/types/mapper/insert/relations/ManyHasManyCreateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/insert/relations/ManyHasOneCreateInputProcessor.d.ts +2 -2
- package/dist/types/mapper/insert/relations/ManyHasOneCreateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/insert/relations/OneHasManyCreateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.d.ts +1 -1
- package/dist/types/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/select/ConditionBuilder.d.ts.map +1 -1
- package/dist/types/mapper/select/JoinBuilder.d.ts.map +1 -1
- package/dist/types/mapper/select/Path.d.ts +0 -1
- package/dist/types/mapper/select/Path.d.ts.map +1 -1
- package/dist/types/mapper/select/RelationFetcher.d.ts.map +1 -1
- package/dist/types/mapper/select/SelectBuilder.d.ts.map +1 -1
- package/dist/types/mapper/select/SelectExecutionHandler.d.ts.map +1 -1
- package/dist/types/mapper/select/WhereBuilder.d.ts.map +1 -1
- package/dist/types/mapper/select/handlers/FieldsVisitor.d.ts.map +1 -1
- package/dist/types/mapper/select/optimizer/ConditionOptimizer.d.ts.map +1 -1
- package/dist/types/mapper/select/optimizer/WhereOptimizer.d.ts +6 -1
- package/dist/types/mapper/select/optimizer/WhereOptimizer.d.ts.map +1 -1
- package/dist/types/mapper/select/optimizer/WhereReplacer.d.ts.map +1 -1
- package/dist/types/mapper/types.d.ts +1 -1
- package/dist/types/mapper/types.d.ts.map +1 -1
- package/dist/types/mapper/update/SqlUpdateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/update/UpdateBuilder.d.ts.map +1 -1
- package/dist/types/mapper/update/Updater.d.ts +1 -5
- package/dist/types/mapper/update/Updater.d.ts.map +1 -1
- package/dist/types/mapper/update/relations/ManyHasManyUpdateInputProcessor.d.ts +7 -7
- package/dist/types/mapper/update/relations/ManyHasOneUpdateInputProcessor.d.ts +5 -5
- package/dist/types/mapper/update/relations/ManyHasOneUpdateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/update/relations/OneHasManyUpdateInputProcessor.d.ts +7 -7
- package/dist/types/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.d.ts.map +1 -1
- package/dist/types/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.d.ts +3 -3
- package/dist/types/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.d.ts.map +1 -1
- package/dist/types/resolvers/GraphQlQueryAstFactory.d.ts.map +1 -1
- package/dist/types/resolvers/MutationResolver.d.ts.map +1 -1
- package/dist/types/schema/ConditionTypeProvider.d.ts.map +1 -1
- package/dist/types/schema/CustomTypesProvider.d.ts.map +1 -1
- package/dist/types/schema/EntityTypeProvider.d.ts.map +1 -1
- package/dist/types/schema/GraphQlSchemaBuilder.d.ts.map +1 -1
- package/dist/types/schema/GraphQlSchemaBuilderFactory.d.ts +0 -1
- package/dist/types/schema/GraphQlSchemaBuilderFactory.d.ts.map +1 -1
- package/dist/types/schema/MutationProvider.d.ts.map +1 -1
- package/dist/types/schema/OperationExtension.d.ts +1 -1
- package/dist/types/schema/OperationExtension.d.ts.map +1 -1
- package/dist/types/schema/ValidationQueriesProvider.d.ts.map +1 -1
- package/dist/types/schema/WhereTypeProvider.d.ts.map +1 -1
- package/dist/types/schema/entities/FieldArgsVisitor.d.ts.map +1 -1
- package/dist/types/schema/mutations/ConnectOrCreateRelationInputProvider.d.ts.map +1 -1
- package/dist/types/schema/mutations/CreateEntityInputFieldVisitor.d.ts.map +1 -1
- package/dist/types/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.d.ts.map +1 -1
- package/dist/types/schema/mutations/CreateEntityRelationInputFieldVisitor.d.ts.map +1 -1
- package/dist/types/schema/mutations/EntityInputProvider.d.ts.map +1 -1
- package/dist/types/schema/mutations/UpdateEntityInputFieldVisitor.d.ts +1 -1
- package/dist/types/schema/mutations/UpdateEntityInputFieldVisitor.d.ts.map +1 -1
- package/dist/types/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.d.ts.map +1 -1
- package/dist/types/schema/mutations/UpdateEntityRelationInputFieldVisitor.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/utils/object.d.ts.map +1 -1
- package/graphql.codegen.yml +1 -1
- package/package.json +21 -16
- package/src/ExecutionContainer.ts +137 -122
- package/src/acl/Authorizator.ts +5 -3
- package/src/acl/EvaluatedPredicateReplacer.ts +0 -5
- package/src/acl/PermissionFactory.ts +9 -10
- package/src/acl/PredicateFactory.ts +0 -1
- package/src/acl/PredicatesInjector.ts +162 -12
- package/src/acl/VariableUtils.ts +0 -2
- package/src/extensions/hasManyToHasOneReducer/HasManyToHasOneReducerExecutionHandler.ts +0 -2
- package/src/extensions/hasManyToHasOneReducer/HasManyToHasOneRelationReducerVisitor.ts +9 -13
- package/src/extensions/paginatedHasMany/PaginatedHasManyCountVisitor.ts +3 -4
- package/src/extensions/paginatedHasMany/PaginatedHasManyExecutionHandler.ts +2 -2
- package/src/extensions/paginatedHasMany/PaginatedHasManyFieldProviderVisitor.ts +2 -5
- package/src/extensions/paginatedHasMany/PaginatedHasManyNodesVisitor.ts +3 -4
- package/src/index.ts +8 -7
- package/src/input-validation/ValidationEvaluation.ts +3 -6
- package/src/input-validation/dependencies/DependencyCollector.ts +3 -3
- package/src/input-validation/preValidation/InputPreValidator.ts +6 -8
- package/src/inputProcessing/CreateInputProcessor.ts +1 -2
- package/src/inputProcessing/CreateInputVisitor.ts +7 -8
- package/src/inputProcessing/UpdateInputProcessor.ts +1 -2
- package/src/inputProcessing/UpdateInputVisitor.ts +9 -10
- package/src/introspection/IntrospectionSchemaFactory.ts +3 -4
- package/src/introspection/content-schema.types.ts +3 -3
- package/src/introspection/introspection.schema.ts +0 -2
- package/src/mapper/ColumnValue.ts +0 -1
- package/src/mapper/ErrorUtils.ts +19 -7
- package/src/mapper/EventManager.ts +0 -2
- package/src/mapper/JunctionTableManager.ts +19 -17
- package/src/mapper/Mapper.ts +13 -6
- package/src/mapper/MapperFactory.ts +0 -1
- package/src/mapper/Result.ts +2 -2
- package/src/mapper/delete/DeleteExecutor.ts +6 -7
- package/src/mapper/delete/DeleteState.ts +0 -1
- package/src/mapper/delete/helpers.ts +2 -3
- package/src/mapper/insert/InsertBuilder.ts +32 -35
- package/src/mapper/insert/Inserter.ts +0 -1
- package/src/mapper/insert/SqlCreateInputProcessor.ts +3 -6
- package/src/mapper/insert/relations/ManyHasManyCreateInputProcessor.ts +0 -1
- package/src/mapper/insert/relations/ManyHasOneCreateInputProcessor.ts +1 -2
- package/src/mapper/insert/relations/OneHasManyCreateInputProcessor.ts +0 -1
- package/src/mapper/insert/relations/OneHasOneInverseCreateInputProcessor.ts +1 -4
- package/src/mapper/insert/relations/OneHasOneOwningCreateInputProcessor.ts +2 -9
- package/src/mapper/select/ConditionBuilder.ts +19 -13
- package/src/mapper/select/JoinBuilder.ts +4 -2
- package/src/mapper/select/OrderByHelper.ts +2 -2
- package/src/mapper/select/Path.ts +0 -2
- package/src/mapper/select/RelationFetcher.ts +31 -26
- package/src/mapper/select/SelectBuilder.ts +16 -14
- package/src/mapper/select/SelectExecutionHandler.ts +30 -28
- package/src/mapper/select/SelectHydrator.ts +1 -1
- package/src/mapper/select/WhereBuilder.ts +49 -43
- package/src/mapper/select/handlers/FieldsVisitor.ts +1 -2
- package/src/mapper/select/optimizer/ConditionOptimizer.ts +0 -7
- package/src/mapper/select/optimizer/WhereOptimizer.ts +37 -15
- package/src/mapper/select/optimizer/WhereReplacer.ts +6 -3
- package/src/mapper/select/optimizer/helpers.ts +1 -1
- package/src/mapper/types.ts +19 -18
- package/src/mapper/update/SqlUpdateInputProcessor.ts +1 -1
- package/src/mapper/update/UpdateBuilder.ts +77 -81
- package/src/mapper/update/Updater.ts +23 -5
- package/src/mapper/update/relations/ManyHasOneUpdateInputProcessor.ts +2 -4
- package/src/mapper/update/relations/OneHasManyUpdateInputProcessor.ts +2 -2
- package/src/mapper/update/relations/OneHasOneInverseUpdateInputProcessor.ts +7 -4
- package/src/mapper/update/relations/OneHasOneOwningUpdateInputProcessor.ts +23 -9
- package/src/resolvers/GraphQlQueryAstFactory.ts +0 -1
- package/src/resolvers/MutationResolver.ts +13 -15
- package/src/schema/ColumnTypeResolver.ts +1 -1
- package/src/schema/ConditionTypeProvider.ts +3 -1
- package/src/schema/CustomTypesProvider.ts +1 -2
- package/src/schema/EntityTypeProvider.ts +1 -3
- package/src/schema/GraphQlSchemaBuilder.ts +8 -7
- package/src/schema/GraphQlSchemaBuilderFactory.ts +150 -68
- package/src/schema/MutationProvider.ts +5 -10
- package/src/schema/OperationExtension.ts +1 -2
- package/src/schema/ValidationQueriesProvider.ts +2 -6
- package/src/schema/WhereTypeProvider.ts +1 -3
- package/src/schema/entities/FieldArgsVisitor.ts +5 -4
- package/src/schema/mutations/ConnectOrCreateRelationInputProvider.ts +0 -2
- package/src/schema/mutations/CreateEntityInputFieldVisitor.ts +3 -4
- package/src/schema/mutations/CreateEntityRelationAllowedOperationsVisitor.ts +3 -4
- package/src/schema/mutations/CreateEntityRelationInputFieldVisitor.ts +10 -10
- package/src/schema/mutations/EntityInputProvider.ts +1 -7
- package/src/schema/mutations/UpdateEntityInputFieldVisitor.ts +3 -4
- package/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.ts +3 -4
- package/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.ts +6 -13
- package/src/utils/object.ts +3 -2
- package/tests/cases/bugs/bug-filter-or.test.ts +1 -5
- package/tests/cases/bugs/bug-update-by-nested-unique.test.ts +3 -6
- package/tests/cases/bugs/bug102.test.ts +2 -9
- package/tests/cases/integration/graphQlRequests/delete/aclDelete.test.ts +2 -3
- package/tests/cases/integration/graphQlRequests/delete/additionalDeleteFilter.test.ts +1 -2
- package/tests/cases/integration/graphQlRequests/delete/cascadeDelete.test.ts +12 -19
- package/tests/cases/integration/graphQlRequests/delete/deleteById.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/delete/orphanRemoval.test.ts +4 -5
- package/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.ts +6 -13
- package/tests/cases/integration/graphQlRequests/delete/setNullOnDelete.test.ts +9 -13
- package/tests/cases/integration/graphQlRequests/insert/acl/setField.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/insert/aclInsert.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/insert/basicInsert.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/insert/insertCustomId.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/insert/jsonInsert.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/insert/manyHasManyInverse/create.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/insert/manyHasManyOwning/create.test.ts +1 -4
- package/tests/cases/integration/graphQlRequests/insert/manyHasOne/connectOrCreate.test.ts +2 -10
- package/tests/cases/integration/graphQlRequests/insert/manyHasOne/create.test.ts +1 -5
- package/tests/cases/integration/graphQlRequests/insert/oneHasMany/connect.test.ts +3 -4
- package/tests/cases/integration/graphQlRequests/insert/oneHasMany/create.test.ts +2 -5
- package/tests/cases/integration/graphQlRequests/insert/oneHasOneInverse/create.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/insert/oneHasOneOwning/create.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/insert/oneHasOneOwning/empty.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/insert/subOperationFail.test.ts +107 -0
- package/tests/cases/integration/graphQlRequests/insert/validation/toBeFixed.test.ts +1 -9
- package/tests/cases/integration/graphQlRequests/query/acl/differentRowAndFieldPredicate.test.ts +0 -4
- package/tests/cases/integration/graphQlRequests/query/acl/fieldRestrictedByLocale.test.ts +1 -4
- package/tests/cases/integration/graphQlRequests/query/acl/isNullAcl.test.ts +0 -4
- package/tests/cases/integration/graphQlRequests/query/acl/nestedPredicate.test.ts +1 -6
- package/tests/cases/integration/graphQlRequests/query/acl/orPredicate.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/query/acl/predicateElimination.test.ts +676 -2
- package/tests/cases/integration/graphQlRequests/query/acl/relationAcl.test.ts +8 -11
- package/tests/cases/integration/graphQlRequests/query/acl/rowPredicateSubset.test.ts +2 -6
- package/tests/cases/integration/graphQlRequests/query/acl/sameRowAndFieldPredicate.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/query/filter/backReferencedFilter.test.ts +1 -4
- package/tests/cases/integration/graphQlRequests/query/filter/complexCondition.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/filter/composedFilter.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/filter/containsQuery.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/filter/manyHasManyOwnerRelation.test.ts +16 -18
- package/tests/cases/integration/graphQlRequests/query/filter/manyHasOneRelation.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/filter/oneHasManyRelation.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/query/formatting/dateFormat.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/graphqlFeatures/alias.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/graphqlFeatures/fragments.test.ts +6 -8
- package/tests/cases/integration/graphQlRequests/query/misc/aliasedType.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/misc/longAliasHash.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/query/misc/reducedHasMany.test.ts +2 -10
- package/tests/cases/integration/graphQlRequests/query/misc/transaction.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/query/pagination/hasManyLimit.test.ts +3 -10
- package/tests/cases/integration/graphQlRequests/query/pagination/paginate.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/query/pagination/paginateAliased.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/query/pagination/simpleLimit.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/relations/advanced.test.ts +3 -7
- package/tests/cases/integration/graphQlRequests/query/relations/manyHasManyInverse.test.ts +4 -9
- package/tests/cases/integration/graphQlRequests/query/relations/manyHasManyOwning.test.ts +5 -8
- package/tests/cases/integration/graphQlRequests/query/relations/manyHasOne.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/query/relations/oneHasMany.test.ts +2 -5
- package/tests/cases/integration/graphQlRequests/query/relations/oneHasOneInverse.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/query/relations/oneHasOneOwner.test.ts +1 -3
- package/tests/cases/integration/graphQlRequests/query/sorting/byRelations.test.ts +6 -8
- package/tests/cases/integration/graphQlRequests/query/sorting/defaultOrdering.test.ts +8 -8
- package/tests/cases/integration/graphQlRequests/query/sorting/orderBy.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/sorting/randomSort.test.ts +1 -5
- package/tests/cases/integration/graphQlRequests/query/sorting/sortNulls.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/sorting/sortedHasMany.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/unique/basicQueryById.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/unique/composedUnique.test.ts +2 -5
- package/tests/cases/integration/graphQlRequests/query/unique/oneHasManyUnique.test.ts +2 -5
- package/tests/cases/integration/graphQlRequests/query/unique/uniqueWithFilter.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/query/view/view.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/acl/aclUpdate.test.ts +8 -11
- package/tests/cases/integration/graphQlRequests/update/additionalFilter.test.ts +53 -3
- package/tests/cases/integration/graphQlRequests/update/basic/columnUpdate.test.ts +2 -3
- package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/connect.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/create.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/delete.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/disconnect.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/schema.ts +1 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/update.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasManyInverse/upsert.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/connect.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/connectOrCreate.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/create.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/delete.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/disconnect.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/schema.ts +1 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/update.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasManyOwning/upsert.test.ts +7 -6
- package/tests/cases/integration/graphQlRequests/update/manyHasOne/connect.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasOne/create.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasOne/delete.test.ts +8 -6
- package/tests/cases/integration/graphQlRequests/update/manyHasOne/disconnect.test.ts +2 -3
- package/tests/cases/integration/graphQlRequests/update/manyHasOne/schema.ts +2 -5
- package/tests/cases/integration/graphQlRequests/update/manyHasOne/update.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/manyHasOne/upsert.test.ts +4 -3
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/combination.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/connect.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/connectOrCreate.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/create.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/delete.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/disconnect.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/schema.ts +2 -8
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/update.test.ts +7 -8
- package/tests/cases/integration/graphQlRequests/update/oneHasMany/upsert.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/connect.test.ts +10 -6
- package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/create.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/delete.test.ts +1 -4
- package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/disconnect.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/schema.ts +2 -6
- package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/update.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneInverse/upsert.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/connect.test.ts +8 -5
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/connectOrCreate.test.ts +2 -1
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/create.test.ts +4 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/delete.test.ts +5 -5
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/disconnect.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/schema.ts +2 -6
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/update.test.ts +2 -2
- package/tests/cases/integration/graphQlRequests/update/oneHasOneOwning/upsert.test.ts +4 -3
- package/tests/cases/integration/graphQlRequests/update/queryPortal.test.ts +4 -4
- package/tests/cases/integration/graphQlRequests/update/transaction.test.ts +6 -5
- package/tests/cases/integration/graphQlRequests/update/validation/toBeFixed.test.ts +9 -10
- package/tests/cases/integration/graphQlRequests/upsert/basicUpsert.test.ts +5 -9
- package/tests/cases/integration/graphQlRequests/validation/conditions.test.ts +1 -1
- package/tests/cases/integration/graphQlRequests/validation/nestedValidation.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/validation/optionalAssert.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/validation/required.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.ts +1 -2
- package/tests/cases/integration/graphQlRequests/validation/rules/andRule.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/validation/rules/lengthRangeRule.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/validation/rules/maxLengthRule.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/validation/rules/minLength.test.ts +0 -3
- package/tests/cases/integration/graphQlRequests/validation/rules/notEmptyRule.test.ts +0 -4
- package/tests/cases/integration/graphQlRequests/validation/rules/notRule.test.ts +0 -2
- package/tests/cases/integration/graphQlRequests/validation/rules/orRule.test.ts +0 -3
- package/tests/cases/integration/graphQlRequests/validation/rules/patternRule.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/validation/rules/rangeRule.test.ts +0 -1
- package/tests/cases/integration/graphQlRequests/validation/utils.ts +2 -6
- package/tests/cases/integration/graphQlSchema/graphQlSchemaBuilder.test.ts +31 -61
- package/tests/cases/integration/graphQlSchema/schema-column-types.gql +1 -0
- package/tests/cases/unit/aclVariablesFactory.test.ts +3 -7
- package/tests/cases/unit/conditionOptimizer.test.ts +122 -77
- package/tests/cases/unit/inputPreValidator.test.ts +5 -17
- package/tests/cases/unit/inputValidation.test.ts +2 -7
- package/tests/cases/unit/orderbyHelper.test.ts +8 -6
- package/tests/cases/unit/permissionMerger.test.ts +1 -7
- package/tests/cases/unit/predicatesFactory.test.ts +0 -1
- package/tests/cases/unit/predicatesInjector.test.ts +1065 -13
- package/tests/cases/unit/uuidType.test.ts +1 -2
- package/tests/cases/unit/variableInjector.test.ts +1 -4
- package/tests/cases/unit/whereBuilder.test.ts +8 -5
- package/tests/cases/unit/whereOptimizer.test.ts +337 -244
- package/tests/src/test.ts +3 -2
- package/tests/src/testGraphql.ts +1 -1
- package/tests/.eslintrc.cjs +0 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateEntityRelationInputFieldVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/CreateEntityRelationInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLInputFieldConfigMap, GraphQLInputObjectType, GraphQLString } from 'graphql'\nimport { Input, Model } from '@contember/schema'\nimport { GqlTypeName } from '../utils'\nimport { WhereTypeProvider } from '../WhereTypeProvider'\nimport { Accessor, Interface } from '../../utils'\nimport { EntityInputProvider, EntityInputType } from './EntityInputProvider'\nimport { CreateEntityRelationAllowedOperationsVisitor } from './CreateEntityRelationAllowedOperationsVisitor'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { ImplementationException } from '../../exception'\nimport { ConnectOrCreateRelationInputProvider } from './ConnectOrCreateRelationInputProvider'\n\nexport class CreateEntityRelationInputFieldVisitor
|
|
1
|
+
{"version":3,"file":"CreateEntityRelationInputFieldVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/CreateEntityRelationInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLInputFieldConfigMap, GraphQLInputObjectType, GraphQLString } from 'graphql'\nimport { Input, Model } from '@contember/schema'\nimport { GqlTypeName } from '../utils'\nimport { WhereTypeProvider } from '../WhereTypeProvider'\nimport { Accessor, Interface } from '../../utils'\nimport { EntityInputProvider, EntityInputType } from './EntityInputProvider'\nimport { CreateEntityRelationAllowedOperationsVisitor } from './CreateEntityRelationAllowedOperationsVisitor'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { ImplementationException } from '../../exception'\nimport { ConnectOrCreateRelationInputProvider } from './ConnectOrCreateRelationInputProvider'\n\nexport class CreateEntityRelationInputFieldVisitor\n\timplements Model.ColumnVisitor<never>, Model.RelationByGenericTypeVisitor<GraphQLInputObjectType | undefined>\n{\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly whereTypeBuilder: WhereTypeProvider,\n\t\tprivate readonly createEntityInputProviderAccessor: Accessor<Interface<EntityInputProvider<EntityInputType.create>>>,\n\t\tprivate readonly createEntityRelationAllowedOperationsVisitor: CreateEntityRelationAllowedOperationsVisitor,\n\t\tprivate readonly connectOrCreateRelationInputProvider: ConnectOrCreateRelationInputProvider,\n\t) {}\n\n\tpublic visitColumn(): never {\n\t\tthrow new ImplementationException('CreateEntityRelationInputFieldVisitor: Not applicable for a column')\n\t}\n\n\tpublic visitHasOne(context: Model.ManyHasOneContext): GraphQLInputObjectType | undefined {\n\t\treturn this.createInputObject(context, false)\n\t}\n\n\tpublic visitHasMany(context: Model.OneHasManyContext): GraphQLInputObjectType | undefined {\n\t\treturn this.createInputObject(context, true)\n\t}\n\n\tpublic createInputObject(\n\t\t{ entity, relation, targetEntity, targetRelation }: Model.AnyRelationContext,\n\t\twithAliasField: boolean,\n\t): GraphQLInputObjectType | undefined {\n\t\tconst targetName = targetRelation ? targetRelation.name : undefined\n\t\tconst fields: GraphQLInputFieldConfigMap = {}\n\t\tconst allowedOperations = acceptFieldVisitor(\n\t\t\tthis.schema,\n\t\t\tentity,\n\t\t\trelation.name,\n\t\t\tthis.createEntityRelationAllowedOperationsVisitor,\n\t\t)\n\n\t\tconst uniqueWhere = this.whereTypeBuilder.getEntityUniqueWhereType(targetEntity.name)\n\t\tif (allowedOperations.includes(Input.CreateRelationOperation.connect) && uniqueWhere) {\n\t\t\tfields[Input.CreateRelationOperation.connect] = {\n\t\t\t\ttype: uniqueWhere,\n\t\t\t}\n\t\t}\n\n\t\tconst createInput = this.createEntityInputProviderAccessor.get().getInput(targetEntity.name, targetName)\n\t\tif (allowedOperations.includes(Input.CreateRelationOperation.create) && createInput !== undefined) {\n\t\t\tfields[Input.CreateRelationOperation.create] = {\n\t\t\t\ttype: createInput,\n\t\t\t}\n\t\t}\n\t\tif (allowedOperations.includes(Input.CreateRelationOperation.connectOrCreate) && uniqueWhere !== undefined && createInput !== undefined) {\n\t\t\tconst connectOrCreateInput = this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name)\n\t\t\tif (connectOrCreateInput) {\n\t\t\t\tfields[Input.CreateRelationOperation.connectOrCreate] = {\n\t\t\t\t\ttype: connectOrCreateInput,\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (Object.keys(fields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Create${relation.name}EntityRelationInput`,\n\t\t\tfields: () =>\n\t\t\t\twithAliasField\n\t\t\t\t\t? {\n\t\t\t\t\t\t...fields,\n\t\t\t\t\t\talias: { type: GraphQLString },\n\t\t\t\t\t}\n\t\t\t\t\t: fields,\n\t\t})\n\t}\n}\n"],"names":[],"mappings":";;;;;AAWO,MAAM,sCAEb;AAAA,EACC,YACkB,QACA,kBACA,mCACA,8CACA,sCAChB;AALgB,SAAA,SAAA;AACA,SAAA,mBAAA;AACA,SAAA,oCAAA;AACA,SAAA,+CAAA;AACA,SAAA,uCAAA;AAAA,EACf;AAAA,EAEI,cAAqB;AAC3B,UAAM,IAAI,wBAAwB,oEAAoE;AAAA,EACvG;AAAA,EAEO,YAAY,SAAsE;AACxF,WAAO,KAAK,kBAAkB,SAAS,KAAK;AAAA,EAC7C;AAAA,EAEO,aAAa,SAAsE;AACzF,WAAO,KAAK,kBAAkB,SAAS,IAAI;AAAA,EAC5C;AAAA,EAEO,kBACN,EAAE,QAAQ,UAAU,cAAc,eAAA,GAClC,gBACqC;AACrC,UAAM,aAAa,iBAAiB,eAAe,OAAO;AAC1D,UAAM,SAAqC,CAAA;AAC3C,UAAM,oBAAoB;AAAA,MACzB,KAAK;AAAA,MACL;AAAA,MACA,SAAS;AAAA,MACT,KAAK;AAAA,IAAA;AAGN,UAAM,cAAc,KAAK,iBAAiB,yBAAyB,aAAa,IAAI;AACpF,QAAI,kBAAkB,SAAS,MAAM,wBAAwB,OAAO,KAAK,aAAa;AACrF,aAAO,MAAM,wBAAwB,OAAO,IAAI;AAAA,QAC/C,MAAM;AAAA,MAAA;AAAA,IAER;AAEA,UAAM,cAAc,KAAK,kCAAkC,IAAA,EAAM,SAAS,aAAa,MAAM,UAAU;AACvG,QAAI,kBAAkB,SAAS,MAAM,wBAAwB,MAAM,KAAK,gBAAgB,QAAW;AAClG,aAAO,MAAM,wBAAwB,MAAM,IAAI;AAAA,QAC9C,MAAM;AAAA,MAAA;AAAA,IAER;AACA,QAAI,kBAAkB,SAAS,MAAM,wBAAwB,eAAe,KAAK,gBAAgB,UAAa,gBAAgB,QAAW;AACxI,YAAM,uBAAuB,KAAK,qCAAqC,SAAS,OAAO,MAAM,SAAS,IAAI;AAC1G,UAAI,sBAAsB;AACzB,eAAO,MAAM,wBAAwB,eAAe,IAAI;AAAA,UACvD,MAAM;AAAA,QAAA;AAAA,MAER;AAAA,IACD;AACA,QAAI,OAAO,KAAK,MAAM,EAAE,WAAW,GAAG;AACrC,aAAO;AAAA,IACR;AACA,WAAO,IAAI,uBAAuB;AAAA,MACjC,MAAM,cAAc,OAAO,IAAI,SAAS,SAAS,IAAI;AAAA,MACrD,QAAQ,MACP,iBACG;AAAA,QACD,GAAG;AAAA,QACH,OAAO,EAAE,MAAM,cAAA;AAAA,MAAc,IAE5B;AAAA,IAAA,CACJ;AAAA,EACF;AACD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateEntityRelationInputProvider.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/CreateEntityRelationInputProvider.ts"],"sourcesContent":["import { acceptFieldVisitor } from '@contember/schema-utils'\nimport { CreateEntityRelationInputFieldVisitor } from './CreateEntityRelationInputFieldVisitor'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { singletonFactory } from '../../utils'\nimport { Model } from '@contember/schema'\n\nexport class CreateEntityRelationInputProvider {\n\tprivate createEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{ entityName: string; relationName: string }\n\t>(id => this.createCreateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly createEntityRelationInputFieldVisitor: CreateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getCreateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.createEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createCreateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.createEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":["singletonFactory","acceptFieldVisitor"],"mappings":";;;;;;;AAMO,MAAM,kCAAkC;AAAA,EAM9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;
|
|
1
|
+
{"version":3,"file":"CreateEntityRelationInputProvider.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/CreateEntityRelationInputProvider.ts"],"sourcesContent":["import { acceptFieldVisitor } from '@contember/schema-utils'\nimport { CreateEntityRelationInputFieldVisitor } from './CreateEntityRelationInputFieldVisitor'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { singletonFactory } from '../../utils'\nimport { Model } from '@contember/schema'\n\nexport class CreateEntityRelationInputProvider {\n\tprivate createEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{ entityName: string; relationName: string }\n\t>(id => this.createCreateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly createEntityRelationInputFieldVisitor: CreateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getCreateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.createEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createCreateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.createEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":["singletonFactory","acceptFieldVisitor"],"mappings":";;;;;;;AAMO,MAAM,kCAAkC;AAAA,EAM9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;AAPlB,kBAAA,MAAQ,8BAA6BA,iBAAAA,iBAGnC,CAAA,OAAM,KAAK,gCAAgC,GAAG,YAAY,GAAG,YAAY,CAAC,CAAA;AAAA,EAKzE;AAAA,EAEI,6BAA6B,YAAoB,cAA0D;AACjH,WAAO,KAAK,2BAA2B,EAAE,YAAY,cAAc;AAAA,EACpE;AAAA,EAEQ,gCACP,YACA,cACqC;AACrC,WAAOC,YAAAA,mBAAmB,KAAK,QAAQ,YAAY,cAAc,KAAK,qCAAqC;AAAA,EAC5G;AACD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateEntityRelationInputProvider.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/CreateEntityRelationInputProvider.ts"],"sourcesContent":["import { acceptFieldVisitor } from '@contember/schema-utils'\nimport { CreateEntityRelationInputFieldVisitor } from './CreateEntityRelationInputFieldVisitor'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { singletonFactory } from '../../utils'\nimport { Model } from '@contember/schema'\n\nexport class CreateEntityRelationInputProvider {\n\tprivate createEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{ entityName: string; relationName: string }\n\t>(id => this.createCreateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly createEntityRelationInputFieldVisitor: CreateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getCreateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.createEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createCreateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.createEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":[],"mappings":";;;;;AAMO,MAAM,kCAAkC;AAAA,EAM9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;
|
|
1
|
+
{"version":3,"file":"CreateEntityRelationInputProvider.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/CreateEntityRelationInputProvider.ts"],"sourcesContent":["import { acceptFieldVisitor } from '@contember/schema-utils'\nimport { CreateEntityRelationInputFieldVisitor } from './CreateEntityRelationInputFieldVisitor'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { singletonFactory } from '../../utils'\nimport { Model } from '@contember/schema'\n\nexport class CreateEntityRelationInputProvider {\n\tprivate createEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{ entityName: string; relationName: string }\n\t>(id => this.createCreateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly createEntityRelationInputFieldVisitor: CreateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getCreateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.createEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createCreateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.createEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":[],"mappings":";;;;;AAMO,MAAM,kCAAkC;AAAA,EAM9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;AAPlB,kBAAA,MAAQ,8BAA6B,iBAGnC,CAAA,OAAM,KAAK,gCAAgC,GAAG,YAAY,GAAG,YAAY,CAAC,CAAA;AAAA,EAKzE;AAAA,EAEI,6BAA6B,YAAoB,cAA0D;AACjH,WAAO,KAAK,2BAA2B,EAAE,YAAY,cAAc;AAAA,EACpE;AAAA,EAEQ,gCACP,YACA,cACqC;AACrC,WAAO,mBAAmB,KAAK,QAAQ,YAAY,cAAc,KAAK,qCAAqC;AAAA,EAC5G;AACD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityInputProvider.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/EntityInputProvider.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"EntityInputProvider.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/EntityInputProvider.ts"],"sourcesContent":["import { GraphQLBoolean, GraphQLInputFieldConfig, GraphQLInputFieldConfigMap, GraphQLInputObjectType, GraphQLInputType } from 'graphql'\nimport { acceptFieldVisitor, getEntity } from '@contember/schema-utils'\nimport { GqlTypeName } from '../utils'\nimport { Acl, Model } from '@contember/schema'\nimport { Authorizator } from '../../acl'\nimport { singletonFactory } from '../../utils'\nimport { ImplementationException } from '../../exception'\n\nexport class EntityInputProvider<Operation extends EntityInputType> {\n\tprivate entityInputs = singletonFactory<\n\t\tGraphQLInputType | undefined,\n\t\t{\n\t\t\tentityName: string\n\t\t\twithoutRelation?: string\n\t\t}\n\t>(id => this.createInput(getEntity(this.schema, id.entityName), id.withoutRelation))\n\n\tconstructor(\n\t\tprivate readonly operation: Operation,\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly visitor: Model.FieldVisitor<GraphQLInputFieldConfig | undefined>,\n\t) {}\n\n\tpublic getInput(entityName: string, withoutRelation?: string): GraphQLInputType | undefined {\n\t\treturn this.entityInputs({ entityName, withoutRelation })\n\t}\n\n\tprotected createInput(entity: Model.Entity, withoutRelation?: string): GraphQLInputObjectType | undefined {\n\t\tif (entity.view) {\n\t\t\treturn undefined\n\t\t}\n\t\tconst entityName = entity.name\n\t\tconst withoutSuffix = withoutRelation ? GqlTypeName`Without${withoutRelation}` : ''\n\t\tconst operation: Acl.Operation = (() => {\n\t\t\tswitch (this.operation) {\n\t\t\t\tcase EntityInputType.create:\n\t\t\t\t\treturn Acl.Operation.create\n\t\t\t\tcase EntityInputType.update:\n\t\t\t\t\treturn Acl.Operation.update\n\t\t\t\tdefault:\n\t\t\t\t\tthrow new ImplementationException(`EntityInputProvider: Invalid operation ${this.operation}`)\n\t\t\t}\n\t\t})()\n\t\tif (this.authorizator.getEntityPermission(operation, entity.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\n\t\tconst fieldNames = Object.keys(entity.fields).filter(it => it !== withoutRelation)\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entityName}${withoutSuffix}${this.operation}Input`,\n\t\t\tfields: () => this.createEntityFields(entityName, fieldNames),\n\t\t})\n\t}\n\n\tprivate createEntityFields(entityName: string, fieldsNames: string[]) {\n\t\tconst fields: GraphQLInputFieldConfigMap = {}\n\t\tfor (const fieldName of fieldsNames) {\n\t\t\tconst result = acceptFieldVisitor(this.schema, entityName, fieldName, this.visitor)\n\t\t\tif (result !== undefined) {\n\t\t\t\tfields[fieldName] = result\n\t\t\t}\n\t\t}\n\n\t\tfields['_dummy_field_'] = { type: GraphQLBoolean }\n\n\t\treturn fields\n\t}\n}\n\nexport enum EntityInputType {\n\tcreate = 'create',\n\tupdate = 'update',\n}\n"],"names":["schema","singletonFactory","getEntity","GqlTypeName","Acl","ImplementationException","GraphQLInputObjectType","acceptFieldVisitor","GraphQLBoolean","EntityInputType"],"mappings":";;;;;;;;;;;AAQO,MAAM,oBAAuD;AAAA,EASnE,YACkB,WACAA,SACA,cACA,SAChB;AAJgB,SAAA,YAAA;AACA,SAAA,SAAAA;AACA,SAAA,eAAA;AACA,SAAA,UAAA;AAZlB,kBAAA,MAAQ,gBAAeC,iBAAAA,iBAMrB,CAAA,OAAM,KAAK,YAAYC,YAAAA,UAAU,KAAK,QAAQ,GAAG,UAAU,GAAG,GAAG,eAAe,CAAC,CAAA;AAAA,EAOhF;AAAA,EAEI,SAAS,YAAoB,iBAAwD;AAC3F,WAAO,KAAK,aAAa,EAAE,YAAY,iBAAiB;AAAA,EACzD;AAAA,EAEU,YAAY,QAAsB,iBAA8D;AACzG,QAAI,OAAO,MAAM;AAChB,aAAO;AAAA,IACR;AACA,UAAM,aAAa,OAAO;AAC1B,UAAM,gBAAgB,kBAAkBC,MAAAA,qBAAqB,eAAe,KAAK;AACjF,UAAM,aAA4B,MAAM;AACvC,cAAQ,KAAK,WAAA;AAAA,QACZ,KAAK;AACJ,iBAAOC,OAAAA,IAAI,UAAU;AAAA,QACtB,KAAK;AACJ,iBAAOA,OAAAA,IAAI,UAAU;AAAA,QACtB;AACC,gBAAM,IAAIC,UAAAA,wBAAwB,0CAA0C,KAAK,SAAS,EAAE;AAAA,MAAA;AAAA,IAE/F,GAAA;AACA,QAAI,KAAK,aAAa,oBAAoB,WAAW,OAAO,IAAI,MAAM,MAAM;AAC3E,aAAO;AAAA,IACR;AAEA,UAAM,aAAa,OAAO,KAAK,OAAO,MAAM,EAAE,OAAO,CAAA,OAAM,OAAO,eAAe;AAEjF,WAAO,IAAIC,QAAAA,uBAAuB;AAAA,MACjC,MAAMH,MAAAA,cAAc,UAAU,GAAG,aAAa,GAAG,KAAK,SAAS;AAAA,MAC/D,QAAQ,MAAM,KAAK,mBAAmB,YAAY,UAAU;AAAA,IAAA,CAC5D;AAAA,EACF;AAAA,EAEQ,mBAAmB,YAAoB,aAAuB;AACrE,UAAM,SAAqC,CAAA;AAC3C,eAAW,aAAa,aAAa;AACpC,YAAM,SAASI,YAAAA,mBAAmB,KAAK,QAAQ,YAAY,WAAW,KAAK,OAAO;AAClF,UAAI,WAAW,QAAW;AACzB,eAAO,SAAS,IAAI;AAAA,MACrB;AAAA,IACD;AAEA,WAAO,eAAe,IAAI,EAAE,MAAMC,QAAAA,eAAA;AAElC,WAAO;AAAA,EACR;AACD;AAEO,IAAK,oCAAAC,qBAAL;AACNA,mBAAA,QAAA,IAAS;AACTA,mBAAA,QAAA,IAAS;AAFE,SAAAA;AAAA,GAAA,mBAAA,CAAA,CAAA;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityInputProvider.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/EntityInputProvider.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"EntityInputProvider.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/EntityInputProvider.ts"],"sourcesContent":["import { GraphQLBoolean, GraphQLInputFieldConfig, GraphQLInputFieldConfigMap, GraphQLInputObjectType, GraphQLInputType } from 'graphql'\nimport { acceptFieldVisitor, getEntity } from '@contember/schema-utils'\nimport { GqlTypeName } from '../utils'\nimport { Acl, Model } from '@contember/schema'\nimport { Authorizator } from '../../acl'\nimport { singletonFactory } from '../../utils'\nimport { ImplementationException } from '../../exception'\n\nexport class EntityInputProvider<Operation extends EntityInputType> {\n\tprivate entityInputs = singletonFactory<\n\t\tGraphQLInputType | undefined,\n\t\t{\n\t\t\tentityName: string\n\t\t\twithoutRelation?: string\n\t\t}\n\t>(id => this.createInput(getEntity(this.schema, id.entityName), id.withoutRelation))\n\n\tconstructor(\n\t\tprivate readonly operation: Operation,\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly visitor: Model.FieldVisitor<GraphQLInputFieldConfig | undefined>,\n\t) {}\n\n\tpublic getInput(entityName: string, withoutRelation?: string): GraphQLInputType | undefined {\n\t\treturn this.entityInputs({ entityName, withoutRelation })\n\t}\n\n\tprotected createInput(entity: Model.Entity, withoutRelation?: string): GraphQLInputObjectType | undefined {\n\t\tif (entity.view) {\n\t\t\treturn undefined\n\t\t}\n\t\tconst entityName = entity.name\n\t\tconst withoutSuffix = withoutRelation ? GqlTypeName`Without${withoutRelation}` : ''\n\t\tconst operation: Acl.Operation = (() => {\n\t\t\tswitch (this.operation) {\n\t\t\t\tcase EntityInputType.create:\n\t\t\t\t\treturn Acl.Operation.create\n\t\t\t\tcase EntityInputType.update:\n\t\t\t\t\treturn Acl.Operation.update\n\t\t\t\tdefault:\n\t\t\t\t\tthrow new ImplementationException(`EntityInputProvider: Invalid operation ${this.operation}`)\n\t\t\t}\n\t\t})()\n\t\tif (this.authorizator.getEntityPermission(operation, entity.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\n\t\tconst fieldNames = Object.keys(entity.fields).filter(it => it !== withoutRelation)\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entityName}${withoutSuffix}${this.operation}Input`,\n\t\t\tfields: () => this.createEntityFields(entityName, fieldNames),\n\t\t})\n\t}\n\n\tprivate createEntityFields(entityName: string, fieldsNames: string[]) {\n\t\tconst fields: GraphQLInputFieldConfigMap = {}\n\t\tfor (const fieldName of fieldsNames) {\n\t\t\tconst result = acceptFieldVisitor(this.schema, entityName, fieldName, this.visitor)\n\t\t\tif (result !== undefined) {\n\t\t\t\tfields[fieldName] = result\n\t\t\t}\n\t\t}\n\n\t\tfields['_dummy_field_'] = { type: GraphQLBoolean }\n\n\t\treturn fields\n\t}\n}\n\nexport enum EntityInputType {\n\tcreate = 'create',\n\tupdate = 'update',\n}\n"],"names":["EntityInputType"],"mappings":";;;;;;;;;AAQO,MAAM,oBAAuD;AAAA,EASnE,YACkB,WACA,QACA,cACA,SAChB;AAJgB,SAAA,YAAA;AACA,SAAA,SAAA;AACA,SAAA,eAAA;AACA,SAAA,UAAA;AAZlB,kBAAA,MAAQ,gBAAe,iBAMrB,CAAA,OAAM,KAAK,YAAY,UAAU,KAAK,QAAQ,GAAG,UAAU,GAAG,GAAG,eAAe,CAAC,CAAA;AAAA,EAOhF;AAAA,EAEI,SAAS,YAAoB,iBAAwD;AAC3F,WAAO,KAAK,aAAa,EAAE,YAAY,iBAAiB;AAAA,EACzD;AAAA,EAEU,YAAY,QAAsB,iBAA8D;AACzG,QAAI,OAAO,MAAM;AAChB,aAAO;AAAA,IACR;AACA,UAAM,aAAa,OAAO;AAC1B,UAAM,gBAAgB,kBAAkB,qBAAqB,eAAe,KAAK;AACjF,UAAM,aAA4B,MAAM;AACvC,cAAQ,KAAK,WAAA;AAAA,QACZ,KAAK;AACJ,iBAAO,IAAI,UAAU;AAAA,QACtB,KAAK;AACJ,iBAAO,IAAI,UAAU;AAAA,QACtB;AACC,gBAAM,IAAI,wBAAwB,0CAA0C,KAAK,SAAS,EAAE;AAAA,MAAA;AAAA,IAE/F,GAAA;AACA,QAAI,KAAK,aAAa,oBAAoB,WAAW,OAAO,IAAI,MAAM,MAAM;AAC3E,aAAO;AAAA,IACR;AAEA,UAAM,aAAa,OAAO,KAAK,OAAO,MAAM,EAAE,OAAO,CAAA,OAAM,OAAO,eAAe;AAEjF,WAAO,IAAI,uBAAuB;AAAA,MACjC,MAAM,cAAc,UAAU,GAAG,aAAa,GAAG,KAAK,SAAS;AAAA,MAC/D,QAAQ,MAAM,KAAK,mBAAmB,YAAY,UAAU;AAAA,IAAA,CAC5D;AAAA,EACF;AAAA,EAEQ,mBAAmB,YAAoB,aAAuB;AACrE,UAAM,SAAqC,CAAA;AAC3C,eAAW,aAAa,aAAa;AACpC,YAAM,SAAS,mBAAmB,KAAK,QAAQ,YAAY,WAAW,KAAK,OAAO;AAClF,UAAI,WAAW,QAAW;AACzB,eAAO,SAAS,IAAI;AAAA,MACrB;AAAA,IACD;AAEA,WAAO,eAAe,IAAI,EAAE,MAAM,eAAA;AAElC,WAAO;AAAA,EACR;AACD;AAEO,IAAK,oCAAAA,qBAAL;AACNA,mBAAA,QAAA,IAAS;AACTA,mBAAA,QAAA,IAAS;AAFE,SAAAA;AAAA,GAAA,mBAAA,CAAA,CAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityInputFieldVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLInputFieldConfig, GraphQLList, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { ColumnTypeResolver } from '../ColumnTypeResolver'\nimport { UpdateEntityRelationInputProvider } from './UpdateEntityRelationInputProvider'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityInputFieldVisitor
|
|
1
|
+
{"version":3,"file":"UpdateEntityInputFieldVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLInputFieldConfig, GraphQLList, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { ColumnTypeResolver } from '../ColumnTypeResolver'\nimport { UpdateEntityRelationInputProvider } from './UpdateEntityRelationInputProvider'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityInputFieldVisitor\n\timplements Model.ColumnVisitor<GraphQLInputFieldConfig | undefined>, Model.RelationByGenericTypeVisitor<GraphQLInputFieldConfig | undefined>\n{\n\tconstructor(\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly columnTypeResolver: ColumnTypeResolver,\n\t\tprivate readonly updateEntityRelationInputProvider: UpdateEntityRelationInputProvider,\n\t) {}\n\n\tpublic visitColumn({ entity, column }: Model.ColumnContext) {\n\t\tif (entity.primary === column.name) {\n\t\t\treturn undefined\n\t\t}\n\t\tif (this.authorizator.getFieldPermissions(Acl.Operation.update, entity.name, column.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\t\tconst [type] = this.columnTypeResolver.getType(column)\n\t\treturn { type }\n\t}\n\n\tpublic visitHasOne({ entity, relation }: Model.AnyHasOneRelationContext) {\n\t\tconst type = this.updateEntityRelationInputProvider.getUpdateEntityRelationInput(entity.name, relation.name)\n\t\tif (type === undefined) {\n\t\t\treturn undefined\n\t\t}\n\t\treturn { type }\n\t}\n\n\tpublic visitHasMany({ entity, relation }: Model.AnyHasManyRelationContext) {\n\t\tconst type = this.updateEntityRelationInputProvider.getUpdateEntityRelationInput(entity.name, relation.name)\n\t\tif (type === undefined) {\n\t\t\treturn undefined\n\t\t}\n\t\treturn {\n\t\t\ttype: new GraphQLList(new GraphQLNonNull(type)),\n\t\t}\n\t}\n}\n"],"names":["Acl","GraphQLList","GraphQLNonNull"],"mappings":";;;;AAMO,MAAM,8BAEb;AAAA,EACC,YACkB,cACA,oBACA,mCAChB;AAHgB,SAAA,eAAA;AACA,SAAA,qBAAA;AACA,SAAA,oCAAA;AAAA,EACf;AAAA,EAEI,YAAY,EAAE,QAAQ,UAA+B;AAC3D,QAAI,OAAO,YAAY,OAAO,MAAM;AACnC,aAAO;AAAA,IACR;AACA,QAAI,KAAK,aAAa,oBAAoBA,OAAAA,IAAI,UAAU,QAAQ,OAAO,MAAM,OAAO,IAAI,MAAM,MAAM;AACnG,aAAO;AAAA,IACR;AACA,UAAM,CAAC,IAAI,IAAI,KAAK,mBAAmB,QAAQ,MAAM;AACrD,WAAO,EAAE,KAAA;AAAA,EACV;AAAA,EAEO,YAAY,EAAE,QAAQ,YAA4C;AACxE,UAAM,OAAO,KAAK,kCAAkC,6BAA6B,OAAO,MAAM,SAAS,IAAI;AAC3G,QAAI,SAAS,QAAW;AACvB,aAAO;AAAA,IACR;AACA,WAAO,EAAE,KAAA;AAAA,EACV;AAAA,EAEO,aAAa,EAAE,QAAQ,YAA6C;AAC1E,UAAM,OAAO,KAAK,kCAAkC,6BAA6B,OAAO,MAAM,SAAS,IAAI;AAC3G,QAAI,SAAS,QAAW;AACvB,aAAO;AAAA,IACR;AACA,WAAO;AAAA,MACN,MAAM,IAAIC,QAAAA,YAAY,IAAIC,QAAAA,eAAe,IAAI,CAAC;AAAA,IAAA;AAAA,EAEhD;AACD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityInputFieldVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLInputFieldConfig, GraphQLList, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { ColumnTypeResolver } from '../ColumnTypeResolver'\nimport { UpdateEntityRelationInputProvider } from './UpdateEntityRelationInputProvider'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityInputFieldVisitor
|
|
1
|
+
{"version":3,"file":"UpdateEntityInputFieldVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLInputFieldConfig, GraphQLList, GraphQLNonNull } from 'graphql'\nimport { Acl, Model } from '@contember/schema'\nimport { ColumnTypeResolver } from '../ColumnTypeResolver'\nimport { UpdateEntityRelationInputProvider } from './UpdateEntityRelationInputProvider'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityInputFieldVisitor\n\timplements Model.ColumnVisitor<GraphQLInputFieldConfig | undefined>, Model.RelationByGenericTypeVisitor<GraphQLInputFieldConfig | undefined>\n{\n\tconstructor(\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly columnTypeResolver: ColumnTypeResolver,\n\t\tprivate readonly updateEntityRelationInputProvider: UpdateEntityRelationInputProvider,\n\t) {}\n\n\tpublic visitColumn({ entity, column }: Model.ColumnContext) {\n\t\tif (entity.primary === column.name) {\n\t\t\treturn undefined\n\t\t}\n\t\tif (this.authorizator.getFieldPermissions(Acl.Operation.update, entity.name, column.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\t\tconst [type] = this.columnTypeResolver.getType(column)\n\t\treturn { type }\n\t}\n\n\tpublic visitHasOne({ entity, relation }: Model.AnyHasOneRelationContext) {\n\t\tconst type = this.updateEntityRelationInputProvider.getUpdateEntityRelationInput(entity.name, relation.name)\n\t\tif (type === undefined) {\n\t\t\treturn undefined\n\t\t}\n\t\treturn { type }\n\t}\n\n\tpublic visitHasMany({ entity, relation }: Model.AnyHasManyRelationContext) {\n\t\tconst type = this.updateEntityRelationInputProvider.getUpdateEntityRelationInput(entity.name, relation.name)\n\t\tif (type === undefined) {\n\t\t\treturn undefined\n\t\t}\n\t\treturn {\n\t\t\ttype: new GraphQLList(new GraphQLNonNull(type)),\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;AAMO,MAAM,8BAEb;AAAA,EACC,YACkB,cACA,oBACA,mCAChB;AAHgB,SAAA,eAAA;AACA,SAAA,qBAAA;AACA,SAAA,oCAAA;AAAA,EACf;AAAA,EAEI,YAAY,EAAE,QAAQ,UAA+B;AAC3D,QAAI,OAAO,YAAY,OAAO,MAAM;AACnC,aAAO;AAAA,IACR;AACA,QAAI,KAAK,aAAa,oBAAoB,IAAI,UAAU,QAAQ,OAAO,MAAM,OAAO,IAAI,MAAM,MAAM;AACnG,aAAO;AAAA,IACR;AACA,UAAM,CAAC,IAAI,IAAI,KAAK,mBAAmB,QAAQ,MAAM;AACrD,WAAO,EAAE,KAAA;AAAA,EACV;AAAA,EAEO,YAAY,EAAE,QAAQ,YAA4C;AACxE,UAAM,OAAO,KAAK,kCAAkC,6BAA6B,OAAO,MAAM,SAAS,IAAI;AAC3G,QAAI,SAAS,QAAW;AACvB,aAAO;AAAA,IACR;AACA,WAAO,EAAE,KAAA;AAAA,EACV;AAAA,EAEO,aAAa,EAAE,QAAQ,YAA6C;AAC1E,UAAM,OAAO,KAAK,kCAAkC,6BAA6B,OAAO,MAAM,SAAS,IAAI;AAC3G,QAAI,SAAS,QAAW;AACvB,aAAO;AAAA,IACR;AACA,WAAO;AAAA,MACN,MAAM,IAAI,YAAY,IAAI,eAAe,IAAI,CAAC;AAAA,IAAA;AAAA,EAEhD;AACD;"}
|
package/dist/production/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityRelationAllowedOperationsVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityRelationAllowedOperationsVisitor
|
|
1
|
+
{"version":3,"file":"UpdateEntityRelationAllowedOperationsVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityRelationAllowedOperationsVisitor\n\timplements Model.ColumnVisitor<never>, Model.RelationByTypeVisitor<Input.UpdateRelationOperation[]>\n{\n\tconstructor(private readonly authorizator: Authorizator) {}\n\n\tvisitColumn(): never {\n\t\tthrow new Error('UpdateEntityRelationAllowedOperationsVisitor: Not applicable for a column')\n\t}\n\n\tpublic visitManyHasManyInverse({ targetEntity, targetRelation }: Model.ManyHasManyInverseContext) {\n\t\treturn this.getAllowedOperations(targetEntity, targetEntity, targetRelation)\n\t}\n\n\tpublic visitManyHasManyOwning({ entity, targetEntity, relation }: Model.ManyHasManyOwningContext) {\n\t\treturn this.getAllowedOperations(targetEntity, entity, relation)\n\t}\n\n\tpublic visitOneHasMany({ targetRelation, targetEntity }: Model.OneHasManyContext) {\n\t\treturn this.getAllowedOperations(targetEntity, targetEntity, targetRelation)\n\t}\n\n\tpublic visitManyHasOne({ targetEntity, relation, entity }: Model.ManyHasOneContext) {\n\t\tconst operations = this.getAllowedOperations(targetEntity, entity, relation)\n\t\tif (relation.nullable) {\n\t\t\treturn operations\n\t\t}\n\t\tconst forbiddenOperations = [Input.UpdateRelationOperation.disconnect]\n\t\tif (relation.joiningColumn.onDelete !== Model.OnDelete.cascade) {\n\t\t\tforbiddenOperations.push(Input.UpdateRelationOperation.delete)\n\t\t}\n\t\treturn operations.filter(it => !forbiddenOperations.includes(it))\n\t}\n\n\tpublic visitOneHasOneInverse({ relation, targetEntity, targetRelation }: Model.OneHasOneInverseContext) {\n\t\tconst operations = this.getAllowedOperations(targetEntity, targetEntity, targetRelation)\n\t\tif (relation.nullable || targetRelation.nullable) {\n\t\t\treturn operations\n\t\t}\n\t\treturn operations.filter(it => it === Input.UpdateRelationOperation.update)\n\t}\n\n\tpublic visitOneHasOneOwning({ targetEntity, entity, relation, targetRelation }: Model.OneHasOneOwningContext) {\n\t\tconst operations = this.getAllowedOperations(targetEntity, entity, relation)\n\t\tif (relation.nullable || !targetRelation || targetRelation.nullable) {\n\t\t\treturn operations\n\t\t}\n\t\tconst allowedOperations = [Input.UpdateRelationOperation.update]\n\t\tif (relation.joiningColumn.onDelete === Model.OnDelete.cascade) {\n\t\t\tallowedOperations.push(Input.UpdateRelationOperation.delete)\n\t\t}\n\t\treturn operations.filter(it => allowedOperations.includes(it))\n\t}\n\n\tprivate getAllowedOperations(\n\t\ttargetEntity: Model.Entity,\n\t\towningEntity: Model.Entity,\n\t\towningRelation: Model.Relation,\n\t): Input.UpdateRelationOperation[] {\n\t\tconst result: Input.UpdateRelationOperation[] = []\n\n\t\tconst canReadTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.read, targetEntity.name) !== 'no'\n\t\tconst canCreateTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.create, targetEntity.name) !== 'no'\n\t\tconst canUpdateTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.update, targetEntity.name) !== 'no'\n\t\tconst canDeleteTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.delete, targetEntity.name) !== 'no'\n\t\tconst canUpdateOwningRelation = this.authorizator.getFieldPermissions(Acl.Operation.update, owningEntity.name, owningRelation.name) !== 'no'\n\n\t\tif (canReadTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.connect)\n\t\t\tresult.push(Input.UpdateRelationOperation.disconnect)\n\t\t}\n\t\tif (canCreateTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.create)\n\t\t}\n\t\tif (canUpdateTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.update)\n\t\t}\n\t\tif (canCreateTargetEntity && canUpdateTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.upsert)\n\t\t}\n\t\tif (canDeleteTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.delete)\n\t\t}\n\t\tif (canReadTargetEntity && canUpdateOwningRelation && canCreateTargetEntity) {\n\t\t\tresult.push(Input.UpdateRelationOperation.connectOrCreate)\n\t\t}\n\n\t\treturn result\n\t}\n}\n"],"names":["Input","Model","Acl"],"mappings":"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"}
|
package/dist/production/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityRelationAllowedOperationsVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityRelationAllowedOperationsVisitor
|
|
1
|
+
{"version":3,"file":"UpdateEntityRelationAllowedOperationsVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationAllowedOperationsVisitor.ts"],"sourcesContent":["import { Acl, Input, Model } from '@contember/schema'\nimport { Authorizator } from '../../acl'\n\nexport class UpdateEntityRelationAllowedOperationsVisitor\n\timplements Model.ColumnVisitor<never>, Model.RelationByTypeVisitor<Input.UpdateRelationOperation[]>\n{\n\tconstructor(private readonly authorizator: Authorizator) {}\n\n\tvisitColumn(): never {\n\t\tthrow new Error('UpdateEntityRelationAllowedOperationsVisitor: Not applicable for a column')\n\t}\n\n\tpublic visitManyHasManyInverse({ targetEntity, targetRelation }: Model.ManyHasManyInverseContext) {\n\t\treturn this.getAllowedOperations(targetEntity, targetEntity, targetRelation)\n\t}\n\n\tpublic visitManyHasManyOwning({ entity, targetEntity, relation }: Model.ManyHasManyOwningContext) {\n\t\treturn this.getAllowedOperations(targetEntity, entity, relation)\n\t}\n\n\tpublic visitOneHasMany({ targetRelation, targetEntity }: Model.OneHasManyContext) {\n\t\treturn this.getAllowedOperations(targetEntity, targetEntity, targetRelation)\n\t}\n\n\tpublic visitManyHasOne({ targetEntity, relation, entity }: Model.ManyHasOneContext) {\n\t\tconst operations = this.getAllowedOperations(targetEntity, entity, relation)\n\t\tif (relation.nullable) {\n\t\t\treturn operations\n\t\t}\n\t\tconst forbiddenOperations = [Input.UpdateRelationOperation.disconnect]\n\t\tif (relation.joiningColumn.onDelete !== Model.OnDelete.cascade) {\n\t\t\tforbiddenOperations.push(Input.UpdateRelationOperation.delete)\n\t\t}\n\t\treturn operations.filter(it => !forbiddenOperations.includes(it))\n\t}\n\n\tpublic visitOneHasOneInverse({ relation, targetEntity, targetRelation }: Model.OneHasOneInverseContext) {\n\t\tconst operations = this.getAllowedOperations(targetEntity, targetEntity, targetRelation)\n\t\tif (relation.nullable || targetRelation.nullable) {\n\t\t\treturn operations\n\t\t}\n\t\treturn operations.filter(it => it === Input.UpdateRelationOperation.update)\n\t}\n\n\tpublic visitOneHasOneOwning({ targetEntity, entity, relation, targetRelation }: Model.OneHasOneOwningContext) {\n\t\tconst operations = this.getAllowedOperations(targetEntity, entity, relation)\n\t\tif (relation.nullable || !targetRelation || targetRelation.nullable) {\n\t\t\treturn operations\n\t\t}\n\t\tconst allowedOperations = [Input.UpdateRelationOperation.update]\n\t\tif (relation.joiningColumn.onDelete === Model.OnDelete.cascade) {\n\t\t\tallowedOperations.push(Input.UpdateRelationOperation.delete)\n\t\t}\n\t\treturn operations.filter(it => allowedOperations.includes(it))\n\t}\n\n\tprivate getAllowedOperations(\n\t\ttargetEntity: Model.Entity,\n\t\towningEntity: Model.Entity,\n\t\towningRelation: Model.Relation,\n\t): Input.UpdateRelationOperation[] {\n\t\tconst result: Input.UpdateRelationOperation[] = []\n\n\t\tconst canReadTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.read, targetEntity.name) !== 'no'\n\t\tconst canCreateTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.create, targetEntity.name) !== 'no'\n\t\tconst canUpdateTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.update, targetEntity.name) !== 'no'\n\t\tconst canDeleteTargetEntity = this.authorizator.getEntityPermission(Acl.Operation.delete, targetEntity.name) !== 'no'\n\t\tconst canUpdateOwningRelation = this.authorizator.getFieldPermissions(Acl.Operation.update, owningEntity.name, owningRelation.name) !== 'no'\n\n\t\tif (canReadTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.connect)\n\t\t\tresult.push(Input.UpdateRelationOperation.disconnect)\n\t\t}\n\t\tif (canCreateTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.create)\n\t\t}\n\t\tif (canUpdateTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.update)\n\t\t}\n\t\tif (canCreateTargetEntity && canUpdateTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.upsert)\n\t\t}\n\t\tif (canDeleteTargetEntity && canUpdateOwningRelation) {\n\t\t\tresult.push(Input.UpdateRelationOperation.delete)\n\t\t}\n\t\tif (canReadTargetEntity && canUpdateOwningRelation && canCreateTargetEntity) {\n\t\t\tresult.push(Input.UpdateRelationOperation.connectOrCreate)\n\t\t}\n\n\t\treturn result\n\t}\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityRelationInputFieldVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.ts"],"sourcesContent":["import {\n\tGraphQLBoolean,\n\tGraphQLInputFieldConfig,\n\tGraphQLInputFieldConfigMap,\n\tGraphQLInputObjectType, GraphQLNonNull,\n\tGraphQLString,\n} from 'graphql'\nimport { Acl, Input, Model } from '@contember/schema'\nimport { GqlTypeName } from '../utils'\nimport { WhereTypeProvider } from '../WhereTypeProvider'\nimport { Accessor, filterObject } from '../../utils'\nimport { EntityInputProvider, EntityInputType } from './EntityInputProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationAllowedOperationsVisitor } from './UpdateEntityRelationAllowedOperationsVisitor'\nimport { Authorizator } from '../../acl'\nimport { ImplementationException } from '../../exception'\nimport { ConnectOrCreateRelationInputProvider } from './ConnectOrCreateRelationInputProvider'\n\nexport class UpdateEntityRelationInputFieldVisitor implements Model.ColumnVisitor<never>,\n\tModel.RelationByGenericTypeVisitor<GraphQLInputObjectType | undefined> {\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly whereTypeBuilder: WhereTypeProvider,\n\t\tprivate readonly updateEntityInputProviderAccessor: Accessor<EntityInputProvider<EntityInputType.update>>,\n\t\tprivate readonly createEntityInputProvider: EntityInputProvider<EntityInputType.create>,\n\t\tprivate readonly updateEntityRelationAllowedOperationsVisitor: UpdateEntityRelationAllowedOperationsVisitor,\n\t\tprivate readonly connectOrCreateRelationInputProvider: ConnectOrCreateRelationInputProvider,\n\t) {\n\t}\n\n\tpublic visitColumn(): never {\n\t\tthrow new Error('UpdateEntityRelationInputFieldVisitor: Not applicable for a column')\n\t}\n\n\tpublic visitHasOne({ targetRelation, targetEntity, relation, entity }: Model.AnyHasOneRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\t\tconst updateInput = updateInputType ? { type: updateInputType } : undefined\n\n\t\tconst upsertInput = updateInputType && createInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst booleanInput = {\n\t\t\ttype: GraphQLBoolean,\n\t\t}\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: booleanInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: booleanInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => filteredFields,\n\t\t})\n\t}\n\n\tpublic visitHasMany({ entity, relation, targetEntity, targetRelation }: Model.AnyHasManyRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\n\t\tconst updateSpecifiedInput = updateInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tdata: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst upsertInput = updateInputType && createInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateSpecifiedInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: whereInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => ({\n\t\t\t\t...filteredFields,\n\t\t\t\talias: { type: GraphQLString },\n\t\t\t}),\n\t\t})\n\t}\n\n\tprivate filterAllowedOperations(\n\t\tentity: Model.Entity,\n\t\trelation: Model.Relation,\n\t\tgraphQlFields: { [key: string]: GraphQLInputFieldConfig | undefined },\n\t): GraphQLInputFieldConfigMap {\n\t\tconst allowedOperations = acceptFieldVisitor(\n\t\t\tthis.schema,\n\t\t\tentity,\n\t\t\trelation.name,\n\t\t\tthis.updateEntityRelationAllowedOperationsVisitor,\n\t\t)\n\t\treturn filterObject(\n\t\t\tgraphQlFields,\n\t\t\t(key, value): value is GraphQLInputFieldConfig =>\n\t\t\t\tallowedOperations.includes(key as Input.UpdateRelationOperation) && value !== undefined,\n\t\t)\n\t}\n\n\tprivate createUniqueWhereInput(targetEntity: Model.Entity): GraphQLInputObjectType | undefined {\n\t\tif (this.authorizator.getEntityPermission(Acl.Operation.read, targetEntity.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\t\tconst uniqueWhere = this.whereTypeBuilder.getEntityUniqueWhereType(targetEntity.name)\n\t\tif (!uniqueWhere) {\n\t\t\tthrow new ImplementationException()\n\t\t}\n\t\treturn uniqueWhere\n\t}\n}\n"],"names":["schema","GraphQLInputObjectType","GqlTypeName","GraphQLNonNull","GraphQLBoolean","Input","GraphQLString","acceptFieldVisitor","filterObject","Acl","ImplementationException"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"UpdateEntityRelationInputFieldVisitor.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLBoolean, GraphQLInputFieldConfig, GraphQLInputFieldConfigMap, GraphQLInputObjectType, GraphQLNonNull, GraphQLString } from 'graphql'\nimport { Acl, Input, Model } from '@contember/schema'\nimport { GqlTypeName } from '../utils'\nimport { WhereTypeProvider } from '../WhereTypeProvider'\nimport { Accessor, filterObject } from '../../utils'\nimport { EntityInputProvider, EntityInputType } from './EntityInputProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationAllowedOperationsVisitor } from './UpdateEntityRelationAllowedOperationsVisitor'\nimport { Authorizator } from '../../acl'\nimport { ImplementationException } from '../../exception'\nimport { ConnectOrCreateRelationInputProvider } from './ConnectOrCreateRelationInputProvider'\n\nexport class UpdateEntityRelationInputFieldVisitor\n\timplements Model.ColumnVisitor<never>, Model.RelationByGenericTypeVisitor<GraphQLInputObjectType | undefined>\n{\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly whereTypeBuilder: WhereTypeProvider,\n\t\tprivate readonly updateEntityInputProviderAccessor: Accessor<EntityInputProvider<EntityInputType.update>>,\n\t\tprivate readonly createEntityInputProvider: EntityInputProvider<EntityInputType.create>,\n\t\tprivate readonly updateEntityRelationAllowedOperationsVisitor: UpdateEntityRelationAllowedOperationsVisitor,\n\t\tprivate readonly connectOrCreateRelationInputProvider: ConnectOrCreateRelationInputProvider,\n\t) {\n\t}\n\n\tpublic visitColumn(): never {\n\t\tthrow new Error('UpdateEntityRelationInputFieldVisitor: Not applicable for a column')\n\t}\n\n\tpublic visitHasOne({ targetRelation, targetEntity, relation, entity }: Model.AnyHasOneRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\t\tconst updateInput = updateInputType ? { type: updateInputType } : undefined\n\n\t\tconst upsertInput = updateInputType && createInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst booleanInput = {\n\t\t\ttype: GraphQLBoolean,\n\t\t}\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: booleanInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: booleanInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => filteredFields,\n\t\t})\n\t}\n\n\tpublic visitHasMany({ entity, relation, targetEntity, targetRelation }: Model.AnyHasManyRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\n\t\tconst updateSpecifiedInput = updateInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tdata: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst upsertInput = updateInputType && createInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateSpecifiedInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: whereInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => ({\n\t\t\t\t...filteredFields,\n\t\t\t\talias: { type: GraphQLString },\n\t\t\t}),\n\t\t})\n\t}\n\n\tprivate filterAllowedOperations(\n\t\tentity: Model.Entity,\n\t\trelation: Model.Relation,\n\t\tgraphQlFields: { [key: string]: GraphQLInputFieldConfig | undefined },\n\t): GraphQLInputFieldConfigMap {\n\t\tconst allowedOperations = acceptFieldVisitor(\n\t\t\tthis.schema,\n\t\t\tentity,\n\t\t\trelation.name,\n\t\t\tthis.updateEntityRelationAllowedOperationsVisitor,\n\t\t)\n\t\treturn filterObject(\n\t\t\tgraphQlFields,\n\t\t\t(key, value): value is GraphQLInputFieldConfig => allowedOperations.includes(key as Input.UpdateRelationOperation) && value !== undefined,\n\t\t)\n\t}\n\n\tprivate createUniqueWhereInput(targetEntity: Model.Entity): GraphQLInputObjectType | undefined {\n\t\tif (this.authorizator.getEntityPermission(Acl.Operation.read, targetEntity.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\t\tconst uniqueWhere = this.whereTypeBuilder.getEntityUniqueWhereType(targetEntity.name)\n\t\tif (!uniqueWhere) {\n\t\t\tthrow new ImplementationException()\n\t\t}\n\t\treturn uniqueWhere\n\t}\n}\n"],"names":["schema","GraphQLInputObjectType","GqlTypeName","GraphQLNonNull","GraphQLBoolean","Input","GraphQLString","acceptFieldVisitor","filterObject","Acl","ImplementationException"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GraphQLInputObjectType, GraphQLNonNull,
|
|
1
|
+
import { GraphQLInputObjectType, GraphQLNonNull, GraphQLBoolean, GraphQLString } from "graphql";
|
|
2
2
|
import { Input, Acl } from "@contember/schema";
|
|
3
3
|
import { GqlTypeName } from "../utils.js";
|
|
4
4
|
import { ImplementationException } from "../../exception.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityRelationInputFieldVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.ts"],"sourcesContent":["import {\n\tGraphQLBoolean,\n\tGraphQLInputFieldConfig,\n\tGraphQLInputFieldConfigMap,\n\tGraphQLInputObjectType, GraphQLNonNull,\n\tGraphQLString,\n} from 'graphql'\nimport { Acl, Input, Model } from '@contember/schema'\nimport { GqlTypeName } from '../utils'\nimport { WhereTypeProvider } from '../WhereTypeProvider'\nimport { Accessor, filterObject } from '../../utils'\nimport { EntityInputProvider, EntityInputType } from './EntityInputProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationAllowedOperationsVisitor } from './UpdateEntityRelationAllowedOperationsVisitor'\nimport { Authorizator } from '../../acl'\nimport { ImplementationException } from '../../exception'\nimport { ConnectOrCreateRelationInputProvider } from './ConnectOrCreateRelationInputProvider'\n\nexport class UpdateEntityRelationInputFieldVisitor implements Model.ColumnVisitor<never>,\n\tModel.RelationByGenericTypeVisitor<GraphQLInputObjectType | undefined> {\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly whereTypeBuilder: WhereTypeProvider,\n\t\tprivate readonly updateEntityInputProviderAccessor: Accessor<EntityInputProvider<EntityInputType.update>>,\n\t\tprivate readonly createEntityInputProvider: EntityInputProvider<EntityInputType.create>,\n\t\tprivate readonly updateEntityRelationAllowedOperationsVisitor: UpdateEntityRelationAllowedOperationsVisitor,\n\t\tprivate readonly connectOrCreateRelationInputProvider: ConnectOrCreateRelationInputProvider,\n\t) {\n\t}\n\n\tpublic visitColumn(): never {\n\t\tthrow new Error('UpdateEntityRelationInputFieldVisitor: Not applicable for a column')\n\t}\n\n\tpublic visitHasOne({ targetRelation, targetEntity, relation, entity }: Model.AnyHasOneRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\t\tconst updateInput = updateInputType ? { type: updateInputType } : undefined\n\n\t\tconst upsertInput = updateInputType && createInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst booleanInput = {\n\t\t\ttype: GraphQLBoolean,\n\t\t}\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: booleanInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: booleanInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => filteredFields,\n\t\t})\n\t}\n\n\tpublic visitHasMany({ entity, relation, targetEntity, targetRelation }: Model.AnyHasManyRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\n\t\tconst updateSpecifiedInput = updateInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tdata: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst upsertInput = updateInputType && createInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateSpecifiedInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: whereInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => ({\n\t\t\t\t...filteredFields,\n\t\t\t\talias: { type: GraphQLString },\n\t\t\t}),\n\t\t})\n\t}\n\n\tprivate filterAllowedOperations(\n\t\tentity: Model.Entity,\n\t\trelation: Model.Relation,\n\t\tgraphQlFields: { [key: string]: GraphQLInputFieldConfig | undefined },\n\t): GraphQLInputFieldConfigMap {\n\t\tconst allowedOperations = acceptFieldVisitor(\n\t\t\tthis.schema,\n\t\t\tentity,\n\t\t\trelation.name,\n\t\t\tthis.updateEntityRelationAllowedOperationsVisitor,\n\t\t)\n\t\treturn filterObject(\n\t\t\tgraphQlFields,\n\t\t\t(key, value): value is GraphQLInputFieldConfig =>\n\t\t\t\tallowedOperations.includes(key as Input.UpdateRelationOperation) && value !== undefined,\n\t\t)\n\t}\n\n\tprivate createUniqueWhereInput(targetEntity: Model.Entity): GraphQLInputObjectType | undefined {\n\t\tif (this.authorizator.getEntityPermission(Acl.Operation.read, targetEntity.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\t\tconst uniqueWhere = this.whereTypeBuilder.getEntityUniqueWhereType(targetEntity.name)\n\t\tif (!uniqueWhere) {\n\t\t\tthrow new ImplementationException()\n\t\t}\n\t\treturn uniqueWhere\n\t}\n}\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"UpdateEntityRelationInputFieldVisitor.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputFieldVisitor.ts"],"sourcesContent":["import { GraphQLBoolean, GraphQLInputFieldConfig, GraphQLInputFieldConfigMap, GraphQLInputObjectType, GraphQLNonNull, GraphQLString } from 'graphql'\nimport { Acl, Input, Model } from '@contember/schema'\nimport { GqlTypeName } from '../utils'\nimport { WhereTypeProvider } from '../WhereTypeProvider'\nimport { Accessor, filterObject } from '../../utils'\nimport { EntityInputProvider, EntityInputType } from './EntityInputProvider'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationAllowedOperationsVisitor } from './UpdateEntityRelationAllowedOperationsVisitor'\nimport { Authorizator } from '../../acl'\nimport { ImplementationException } from '../../exception'\nimport { ConnectOrCreateRelationInputProvider } from './ConnectOrCreateRelationInputProvider'\n\nexport class UpdateEntityRelationInputFieldVisitor\n\timplements Model.ColumnVisitor<never>, Model.RelationByGenericTypeVisitor<GraphQLInputObjectType | undefined>\n{\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly authorizator: Authorizator,\n\t\tprivate readonly whereTypeBuilder: WhereTypeProvider,\n\t\tprivate readonly updateEntityInputProviderAccessor: Accessor<EntityInputProvider<EntityInputType.update>>,\n\t\tprivate readonly createEntityInputProvider: EntityInputProvider<EntityInputType.create>,\n\t\tprivate readonly updateEntityRelationAllowedOperationsVisitor: UpdateEntityRelationAllowedOperationsVisitor,\n\t\tprivate readonly connectOrCreateRelationInputProvider: ConnectOrCreateRelationInputProvider,\n\t) {\n\t}\n\n\tpublic visitColumn(): never {\n\t\tthrow new Error('UpdateEntityRelationInputFieldVisitor: Not applicable for a column')\n\t}\n\n\tpublic visitHasOne({ targetRelation, targetEntity, relation, entity }: Model.AnyHasOneRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\t\tconst updateInput = updateInputType ? { type: updateInputType } : undefined\n\n\t\tconst upsertInput = updateInputType && createInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst booleanInput = {\n\t\t\ttype: GraphQLBoolean,\n\t\t}\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: booleanInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: booleanInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => filteredFields,\n\t\t})\n\t}\n\n\tpublic visitHasMany({ entity, relation, targetEntity, targetRelation }: Model.AnyHasManyRelationContext) {\n\t\tconst withoutRelation = targetRelation ? targetRelation.name : undefined\n\n\t\tconst whereInputType = this.createUniqueWhereInput(targetEntity)\n\t\tconst whereInput = whereInputType ? { type: whereInputType } : undefined\n\n\t\tconst createInputType = this.createEntityInputProvider.getInput(targetEntity.name, withoutRelation)\n\t\tconst createInput = createInputType ? { type: createInputType } : undefined\n\n\t\tconst updateInputType = this.updateEntityInputProviderAccessor.get().getInput(targetEntity.name, withoutRelation)\n\n\t\tconst updateSpecifiedInput = updateInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tdata: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst upsertInput = updateInputType && createInputType && whereInputType\n\t\t\t? {\n\t\t\t\ttype: new GraphQLInputObjectType({\n\t\t\t\t\tname: GqlTypeName`${entity.name}Upsert${relation.name}RelationInput`,\n\t\t\t\t\tfields: () => ({\n\t\t\t\t\t\tby: { type: new GraphQLNonNull(whereInputType) },\n\t\t\t\t\t\tupdate: { type: new GraphQLNonNull(updateInputType) },\n\t\t\t\t\t\tcreate: { type: new GraphQLNonNull(createInputType) },\n\t\t\t\t\t}),\n\t\t\t\t}),\n\t\t\t}\n\t\t\t: undefined\n\n\t\tconst connectOrCreateInput = createInput && whereInputType\n\t\t\t? { type: this.connectOrCreateRelationInputProvider.getInput(entity.name, relation.name) }\n\t\t\t: undefined\n\n\t\tconst fields = {\n\t\t\t[Input.UpdateRelationOperation.create]: createInput,\n\t\t\t[Input.UpdateRelationOperation.update]: updateSpecifiedInput,\n\t\t\t[Input.UpdateRelationOperation.upsert]: upsertInput,\n\t\t\t[Input.UpdateRelationOperation.connect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.connectOrCreate]: connectOrCreateInput,\n\t\t\t[Input.UpdateRelationOperation.disconnect]: whereInput,\n\t\t\t[Input.UpdateRelationOperation.delete]: whereInput,\n\t\t}\n\n\t\tconst filteredFields = this.filterAllowedOperations(entity, relation, fields)\n\t\tif (Object.keys(filteredFields).length === 0) {\n\t\t\treturn undefined\n\t\t}\n\n\t\treturn new GraphQLInputObjectType({\n\t\t\tname: GqlTypeName`${entity.name}Update${relation.name}EntityRelationInput`,\n\t\t\tfields: () => ({\n\t\t\t\t...filteredFields,\n\t\t\t\talias: { type: GraphQLString },\n\t\t\t}),\n\t\t})\n\t}\n\n\tprivate filterAllowedOperations(\n\t\tentity: Model.Entity,\n\t\trelation: Model.Relation,\n\t\tgraphQlFields: { [key: string]: GraphQLInputFieldConfig | undefined },\n\t): GraphQLInputFieldConfigMap {\n\t\tconst allowedOperations = acceptFieldVisitor(\n\t\t\tthis.schema,\n\t\t\tentity,\n\t\t\trelation.name,\n\t\t\tthis.updateEntityRelationAllowedOperationsVisitor,\n\t\t)\n\t\treturn filterObject(\n\t\t\tgraphQlFields,\n\t\t\t(key, value): value is GraphQLInputFieldConfig => allowedOperations.includes(key as Input.UpdateRelationOperation) && value !== undefined,\n\t\t)\n\t}\n\n\tprivate createUniqueWhereInput(targetEntity: Model.Entity): GraphQLInputObjectType | undefined {\n\t\tif (this.authorizator.getEntityPermission(Acl.Operation.read, targetEntity.name) === 'no') {\n\t\t\treturn undefined\n\t\t}\n\t\tconst uniqueWhere = this.whereTypeBuilder.getEntityUniqueWhereType(targetEntity.name)\n\t\tif (!uniqueWhere) {\n\t\t\tthrow new ImplementationException()\n\t\t}\n\t\treturn uniqueWhere\n\t}\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityRelationInputProvider.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputProvider.ts"],"sourcesContent":["import { singletonFactory } from '../../utils'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationInputFieldVisitor } from './UpdateEntityRelationInputFieldVisitor'\nimport { Model } from '@contember/schema'\n\nexport class UpdateEntityRelationInputProvider {\n\tprivate updateEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{\n\t\t\tentityName: string\n\t\t\trelationName: string\n\t\t}\n\t>(id => this.createUpdateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly updateEntityRelationInputFieldVisitor: UpdateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getUpdateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.updateEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createUpdateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.updateEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":["singletonFactory","acceptFieldVisitor"],"mappings":";;;;;;;AAMO,MAAM,kCAAkC;AAAA,EAS9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;
|
|
1
|
+
{"version":3,"file":"UpdateEntityRelationInputProvider.cjs","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputProvider.ts"],"sourcesContent":["import { singletonFactory } from '../../utils'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationInputFieldVisitor } from './UpdateEntityRelationInputFieldVisitor'\nimport { Model } from '@contember/schema'\n\nexport class UpdateEntityRelationInputProvider {\n\tprivate updateEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{\n\t\t\tentityName: string\n\t\t\trelationName: string\n\t\t}\n\t>(id => this.createUpdateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly updateEntityRelationInputFieldVisitor: UpdateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getUpdateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.updateEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createUpdateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.updateEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":["singletonFactory","acceptFieldVisitor"],"mappings":";;;;;;;AAMO,MAAM,kCAAkC;AAAA,EAS9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;AAVlB,kBAAA,MAAQ,8BAA6BA,iBAAAA,iBAMnC,CAAA,OAAM,KAAK,gCAAgC,GAAG,YAAY,GAAG,YAAY,CAAC,CAAA;AAAA,EAKzE;AAAA,EAEI,6BAA6B,YAAoB,cAA0D;AACjH,WAAO,KAAK,2BAA2B,EAAE,YAAY,cAAc;AAAA,EACpE;AAAA,EAEQ,gCACP,YACA,cACqC;AACrC,WAAOC,YAAAA,mBAAmB,KAAK,QAAQ,YAAY,cAAc,KAAK,qCAAqC;AAAA,EAC5G;AACD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEntityRelationInputProvider.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputProvider.ts"],"sourcesContent":["import { singletonFactory } from '../../utils'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationInputFieldVisitor } from './UpdateEntityRelationInputFieldVisitor'\nimport { Model } from '@contember/schema'\n\nexport class UpdateEntityRelationInputProvider {\n\tprivate updateEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{\n\t\t\tentityName: string\n\t\t\trelationName: string\n\t\t}\n\t>(id => this.createUpdateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly updateEntityRelationInputFieldVisitor: UpdateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getUpdateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.updateEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createUpdateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.updateEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":[],"mappings":";;;;;AAMO,MAAM,kCAAkC;AAAA,EAS9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;
|
|
1
|
+
{"version":3,"file":"UpdateEntityRelationInputProvider.js","sources":["../../../../../../packages/engine-content-api/src/schema/mutations/UpdateEntityRelationInputProvider.ts"],"sourcesContent":["import { singletonFactory } from '../../utils'\nimport { GraphQLInputObjectType } from 'graphql'\nimport { acceptFieldVisitor } from '@contember/schema-utils'\nimport { UpdateEntityRelationInputFieldVisitor } from './UpdateEntityRelationInputFieldVisitor'\nimport { Model } from '@contember/schema'\n\nexport class UpdateEntityRelationInputProvider {\n\tprivate updateEntityRelationInputs = singletonFactory<\n\t\tGraphQLInputObjectType | undefined,\n\t\t{\n\t\t\tentityName: string\n\t\t\trelationName: string\n\t\t}\n\t>(id => this.createUpdateEntityRelationInput(id.entityName, id.relationName))\n\n\tconstructor(\n\t\tprivate readonly schema: Model.Schema,\n\t\tprivate readonly updateEntityRelationInputFieldVisitor: UpdateEntityRelationInputFieldVisitor,\n\t) {}\n\n\tpublic getUpdateEntityRelationInput(entityName: string, relationName: string): GraphQLInputObjectType | undefined {\n\t\treturn this.updateEntityRelationInputs({ entityName, relationName })\n\t}\n\n\tprivate createUpdateEntityRelationInput(\n\t\tentityName: string,\n\t\trelationName: string,\n\t): GraphQLInputObjectType | undefined {\n\t\treturn acceptFieldVisitor(this.schema, entityName, relationName, this.updateEntityRelationInputFieldVisitor)\n\t}\n}\n"],"names":[],"mappings":";;;;;AAMO,MAAM,kCAAkC;AAAA,EAS9C,YACkB,QACA,uCAChB;AAFgB,SAAA,SAAA;AACA,SAAA,wCAAA;AAVlB,kBAAA,MAAQ,8BAA6B,iBAMnC,CAAA,OAAM,KAAK,gCAAgC,GAAG,YAAY,GAAG,YAAY,CAAC,CAAA;AAAA,EAKzE;AAAA,EAEI,6BAA6B,YAAoB,cAA0D;AACjH,WAAO,KAAK,2BAA2B,EAAE,YAAY,cAAc;AAAA,EACpE;AAAA,EAEQ,gCACP,YACA,cACqC;AACrC,WAAO,mBAAmB,KAAK,QAAQ,YAAY,cAAc,KAAK,qCAAqC;AAAA,EAC5G;AACD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.cjs","sources":["../../../../../packages/engine-content-api/src/schema/utils.ts"],"sourcesContent":["import { capitalizeFirstLetter } from '../utils'\nimport { GraphQLFieldResolver } from 'graphql'\n\nexport const GqlTypeName = (strings: TemplateStringsArray, ...values: string[]) => {\n\treturn strings.reduce((combined, string, i) => {\n\t\treturn combined + string + (i < values.length ? capitalizeFirstLetter(values[i]) : '')\n\t}, '')\n}\n\nexport const aliasAwareResolver: GraphQLFieldResolver<any, any> = (source, args, context, info) => {\n\tif (!info.path) {\n\t\treturn undefined\n\t}\n\treturn source[info.path.key]\n}\n"],"names":["strings","capitalizeFirstLetter"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"utils.cjs","sources":["../../../../../packages/engine-content-api/src/schema/utils.ts"],"sourcesContent":["import { capitalizeFirstLetter } from '../utils'\nimport { GraphQLFieldResolver } from 'graphql'\n\nexport const GqlTypeName = (strings: TemplateStringsArray, ...values: string[]) => {\n\treturn strings.reduce((combined, string, i) => {\n\t\treturn combined + string + (i < values.length ? capitalizeFirstLetter(values[i]) : '')\n\t}, '')\n}\n\nexport const aliasAwareResolver: GraphQLFieldResolver<any, any> = (source, args, context, info) => {\n\tif (!info.path) {\n\t\treturn undefined\n\t}\n\treturn source[info.path.key]\n}\n"],"names":["strings","capitalizeFirstLetter"],"mappings":";;;;AAGO,MAAM,cAAc,CAACA,cAAkC,WAAqB;AAClF,SAAOA,UAAQ,OAAO,CAAC,UAAU,QAAQ,MAAM;AAC9C,WAAO,WAAW,UAAU,IAAI,OAAO,SAASC,QAAAA,sBAAsB,OAAO,CAAC,CAAC,IAAI;AAAA,EACpF,GAAG,EAAE;AACN;AAEO,MAAM,qBAAqD,CAAC,QAAQ,MAAM,SAAS,SAAS;AAClG,MAAI,CAAC,KAAK,MAAM;AACf,WAAO;AAAA,EACR;AACA,SAAO,OAAO,KAAK,KAAK,GAAG;AAC5B;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sources":["../../../../../packages/engine-content-api/src/schema/utils.ts"],"sourcesContent":["import { capitalizeFirstLetter } from '../utils'\nimport { GraphQLFieldResolver } from 'graphql'\n\nexport const GqlTypeName = (strings: TemplateStringsArray, ...values: string[]) => {\n\treturn strings.reduce((combined, string, i) => {\n\t\treturn combined + string + (i < values.length ? capitalizeFirstLetter(values[i]) : '')\n\t}, '')\n}\n\nexport const aliasAwareResolver: GraphQLFieldResolver<any, any> = (source, args, context, info) => {\n\tif (!info.path) {\n\t\treturn undefined\n\t}\n\treturn source[info.path.key]\n}\n"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"utils.js","sources":["../../../../../packages/engine-content-api/src/schema/utils.ts"],"sourcesContent":["import { capitalizeFirstLetter } from '../utils'\nimport { GraphQLFieldResolver } from 'graphql'\n\nexport const GqlTypeName = (strings: TemplateStringsArray, ...values: string[]) => {\n\treturn strings.reduce((combined, string, i) => {\n\t\treturn combined + string + (i < values.length ? capitalizeFirstLetter(values[i]) : '')\n\t}, '')\n}\n\nexport const aliasAwareResolver: GraphQLFieldResolver<any, any> = (source, args, context, info) => {\n\tif (!info.path) {\n\t\treturn undefined\n\t}\n\treturn source[info.path.key]\n}\n"],"names":[],"mappings":";;AAGO,MAAM,cAAc,CAAC,YAAkC,WAAqB;AAClF,SAAO,QAAQ,OAAO,CAAC,UAAU,QAAQ,MAAM;AAC9C,WAAO,WAAW,UAAU,IAAI,OAAO,SAAS,sBAAsB,OAAO,CAAC,CAAC,IAAI;AAAA,EACpF,GAAG,EAAE;AACN;AAEO,MAAM,qBAAqD,CAAC,QAAQ,MAAM,SAAS,SAAS;AAClG,MAAI,CAAC,KAAK,MAAM;AACf,WAAO;AAAA,EACR;AACA,SAAO,OAAO,KAAK,KAAK,GAAG;AAC5B;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mutex.cjs","sources":["../../../../../packages/engine-content-api/src/utils/Mutex.ts"],"sourcesContent":["export class Mutex {\n\tprivate resolvers: (() => void)[] = []\n\n\tprivate locked = false\n\n\tpublic async execute<T>(cb: () => T): Promise<T> {\n\t\tawait this.lock()\n\t\ttry {\n\t\t\treturn await cb()\n\t\t} finally {\n\t\t\tthis.release()\n\t\t}\n\t}\n\n\tprivate lock(): Promise<void> {\n\t\tif (!this.locked) {\n\t\t\tthis.locked = true\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\treturn new Promise(resolve => this.resolvers.push(resolve))\n\t}\n\n\tprivate release(): void {\n\t\tconst nextResolver = this.resolvers.shift()\n\t\tif (nextResolver) {\n\t\t\tnextResolver()\n\t\t} else {\n\t\t\tthis.locked = false\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;;;;AAAO,MAAM,MAAM;AAAA,EAAZ,cAAA;AACN,kBAAA,MAAQ,aAA4B,EAAC;AAErC,kBAAA,MAAQ,UAAS,KAAA;AAAA,EAAA;AAAA,EAEjB,MAAa,QAAW,IAAyB;AAChD,UAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Mutex.cjs","sources":["../../../../../packages/engine-content-api/src/utils/Mutex.ts"],"sourcesContent":["export class Mutex {\n\tprivate resolvers: (() => void)[] = []\n\n\tprivate locked = false\n\n\tpublic async execute<T>(cb: () => T): Promise<T> {\n\t\tawait this.lock()\n\t\ttry {\n\t\t\treturn await cb()\n\t\t} finally {\n\t\t\tthis.release()\n\t\t}\n\t}\n\n\tprivate lock(): Promise<void> {\n\t\tif (!this.locked) {\n\t\t\tthis.locked = true\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\treturn new Promise(resolve => this.resolvers.push(resolve))\n\t}\n\n\tprivate release(): void {\n\t\tconst nextResolver = this.resolvers.shift()\n\t\tif (nextResolver) {\n\t\t\tnextResolver()\n\t\t} else {\n\t\t\tthis.locked = false\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;;;;AAAO,MAAM,MAAM;AAAA,EAAZ,cAAA;AACN,kBAAA,MAAQ,aAA4B,EAAC;AAErC,kBAAA,MAAQ,UAAS,KAAA;AAAA,EAAA;AAAA,EAEjB,MAAa,QAAW,IAAyB;AAChD,UAAM,KAAK,KAAA;AACX,QAAI;AACH,aAAO,MAAM,GAAA;AAAA,IACd,UAAA;AACC,WAAK,QAAA;AAAA,IACN;AAAA,EACD;AAAA,EAEQ,OAAsB;AAC7B,QAAI,CAAC,KAAK,QAAQ;AACjB,WAAK,SAAS;AACd,aAAO,QAAQ,QAAA;AAAA,IAChB;AACA,WAAO,IAAI,QAAQ,CAAA,YAAW,KAAK,UAAU,KAAK,OAAO,CAAC;AAAA,EAC3D;AAAA,EAEQ,UAAgB;AACvB,UAAM,eAAe,KAAK,UAAU,MAAA;AACpC,QAAI,cAAc;AACjB,mBAAA;AAAA,IACD,OAAO;AACN,WAAK,SAAS;AAAA,IACf;AAAA,EACD;AACD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mutex.js","sources":["../../../../../packages/engine-content-api/src/utils/Mutex.ts"],"sourcesContent":["export class Mutex {\n\tprivate resolvers: (() => void)[] = []\n\n\tprivate locked = false\n\n\tpublic async execute<T>(cb: () => T): Promise<T> {\n\t\tawait this.lock()\n\t\ttry {\n\t\t\treturn await cb()\n\t\t} finally {\n\t\t\tthis.release()\n\t\t}\n\t}\n\n\tprivate lock(): Promise<void> {\n\t\tif (!this.locked) {\n\t\t\tthis.locked = true\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\treturn new Promise(resolve => this.resolvers.push(resolve))\n\t}\n\n\tprivate release(): void {\n\t\tconst nextResolver = this.resolvers.shift()\n\t\tif (nextResolver) {\n\t\t\tnextResolver()\n\t\t} else {\n\t\t\tthis.locked = false\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;;AAAO,MAAM,MAAM;AAAA,EAAZ,cAAA;AACN,kBAAA,MAAQ,aAA4B,EAAC;AAErC,kBAAA,MAAQ,UAAS,KAAA;AAAA,EAAA;AAAA,EAEjB,MAAa,QAAW,IAAyB;AAChD,UAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Mutex.js","sources":["../../../../../packages/engine-content-api/src/utils/Mutex.ts"],"sourcesContent":["export class Mutex {\n\tprivate resolvers: (() => void)[] = []\n\n\tprivate locked = false\n\n\tpublic async execute<T>(cb: () => T): Promise<T> {\n\t\tawait this.lock()\n\t\ttry {\n\t\t\treturn await cb()\n\t\t} finally {\n\t\t\tthis.release()\n\t\t}\n\t}\n\n\tprivate lock(): Promise<void> {\n\t\tif (!this.locked) {\n\t\t\tthis.locked = true\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\treturn new Promise(resolve => this.resolvers.push(resolve))\n\t}\n\n\tprivate release(): void {\n\t\tconst nextResolver = this.resolvers.shift()\n\t\tif (nextResolver) {\n\t\t\tnextResolver()\n\t\t} else {\n\t\t\tthis.locked = false\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;;AAAO,MAAM,MAAM;AAAA,EAAZ,cAAA;AACN,kBAAA,MAAQ,aAA4B,EAAC;AAErC,kBAAA,MAAQ,UAAS,KAAA;AAAA,EAAA;AAAA,EAEjB,MAAa,QAAW,IAAyB;AAChD,UAAM,KAAK,KAAA;AACX,QAAI;AACH,aAAO,MAAM,GAAA;AAAA,IACd,UAAA;AACC,WAAK,QAAA;AAAA,IACN;AAAA,EACD;AAAA,EAEQ,OAAsB;AAC7B,QAAI,CAAC,KAAK,QAAQ;AACjB,WAAK,SAAS;AACd,aAAO,QAAQ,QAAA;AAAA,IAChB;AACA,WAAO,IAAI,QAAQ,CAAA,YAAW,KAAK,UAAU,KAAK,OAAO,CAAC;AAAA,EAC3D;AAAA,EAEQ,UAAgB;AACvB,UAAM,eAAe,KAAK,UAAU,MAAA;AACpC,QAAI,cAAc;AACjB,mBAAA;AAAA,IACD,OAAO;AACN,WAAK,SAAS;AAAA,IACf;AAAA,EACD;AACD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResolveInfoUtils.cjs","sources":["../../../../../packages/engine-content-api/src/utils/ResolveInfoUtils.ts"],"sourcesContent":["import { FieldNode as GraphQlFieldNode, GraphQLResolveInfo, SelectionSetNode } from 'graphql'\n\nexport class ResolveInfoUtils {\n\tpublic static extractFieldNode(info: GraphQLResolveInfo): GraphQlFieldNode {\n\t\tconst newGraphQlFieldNodes = [...info.fieldNodes]\n\t\twhile (newGraphQlFieldNodes.length > 1) {\n\t\t\tnewGraphQlFieldNodes.push(\n\t\t\t\tResolveInfoUtils.mergeFieldNodes(\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t),\n\t\t\t)\n\t\t}\n\t\treturn newGraphQlFieldNodes[0]\n\t}\n\n\tprivate static mergeFieldNodes(dest: GraphQlFieldNode, src: GraphQlFieldNode): GraphQlFieldNode {\n\t\treturn {\n\t\t\t...dest,\n\t\t\tselectionSet: {\n\t\t\t\t...(dest.selectionSet as SelectionSetNode),\n\t\t\t\tselections: [\n\t\t\t\t\t...(dest.selectionSet ? dest.selectionSet.selections : []),\n\t\t\t\t\t...(src.selectionSet ? src.selectionSet.selections : []),\n\t\t\t\t],\n\t\t\t},\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;AAEO,MAAM,iBAAiB;AAAA,EAC7B,OAAc,iBAAiB,MAA4C;AAC1E,UAAM,uBAAuB,CAAC,GAAG,KAAK,UAAU;
|
|
1
|
+
{"version":3,"file":"ResolveInfoUtils.cjs","sources":["../../../../../packages/engine-content-api/src/utils/ResolveInfoUtils.ts"],"sourcesContent":["import { FieldNode as GraphQlFieldNode, GraphQLResolveInfo, SelectionSetNode } from 'graphql'\n\nexport class ResolveInfoUtils {\n\tpublic static extractFieldNode(info: GraphQLResolveInfo): GraphQlFieldNode {\n\t\tconst newGraphQlFieldNodes = [...info.fieldNodes]\n\t\twhile (newGraphQlFieldNodes.length > 1) {\n\t\t\tnewGraphQlFieldNodes.push(\n\t\t\t\tResolveInfoUtils.mergeFieldNodes(\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t),\n\t\t\t)\n\t\t}\n\t\treturn newGraphQlFieldNodes[0]\n\t}\n\n\tprivate static mergeFieldNodes(dest: GraphQlFieldNode, src: GraphQlFieldNode): GraphQlFieldNode {\n\t\treturn {\n\t\t\t...dest,\n\t\t\tselectionSet: {\n\t\t\t\t...(dest.selectionSet as SelectionSetNode),\n\t\t\t\tselections: [\n\t\t\t\t\t...(dest.selectionSet ? dest.selectionSet.selections : []),\n\t\t\t\t\t...(src.selectionSet ? src.selectionSet.selections : []),\n\t\t\t\t],\n\t\t\t},\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;AAEO,MAAM,iBAAiB;AAAA,EAC7B,OAAc,iBAAiB,MAA4C;AAC1E,UAAM,uBAAuB,CAAC,GAAG,KAAK,UAAU;AAChD,WAAO,qBAAqB,SAAS,GAAG;AACvC,2BAAqB;AAAA,QACpB,iBAAiB;AAAA,UAChB,qBAAqB,IAAA;AAAA,UACrB,qBAAqB,IAAA;AAAA,QAAI;AAAA,MAC1B;AAAA,IAEF;AACA,WAAO,qBAAqB,CAAC;AAAA,EAC9B;AAAA,EAEA,OAAe,gBAAgB,MAAwB,KAAyC;AAC/F,WAAO;AAAA,MACN,GAAG;AAAA,MACH,cAAc;AAAA,QACb,GAAI,KAAK;AAAA,QACT,YAAY;AAAA,UACX,GAAI,KAAK,eAAe,KAAK,aAAa,aAAa,CAAA;AAAA,UACvD,GAAI,IAAI,eAAe,IAAI,aAAa,aAAa,CAAA;AAAA,QAAC;AAAA,MACvD;AAAA,IACD;AAAA,EAEF;AACD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResolveInfoUtils.js","sources":["../../../../../packages/engine-content-api/src/utils/ResolveInfoUtils.ts"],"sourcesContent":["import { FieldNode as GraphQlFieldNode, GraphQLResolveInfo, SelectionSetNode } from 'graphql'\n\nexport class ResolveInfoUtils {\n\tpublic static extractFieldNode(info: GraphQLResolveInfo): GraphQlFieldNode {\n\t\tconst newGraphQlFieldNodes = [...info.fieldNodes]\n\t\twhile (newGraphQlFieldNodes.length > 1) {\n\t\t\tnewGraphQlFieldNodes.push(\n\t\t\t\tResolveInfoUtils.mergeFieldNodes(\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t),\n\t\t\t)\n\t\t}\n\t\treturn newGraphQlFieldNodes[0]\n\t}\n\n\tprivate static mergeFieldNodes(dest: GraphQlFieldNode, src: GraphQlFieldNode): GraphQlFieldNode {\n\t\treturn {\n\t\t\t...dest,\n\t\t\tselectionSet: {\n\t\t\t\t...(dest.selectionSet as SelectionSetNode),\n\t\t\t\tselections: [\n\t\t\t\t\t...(dest.selectionSet ? dest.selectionSet.selections : []),\n\t\t\t\t\t...(src.selectionSet ? src.selectionSet.selections : []),\n\t\t\t\t],\n\t\t\t},\n\t\t}\n\t}\n}\n"],"names":[],"mappings":"AAEO,MAAM,iBAAiB;AAAA,EAC7B,OAAc,iBAAiB,MAA4C;AAC1E,UAAM,uBAAuB,CAAC,GAAG,KAAK,UAAU;
|
|
1
|
+
{"version":3,"file":"ResolveInfoUtils.js","sources":["../../../../../packages/engine-content-api/src/utils/ResolveInfoUtils.ts"],"sourcesContent":["import { FieldNode as GraphQlFieldNode, GraphQLResolveInfo, SelectionSetNode } from 'graphql'\n\nexport class ResolveInfoUtils {\n\tpublic static extractFieldNode(info: GraphQLResolveInfo): GraphQlFieldNode {\n\t\tconst newGraphQlFieldNodes = [...info.fieldNodes]\n\t\twhile (newGraphQlFieldNodes.length > 1) {\n\t\t\tnewGraphQlFieldNodes.push(\n\t\t\t\tResolveInfoUtils.mergeFieldNodes(\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t\tnewGraphQlFieldNodes.pop() as GraphQlFieldNode,\n\t\t\t\t),\n\t\t\t)\n\t\t}\n\t\treturn newGraphQlFieldNodes[0]\n\t}\n\n\tprivate static mergeFieldNodes(dest: GraphQlFieldNode, src: GraphQlFieldNode): GraphQlFieldNode {\n\t\treturn {\n\t\t\t...dest,\n\t\t\tselectionSet: {\n\t\t\t\t...(dest.selectionSet as SelectionSetNode),\n\t\t\t\tselections: [\n\t\t\t\t\t...(dest.selectionSet ? dest.selectionSet.selections : []),\n\t\t\t\t\t...(src.selectionSet ? src.selectionSet.selections : []),\n\t\t\t\t],\n\t\t\t},\n\t\t}\n\t}\n}\n"],"names":[],"mappings":"AAEO,MAAM,iBAAiB;AAAA,EAC7B,OAAc,iBAAiB,MAA4C;AAC1E,UAAM,uBAAuB,CAAC,GAAG,KAAK,UAAU;AAChD,WAAO,qBAAqB,SAAS,GAAG;AACvC,2BAAqB;AAAA,QACpB,iBAAiB;AAAA,UAChB,qBAAqB,IAAA;AAAA,UACrB,qBAAqB,IAAA;AAAA,QAAI;AAAA,MAC1B;AAAA,IAEF;AACA,WAAO,qBAAqB,CAAC;AAAA,EAC9B;AAAA,EAEA,OAAe,gBAAgB,MAAwB,KAAyC;AAC/F,WAAO;AAAA,MACN,GAAG;AAAA,MACH,cAAc;AAAA,QACb,GAAI,KAAK;AAAA,QACT,YAAY;AAAA,UACX,GAAI,KAAK,eAAe,KAAK,aAAa,aAAa,CAAA;AAAA,UACvD,GAAI,IAAI,eAAe,IAAI,aAAa,aAAa,CAAA;AAAA,QAAC;AAAA,MACvD;AAAA,IACD;AAAA,EAEF;AACD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessor.cjs","sources":["../../../../../packages/engine-content-api/src/utils/accessor.ts"],"sourcesContent":["import { ImplementationException } from '../exception'\nimport { Interface } from './Interface'\n\nexport class Accessor<T> {\n\tprivate val: T | undefined\n\n\tget(): Interface<T> {\n\t\tif (!this.val) {\n\t\t\tthrow new ImplementationException('Accessor value is not set')\n\t\t}\n\n\t\treturn this.val\n\t}\n\n\tset(val: Interface<T>): void {\n\t\tthis.val = val\n\t}\n}\n"],"names":["ImplementationException"],"mappings":";;;;;;AAGO,MAAM,SAAY;AAAA,EAAlB,cAAA;
|
|
1
|
+
{"version":3,"file":"accessor.cjs","sources":["../../../../../packages/engine-content-api/src/utils/accessor.ts"],"sourcesContent":["import { ImplementationException } from '../exception'\nimport { Interface } from './Interface'\n\nexport class Accessor<T> {\n\tprivate val: T | undefined\n\n\tget(): Interface<T> {\n\t\tif (!this.val) {\n\t\t\tthrow new ImplementationException('Accessor value is not set')\n\t\t}\n\n\t\treturn this.val\n\t}\n\n\tset(val: Interface<T>): void {\n\t\tthis.val = val\n\t}\n}\n"],"names":["ImplementationException"],"mappings":";;;;;;AAGO,MAAM,SAAY;AAAA,EAAlB,cAAA;AACN,kBAAA,MAAQ,KAAA;AAAA,EAAA;AAAA,EAER,MAAoB;AACnB,QAAI,CAAC,KAAK,KAAK;AACd,YAAM,IAAIA,UAAAA,wBAAwB,2BAA2B;AAAA,IAC9D;AAEA,WAAO,KAAK;AAAA,EACb;AAAA,EAEA,IAAI,KAAyB;AAC5B,SAAK,MAAM;AAAA,EACZ;AACD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessor.js","sources":["../../../../../packages/engine-content-api/src/utils/accessor.ts"],"sourcesContent":["import { ImplementationException } from '../exception'\nimport { Interface } from './Interface'\n\nexport class Accessor<T> {\n\tprivate val: T | undefined\n\n\tget(): Interface<T> {\n\t\tif (!this.val) {\n\t\t\tthrow new ImplementationException('Accessor value is not set')\n\t\t}\n\n\t\treturn this.val\n\t}\n\n\tset(val: Interface<T>): void {\n\t\tthis.val = val\n\t}\n}\n"],"names":[],"mappings":";;;;AAGO,MAAM,SAAY;AAAA,EAAlB,cAAA;
|
|
1
|
+
{"version":3,"file":"accessor.js","sources":["../../../../../packages/engine-content-api/src/utils/accessor.ts"],"sourcesContent":["import { ImplementationException } from '../exception'\nimport { Interface } from './Interface'\n\nexport class Accessor<T> {\n\tprivate val: T | undefined\n\n\tget(): Interface<T> {\n\t\tif (!this.val) {\n\t\t\tthrow new ImplementationException('Accessor value is not set')\n\t\t}\n\n\t\treturn this.val\n\t}\n\n\tset(val: Interface<T>): void {\n\t\tthis.val = val\n\t}\n}\n"],"names":[],"mappings":";;;;AAGO,MAAM,SAAY;AAAA,EAAlB,cAAA;AACN,kBAAA,MAAQ,KAAA;AAAA,EAAA;AAAA,EAER,MAAoB;AACnB,QAAI,CAAC,KAAK,KAAK;AACd,YAAM,IAAI,wBAAwB,2BAA2B;AAAA,IAC9D;AAEA,WAAO,KAAK;AAAA,EACb;AAAA,EAEA,IAAI,KAAyB;AAC5B,SAAK,MAAM;AAAA,EACZ;AACD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assertNever.cjs","sources":["../../../../../packages/engine-content-api/src/utils/assertNever.ts"],"sourcesContent":["export function assertNever(_: never): never {\n\tthrow new Error()\n}\n"],"names":[],"mappings":";;AAAO,SAAS,YAAY,GAAiB;AAC5C,QAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"assertNever.cjs","sources":["../../../../../packages/engine-content-api/src/utils/assertNever.ts"],"sourcesContent":["export function assertNever(_: never): never {\n\tthrow new Error()\n}\n"],"names":[],"mappings":";;AAAO,SAAS,YAAY,GAAiB;AAC5C,QAAM,IAAI,MAAA;AACX;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assertNever.js","sources":["../../../../../packages/engine-content-api/src/utils/assertNever.ts"],"sourcesContent":["export function assertNever(_: never): never {\n\tthrow new Error()\n}\n"],"names":[],"mappings":"AAAO,SAAS,YAAY,GAAiB;AAC5C,QAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"assertNever.js","sources":["../../../../../packages/engine-content-api/src/utils/assertNever.ts"],"sourcesContent":["export function assertNever(_: never): never {\n\tthrow new Error()\n}\n"],"names":[],"mappings":"AAAO,SAAS,YAAY,GAAiB;AAC5C,QAAM,IAAI,MAAA;AACX;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isIt.cjs","sources":["../../../../../packages/engine-content-api/src/utils/isIt.ts"],"sourcesContent":["export const isIt = <T extends object, P extends keyof T = keyof T>(val: any, property: P, value?: T[P]): val is T => {\n\tif (value !== undefined) {\n\t\treturn val[property] === value\n\t}\n\treturn val[property] !== undefined\n}\n"],"names":[],"mappings":";;AAAO,MAAM,OAAO,CAAgD,KAAU,UAAa,UAA2B;AACrH,MAAI,UAAU,QAAW;
|
|
1
|
+
{"version":3,"file":"isIt.cjs","sources":["../../../../../packages/engine-content-api/src/utils/isIt.ts"],"sourcesContent":["export const isIt = <T extends object, P extends keyof T = keyof T>(val: any, property: P, value?: T[P]): val is T => {\n\tif (value !== undefined) {\n\t\treturn val[property] === value\n\t}\n\treturn val[property] !== undefined\n}\n"],"names":[],"mappings":";;AAAO,MAAM,OAAO,CAAgD,KAAU,UAAa,UAA2B;AACrH,MAAI,UAAU,QAAW;AACxB,WAAO,IAAI,QAAQ,MAAM;AAAA,EAC1B;AACA,SAAO,IAAI,QAAQ,MAAM;AAC1B;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isIt.js","sources":["../../../../../packages/engine-content-api/src/utils/isIt.ts"],"sourcesContent":["export const isIt = <T extends object, P extends keyof T = keyof T>(val: any, property: P, value?: T[P]): val is T => {\n\tif (value !== undefined) {\n\t\treturn val[property] === value\n\t}\n\treturn val[property] !== undefined\n}\n"],"names":[],"mappings":"AAAO,MAAM,OAAO,CAAgD,KAAU,UAAa,UAA2B;AACrH,MAAI,UAAU,QAAW;
|
|
1
|
+
{"version":3,"file":"isIt.js","sources":["../../../../../packages/engine-content-api/src/utils/isIt.ts"],"sourcesContent":["export const isIt = <T extends object, P extends keyof T = keyof T>(val: any, property: P, value?: T[P]): val is T => {\n\tif (value !== undefined) {\n\t\treturn val[property] === value\n\t}\n\treturn val[property] !== undefined\n}\n"],"names":[],"mappings":"AAAO,MAAM,OAAO,CAAgD,KAAU,UAAa,UAA2B;AACrH,MAAI,UAAU,QAAW;AACxB,WAAO,IAAI,QAAQ,MAAM;AAAA,EAC1B;AACA,SAAO,IAAI,QAAQ,MAAM;AAC1B;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object.cjs","sources":["../../../../../packages/engine-content-api/src/utils/object.ts"],"sourcesContent":["type TypeGuard<Input, Result extends { [K in keyof Input]: Input[K] }> = <K extends keyof Input>(\n\tkey: K,\n\tvalue: Input[K],\n\tobject: Input,\n) => value is Result[K]\ntype Filter<Input> = <K extends keyof Input>(key: K, value: Input[K], object: Input) => boolean\n\nfunction filterObject<Input extends {}, Result extends { [Key in keyof Input]: Input[Key] } = Input>(\n\tobject: Input,\n\tcallback: TypeGuard<Input, Result> | Filter<Input>,\n): Result {\n\treturn Object.fromEntries(
|
|
1
|
+
{"version":3,"file":"object.cjs","sources":["../../../../../packages/engine-content-api/src/utils/object.ts"],"sourcesContent":["type TypeGuard<Input, Result extends { [K in keyof Input]: Input[K] }> = <K extends keyof Input>(\n\tkey: K,\n\tvalue: Input[K],\n\tobject: Input,\n) => value is Result[K]\ntype Filter<Input> = <K extends keyof Input>(key: K, value: Input[K], object: Input) => boolean\n\nfunction filterObject<Input extends {}, Result extends { [Key in keyof Input]: Input[Key] } = Input>(\n\tobject: Input,\n\tcallback: TypeGuard<Input, Result> | Filter<Input>,\n): Result {\n\treturn Object.fromEntries(\n\t\tObject.entries(object)\n\t\t\t.filter(([key, value]) => (callback as any)(key, value, object)),\n\t) as Result\n}\n\nfunction mapObject<Input, Result>(\n\tinput: { [key: string]: Input },\n\tcallback: (value: Input, key: string) => Result,\n): { [key: string]: Result } {\n\treturn Object.fromEntries(\n\t\tObject.entries(input).map(([key, value]) => [key, callback(value, key)]),\n\t)\n}\n\nexport { filterObject, mapObject }\n"],"names":[],"mappings":";;AAOA,SAAS,aACR,QACA,UACS;AACT,SAAO,OAAO;AAAA,IACb,OAAO,QAAQ,MAAM,EACnB,OAAO,CAAC,CAAC,KAAK,KAAK,MAAO,SAAiB,KAAK,OAAO,MAAM,CAAC;AAAA,EAAA;AAElE;AAEA,SAAS,UACR,OACA,UAC4B;AAC5B,SAAO,OAAO;AAAA,IACb,OAAO,QAAQ,KAAK,EAAE,IAAI,CAAC,CAAC,KAAK,KAAK,MAAM,CAAC,KAAK,SAAS,OAAO,GAAG,CAAC,CAAC;AAAA,EAAA;AAEzE;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object.js","sources":["../../../../../packages/engine-content-api/src/utils/object.ts"],"sourcesContent":["type TypeGuard<Input, Result extends { [K in keyof Input]: Input[K] }> = <K extends keyof Input>(\n\tkey: K,\n\tvalue: Input[K],\n\tobject: Input,\n) => value is Result[K]\ntype Filter<Input> = <K extends keyof Input>(key: K, value: Input[K], object: Input) => boolean\n\nfunction filterObject<Input extends {}, Result extends { [Key in keyof Input]: Input[Key] } = Input>(\n\tobject: Input,\n\tcallback: TypeGuard<Input, Result> | Filter<Input>,\n): Result {\n\treturn Object.fromEntries(
|
|
1
|
+
{"version":3,"file":"object.js","sources":["../../../../../packages/engine-content-api/src/utils/object.ts"],"sourcesContent":["type TypeGuard<Input, Result extends { [K in keyof Input]: Input[K] }> = <K extends keyof Input>(\n\tkey: K,\n\tvalue: Input[K],\n\tobject: Input,\n) => value is Result[K]\ntype Filter<Input> = <K extends keyof Input>(key: K, value: Input[K], object: Input) => boolean\n\nfunction filterObject<Input extends {}, Result extends { [Key in keyof Input]: Input[Key] } = Input>(\n\tobject: Input,\n\tcallback: TypeGuard<Input, Result> | Filter<Input>,\n): Result {\n\treturn Object.fromEntries(\n\t\tObject.entries(object)\n\t\t\t.filter(([key, value]) => (callback as any)(key, value, object)),\n\t) as Result\n}\n\nfunction mapObject<Input, Result>(\n\tinput: { [key: string]: Input },\n\tcallback: (value: Input, key: string) => Result,\n): { [key: string]: Result } {\n\treturn Object.fromEntries(\n\t\tObject.entries(input).map(([key, value]) => [key, callback(value, key)]),\n\t)\n}\n\nexport { filterObject, mapObject }\n"],"names":[],"mappings":"AAOA,SAAS,aACR,QACA,UACS;AACT,SAAO,OAAO;AAAA,IACb,OAAO,QAAQ,MAAM,EACnB,OAAO,CAAC,CAAC,KAAK,KAAK,MAAO,SAAiB,KAAK,OAAO,MAAM,CAAC;AAAA,EAAA;AAElE;AAEA,SAAS,UACR,OACA,UAC4B;AAC5B,SAAO,OAAO;AAAA,IACb,OAAO,QAAQ,KAAK,EAAE,IAAI,CAAC,CAAC,KAAK,KAAK,MAAM,CAAC,KAAK,SAAS,OAAO,GAAG,CAAC,CAAC;AAAA,EAAA;AAEzE;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paginationUtils.cjs","sources":["../../../../../packages/engine-content-api/src/utils/paginationUtils.ts"],"sourcesContent":["import { ObjectNode } from '../inputProcessing'\nimport { Input } from '@contember/schema'\n\nexport class PaginationHelper {\n\tconstructor(\n\t\tpublic readonly pageInfoField: ObjectNode | undefined,\n\t\tpublic readonly nodeField: ObjectNode | undefined,\n\t) {}\n\n\tget requiresTotalCount() {\n\t\treturn this.pageInfoField !== undefined\n\t}\n\n\tget requiresNodes() {\n\t\treturn this.nodeField !== undefined\n\t}\n\n\tpublic createResponse(totalCount?: number, nodes?: Record<string, any>[]): any {\n\t\tconst hasTotalCount = totalCount !== undefined\n\t\tif (this.requiresTotalCount && !hasTotalCount) {\n\t\t\tthrow new Error('totalCount is required')\n\t\t}\n\t\tconst hasNodes = nodes !== undefined\n\t\tif (this.requiresNodes && !hasNodes) {\n\t\t\tthrow new Error('nodes are required')\n\t\t}\n\t\treturn {\n\t\t\tpageInfo: { totalCount },\n\t\t\tedges: nodes?.map(it => ({ node: it })),\n\t\t}\n\t}\n}\nexport const createPaginationHelper = (queryAst: ObjectNode<Input.PaginationQueryInput>) => {\n\tconst pageInfoField = queryAst.findFieldByName('pageInfo')[0] as ObjectNode | undefined\n\n\tconst edges = queryAst.findFieldByName('edges')\n\tif (edges.length > 1) {\n\t\tthrow new Error('You cannot fetch edges more than once')\n\t}\n\tconst edgeField = edges?.[0] as ObjectNode | undefined\n\tconst nodes = edgeField?.findFieldByName('node') || []\n\tif (nodes.length > 1) {\n\t\tthrow new Error('You cannot fetch node more than once')\n\t}\n\tconst nodeField = (nodes?.[0] as ObjectNode | undefined)?.withArgs({\n\t\tfilter: queryAst.args.filter,\n\t\torderBy: queryAst.args.orderBy,\n\t\tlimit: queryAst.args.first,\n\t\toffset: queryAst.args.skip,\n\t})\n\treturn new PaginationHelper(pageInfoField, nodeField)\n}\n"],"names":[],"mappings":";;AAGO,MAAM,iBAAiB;AAAA,EAC7B,YACiB,eACA,WACf;AAFe,SAAA,gBAAA;AACA,SAAA,YAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"paginationUtils.cjs","sources":["../../../../../packages/engine-content-api/src/utils/paginationUtils.ts"],"sourcesContent":["import { ObjectNode } from '../inputProcessing'\nimport { Input } from '@contember/schema'\n\nexport class PaginationHelper {\n\tconstructor(\n\t\tpublic readonly pageInfoField: ObjectNode | undefined,\n\t\tpublic readonly nodeField: ObjectNode | undefined,\n\t) {}\n\n\tget requiresTotalCount() {\n\t\treturn this.pageInfoField !== undefined\n\t}\n\n\tget requiresNodes() {\n\t\treturn this.nodeField !== undefined\n\t}\n\n\tpublic createResponse(totalCount?: number, nodes?: Record<string, any>[]): any {\n\t\tconst hasTotalCount = totalCount !== undefined\n\t\tif (this.requiresTotalCount && !hasTotalCount) {\n\t\t\tthrow new Error('totalCount is required')\n\t\t}\n\t\tconst hasNodes = nodes !== undefined\n\t\tif (this.requiresNodes && !hasNodes) {\n\t\t\tthrow new Error('nodes are required')\n\t\t}\n\t\treturn {\n\t\t\tpageInfo: { totalCount },\n\t\t\tedges: nodes?.map(it => ({ node: it })),\n\t\t}\n\t}\n}\nexport const createPaginationHelper = (queryAst: ObjectNode<Input.PaginationQueryInput>) => {\n\tconst pageInfoField = queryAst.findFieldByName('pageInfo')[0] as ObjectNode | undefined\n\n\tconst edges = queryAst.findFieldByName('edges')\n\tif (edges.length > 1) {\n\t\tthrow new Error('You cannot fetch edges more than once')\n\t}\n\tconst edgeField = edges?.[0] as ObjectNode | undefined\n\tconst nodes = edgeField?.findFieldByName('node') || []\n\tif (nodes.length > 1) {\n\t\tthrow new Error('You cannot fetch node more than once')\n\t}\n\tconst nodeField = (nodes?.[0] as ObjectNode | undefined)?.withArgs({\n\t\tfilter: queryAst.args.filter,\n\t\torderBy: queryAst.args.orderBy,\n\t\tlimit: queryAst.args.first,\n\t\toffset: queryAst.args.skip,\n\t})\n\treturn new PaginationHelper(pageInfoField, nodeField)\n}\n"],"names":[],"mappings":";;AAGO,MAAM,iBAAiB;AAAA,EAC7B,YACiB,eACA,WACf;AAFe,SAAA,gBAAA;AACA,SAAA,YAAA;AAAA,EACd;AAAA,EAEH,IAAI,qBAAqB;AACxB,WAAO,KAAK,kBAAkB;AAAA,EAC/B;AAAA,EAEA,IAAI,gBAAgB;AACnB,WAAO,KAAK,cAAc;AAAA,EAC3B;AAAA,EAEO,eAAe,YAAqB,OAAoC;AAC9E,UAAM,gBAAgB,eAAe;AACrC,QAAI,KAAK,sBAAsB,CAAC,eAAe;AAC9C,YAAM,IAAI,MAAM,wBAAwB;AAAA,IACzC;AACA,UAAM,WAAW,UAAU;AAC3B,QAAI,KAAK,iBAAiB,CAAC,UAAU;AACpC,YAAM,IAAI,MAAM,oBAAoB;AAAA,IACrC;AACA,WAAO;AAAA,MACN,UAAU,EAAE,WAAA;AAAA,MACZ,OAAO,OAAO,IAAI,SAAO,EAAE,MAAM,KAAK;AAAA,IAAA;AAAA,EAExC;AACD;AACO,MAAM,yBAAyB,CAAC,aAAqD;AAC3F,QAAM,gBAAgB,SAAS,gBAAgB,UAAU,EAAE,CAAC;AAE5D,QAAM,QAAQ,SAAS,gBAAgB,OAAO;AAC9C,MAAI,MAAM,SAAS,GAAG;AACrB,UAAM,IAAI,MAAM,uCAAuC;AAAA,EACxD;AACA,QAAM,YAAY,QAAQ,CAAC;AAC3B,QAAM,QAAQ,WAAW,gBAAgB,MAAM,KAAK,CAAA;AACpD,MAAI,MAAM,SAAS,GAAG;AACrB,UAAM,IAAI,MAAM,sCAAsC;AAAA,EACvD;AACA,QAAM,YAAa,QAAQ,CAAC,GAA8B,SAAS;AAAA,IAClE,QAAQ,SAAS,KAAK;AAAA,IACtB,SAAS,SAAS,KAAK;AAAA,IACvB,OAAO,SAAS,KAAK;AAAA,IACrB,QAAQ,SAAS,KAAK;AAAA,EAAA,CACtB;AACD,SAAO,IAAI,iBAAiB,eAAe,SAAS;AACrD;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paginationUtils.js","sources":["../../../../../packages/engine-content-api/src/utils/paginationUtils.ts"],"sourcesContent":["import { ObjectNode } from '../inputProcessing'\nimport { Input } from '@contember/schema'\n\nexport class PaginationHelper {\n\tconstructor(\n\t\tpublic readonly pageInfoField: ObjectNode | undefined,\n\t\tpublic readonly nodeField: ObjectNode | undefined,\n\t) {}\n\n\tget requiresTotalCount() {\n\t\treturn this.pageInfoField !== undefined\n\t}\n\n\tget requiresNodes() {\n\t\treturn this.nodeField !== undefined\n\t}\n\n\tpublic createResponse(totalCount?: number, nodes?: Record<string, any>[]): any {\n\t\tconst hasTotalCount = totalCount !== undefined\n\t\tif (this.requiresTotalCount && !hasTotalCount) {\n\t\t\tthrow new Error('totalCount is required')\n\t\t}\n\t\tconst hasNodes = nodes !== undefined\n\t\tif (this.requiresNodes && !hasNodes) {\n\t\t\tthrow new Error('nodes are required')\n\t\t}\n\t\treturn {\n\t\t\tpageInfo: { totalCount },\n\t\t\tedges: nodes?.map(it => ({ node: it })),\n\t\t}\n\t}\n}\nexport const createPaginationHelper = (queryAst: ObjectNode<Input.PaginationQueryInput>) => {\n\tconst pageInfoField = queryAst.findFieldByName('pageInfo')[0] as ObjectNode | undefined\n\n\tconst edges = queryAst.findFieldByName('edges')\n\tif (edges.length > 1) {\n\t\tthrow new Error('You cannot fetch edges more than once')\n\t}\n\tconst edgeField = edges?.[0] as ObjectNode | undefined\n\tconst nodes = edgeField?.findFieldByName('node') || []\n\tif (nodes.length > 1) {\n\t\tthrow new Error('You cannot fetch node more than once')\n\t}\n\tconst nodeField = (nodes?.[0] as ObjectNode | undefined)?.withArgs({\n\t\tfilter: queryAst.args.filter,\n\t\torderBy: queryAst.args.orderBy,\n\t\tlimit: queryAst.args.first,\n\t\toffset: queryAst.args.skip,\n\t})\n\treturn new PaginationHelper(pageInfoField, nodeField)\n}\n"],"names":[],"mappings":"AAGO,MAAM,iBAAiB;AAAA,EAC7B,YACiB,eACA,WACf;AAFe,SAAA,gBAAA;AACA,SAAA,YAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"paginationUtils.js","sources":["../../../../../packages/engine-content-api/src/utils/paginationUtils.ts"],"sourcesContent":["import { ObjectNode } from '../inputProcessing'\nimport { Input } from '@contember/schema'\n\nexport class PaginationHelper {\n\tconstructor(\n\t\tpublic readonly pageInfoField: ObjectNode | undefined,\n\t\tpublic readonly nodeField: ObjectNode | undefined,\n\t) {}\n\n\tget requiresTotalCount() {\n\t\treturn this.pageInfoField !== undefined\n\t}\n\n\tget requiresNodes() {\n\t\treturn this.nodeField !== undefined\n\t}\n\n\tpublic createResponse(totalCount?: number, nodes?: Record<string, any>[]): any {\n\t\tconst hasTotalCount = totalCount !== undefined\n\t\tif (this.requiresTotalCount && !hasTotalCount) {\n\t\t\tthrow new Error('totalCount is required')\n\t\t}\n\t\tconst hasNodes = nodes !== undefined\n\t\tif (this.requiresNodes && !hasNodes) {\n\t\t\tthrow new Error('nodes are required')\n\t\t}\n\t\treturn {\n\t\t\tpageInfo: { totalCount },\n\t\t\tedges: nodes?.map(it => ({ node: it })),\n\t\t}\n\t}\n}\nexport const createPaginationHelper = (queryAst: ObjectNode<Input.PaginationQueryInput>) => {\n\tconst pageInfoField = queryAst.findFieldByName('pageInfo')[0] as ObjectNode | undefined\n\n\tconst edges = queryAst.findFieldByName('edges')\n\tif (edges.length > 1) {\n\t\tthrow new Error('You cannot fetch edges more than once')\n\t}\n\tconst edgeField = edges?.[0] as ObjectNode | undefined\n\tconst nodes = edgeField?.findFieldByName('node') || []\n\tif (nodes.length > 1) {\n\t\tthrow new Error('You cannot fetch node more than once')\n\t}\n\tconst nodeField = (nodes?.[0] as ObjectNode | undefined)?.withArgs({\n\t\tfilter: queryAst.args.filter,\n\t\torderBy: queryAst.args.orderBy,\n\t\tlimit: queryAst.args.first,\n\t\toffset: queryAst.args.skip,\n\t})\n\treturn new PaginationHelper(pageInfoField, nodeField)\n}\n"],"names":[],"mappings":"AAGO,MAAM,iBAAiB;AAAA,EAC7B,YACiB,eACA,WACf;AAFe,SAAA,gBAAA;AACA,SAAA,YAAA;AAAA,EACd;AAAA,EAEH,IAAI,qBAAqB;AACxB,WAAO,KAAK,kBAAkB;AAAA,EAC/B;AAAA,EAEA,IAAI,gBAAgB;AACnB,WAAO,KAAK,cAAc;AAAA,EAC3B;AAAA,EAEO,eAAe,YAAqB,OAAoC;AAC9E,UAAM,gBAAgB,eAAe;AACrC,QAAI,KAAK,sBAAsB,CAAC,eAAe;AAC9C,YAAM,IAAI,MAAM,wBAAwB;AAAA,IACzC;AACA,UAAM,WAAW,UAAU;AAC3B,QAAI,KAAK,iBAAiB,CAAC,UAAU;AACpC,YAAM,IAAI,MAAM,oBAAoB;AAAA,IACrC;AACA,WAAO;AAAA,MACN,UAAU,EAAE,WAAA;AAAA,MACZ,OAAO,OAAO,IAAI,SAAO,EAAE,MAAM,KAAK;AAAA,IAAA;AAAA,EAExC;AACD;AACO,MAAM,yBAAyB,CAAC,aAAqD;AAC3F,QAAM,gBAAgB,SAAS,gBAAgB,UAAU,EAAE,CAAC;AAE5D,QAAM,QAAQ,SAAS,gBAAgB,OAAO;AAC9C,MAAI,MAAM,SAAS,GAAG;AACrB,UAAM,IAAI,MAAM,uCAAuC;AAAA,EACxD;AACA,QAAM,YAAY,QAAQ,CAAC;AAC3B,QAAM,QAAQ,WAAW,gBAAgB,MAAM,KAAK,CAAA;AACpD,MAAI,MAAM,SAAS,GAAG;AACrB,UAAM,IAAI,MAAM,sCAAsC;AAAA,EACvD;AACA,QAAM,YAAa,QAAQ,CAAC,GAA8B,SAAS;AAAA,IAClE,QAAQ,SAAS,KAAK;AAAA,IACtB,SAAS,SAAS,KAAK;AAAA,IACvB,OAAO,SAAS,KAAK;AAAA,IACrB,QAAQ,SAAS,KAAK;AAAA,EAAA,CACtB;AACD,SAAO,IAAI,iBAAiB,eAAe,SAAS;AACrD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promises.cjs","sources":["../../../../../packages/engine-content-api/src/utils/promises.ts"],"sourcesContent":["export const getRejections = (results: PromiseSettledResult<any>[]): any[] => {\n\treturn results.filter((it): it is PromiseRejectedResult => it.status === 'rejected').map(it => it.reason)\n}\n\nexport const getFulfilledValues = <T>(results: PromiseSettledResult<T>[]): T[] => {\n\treturn results.filter((it): it is PromiseFulfilledResult<T> => it.status === 'fulfilled').map(it => it.value)\n}\n"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"promises.cjs","sources":["../../../../../packages/engine-content-api/src/utils/promises.ts"],"sourcesContent":["export const getRejections = (results: PromiseSettledResult<any>[]): any[] => {\n\treturn results.filter((it): it is PromiseRejectedResult => it.status === 'rejected').map(it => it.reason)\n}\n\nexport const getFulfilledValues = <T>(results: PromiseSettledResult<T>[]): T[] => {\n\treturn results.filter((it): it is PromiseFulfilledResult<T> => it.status === 'fulfilled').map(it => it.value)\n}\n"],"names":[],"mappings":";;AAAO,MAAM,gBAAgB,CAAC,YAAgD;AAC7E,SAAO,QAAQ,OAAO,CAAC,OAAoC,GAAG,WAAW,UAAU,EAAE,IAAI,CAAA,OAAM,GAAG,MAAM;AACzG;AAEO,MAAM,qBAAqB,CAAI,YAA4C;AACjF,SAAO,QAAQ,OAAO,CAAC,OAAwC,GAAG,WAAW,WAAW,EAAE,IAAI,CAAA,OAAM,GAAG,KAAK;AAC7G;;;"}
|