/** * DataLex contract resolution for DQL. * * Public surface for the consumer side of the manifest-spec * `datalex_contract` interop pattern. Keeps DQL's compile-time check on * `datalex_contract = "..."` references decoupled from DataLex's compiler: * we only depend on the published manifest schema. */ export { DataLexContractRegistry } from './registry.js'; export { AGENT_RUN_TELEMETRY_VERSION, AGGREGATION_SAFETY_PROOF_VERSION, ANALYTICAL_EXECUTION_RECEIPT_VERSION, normalizeAgentRunTelemetryV1, normalizeAnalyticalExecutionReceiptV1, type AgentRunTelemetryStage, type AgentRunTelemetryV1, type AnalyticalExecutionReceiptV1, type AnalyticalExecutionRouteV1, type AggregationAdditivity, type AggregationFanoutEvidence, type AggregationRoundingEvidence, type AggregationSafetyProofV1, type AggregationSafetyStatus, } from './execution.js'; export { ANALYTICAL_FAILURE_VERSION, ANALYTICAL_FAILURE_V2_VERSION, ANALYTICAL_QUESTION_FRAME_VERSION, ANALYTICAL_REPAIR_CAPABILITY_VERSION, PROVIDER_EGRESS_RECEIPT_VERSION, analyticalRepairTrustTransition, normalizeAnalyticalRepairCapabilityV1, normalizeAnalyticalFailureV1, normalizeAnalyticalFailureV2, normalizeAnalyticalQuestionFrameV2, normalizeMetricCapabilityContract, normalizeProviderEgressReceiptV1, type AnalyticalAmbiguityV2, type AnalyticalComparisonV2, type AnalyticalDimensionBindingV2, type AnalyticalDimensionRole, type AnalyticalFailureCode, type AnalyticalFailureCodeV2, type AnalyticalFailurePhase, type AnalyticalFailureRecoverability, type AnalyticalFailureV1, type AnalyticalFailureV2, type AnalyticalMemberBindingV2, type AnalyticalOperation, type AnalyticalPeriodKind, type AnalyticalPeriodV2, type AnalyticalPolicyContract, type AnalyticalQuestionFrameV2, type AnalyticalQuestionType, type AnalyticalRankingV2, type AnalyticalRepairChange, type AnalyticalAutomaticRepairAction, type AnalyticalManualRepairAction, type AnalyticalRepairCapabilityV1, type AnalyticalRepairCorrectionCode, type AnalyticalRepairIneligibilityReason, type AnalyticalRepairTrustTransition, type AnalyticalRequestedOutputV2, type AnalyticalTimeContextV2, type AnalyticalTrustState, type MetricCapabilityContract, type ProviderEgressCategory, type ProviderEgressPurpose, type ProviderEgressReceiptV1, type ProviderDispatchPhaseV1, type ResolvedRelationshipProofV1, } from './analytical.js'; export { SEMANTIC_EXECUTION_CONTRACT_VERSION, compareWarehouseTargets, createSemanticTargetBinding, createWarehouseTargetIdentity, semanticExecutionFingerprint, type ExecutableSemanticQueryPlanV1, type SemanticAdapterIdV1, type SemanticAggregationCompilerReceiptV1, type SemanticCompileTargetV1, type SemanticExecutionReceiptV1, type SemanticRuntimeMemberBindingV1, type SemanticSnapshotRefV1, type SemanticTargetBindingV1, type SemanticTargetProofKind, type WarehouseTargetContextV1, type WarehouseTargetIdentityV1, type WarehouseTargetMismatchV1, } from './semantic-execution.js'; export { parseContractRef, type ContractId, type ContractParam, type ContractRef, type ContractResolution, type ContractSignature, type DataLexBinding, type DataLexConformance, type DataLexConformancePhysical, type DataLexContract, type DataLexDiagnostic, type DataLexDomain, type DataLexEntity, type DataLexField, type DataLexGlossaryTerm, type DataLexManifest, type DataLexManifestProject, type DataLexRelationship, type DataLexRelationshipEndpoint, type JoinPathResolution, type RelationshipCardinality, } from './types.js'; //# sourceMappingURL=index.d.ts.map