@expo/entity 0.60.0 → 0.62.0
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/build/src/AuthorizationResultBasedEntityAssociationLoader.d.ts +6 -6
- package/build/src/AuthorizationResultBasedEntityAssociationLoader.js +5 -10
- package/build/src/AuthorizationResultBasedEntityLoader.d.ts +9 -9
- package/build/src/AuthorizationResultBasedEntityLoader.js +27 -35
- package/build/src/AuthorizationResultBasedEntityMutator.d.ts +13 -13
- package/build/src/AuthorizationResultBasedEntityMutator.js +54 -65
- package/build/src/ComposedEntityCacheAdapter.d.ts +3 -3
- package/build/src/ComposedEntityCacheAdapter.js +15 -23
- package/build/src/ComposedSecondaryEntityCache.d.ts +1 -1
- package/build/src/ComposedSecondaryEntityCache.js +4 -12
- package/build/src/EnforcingEntityAssociationLoader.d.ts +5 -5
- package/build/src/EnforcingEntityAssociationLoader.js +6 -11
- package/build/src/EnforcingEntityCreator.d.ts +4 -4
- package/build/src/EnforcingEntityCreator.js +3 -8
- package/build/src/EnforcingEntityDeleter.d.ts +4 -4
- package/build/src/EnforcingEntityDeleter.js +3 -8
- package/build/src/EnforcingEntityLoader.d.ts +5 -5
- package/build/src/EnforcingEntityLoader.js +9 -14
- package/build/src/EnforcingEntityUpdater.d.ts +4 -4
- package/build/src/EnforcingEntityUpdater.js +3 -8
- package/build/src/Entity.d.ts +9 -9
- package/build/src/Entity.js +11 -16
- package/build/src/EntityAssociationLoader.d.ts +5 -5
- package/build/src/EntityAssociationLoader.js +5 -10
- package/build/src/EntityCompanion.d.ts +9 -9
- package/build/src/EntityCompanion.js +6 -11
- package/build/src/EntityCompanionProvider.d.ts +13 -12
- package/build/src/EntityCompanionProvider.js +13 -21
- package/build/src/EntityConfiguration.d.ts +4 -4
- package/build/src/EntityConfiguration.js +14 -23
- package/build/src/EntityConstructionUtils.d.ts +8 -8
- package/build/src/EntityConstructionUtils.js +15 -23
- package/build/src/EntityCreator.d.ts +7 -7
- package/build/src/EntityCreator.js +3 -8
- package/build/src/EntityDatabaseAdapter.d.ts +4 -4
- package/build/src/EntityDatabaseAdapter.js +19 -27
- package/build/src/EntityDeleter.d.ts +7 -7
- package/build/src/EntityDeleter.js +3 -8
- package/build/src/EntityFieldDefinition.d.ts +4 -4
- package/build/src/EntityFieldDefinition.js +5 -10
- package/build/src/EntityFields.d.ts +2 -1
- package/build/src/EntityFields.js +12 -27
- package/build/src/EntityInvalidationUtils.d.ts +8 -10
- package/build/src/EntityInvalidationUtils.js +5 -10
- package/build/src/EntityLoader.d.ts +7 -7
- package/build/src/EntityLoader.js +3 -8
- package/build/src/EntityLoaderFactory.d.ts +11 -11
- package/build/src/EntityLoaderFactory.js +7 -12
- package/build/src/EntityMutationInfo.d.ts +2 -2
- package/build/src/EntityMutationInfo.js +2 -6
- package/build/src/EntityMutationTriggerConfiguration.d.ts +4 -4
- package/build/src/EntityMutationTriggerConfiguration.js +2 -8
- package/build/src/EntityMutationValidatorConfiguration.d.ts +4 -4
- package/build/src/EntityMutationValidatorConfiguration.js +1 -6
- package/build/src/EntityMutatorFactory.d.ts +13 -13
- package/build/src/EntityMutatorFactory.js +5 -10
- package/build/src/EntityPrivacyPolicy.d.ts +7 -7
- package/build/src/EntityPrivacyPolicy.js +22 -27
- package/build/src/EntityQueryContext.d.ts +1 -1
- package/build/src/EntityQueryContext.js +11 -22
- package/build/src/EntityQueryContextProvider.d.ts +2 -1
- package/build/src/EntityQueryContextProvider.js +7 -12
- package/build/src/EntitySecondaryCacheLoader.d.ts +7 -7
- package/build/src/EntitySecondaryCacheLoader.js +4 -9
- package/build/src/EntityUpdater.d.ts +7 -7
- package/build/src/EntityUpdater.js +3 -8
- package/build/src/GenericEntityCacheAdapter.d.ts +4 -4
- package/build/src/GenericEntityCacheAdapter.js +5 -13
- package/build/src/GenericSecondaryEntityCache.d.ts +2 -2
- package/build/src/GenericSecondaryEntityCache.js +10 -18
- package/build/src/IEntityCacheAdapter.d.ts +2 -2
- package/build/src/IEntityCacheAdapter.js +1 -3
- package/build/src/IEntityCacheAdapterProvider.d.ts +2 -2
- package/build/src/IEntityCacheAdapterProvider.js +1 -3
- package/build/src/IEntityDatabaseAdapterProvider.d.ts +2 -2
- package/build/src/IEntityDatabaseAdapterProvider.js +1 -3
- package/build/src/IEntityGenericCacher.d.ts +2 -2
- package/build/src/IEntityGenericCacher.js +1 -3
- package/build/src/ReadonlyEntity.d.ts +10 -10
- package/build/src/ReadonlyEntity.js +9 -17
- package/build/src/ViewerContext.d.ts +6 -6
- package/build/src/ViewerContext.js +3 -8
- package/build/src/ViewerScopedEntityCompanion.d.ts +8 -8
- package/build/src/ViewerScopedEntityCompanion.js +5 -10
- package/build/src/ViewerScopedEntityCompanionProvider.d.ts +6 -6
- package/build/src/ViewerScopedEntityCompanionProvider.js +3 -8
- package/build/src/ViewerScopedEntityLoaderFactory.d.ts +9 -9
- package/build/src/ViewerScopedEntityLoaderFactory.js +1 -6
- package/build/src/ViewerScopedEntityMutatorFactory.d.ts +7 -7
- package/build/src/ViewerScopedEntityMutatorFactory.js +1 -6
- package/build/src/entityUtils.d.ts +1 -1
- package/build/src/entityUtils.js +9 -21
- package/build/src/errors/EntityCacheAdapterError.d.ts +1 -1
- package/build/src/errors/EntityCacheAdapterError.js +5 -11
- package/build/src/errors/EntityDatabaseAdapterError.d.ts +1 -1
- package/build/src/errors/EntityDatabaseAdapterError.js +41 -59
- package/build/src/errors/EntityError.js +5 -10
- package/build/src/errors/EntityInvalidFieldValueError.d.ts +5 -5
- package/build/src/errors/EntityInvalidFieldValueError.js +4 -9
- package/build/src/errors/EntityNotAuthorizedError.d.ts +4 -4
- package/build/src/errors/EntityNotAuthorizedError.js +6 -11
- package/build/src/errors/EntityNotFoundError.d.ts +5 -5
- package/build/src/errors/EntityNotFoundError.js +4 -9
- package/build/src/index.d.ts +77 -77
- package/build/src/index.js +77 -94
- package/build/src/internal/CompositeFieldHolder.d.ts +3 -2
- package/build/src/internal/CompositeFieldHolder.js +11 -21
- package/build/src/internal/CompositeFieldValueMap.d.ts +2 -2
- package/build/src/internal/CompositeFieldValueMap.js +7 -12
- package/build/src/internal/EntityDataManager.d.ts +6 -6
- package/build/src/internal/EntityDataManager.js +25 -33
- package/build/src/internal/EntityFieldTransformationUtils.d.ts +1 -1
- package/build/src/internal/EntityFieldTransformationUtils.js +11 -23
- package/build/src/internal/EntityLoadInterfaces.d.ts +3 -2
- package/build/src/internal/EntityLoadInterfaces.js +4 -9
- package/build/src/internal/EntityTableDataCoordinator.d.ts +8 -8
- package/build/src/internal/EntityTableDataCoordinator.js +4 -9
- package/build/src/internal/ReadThroughEntityCache.d.ts +3 -3
- package/build/src/internal/ReadThroughEntityCache.js +7 -15
- package/build/src/internal/SingleFieldHolder.d.ts +3 -2
- package/build/src/internal/SingleFieldHolder.js +9 -19
- package/build/src/metrics/EntityMetricsUtils.d.ts +3 -3
- package/build/src/metrics/EntityMetricsUtils.js +6 -14
- package/build/src/metrics/IEntityMetricsAdapter.d.ts +2 -2
- package/build/src/metrics/IEntityMetricsAdapter.js +8 -12
- package/build/src/metrics/NoOpEntityMetricsAdapter.d.ts +1 -1
- package/build/src/metrics/NoOpEntityMetricsAdapter.js +1 -6
- package/build/src/rules/AllowIfAllSubRulesAllowPrivacyPolicyRule.d.ts +5 -5
- package/build/src/rules/AllowIfAllSubRulesAllowPrivacyPolicyRule.js +5 -10
- package/build/src/rules/AllowIfAnySubRuleAllowsPrivacyPolicyRule.d.ts +5 -5
- package/build/src/rules/AllowIfAnySubRuleAllowsPrivacyPolicyRule.js +5 -10
- package/build/src/rules/AllowIfInParentCascadeDeletionPrivacyPolicyRule.d.ts +6 -6
- package/build/src/rules/AllowIfInParentCascadeDeletionPrivacyPolicyRule.js +6 -11
- package/build/src/rules/AlwaysAllowPrivacyPolicyRule.d.ts +5 -5
- package/build/src/rules/AlwaysAllowPrivacyPolicyRule.js +3 -8
- package/build/src/rules/AlwaysDenyPrivacyPolicyRule.d.ts +5 -5
- package/build/src/rules/AlwaysDenyPrivacyPolicyRule.js +3 -8
- package/build/src/rules/AlwaysSkipPrivacyPolicyRule.d.ts +5 -5
- package/build/src/rules/AlwaysSkipPrivacyPolicyRule.js +3 -8
- package/build/src/rules/EvaluateIfEntityFieldPredicatePrivacyPolicyRule.d.ts +5 -5
- package/build/src/rules/EvaluateIfEntityFieldPredicatePrivacyPolicyRule.js +3 -8
- package/build/src/rules/PrivacyPolicyRule.d.ts +4 -4
- package/build/src/rules/PrivacyPolicyRule.js +3 -8
- package/build/src/utils/EntityCreationUtils.d.ts +5 -5
- package/build/src/utils/EntityCreationUtils.js +6 -11
- package/build/src/utils/EntityPrivacyUtils.d.ts +5 -5
- package/build/src/utils/EntityPrivacyUtils.js +20 -27
- package/build/src/utils/collections/SerializableKeyMap.js +1 -6
- package/build/src/utils/collections/maps.js +11 -27
- package/build/src/utils/collections/sets.js +1 -5
- package/build/src/utils/mergeEntityMutationTriggerConfigurations.d.ts +3 -3
- package/build/src/utils/mergeEntityMutationTriggerConfigurations.js +1 -5
- package/package.json +8 -7
- package/src/AuthorizationResultBasedEntityAssociationLoader.ts +7 -6
- package/src/AuthorizationResultBasedEntityLoader.ts +19 -17
- package/src/AuthorizationResultBasedEntityMutator.ts +24 -22
- package/src/ComposedEntityCacheAdapter.ts +5 -4
- package/src/ComposedSecondaryEntityCache.ts +2 -2
- package/src/EnforcingEntityAssociationLoader.ts +7 -7
- package/src/EnforcingEntityCreator.ts +4 -4
- package/src/EnforcingEntityDeleter.ts +4 -4
- package/src/EnforcingEntityLoader.ts +8 -8
- package/src/EnforcingEntityUpdater.ts +4 -4
- package/src/Entity.ts +13 -13
- package/src/EntityAssociationLoader.ts +6 -6
- package/src/EntityCompanion.ts +13 -10
- package/src/EntityCompanionProvider.ts +15 -14
- package/src/EntityConfiguration.ts +6 -8
- package/src/EntityConstructionUtils.ts +16 -12
- package/src/EntityCreator.ts +7 -7
- package/src/EntityDatabaseAdapter.ts +6 -6
- package/src/EntityDeleter.ts +7 -7
- package/src/EntityFieldDefinition.ts +4 -4
- package/src/EntityFields.ts +3 -3
- package/src/EntityInvalidationUtils.ts +8 -25
- package/src/EntityLoader.ts +7 -7
- package/src/EntityLoaderFactory.ts +13 -12
- package/src/EntityMutationInfo.ts +2 -2
- package/src/EntityMutationTriggerConfiguration.ts +4 -4
- package/src/EntityMutationValidatorConfiguration.ts +4 -4
- package/src/EntityMutatorFactory.ts +13 -13
- package/src/EntityPrivacyPolicy.ts +9 -10
- package/src/EntityQueryContext.ts +1 -1
- package/src/EntityQueryContextProvider.ts +2 -2
- package/src/EntitySecondaryCacheLoader.ts +8 -8
- package/src/EntityUpdater.ts +7 -7
- package/src/GenericEntityCacheAdapter.ts +5 -5
- package/src/GenericSecondaryEntityCache.ts +4 -4
- package/src/IEntityCacheAdapter.ts +2 -2
- package/src/IEntityCacheAdapterProvider.ts +2 -2
- package/src/IEntityDatabaseAdapterProvider.ts +2 -2
- package/src/IEntityGenericCacher.ts +2 -2
- package/src/ReadonlyEntity.ts +12 -19
- package/src/ViewerContext.ts +8 -8
- package/src/ViewerScopedEntityCompanion.ts +8 -8
- package/src/ViewerScopedEntityCompanionProvider.ts +6 -6
- package/src/ViewerScopedEntityLoaderFactory.ts +11 -9
- package/src/ViewerScopedEntityMutatorFactory.ts +8 -8
- package/src/__tests__/AuthorizationResultBasedEntityAssociationLoader-test.ts +6 -6
- package/src/__tests__/AuthorizationResultBasedEntityLoader-constructor-test.ts +16 -15
- package/src/__tests__/AuthorizationResultBasedEntityLoader-test.ts +21 -21
- package/src/__tests__/ComposedCacheAdapter-test.ts +8 -7
- package/src/__tests__/ComposedSecondaryEntityCache-test.ts +3 -3
- package/src/__tests__/EnforcingEntityAssociationLoader-test.ts +2 -2
- package/src/__tests__/EnforcingEntityLoader-test.ts +4 -4
- package/src/__tests__/Entity-test.ts +8 -8
- package/src/__tests__/EntityAssociationLoader-test.ts +6 -6
- package/src/__tests__/EntityCommonUseCases-test.ts +17 -13
- package/src/__tests__/EntityCompanion-test.ts +11 -11
- package/src/__tests__/EntityCompanionProvider-test.ts +8 -7
- package/src/__tests__/EntityConfiguration-test.ts +3 -3
- package/src/__tests__/EntityDatabaseAdapter-test.ts +11 -7
- package/src/__tests__/EntityEdges-test.ts +17 -19
- package/src/__tests__/EntityFields-test.ts +3 -3
- package/src/__tests__/EntityLoader-test.ts +7 -7
- package/src/__tests__/EntityMutator-MutationCacheConsistency-test.ts +12 -11
- package/src/__tests__/EntityMutator-SingleCompositeFieldCacheConsistency-test.ts +4 -4
- package/src/__tests__/EntityMutator-test.ts +32 -36
- package/src/__tests__/EntityPrivacyPolicy-test.ts +19 -19
- package/src/__tests__/EntityQueryContext-test.ts +9 -9
- package/src/__tests__/EntitySecondaryCacheLoader-test.ts +8 -7
- package/src/__tests__/EntitySelfReferentialEdges-test.ts +12 -12
- package/src/__tests__/GenericEntityCacheAdapter-test.ts +6 -6
- package/src/__tests__/GenericSecondaryEntityCache-test.ts +16 -18
- package/src/__tests__/ReadonlyEntity-test.ts +10 -10
- package/src/__tests__/ViewerContext-test.ts +3 -3
- package/src/__tests__/ViewerScopedEntityCompanion-test.ts +7 -7
- package/src/__tests__/ViewerScopedEntityCompanionProvider-test.ts +5 -5
- package/src/__tests__/ViewerScopedEntityLoaderFactory-test.ts +5 -5
- package/src/__tests__/ViewerScopedEntityMutatorFactory-test.ts +6 -6
- package/src/__tests__/cases/TwoEntitySameTableDisjointRows-test.ts +9 -9
- package/src/__tests__/cases/TwoEntitySameTableOverlappingRows-test.ts +8 -8
- package/src/__tests__/entityUtils-test.ts +4 -4
- package/src/entityUtils.ts +1 -1
- package/src/errors/EntityCacheAdapterError.ts +1 -1
- package/src/errors/EntityDatabaseAdapterError.ts +1 -1
- package/src/errors/EntityInvalidFieldValueError.ts +5 -5
- package/src/errors/EntityNotAuthorizedError.ts +4 -4
- package/src/errors/EntityNotFoundError.ts +5 -5
- package/src/errors/__tests__/EntityDatabaseAdapterError-test.ts +2 -2
- package/src/errors/__tests__/EntityError-test.ts +7 -7
- package/src/index.ts +77 -77
- package/src/internal/CompositeFieldHolder.ts +6 -10
- package/src/internal/CompositeFieldValueMap.ts +3 -5
- package/src/internal/EntityDataManager.ts +11 -14
- package/src/internal/EntityFieldTransformationUtils.ts +2 -2
- package/src/internal/EntityLoadInterfaces.ts +3 -2
- package/src/internal/EntityTableDataCoordinator.ts +9 -9
- package/src/internal/ReadThroughEntityCache.ts +4 -4
- package/src/internal/SingleFieldHolder.ts +4 -8
- package/src/internal/__tests__/CompositeFieldHolder-test.ts +1 -1
- package/src/internal/__tests__/CompositeFieldValueMap-test.ts +3 -3
- package/src/internal/__tests__/EntityDataManager-test.ts +15 -18
- package/src/internal/__tests__/EntityFieldTransformationUtils-test.ts +3 -3
- package/src/internal/__tests__/ReadThroughEntityCache-test.ts +6 -6
- package/src/metrics/EntityMetricsUtils.ts +5 -5
- package/src/metrics/IEntityMetricsAdapter.ts +3 -3
- package/src/metrics/NoOpEntityMetricsAdapter.ts +2 -2
- package/src/metrics/__tests__/EntityMetricsUtils-test.ts +4 -7
- package/src/rules/AllowIfAllSubRulesAllowPrivacyPolicyRule.ts +5 -5
- package/src/rules/AllowIfAnySubRuleAllowsPrivacyPolicyRule.ts +5 -5
- package/src/rules/AllowIfInParentCascadeDeletionPrivacyPolicyRule.ts +9 -6
- package/src/rules/AlwaysAllowPrivacyPolicyRule.ts +5 -5
- package/src/rules/AlwaysDenyPrivacyPolicyRule.ts +5 -5
- package/src/rules/AlwaysSkipPrivacyPolicyRule.ts +5 -5
- package/src/rules/EvaluateIfEntityFieldPredicatePrivacyPolicyRule.ts +5 -5
- package/src/rules/PrivacyPolicyRule.ts +4 -4
- package/src/rules/__tests__/AllowIfAllSubRulesAllowPrivacyPolicyRule-test.ts +8 -8
- package/src/rules/__tests__/AllowIfAnySubRuleAllowsPrivacyPolicyRule-test.ts +8 -8
- package/src/rules/__tests__/AllowIfInParentCascadeDeletionPrivacyPolicyRule-test.ts +7 -7
- package/src/rules/__tests__/AlwaysAllowPrivacyPolicyRule-test.ts +5 -5
- package/src/rules/__tests__/AlwaysDenyPrivacyPolicyRule-test.ts +5 -5
- package/src/rules/__tests__/AlwaysSkipPrivacyPolicyRule-test.ts +5 -5
- package/src/rules/__tests__/EvaluateIfEntityFieldPredicatePrivacyPolicyRule-test.ts +9 -8
- package/src/utils/EntityCreationUtils.ts +7 -7
- package/src/utils/EntityPrivacyUtils.ts +13 -9
- package/src/utils/__testfixtures__/PrivacyPolicyRuleTestUtils.ts +6 -5
- package/src/utils/__testfixtures__/SimpleTestEntity.ts +7 -7
- package/src/utils/__testfixtures__/StubCacheAdapter.ts +6 -5
- package/src/utils/__testfixtures__/StubDatabaseAdapter.ts +6 -6
- package/src/utils/__testfixtures__/StubDatabaseAdapterProvider.ts +4 -4
- package/src/utils/__testfixtures__/StubQueryContextProvider.ts +2 -2
- package/src/utils/__testfixtures__/TSMockitoExtensions.ts +5 -5
- package/src/utils/__testfixtures__/TestEntity.ts +9 -8
- package/src/utils/__testfixtures__/TestEntity2.ts +7 -7
- package/src/utils/__testfixtures__/TestEntityWithMutationTriggers.ts +10 -10
- package/src/utils/__testfixtures__/TestViewerContext.ts +1 -1
- package/src/utils/__testfixtures__/createUnitTestEntityCompanionProvider.ts +6 -6
- package/src/utils/__testfixtures__/describeFieldTestCase.ts +1 -1
- package/src/utils/__tests__/EntityCreationUtils-test.ts +7 -7
- package/src/utils/__tests__/EntityPrivacyUtils-test.ts +20 -21
- package/src/utils/__tests__/canViewerDeleteAsync-edgeDeletionPermissionInferenceBehavior-test.ts +12 -12
- package/src/utils/__tests__/mergeEntityMutationTriggerConfigurations-test.ts +2 -2
- package/src/utils/collections/__tests__/SerializableKeyMap-test.ts +2 -1
- package/src/utils/collections/__tests__/maps-test.ts +5 -5
- package/src/utils/collections/__tests__/sets-test.ts +1 -1
- package/src/utils/mergeEntityMutationTriggerConfigurations.ts +3 -3
- package/build/src/AuthorizationResultBasedEntityAssociationLoader.js.map +0 -1
- package/build/src/AuthorizationResultBasedEntityLoader.js.map +0 -1
- package/build/src/AuthorizationResultBasedEntityMutator.js.map +0 -1
- package/build/src/ComposedEntityCacheAdapter.js.map +0 -1
- package/build/src/ComposedSecondaryEntityCache.js.map +0 -1
- package/build/src/EnforcingEntityAssociationLoader.js.map +0 -1
- package/build/src/EnforcingEntityCreator.js.map +0 -1
- package/build/src/EnforcingEntityDeleter.js.map +0 -1
- package/build/src/EnforcingEntityLoader.js.map +0 -1
- package/build/src/EnforcingEntityUpdater.js.map +0 -1
- package/build/src/Entity.js.map +0 -1
- package/build/src/EntityAssociationLoader.js.map +0 -1
- package/build/src/EntityCompanion.js.map +0 -1
- package/build/src/EntityCompanionProvider.js.map +0 -1
- package/build/src/EntityConfiguration.js.map +0 -1
- package/build/src/EntityConstructionUtils.js.map +0 -1
- package/build/src/EntityCreator.js.map +0 -1
- package/build/src/EntityDatabaseAdapter.js.map +0 -1
- package/build/src/EntityDeleter.js.map +0 -1
- package/build/src/EntityFieldDefinition.js.map +0 -1
- package/build/src/EntityFields.js.map +0 -1
- package/build/src/EntityInvalidationUtils.js.map +0 -1
- package/build/src/EntityLoader.js.map +0 -1
- package/build/src/EntityLoaderFactory.js.map +0 -1
- package/build/src/EntityMutationInfo.js.map +0 -1
- package/build/src/EntityMutationTriggerConfiguration.js.map +0 -1
- package/build/src/EntityMutationValidatorConfiguration.js.map +0 -1
- package/build/src/EntityMutatorFactory.js.map +0 -1
- package/build/src/EntityPrivacyPolicy.js.map +0 -1
- package/build/src/EntityQueryContext.js.map +0 -1
- package/build/src/EntityQueryContextProvider.js.map +0 -1
- package/build/src/EntitySecondaryCacheLoader.js.map +0 -1
- package/build/src/EntityUpdater.js.map +0 -1
- package/build/src/GenericEntityCacheAdapter.js.map +0 -1
- package/build/src/GenericSecondaryEntityCache.js.map +0 -1
- package/build/src/IEntityCacheAdapter.js.map +0 -1
- package/build/src/IEntityCacheAdapterProvider.js.map +0 -1
- package/build/src/IEntityDatabaseAdapterProvider.js.map +0 -1
- package/build/src/IEntityGenericCacher.js.map +0 -1
- package/build/src/ReadonlyEntity.js.map +0 -1
- package/build/src/ViewerContext.js.map +0 -1
- package/build/src/ViewerScopedEntityCompanion.js.map +0 -1
- package/build/src/ViewerScopedEntityCompanionProvider.js.map +0 -1
- package/build/src/ViewerScopedEntityLoaderFactory.js.map +0 -1
- package/build/src/ViewerScopedEntityMutatorFactory.js.map +0 -1
- package/build/src/entityUtils.js.map +0 -1
- package/build/src/errors/EntityCacheAdapterError.js.map +0 -1
- package/build/src/errors/EntityDatabaseAdapterError.js.map +0 -1
- package/build/src/errors/EntityError.js.map +0 -1
- package/build/src/errors/EntityInvalidFieldValueError.js.map +0 -1
- package/build/src/errors/EntityNotAuthorizedError.js.map +0 -1
- package/build/src/errors/EntityNotFoundError.js.map +0 -1
- package/build/src/index.js.map +0 -1
- package/build/src/internal/CompositeFieldHolder.js.map +0 -1
- package/build/src/internal/CompositeFieldValueMap.js.map +0 -1
- package/build/src/internal/EntityDataManager.js.map +0 -1
- package/build/src/internal/EntityFieldTransformationUtils.js.map +0 -1
- package/build/src/internal/EntityLoadInterfaces.js.map +0 -1
- package/build/src/internal/EntityTableDataCoordinator.js.map +0 -1
- package/build/src/internal/ReadThroughEntityCache.js.map +0 -1
- package/build/src/internal/SingleFieldHolder.js.map +0 -1
- package/build/src/metrics/EntityMetricsUtils.js.map +0 -1
- package/build/src/metrics/IEntityMetricsAdapter.js.map +0 -1
- package/build/src/metrics/NoOpEntityMetricsAdapter.js.map +0 -1
- package/build/src/rules/AllowIfAllSubRulesAllowPrivacyPolicyRule.js.map +0 -1
- package/build/src/rules/AllowIfAnySubRuleAllowsPrivacyPolicyRule.js.map +0 -1
- package/build/src/rules/AllowIfInParentCascadeDeletionPrivacyPolicyRule.js.map +0 -1
- package/build/src/rules/AlwaysAllowPrivacyPolicyRule.js.map +0 -1
- package/build/src/rules/AlwaysDenyPrivacyPolicyRule.js.map +0 -1
- package/build/src/rules/AlwaysSkipPrivacyPolicyRule.js.map +0 -1
- package/build/src/rules/EvaluateIfEntityFieldPredicatePrivacyPolicyRule.js.map +0 -1
- package/build/src/rules/PrivacyPolicyRule.js.map +0 -1
- package/build/src/utils/EntityCreationUtils.js.map +0 -1
- package/build/src/utils/EntityPrivacyUtils.js.map +0 -1
- package/build/src/utils/collections/SerializableKeyMap.js.map +0 -1
- package/build/src/utils/collections/maps.js.map +0 -1
- package/build/src/utils/collections/sets.js.map +0 -1
- package/build/src/utils/mergeEntityMutationTriggerConfigurations.js.map +0 -1
|
@@ -1,35 +1,37 @@
|
|
|
1
|
-
import { Result
|
|
1
|
+
import type { Result } from '@expo/results';
|
|
2
|
+
import { asyncResult, enforceAsyncResult, result } from '@expo/results';
|
|
2
3
|
import invariant from 'invariant';
|
|
3
4
|
|
|
4
|
-
import { Entity, IEntityClass } from './Entity';
|
|
5
|
-
import { EntityCompanionProvider } from './EntityCompanionProvider';
|
|
6
|
-
import { EntityConfiguration } from './EntityConfiguration';
|
|
7
|
-
import { EntityDatabaseAdapter } from './EntityDatabaseAdapter';
|
|
8
|
-
import { EntityEdgeDeletionBehavior } from './EntityFieldDefinition';
|
|
9
|
-
import { EntityLoaderFactory } from './EntityLoaderFactory';
|
|
10
|
-
import {
|
|
5
|
+
import type { Entity, IEntityClass } from './Entity.ts';
|
|
6
|
+
import type { EntityCompanionProvider } from './EntityCompanionProvider.ts';
|
|
7
|
+
import type { EntityConfiguration } from './EntityConfiguration.ts';
|
|
8
|
+
import type { EntityDatabaseAdapter } from './EntityDatabaseAdapter.ts';
|
|
9
|
+
import { EntityEdgeDeletionBehavior } from './EntityFieldDefinition.ts';
|
|
10
|
+
import type { EntityLoaderFactory } from './EntityLoaderFactory.ts';
|
|
11
|
+
import type {
|
|
11
12
|
EntityCascadingDeletionInfo,
|
|
12
|
-
EntityMutationType,
|
|
13
13
|
EntityTriggerMutationInfo,
|
|
14
14
|
EntityValidatorMutationInfo,
|
|
15
|
-
} from './EntityMutationInfo';
|
|
16
|
-
import {
|
|
15
|
+
} from './EntityMutationInfo.ts';
|
|
16
|
+
import { EntityMutationType } from './EntityMutationInfo.ts';
|
|
17
|
+
import type {
|
|
17
18
|
EntityMutationTrigger,
|
|
18
19
|
EntityMutationTriggerConfiguration,
|
|
19
20
|
EntityNonTransactionalMutationTrigger,
|
|
20
|
-
} from './EntityMutationTriggerConfiguration';
|
|
21
|
-
import {
|
|
21
|
+
} from './EntityMutationTriggerConfiguration.ts';
|
|
22
|
+
import type {
|
|
22
23
|
EntityMutationValidator,
|
|
23
24
|
EntityMutationValidatorConfiguration,
|
|
24
|
-
} from './EntityMutationValidatorConfiguration';
|
|
25
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
26
|
-
import { EntityQueryContext, EntityTransactionalQueryContext } from './EntityQueryContext';
|
|
27
|
-
import { ViewerContext } from './ViewerContext';
|
|
28
|
-
import { enforceResultsAsync } from './entityUtils';
|
|
29
|
-
import { EntityInvalidFieldValueError } from './errors/EntityInvalidFieldValueError';
|
|
30
|
-
import { timeAndLogMutationEventAsync } from './metrics/EntityMetricsUtils';
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
25
|
+
} from './EntityMutationValidatorConfiguration.ts';
|
|
26
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
27
|
+
import type { EntityQueryContext, EntityTransactionalQueryContext } from './EntityQueryContext.ts';
|
|
28
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
29
|
+
import { enforceResultsAsync } from './entityUtils.ts';
|
|
30
|
+
import { EntityInvalidFieldValueError } from './errors/EntityInvalidFieldValueError.ts';
|
|
31
|
+
import { timeAndLogMutationEventAsync } from './metrics/EntityMetricsUtils.ts';
|
|
32
|
+
import type { IEntityMetricsAdapter } from './metrics/IEntityMetricsAdapter.ts';
|
|
33
|
+
import { EntityMetricsMutationType } from './metrics/IEntityMetricsAdapter.ts';
|
|
34
|
+
import { mapMapAsync } from './utils/collections/maps.ts';
|
|
33
35
|
|
|
34
36
|
/**
|
|
35
37
|
* Base class for entity mutators. Mutators are builder-like class instances that are
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import nullthrows from 'nullthrows';
|
|
1
|
+
import nullthrows from '@expo/nullthrows';
|
|
2
2
|
|
|
3
|
-
import { IEntityCacheAdapter } from './IEntityCacheAdapter';
|
|
4
|
-
import { IEntityLoadKey, IEntityLoadValue } from './internal/EntityLoadInterfaces';
|
|
5
|
-
import { CacheLoadResult
|
|
3
|
+
import type { IEntityCacheAdapter } from './IEntityCacheAdapter.ts';
|
|
4
|
+
import type { IEntityLoadKey, IEntityLoadValue } from './internal/EntityLoadInterfaces.ts';
|
|
5
|
+
import type { CacheLoadResult } from './internal/ReadThroughEntityCache.ts';
|
|
6
|
+
import { CacheStatus } from './internal/ReadThroughEntityCache.ts';
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* A IEntityCacheAdapter that composes other IEntityCacheAdapter instances.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import nullthrows from 'nullthrows';
|
|
1
|
+
import nullthrows from '@expo/nullthrows';
|
|
2
2
|
|
|
3
|
-
import { ISecondaryEntityCache } from './EntitySecondaryCacheLoader';
|
|
3
|
+
import type { ISecondaryEntityCache } from './EntitySecondaryCacheLoader.ts';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* A ISecondaryEntityCache that composes other ISecondaryEntityCache instances.
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { enforceAsyncResult } from '@expo/results';
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import type {
|
|
4
4
|
AuthorizationResultBasedEntityAssociationLoader,
|
|
5
5
|
EntityLoadThroughDirective,
|
|
6
|
-
} from './AuthorizationResultBasedEntityAssociationLoader';
|
|
7
|
-
import { IEntityClass } from './Entity';
|
|
8
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
9
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
10
|
-
import { ViewerContext } from './ViewerContext';
|
|
11
|
-
import { enforceResultsAsync } from './entityUtils';
|
|
6
|
+
} from './AuthorizationResultBasedEntityAssociationLoader.ts';
|
|
7
|
+
import type { IEntityClass } from './Entity.ts';
|
|
8
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
9
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
10
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
11
|
+
import { enforceResultsAsync } from './entityUtils.ts';
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* An association loader is a set of convenience methods for loading entities
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { enforceAsyncResult } from '@expo/results';
|
|
2
2
|
|
|
3
|
-
import { AuthorizationResultBasedCreateMutator } from './AuthorizationResultBasedEntityMutator';
|
|
4
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
5
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
6
|
-
import { ViewerContext } from './ViewerContext';
|
|
3
|
+
import type { AuthorizationResultBasedCreateMutator } from './AuthorizationResultBasedEntityMutator.ts';
|
|
4
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
5
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
6
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Enforcing entity creator. All creates
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { enforceAsyncResult } from '@expo/results';
|
|
2
2
|
|
|
3
|
-
import { AuthorizationResultBasedDeleteMutator } from './AuthorizationResultBasedEntityMutator';
|
|
4
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
5
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
6
|
-
import { ViewerContext } from './ViewerContext';
|
|
3
|
+
import type { AuthorizationResultBasedDeleteMutator } from './AuthorizationResultBasedEntityMutator.ts';
|
|
4
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
5
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
6
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Enforcing entity deleter. All deletes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AuthorizationResultBasedEntityLoader } from './AuthorizationResultBasedEntityLoader';
|
|
2
|
-
import { EntityCompositeField, EntityCompositeFieldValue } from './EntityConfiguration';
|
|
3
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
4
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
5
|
-
import { ViewerContext } from './ViewerContext';
|
|
6
|
-
import { CompositeFieldValueHolder } from './internal/CompositeFieldHolder';
|
|
7
|
-
import { CompositeFieldValueMap } from './internal/CompositeFieldValueMap';
|
|
8
|
-
import { mapMap } from './utils/collections/maps';
|
|
1
|
+
import type { AuthorizationResultBasedEntityLoader } from './AuthorizationResultBasedEntityLoader.ts';
|
|
2
|
+
import type { EntityCompositeField, EntityCompositeFieldValue } from './EntityConfiguration.ts';
|
|
3
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
4
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
5
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
6
|
+
import { CompositeFieldValueHolder } from './internal/CompositeFieldHolder.ts';
|
|
7
|
+
import { CompositeFieldValueMap } from './internal/CompositeFieldValueMap.ts';
|
|
8
|
+
import { mapMap } from './utils/collections/maps.ts';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Enforcing entity loader. All normal loads are batched,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { enforceAsyncResult } from '@expo/results';
|
|
2
2
|
|
|
3
|
-
import { AuthorizationResultBasedUpdateMutator } from './AuthorizationResultBasedEntityMutator';
|
|
4
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
5
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
6
|
-
import { ViewerContext } from './ViewerContext';
|
|
3
|
+
import type { AuthorizationResultBasedUpdateMutator } from './AuthorizationResultBasedEntityMutator.ts';
|
|
4
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
5
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
6
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Enforcing entity updater. All updates
|
package/src/Entity.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type {
|
|
2
2
|
AuthorizationResultBasedCreateMutator,
|
|
3
3
|
AuthorizationResultBasedDeleteMutator,
|
|
4
4
|
AuthorizationResultBasedUpdateMutator,
|
|
5
|
-
} from './AuthorizationResultBasedEntityMutator';
|
|
6
|
-
import { EnforcingEntityCreator } from './EnforcingEntityCreator';
|
|
7
|
-
import { EnforcingEntityDeleter } from './EnforcingEntityDeleter';
|
|
8
|
-
import { EnforcingEntityUpdater } from './EnforcingEntityUpdater';
|
|
9
|
-
import { EntityCompanionDefinition } from './EntityCompanionProvider';
|
|
10
|
-
import { EntityCreator } from './EntityCreator';
|
|
11
|
-
import { EntityDeleter } from './EntityDeleter';
|
|
12
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
13
|
-
import { EntityQueryContext } from './EntityQueryContext';
|
|
14
|
-
import { EntityUpdater } from './EntityUpdater';
|
|
15
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
16
|
-
import { ViewerContext } from './ViewerContext';
|
|
5
|
+
} from './AuthorizationResultBasedEntityMutator.ts';
|
|
6
|
+
import type { EnforcingEntityCreator } from './EnforcingEntityCreator.ts';
|
|
7
|
+
import type { EnforcingEntityDeleter } from './EnforcingEntityDeleter.ts';
|
|
8
|
+
import type { EnforcingEntityUpdater } from './EnforcingEntityUpdater.ts';
|
|
9
|
+
import type { EntityCompanionDefinition } from './EntityCompanionProvider.ts';
|
|
10
|
+
import { EntityCreator } from './EntityCreator.ts';
|
|
11
|
+
import { EntityDeleter } from './EntityDeleter.ts';
|
|
12
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
13
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
14
|
+
import { EntityUpdater } from './EntityUpdater.ts';
|
|
15
|
+
import { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
16
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Entity is a privacy-first data model.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AuthorizationResultBasedEntityAssociationLoader } from './AuthorizationResultBasedEntityAssociationLoader';
|
|
2
|
-
import { EnforcingEntityAssociationLoader } from './EnforcingEntityAssociationLoader';
|
|
3
|
-
import { IEntityClass } from './Entity';
|
|
4
|
-
import { EntityQueryContext } from './EntityQueryContext';
|
|
5
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
6
|
-
import { ViewerContext } from './ViewerContext';
|
|
1
|
+
import { AuthorizationResultBasedEntityAssociationLoader } from './AuthorizationResultBasedEntityAssociationLoader.ts';
|
|
2
|
+
import { EnforcingEntityAssociationLoader } from './EnforcingEntityAssociationLoader.ts';
|
|
3
|
+
import type { IEntityClass } from './Entity.ts';
|
|
4
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
5
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
6
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* An association loader is a set of convenience methods for loading entities
|
package/src/EntityCompanion.ts
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
1
|
+
import type {
|
|
2
|
+
EntityCompanionDefinition,
|
|
3
|
+
EntityCompanionProvider,
|
|
4
|
+
} from './EntityCompanionProvider.ts';
|
|
5
|
+
import { EntityLoaderFactory } from './EntityLoaderFactory.ts';
|
|
6
|
+
import { EntityMutatorFactory } from './EntityMutatorFactory.ts';
|
|
7
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
8
|
+
import type { EntityQueryContextProvider } from './EntityQueryContextProvider.ts';
|
|
9
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
10
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
11
|
+
import type { EntityTableDataCoordinator } from './internal/EntityTableDataCoordinator.ts';
|
|
12
|
+
import type { IEntityMetricsAdapter } from './metrics/IEntityMetricsAdapter.ts';
|
|
13
|
+
import { mergeEntityMutationTriggerConfigurations } from './utils/mergeEntityMutationTriggerConfigurations.ts';
|
|
11
14
|
|
|
12
15
|
export interface IPrivacyPolicyClass<TPrivacyPolicy> {
|
|
13
16
|
new (): TPrivacyPolicy;
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import invariant from 'invariant';
|
|
2
2
|
|
|
3
|
-
import { IEntityClass } from './Entity';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
3
|
+
import type { IEntityClass } from './Entity.ts';
|
|
4
|
+
import type { IPrivacyPolicyClass } from './EntityCompanion.ts';
|
|
5
|
+
import { EntityCompanion } from './EntityCompanion.ts';
|
|
6
|
+
import type { EntityConfiguration } from './EntityConfiguration.ts';
|
|
7
|
+
import type { EntityMutationTriggerConfiguration } from './EntityMutationTriggerConfiguration.ts';
|
|
8
|
+
import type { EntityMutationValidatorConfiguration } from './EntityMutationValidatorConfiguration.ts';
|
|
9
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
10
|
+
import type { EntityQueryContextProvider } from './EntityQueryContextProvider.ts';
|
|
11
|
+
import type { IEntityCacheAdapterProvider } from './IEntityCacheAdapterProvider.ts';
|
|
12
|
+
import type { IEntityDatabaseAdapterProvider } from './IEntityDatabaseAdapterProvider.ts';
|
|
13
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
14
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
15
|
+
import { EntityTableDataCoordinator } from './internal/EntityTableDataCoordinator.ts';
|
|
16
|
+
import type { IEntityMetricsAdapter } from './metrics/IEntityMetricsAdapter.ts';
|
|
17
|
+
import { computeIfAbsent } from './utils/collections/maps.ts';
|
|
17
18
|
|
|
18
19
|
/**
|
|
19
20
|
* Backing database and transaction type for an entity. The definitions and implementations
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import invariant from 'invariant';
|
|
2
2
|
|
|
3
|
-
import { IEntityClass } from './Entity';
|
|
4
|
-
import { CacheAdapterFlavor, DatabaseAdapterFlavor } from './EntityCompanionProvider';
|
|
5
|
-
import { EntityFieldDefinition } from './EntityFieldDefinition';
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
} from './internal/CompositeFieldHolder';
|
|
10
|
-
import { invertMap, mapMap, reduceMap } from './utils/collections/maps';
|
|
3
|
+
import type { IEntityClass } from './Entity.ts';
|
|
4
|
+
import type { CacheAdapterFlavor, DatabaseAdapterFlavor } from './EntityCompanionProvider.ts';
|
|
5
|
+
import type { EntityFieldDefinition } from './EntityFieldDefinition.ts';
|
|
6
|
+
import type { SerializedCompositeFieldHolder } from './internal/CompositeFieldHolder.ts';
|
|
7
|
+
import { CompositeFieldHolder } from './internal/CompositeFieldHolder.ts';
|
|
8
|
+
import { invertMap, mapMap, reduceMap } from './utils/collections/maps.ts';
|
|
11
9
|
|
|
12
10
|
/**
|
|
13
11
|
* A composite field is an unordered set of fields by which entities can be loaded in a batched
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
import
|
|
1
|
+
import nullthrows from '@expo/nullthrows';
|
|
2
|
+
import type { Result } from '@expo/results';
|
|
3
|
+
import { asyncResult, result } from '@expo/results';
|
|
2
4
|
import invariant from 'invariant';
|
|
3
|
-
import nullthrows from 'nullthrows';
|
|
4
5
|
|
|
5
|
-
import { IEntityClass } from './Entity';
|
|
6
|
-
import { EntityConfiguration } from './EntityConfiguration';
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
6
|
+
import type { IEntityClass } from './Entity.ts';
|
|
7
|
+
import type { EntityConfiguration } from './EntityConfiguration.ts';
|
|
8
|
+
import type {
|
|
9
|
+
EntityPrivacyPolicy,
|
|
10
|
+
EntityPrivacyPolicyEvaluationContext,
|
|
11
|
+
} from './EntityPrivacyPolicy.ts';
|
|
12
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
13
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
14
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
15
|
+
import { pick } from './entityUtils.ts';
|
|
16
|
+
import { EntityInvalidFieldValueError } from './errors/EntityInvalidFieldValueError.ts';
|
|
17
|
+
import type { IEntityMetricsAdapter } from './metrics/IEntityMetricsAdapter.ts';
|
|
18
|
+
import { mapMapAsync } from './utils/collections/maps.ts';
|
|
15
19
|
|
|
16
20
|
/**
|
|
17
21
|
* Common entity loader utilities for entity construction and authorization.
|
package/src/EntityCreator.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AuthorizationResultBasedCreateMutator } from './AuthorizationResultBasedEntityMutator';
|
|
2
|
-
import { EnforcingEntityCreator } from './EnforcingEntityCreator';
|
|
3
|
-
import { IEntityClass } from './Entity';
|
|
4
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
5
|
-
import { EntityQueryContext } from './EntityQueryContext';
|
|
6
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
7
|
-
import { ViewerContext } from './ViewerContext';
|
|
1
|
+
import type { AuthorizationResultBasedCreateMutator } from './AuthorizationResultBasedEntityMutator.ts';
|
|
2
|
+
import { EnforcingEntityCreator } from './EnforcingEntityCreator.ts';
|
|
3
|
+
import type { IEntityClass } from './Entity.ts';
|
|
4
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
5
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
6
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
7
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* The primary interface for creating entities.
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import invariant from 'invariant';
|
|
2
2
|
|
|
3
|
-
import { EntityConfiguration } from './EntityConfiguration';
|
|
4
|
-
import { EntityQueryContext } from './EntityQueryContext';
|
|
3
|
+
import type { EntityConfiguration } from './EntityConfiguration.ts';
|
|
4
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
5
5
|
import {
|
|
6
6
|
EntityDatabaseAdapterEmptyInsertResultError,
|
|
7
7
|
EntityDatabaseAdapterEmptyUpdateResultError,
|
|
8
8
|
EntityDatabaseAdapterExcessiveDeleteResultError,
|
|
9
9
|
EntityDatabaseAdapterExcessiveInsertResultError,
|
|
10
10
|
EntityDatabaseAdapterExcessiveUpdateResultError,
|
|
11
|
-
} from './errors/EntityDatabaseAdapterError';
|
|
11
|
+
} from './errors/EntityDatabaseAdapterError.ts';
|
|
12
|
+
import type { FieldTransformerMap } from './internal/EntityFieldTransformationUtils.ts';
|
|
12
13
|
import {
|
|
13
|
-
FieldTransformerMap,
|
|
14
14
|
getDatabaseFieldForEntityField,
|
|
15
15
|
transformDatabaseObjectToFields,
|
|
16
16
|
transformFieldsToDatabaseObject,
|
|
17
|
-
} from './internal/EntityFieldTransformationUtils';
|
|
18
|
-
import { IEntityLoadKey, IEntityLoadValue } from './internal/EntityLoadInterfaces';
|
|
17
|
+
} from './internal/EntityFieldTransformationUtils.ts';
|
|
18
|
+
import type { IEntityLoadKey, IEntityLoadValue } from './internal/EntityLoadInterfaces.ts';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* A database adapter is an interface by which entity objects can be
|
package/src/EntityDeleter.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AuthorizationResultBasedDeleteMutator } from './AuthorizationResultBasedEntityMutator';
|
|
2
|
-
import { EnforcingEntityDeleter } from './EnforcingEntityDeleter';
|
|
3
|
-
import { IEntityClass } from './Entity';
|
|
4
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
5
|
-
import { EntityQueryContext } from './EntityQueryContext';
|
|
6
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
7
|
-
import { ViewerContext } from './ViewerContext';
|
|
1
|
+
import type { AuthorizationResultBasedDeleteMutator } from './AuthorizationResultBasedEntityMutator.ts';
|
|
2
|
+
import { EnforcingEntityDeleter } from './EnforcingEntityDeleter.ts';
|
|
3
|
+
import type { IEntityClass } from './Entity.ts';
|
|
4
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
5
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
6
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
7
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* The primary interface for deleting entities.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IEntityClass } from './Entity';
|
|
2
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
3
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
4
|
-
import { ViewerContext } from './ViewerContext';
|
|
1
|
+
import type { IEntityClass } from './Entity.ts';
|
|
2
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
3
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
4
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
5
5
|
|
|
6
6
|
export enum EntityEdgeDeletionBehavior {
|
|
7
7
|
/**
|
package/src/EntityFields.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
EntityFieldDefinition,
|
|
1
|
+
import type {
|
|
3
2
|
EntityFieldDefinitionOptions,
|
|
4
3
|
EntityFieldDefinitionOptionsExplicitCache,
|
|
5
|
-
} from './EntityFieldDefinition';
|
|
4
|
+
} from './EntityFieldDefinition.ts';
|
|
5
|
+
import { EntityFieldDefinition } from './EntityFieldDefinition.ts';
|
|
6
6
|
|
|
7
7
|
// Use our own regex since the `uuid` package doesn't support validating UUIDv6/7/8 yet
|
|
8
8
|
const UUID_REGEX =
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { SingleFieldHolder, SingleFieldValueHolder } from './internal/SingleFieldHolder';
|
|
10
|
-
import { IEntityMetricsAdapter } from './metrics/IEntityMetricsAdapter';
|
|
1
|
+
import type { EntityConfiguration } from './EntityConfiguration.ts';
|
|
2
|
+
import type { EntityTransactionalQueryContext } from './EntityQueryContext.ts';
|
|
3
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
4
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
5
|
+
import type { EntityDataManager } from './internal/EntityDataManager.ts';
|
|
6
|
+
import type { LoadPair } from './internal/EntityLoadInterfaces.ts';
|
|
7
|
+
import { SingleFieldHolder, SingleFieldValueHolder } from './internal/SingleFieldHolder.ts';
|
|
8
|
+
import type { IEntityMetricsAdapter } from './metrics/IEntityMetricsAdapter.ts';
|
|
11
9
|
|
|
12
10
|
/**
|
|
13
11
|
* Entity invalidation utilities.
|
|
@@ -18,25 +16,10 @@ export class EntityInvalidationUtils<
|
|
|
18
16
|
TIDField extends keyof NonNullable<Pick<TFields, TSelectedFields>>,
|
|
19
17
|
TViewerContext extends ViewerContext,
|
|
20
18
|
TEntity extends ReadonlyEntity<TFields, TIDField, TViewerContext, TSelectedFields>,
|
|
21
|
-
TPrivacyPolicy extends EntityPrivacyPolicy<
|
|
22
|
-
TFields,
|
|
23
|
-
TIDField,
|
|
24
|
-
TViewerContext,
|
|
25
|
-
TEntity,
|
|
26
|
-
TSelectedFields
|
|
27
|
-
>,
|
|
28
19
|
TSelectedFields extends keyof TFields,
|
|
29
20
|
> {
|
|
30
21
|
constructor(
|
|
31
22
|
private readonly entityConfiguration: EntityConfiguration<TFields, TIDField>,
|
|
32
|
-
_entityClass: IEntityClass<
|
|
33
|
-
TFields,
|
|
34
|
-
TIDField,
|
|
35
|
-
TViewerContext,
|
|
36
|
-
TEntity,
|
|
37
|
-
TPrivacyPolicy,
|
|
38
|
-
TSelectedFields
|
|
39
|
-
>,
|
|
40
23
|
private readonly dataManager: EntityDataManager<TFields, TIDField>,
|
|
41
24
|
protected readonly metricsAdapter: IEntityMetricsAdapter,
|
|
42
25
|
) {}
|
package/src/EntityLoader.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AuthorizationResultBasedEntityLoader } from './AuthorizationResultBasedEntityLoader';
|
|
2
|
-
import { EnforcingEntityLoader } from './EnforcingEntityLoader';
|
|
3
|
-
import { IEntityClass } from './Entity';
|
|
4
|
-
import { EntityPrivacyPolicy } from './EntityPrivacyPolicy';
|
|
5
|
-
import { EntityQueryContext } from './EntityQueryContext';
|
|
6
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
7
|
-
import { ViewerContext } from './ViewerContext';
|
|
1
|
+
import type { AuthorizationResultBasedEntityLoader } from './AuthorizationResultBasedEntityLoader.ts';
|
|
2
|
+
import { EnforcingEntityLoader } from './EnforcingEntityLoader.ts';
|
|
3
|
+
import type { IEntityClass } from './Entity.ts';
|
|
4
|
+
import type { EntityPrivacyPolicy } from './EntityPrivacyPolicy.ts';
|
|
5
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
6
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
7
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* The primary interface for loading entities. All normal loads are batched,
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import { AuthorizationResultBasedEntityLoader } from './AuthorizationResultBasedEntityLoader';
|
|
2
|
-
import { EntityCompanion } from './EntityCompanion';
|
|
3
|
-
import { EntityConstructionUtils } from './EntityConstructionUtils';
|
|
4
|
-
import { EntityInvalidationUtils } from './EntityInvalidationUtils';
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
1
|
+
import { AuthorizationResultBasedEntityLoader } from './AuthorizationResultBasedEntityLoader.ts';
|
|
2
|
+
import type { EntityCompanion } from './EntityCompanion.ts';
|
|
3
|
+
import { EntityConstructionUtils } from './EntityConstructionUtils.ts';
|
|
4
|
+
import { EntityInvalidationUtils } from './EntityInvalidationUtils.ts';
|
|
5
|
+
import type {
|
|
6
|
+
EntityPrivacyPolicy,
|
|
7
|
+
EntityPrivacyPolicyEvaluationContext,
|
|
8
|
+
} from './EntityPrivacyPolicy.ts';
|
|
9
|
+
import type { EntityQueryContext } from './EntityQueryContext.ts';
|
|
10
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
11
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
12
|
+
import type { EntityDataManager } from './internal/EntityDataManager.ts';
|
|
13
|
+
import type { IEntityMetricsAdapter } from './metrics/IEntityMetricsAdapter.ts';
|
|
11
14
|
|
|
12
15
|
/**
|
|
13
16
|
* The primary entry point for loading entities.
|
|
@@ -44,12 +47,10 @@ export class EntityLoaderFactory<
|
|
|
44
47
|
TIDField,
|
|
45
48
|
TViewerContext,
|
|
46
49
|
TEntity,
|
|
47
|
-
TPrivacyPolicy,
|
|
48
50
|
TSelectedFields
|
|
49
51
|
> {
|
|
50
52
|
return new EntityInvalidationUtils(
|
|
51
53
|
this.entityCompanion.entityCompanionDefinition.entityConfiguration,
|
|
52
|
-
this.entityCompanion.entityCompanionDefinition.entityClass,
|
|
53
54
|
this.dataManager,
|
|
54
55
|
this.metricsAdapter,
|
|
55
56
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EntityTriggerMutationInfo } from './EntityMutationInfo';
|
|
2
|
-
import { EntityTransactionalQueryContext } from './EntityQueryContext';
|
|
3
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
4
|
-
import { ViewerContext } from './ViewerContext';
|
|
1
|
+
import type { EntityTriggerMutationInfo } from './EntityMutationInfo.ts';
|
|
2
|
+
import type { EntityTransactionalQueryContext } from './EntityQueryContext.ts';
|
|
3
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
4
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Interface to define trigger behavior for entities.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EntityValidatorMutationInfo } from './EntityMutationInfo';
|
|
2
|
-
import { EntityTransactionalQueryContext } from './EntityQueryContext';
|
|
3
|
-
import { ReadonlyEntity } from './ReadonlyEntity';
|
|
4
|
-
import { ViewerContext } from './ViewerContext';
|
|
1
|
+
import type { EntityValidatorMutationInfo } from './EntityMutationInfo.ts';
|
|
2
|
+
import type { EntityTransactionalQueryContext } from './EntityQueryContext.ts';
|
|
3
|
+
import type { ReadonlyEntity } from './ReadonlyEntity.ts';
|
|
4
|
+
import type { ViewerContext } from './ViewerContext.ts';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Interface to define validator behavior for entities.
|