import { z } from "zod"; export declare const PolicyEvaluationResponseSchema: z.ZodObject<{ decision: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; policyDecisionId: z.ZodString; actionContractId: z.ZodString; envelopeId: z.ZodString; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; policyEvaluatorVersion: z.ZodString; policyInputDigest: z.ZodString; decision: z.ZodEnum<{ review_required: "review_required"; proof_gap: "proof_gap"; refuse: "refuse"; quarantine: "quarantine"; greenlight: "greenlight"; halt: "halt"; }>; decisionReasonCode: z.ZodString; decisionReason: z.ZodString; matchedRuleIds: z.ZodDefault>; requiredReceipt: z.ZodEnum<{ none: "none"; gate: "gate"; mutation: "mutation"; downstream_finality: "downstream_finality"; }>; isolationSnapshotRef: z.ZodString; expiresAt: z.ZodString; decisionSignature: z.ZodNullable>; signaturePosture: z.ZodEnum<{ unsigned: "unsigned"; local_hmac: "local_hmac"; external_signature: "external_signature"; unverified: "unverified"; }>; keyIdentityRef: z.ZodNullable; verificationPolicyRef: z.ZodNullable; }, z.core.$strict>; greenlight: z.ZodNullable; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; greenlightId: z.ZodString; actionContractId: z.ZodString; policyDecisionId: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayRegistryDigest: z.ZodDefault>; gatewayRegistryVersion: z.ZodString; gatewayId: z.ZodString; gatewayPolicyVersion: z.ZodString; policyVersionRef: z.ZodDefault>; policyVersionDigest: z.ZodDefault>; gatewayReadinessRef: z.ZodDefault>; gatewayReadinessDigest: z.ZodDefault>; actionClass: z.ZodString; resourceRef: z.ZodString; requiredProtectedPathState: z.ZodEnum<{ not_required: "not_required"; gateway_checked: "gateway_checked"; }>; protectedPathPostureId: z.ZodNullable; protectedPathPostureDigest: z.ZodNullable; gatewayCredentialRefIds: z.ZodDefault>; gatewayCredentialRefDigests: z.ZodDefault>; delegatedAuthorityRefIds: z.ZodDefault>; delegatedAuthorityRefDigests: z.ZodDefault>; requiredTypedCommitmentRefs: z.ZodDefault>; requiredTypedCommitmentSetDigest: z.ZodDefault>; paramsDigest: z.ZodString; contractDigest: z.ZodString; idempotencyKey: z.ZodDefault>; idempotencyLedgerKeyDigest: z.ZodDefault>; maxUses: z.ZodLiteral<1>; issuedAt: z.ZodString; notBefore: z.ZodString; expiresAt: z.ZodString; isolationSnapshotRef: z.ZodString; requiredReceipt: z.ZodEnum<{ none: "none"; gate: "gate"; mutation: "mutation"; downstream_finality: "downstream_finality"; }>; decisionSignature: z.ZodNullable>; signaturePosture: z.ZodEnum<{ unsigned: "unsigned"; local_hmac: "local_hmac"; external_signature: "external_signature"; unverified: "unverified"; }>; keyIdentityRef: z.ZodNullable; verificationPolicyRef: z.ZodNullable; consumedAt: z.ZodNullable; consumedByGateAttemptId: z.ZodNullable; }, z.core.$strict>>; authorityCreated: z.ZodBoolean; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; policyDecisionRef: z.ZodString; greenlightRef: z.ZodNullable; refusalRef: z.ZodNullable; refusalReasonCode: z.ZodNullable; reviewRequired: z.ZodBoolean; nextAction: z.ZodEnum<{ use_greenlight_at_gateway: "use_greenlight_at_gateway"; read_evidence: "read_evidence"; request_review: "request_review"; }>; retryability: z.ZodLiteral<"not_retryable">; evidenceRefs: z.ZodArray; }, z.core.$strict>; export declare const GatewayCheckResponseSchema: z.ZodObject<{ gateAttempt: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; gateAttemptId: z.ZodString; gatewayId: z.ZodString; gatewayPolicyContractId: z.ZodString; gatewayPolicyVersion: z.ZodString; pinnedGatewayPolicyVersion: z.ZodString; currentGatewayPolicyVersion: z.ZodNullable; gatewayPolicyDriftStatus: z.ZodEnum<{ unknown: "unknown"; same_version: "same_version"; compatible_stricter: "compatible_stricter"; incompatible: "incompatible"; }>; actionContractId: z.ZodString; greenlightId: z.ZodString; contractDigestSeen: z.ZodString; greenlightDigestSeen: z.ZodString; paramsDigestSeen: z.ZodString; idempotencyKeySeen: z.ZodString; isolationSnapshotRef: z.ZodString; protectedPathPostureIdSeen: z.ZodNullable; protectedPathPostureDigestSeen: z.ZodNullable; protectedPathPostureStateSeen: z.ZodNullable>; observedTypedCommitmentRefs: z.ZodDefault>; observedTypedCommitmentSetDigest: z.ZodDefault>; typedCommitmentRefusalReasonCodes: z.ZodDefault>; gateDecision: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; passed: "passed"; }>; gateDecisionReasonCode: z.ZodString; consumedGreenlight: z.ZodBoolean; mutationAttemptId: z.ZodNullable; }, z.core.$strict>; mutationAttempt: z.ZodNullable; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; mutationAttemptId: z.ZodString; gateAttemptId: z.ZodString; actionContractId: z.ZodString; greenlightId: z.ZodString; gatewayId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; idempotencyKey: z.ZodString; outcome: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; not_attempted: "not_attempted"; submitted: "submitted"; succeeded: "succeeded"; downstream_refused: "downstream_refused"; }>; outcomeReasonCode: z.ZodString; surfaceOperationRef: z.ZodNullable; startedAt: z.ZodString; finishedAt: z.ZodNullable; }, z.core.$strict>>; receipt: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; receiptId: z.ZodString; actionContractId: z.ZodString; policyDecisionId: z.ZodString; greenlightId: z.ZodNullable; gateAttemptId: z.ZodNullable; mutationAttemptId: z.ZodNullable; gatewayId: z.ZodString; policyDecisionStatus: z.ZodEnum<{ review_required: "review_required"; proof_gap: "proof_gap"; refuse: "refuse"; quarantine: "quarantine"; greenlight: "greenlight"; halt: "halt"; }>; gatewayCheckStatus: z.ZodNullable>; gatewayAdmissionStatus: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; replayed: "replayed"; not_requested: "not_requested"; admitted: "admitted"; }>; greenlightConsumptionStatus: z.ZodEnum<{ replayed: "replayed"; not_applicable: "not_applicable"; not_consumed: "not_consumed"; consumed: "consumed"; }>; mutationAttemptStatus: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; not_attempted: "not_attempted"; submitted: "submitted"; succeeded: "succeeded"; downstream_refused: "downstream_refused"; }>; downstreamExecutionStatus: z.ZodEnum<{ unknown: "unknown"; refused: "refused"; failed: "failed"; succeeded: "succeeded"; pending: "pending"; not_started: "not_started"; }>; downstreamOutcomeStatus: z.ZodEnum<{ unknown: "unknown"; refused: "refused"; failed: "failed"; succeeded: "succeeded"; pending: "pending"; not_started: "not_started"; }>; proofGapIds: z.ZodDefault>; evidenceRefs: z.ZodDefault>; streamEventIds: z.ZodDefault>; streamOffsets: z.ZodDefault; partitionKey: z.ZodString; offsetStart: z.ZodNumber; offsetEnd: z.ZodNumber; terminalEventDigest: z.ZodString; }, z.core.$strict>>>; receiptDigest: z.ZodNullable; auditChainDigest: z.ZodNullable; finalityStatus: z.ZodEnum<{ unknown: "unknown"; pending: "pending"; final: "final"; suspect: "suspect"; }>; emittedAt: z.ZodString; }, z.core.$strict>; proofGap: z.ZodNullable; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; proofGapId: z.ZodString; gapPhase: z.ZodEnum<{ compilation: "compilation"; policy: "policy"; recovery: "recovery"; receipt: "receipt"; gate: "gate"; mutation: "mutation"; stream: "stream"; }>; expectedEvidenceType: z.ZodString; missingOrInvalidEvidenceRef: z.ZodString; affectedObjectRefs: z.ZodArray; gateAttemptId: z.ZodNullable; mutationAttemptId: z.ZodNullable; receiptId: z.ZodNullable; reasonCode: z.ZodString; finalityImpact: z.ZodEnum<{ unknown: "unknown"; none: "none"; suspect: "suspect"; invalid: "invalid"; }>; recoveryRequirement: z.ZodString; resolvedAt: z.ZodNullable; resolvedByRef: z.ZodNullable; }, z.core.$strict>>; }, z.core.$strict>; export declare const SurfaceOperationReconciliationResponseSchema: z.ZodObject<{ reconciliation: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; reconciliationId: z.ZodString; mutationAttemptId: z.ZodString; gateAttemptId: z.ZodString; actionContractId: z.ZodString; greenlightId: z.ZodString; gatewayId: z.ZodString; idempotencyKey: z.ZodString; surfaceOperationRef: z.ZodNullable; previousMutationOutcome: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; not_attempted: "not_attempted"; submitted: "submitted"; succeeded: "succeeded"; downstream_refused: "downstream_refused"; }>; observedDownstreamStatus: z.ZodEnum<{ unknown: "unknown"; refused: "refused"; failed: "failed"; succeeded: "succeeded"; pending: "pending"; }>; downstreamRetryability: z.ZodDefault>; providerRequestRef: z.ZodDefault>; providerOperationRef: z.ZodDefault>; redactedDiagnosticsDigest: z.ZodDefault>; traceRef: z.ZodDefault>; spanRef: z.ZodDefault>; diagnosticsRedactionPosture: z.ZodDefault>; observedAt: z.ZodString; evidenceRefs: z.ZodDefault>; resolvedProofGapIds: z.ZodDefault>; reconciliationStatus: z.ZodEnum<{ failed: "failed"; pending: "pending"; resolved: "resolved"; still_unknown: "still_unknown"; }>; finalityStatus: z.ZodEnum<{ unknown: "unknown"; pending: "pending"; final: "final"; suspect: "suspect"; }>; }, z.core.$strict>; resolvedProofGaps: z.ZodArray; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; proofGapId: z.ZodString; gapPhase: z.ZodEnum<{ compilation: "compilation"; policy: "policy"; recovery: "recovery"; receipt: "receipt"; gate: "gate"; mutation: "mutation"; stream: "stream"; }>; expectedEvidenceType: z.ZodString; missingOrInvalidEvidenceRef: z.ZodString; affectedObjectRefs: z.ZodArray; gateAttemptId: z.ZodNullable; mutationAttemptId: z.ZodNullable; receiptId: z.ZodNullable; reasonCode: z.ZodString; finalityImpact: z.ZodEnum<{ unknown: "unknown"; none: "none"; suspect: "suspect"; invalid: "invalid"; }>; recoveryRequirement: z.ZodString; resolvedAt: z.ZodNullable; resolvedByRef: z.ZodNullable; }, z.core.$strict>>; createdProofGap: z.ZodNullable; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; proofGapId: z.ZodString; gapPhase: z.ZodEnum<{ compilation: "compilation"; policy: "policy"; recovery: "recovery"; receipt: "receipt"; gate: "gate"; mutation: "mutation"; stream: "stream"; }>; expectedEvidenceType: z.ZodString; missingOrInvalidEvidenceRef: z.ZodString; affectedObjectRefs: z.ZodArray; gateAttemptId: z.ZodNullable; mutationAttemptId: z.ZodNullable; receiptId: z.ZodNullable; reasonCode: z.ZodString; finalityImpact: z.ZodEnum<{ unknown: "unknown"; none: "none"; suspect: "suspect"; invalid: "invalid"; }>; recoveryRequirement: z.ZodString; resolvedAt: z.ZodNullable; resolvedByRef: z.ZodNullable; }, z.core.$strict>>; }, z.core.$strict>; export declare const BreakerDecisionResponseSchema: z.ZodObject<{ breakerDecision: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; breakerDecisionId: z.ZodString; listenerId: z.ZodString; listenerVersion: z.ZodString; rulePackRef: z.ZodString; rulePackVersion: z.ZodString; observedStreamOffsets: z.ZodArray; }, z.core.$strict>>; observedWindowDigest: z.ZodString; decision: z.ZodEnum<{ revoked: "revoked"; quarantined: "quarantined"; review_only: "review_only"; rate_limited: "rate_limited"; halted: "halted"; state_suspect: "state_suspect"; }>; decisionReasonCode: z.ZodString; decisionReason: z.ZodString; targetScopeType: z.ZodEnum<{ gateway: "gateway"; agent: "agent"; tenant: "tenant"; organization: "organization"; run: "run"; envelope: "envelope"; action_class: "action_class"; credential_ref: "credential_ref"; authority_ref: "authority_ref"; resource: "resource"; }>; targetScopeId: z.ZodString; createdIsolationStateId: z.ZodString; agentId: z.ZodNullable; runId: z.ZodNullable; gatewayId: z.ZodNullable; resourceRef: z.ZodNullable; actionClass: z.ZodNullable; sequenceRiskScore: z.ZodNumber; matchedBreakerRuleIds: z.ZodDefault>; supportingEventRefs: z.ZodDefault>; missingEventRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; decisionEffectiveAt: z.ZodString; decisionExpiresAt: z.ZodNullable; watermarkAtDecision: z.ZodString; }, z.core.$strict>; isolationState: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; isolationStateId: z.ZodString; scopeType: z.ZodEnum<{ gateway: "gateway"; agent: "agent"; tenant: "tenant"; organization: "organization"; run: "run"; envelope: "envelope"; action_class: "action_class"; credential_ref: "credential_ref"; authority_ref: "authority_ref"; resource: "resource"; }>; scopeId: z.ZodString; state: z.ZodEnum<{ active: "active"; revoked: "revoked"; quarantined: "quarantined"; review_only: "review_only"; rate_limited: "rate_limited"; halted: "halted"; state_suspect: "state_suspect"; }>; reasonCode: z.ZodString; reasonSummary: z.ZodString; sourceDecisionRef: z.ZodString; effectiveAt: z.ZodString; expiresAt: z.ZodNullable; clearedAt: z.ZodNullable; observedStreamOffsets: z.ZodDefault; }, z.core.$strict>>>; version: z.ZodNumber; }, z.core.$strict>; }, z.core.$strict>; export declare const RecoveryRecommendationStatusResponseSchema: z.ZodObject<{ recoveryRecommendation: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; recoveryRecommendationId: z.ZodString; sourceReceiptId: z.ZodString; sourceActionContractId: z.ZodString; sourcePolicyDecisionId: z.ZodString; sourceGreenlightId: z.ZodNullable; sourceGateAttemptId: z.ZodNullable; sourceMutationAttemptId: z.ZodNullable; sourceRefusalOrGapRef: z.ZodString; sourceFinalityStatus: z.ZodEnum<{ unknown: "unknown"; pending: "pending"; final: "final"; suspect: "suspect"; }>; sourceGatewayCheckStatus: z.ZodNullable>; sourceMutationAttemptStatus: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; not_attempted: "not_attempted"; submitted: "submitted"; succeeded: "succeeded"; downstream_refused: "downstream_refused"; }>; sourceDownstreamExecutionStatus: z.ZodEnum<{ unknown: "unknown"; refused: "refused"; failed: "failed"; succeeded: "succeeded"; pending: "pending"; not_started: "not_started"; }>; recommendedPath: z.ZodEnum<{ narrower_action_contract_required: "narrower_action_contract_required"; gateway_reconciliation_required: "gateway_reconciliation_required"; human_review_required: "human_review_required"; compensating_action_contract_required: "compensating_action_contract_required"; halt_without_retry: "halt_without_retry"; }>; allowedNextActionClasses: z.ZodDefault>; requiredNewEvidence: z.ZodDefault>; requiresHumanReview: z.ZodBoolean; safeRetryAvailable: z.ZodBoolean; scopeNarrowingRequired: z.ZodBoolean; policyUpdateCandidate: z.ZodBoolean; agentInstructionUpdateCandidate: z.ZodBoolean; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; actionClass: z.ZodString; failureReceiptRef: z.ZodString; proofGapIds: z.ZodDefault>; missingEvidenceRefs: z.ZodDefault>; reviewDecisionRef: z.ZodNullable; policyChangeRef: z.ZodNullable; sourceReceiptDigest: z.ZodString; sourceAuditChainDigest: z.ZodString; sourceStreamOffsets: z.ZodDefault; partitionKey: z.ZodString; offsetStart: z.ZodNumber; offsetEnd: z.ZodNumber; terminalEventDigest: z.ZodString; }, z.core.$strict>>>; reasonCode: z.ZodString; reasonSummary: z.ZodString; recommendedAt: z.ZodString; recoveryExpiresAt: z.ZodNullable; reviewDueAt: z.ZodNullable; retryNotBefore: z.ZodNullable; mustCreateNewActionContract: z.ZodLiteral; mayReuseGreenlight: z.ZodLiteral; mayMutateProtectedSurface: z.ZodLiteral; recommendationStatus: z.ZodEnum<{ open: "open"; expired: "expired"; superseded: "superseded"; }>; statusChangedAt: z.ZodNullable; statusChangedByRef: z.ZodNullable; statusReasonCode: z.ZodNullable; statusReasonSummary: z.ZodNullable; supersededByActionContractId: z.ZodNullable; recommendationDigest: z.ZodString; }, z.core.$strict>; statusTransition: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; recoveryRecommendationStatusTransitionId: z.ZodString; recoveryRecommendationId: z.ZodString; sourceReceiptId: z.ZodString; sourceActionContractId: z.ZodString; previousStatus: z.ZodEnum<{ open: "open"; expired: "expired"; superseded: "superseded"; }>; nextStatus: z.ZodEnum<{ expired: "expired"; superseded: "superseded"; }>; recommendationDigest: z.ZodString; reasonCode: z.ZodString; reasonSummary: z.ZodString; changedByRef: z.ZodString; changedAt: z.ZodString; supersededByActionContractId: z.ZodNullable; transitionDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>; export declare const RecoveryTerminalConflictResolutionResponseSchema: z.ZodObject<{ proofGap: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; proofGapId: z.ZodString; gapPhase: z.ZodEnum<{ compilation: "compilation"; policy: "policy"; recovery: "recovery"; receipt: "receipt"; gate: "gate"; mutation: "mutation"; stream: "stream"; }>; expectedEvidenceType: z.ZodString; missingOrInvalidEvidenceRef: z.ZodString; affectedObjectRefs: z.ZodArray; gateAttemptId: z.ZodNullable; mutationAttemptId: z.ZodNullable; receiptId: z.ZodNullable; reasonCode: z.ZodString; finalityImpact: z.ZodEnum<{ unknown: "unknown"; none: "none"; suspect: "suspect"; invalid: "invalid"; }>; recoveryRequirement: z.ZodString; resolvedAt: z.ZodNullable; resolvedByRef: z.ZodNullable; }, z.core.$strict>; statusTransition: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; recoveryRecommendationStatusTransitionId: z.ZodString; recoveryRecommendationId: z.ZodString; sourceReceiptId: z.ZodString; sourceActionContractId: z.ZodString; previousStatus: z.ZodEnum<{ open: "open"; expired: "expired"; superseded: "superseded"; }>; nextStatus: z.ZodEnum<{ expired: "expired"; superseded: "superseded"; }>; recommendationDigest: z.ZodString; reasonCode: z.ZodString; reasonSummary: z.ZodString; changedByRef: z.ZodString; changedAt: z.ZodString; supersededByActionContractId: z.ZodNullable; transitionDigest: z.ZodString; }, z.core.$strict>; recoveryRecommendation: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; recoveryRecommendationId: z.ZodString; sourceReceiptId: z.ZodString; sourceActionContractId: z.ZodString; sourcePolicyDecisionId: z.ZodString; sourceGreenlightId: z.ZodNullable; sourceGateAttemptId: z.ZodNullable; sourceMutationAttemptId: z.ZodNullable; sourceRefusalOrGapRef: z.ZodString; sourceFinalityStatus: z.ZodEnum<{ unknown: "unknown"; pending: "pending"; final: "final"; suspect: "suspect"; }>; sourceGatewayCheckStatus: z.ZodNullable>; sourceMutationAttemptStatus: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; not_attempted: "not_attempted"; submitted: "submitted"; succeeded: "succeeded"; downstream_refused: "downstream_refused"; }>; sourceDownstreamExecutionStatus: z.ZodEnum<{ unknown: "unknown"; refused: "refused"; failed: "failed"; succeeded: "succeeded"; pending: "pending"; not_started: "not_started"; }>; recommendedPath: z.ZodEnum<{ narrower_action_contract_required: "narrower_action_contract_required"; gateway_reconciliation_required: "gateway_reconciliation_required"; human_review_required: "human_review_required"; compensating_action_contract_required: "compensating_action_contract_required"; halt_without_retry: "halt_without_retry"; }>; allowedNextActionClasses: z.ZodDefault>; requiredNewEvidence: z.ZodDefault>; requiresHumanReview: z.ZodBoolean; safeRetryAvailable: z.ZodBoolean; scopeNarrowingRequired: z.ZodBoolean; policyUpdateCandidate: z.ZodBoolean; agentInstructionUpdateCandidate: z.ZodBoolean; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; actionClass: z.ZodString; failureReceiptRef: z.ZodString; proofGapIds: z.ZodDefault>; missingEvidenceRefs: z.ZodDefault>; reviewDecisionRef: z.ZodNullable; policyChangeRef: z.ZodNullable; sourceReceiptDigest: z.ZodString; sourceAuditChainDigest: z.ZodString; sourceStreamOffsets: z.ZodDefault; partitionKey: z.ZodString; offsetStart: z.ZodNumber; offsetEnd: z.ZodNumber; terminalEventDigest: z.ZodString; }, z.core.$strict>>>; reasonCode: z.ZodString; reasonSummary: z.ZodString; recommendedAt: z.ZodString; recoveryExpiresAt: z.ZodNullable; reviewDueAt: z.ZodNullable; retryNotBefore: z.ZodNullable; mustCreateNewActionContract: z.ZodLiteral; mayReuseGreenlight: z.ZodLiteral; mayMutateProtectedSurface: z.ZodLiteral; recommendationStatus: z.ZodEnum<{ open: "open"; expired: "expired"; superseded: "superseded"; }>; statusChangedAt: z.ZodNullable; statusChangedByRef: z.ZodNullable; statusReasonCode: z.ZodNullable; statusReasonSummary: z.ZodNullable; supersededByActionContractId: z.ZodNullable; recommendationDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>; export declare const RuntimeIngressResponsePostureSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.runtime-ingress.outcome.v1">; authorityCreated: z.ZodLiteral; authorityCertificateMinted: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; greenlightCreated: z.ZodLiteral; mutationAttempted: z.ZodLiteral; mutationCommandIncluded: z.ZodLiteral; rawInternalRecordIncluded: z.ZodLiteral; receiptExportCreated: z.ZodLiteral; reasonCodes: z.ZodArray; nextAction: z.ZodEnum<{ read_evidence: "read_evidence"; recraft_request: "recraft_request"; stop: "stop"; }>; retryability: z.ZodEnum<{ not_retryable: "not_retryable"; retryable_after_recraft: "retryable_after_recraft"; }>; redactionProfileRef: z.ZodLiteral<"runtime-ingress:v0.1-redacted">; evidenceRefs: z.ZodArray; runtimeExecutionRef: z.ZodString; generatedExecutionGraphRef: z.ZodString; graphCoverageStatus: z.ZodEnum<{ unknown: "unknown"; fully_covered_no_unsupported_nodes: "fully_covered_no_unsupported_nodes"; nonconsequential_only: "nonconsequential_only"; contains_refusal: "contains_refusal"; contains_coverage_gap: "contains_coverage_gap"; contains_bypass_risk: "contains_bypass_risk"; unsupported_or_ambiguous: "unsupported_or_ambiguous"; }>; toolCallDraftRefs: z.ZodArray; intentCompilationRefs: z.ZodArray; actionContractRefs: z.ZodArray; refusalRefs: z.ZodArray; dispatchCount: z.ZodNumber; }, z.core.$strict>; export declare const RuntimeIngressActionProposalResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ outcome: z.ZodLiteral<"action_contract_proposed">; dispatchRef: z.ZodString; sequenceNumber: z.ZodNumber; toolCallDraft: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; toolCallDraftId: z.ZodString; runtimeExecutionId: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionNodeId: z.ZodDefault>; toolCapabilityId: z.ZodString; actionTypeId: z.ZodString; gatewayRegistryEntryId: z.ZodString; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; draftState: z.ZodEnum<{ invalid: "invalid"; opened: "opened"; streaming: "streaming"; finalized: "finalized"; abandoned: "abandoned"; }>; parameters: z.ZodRecord>>; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; paramsDigest: z.ZodString; finalizedAt: z.ZodDefault>; expiresAt: z.ZodString; invalidReasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; draftDigest: z.ZodString; }, z.core.$strict>; intentCompilation: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; intentCompilationId: z.ZodString; principalIntentRef: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; runtimeAdapterId: z.ZodString; operatingEnvelopeId: z.ZodString; toolCatalogRef: z.ZodString; actionCatalogRef: z.ZodString; gatewayRegistryRef: z.ZodString; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; candidateAction: z.ZodObject<{ candidateActionId: z.ZodString; candidateStatus: z.ZodEnum<{ contractable: "contractable"; rejected: "rejected"; }>; candidateDigest: z.ZodNullable; refusalReasonCodes: z.ZodDefault>; toolCapabilityId: z.ZodString; toolCapabilityDigest: z.ZodNullable; toolCatalogVersion: z.ZodNullable; actionTypeId: z.ZodString; actionTypeDigest: z.ZodNullable; actionCatalogVersion: z.ZodNullable; gatewayRegistryEntryId: z.ZodString; gatewayRegistryDigest: z.ZodNullable; gatewayRegistryVersion: z.ZodNullable; operatingEnvelopeId: z.ZodString; operatingEnvelopeDigest: z.ZodNullable; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; sequenceNumber: z.ZodNumber; requiredPriorActionContractIds: z.ZodDefault>; recoveryRecommendationId: z.ZodNullable; parameters: z.ZodRecord>>; paramsDigest: z.ZodString; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; purposeCode: z.ZodString; expectedSideEffectCodes: z.ZodArray; evidenceRefs: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; bounds: z.ZodDefault>>>; idempotencyKey: z.ZodString; rollbackHint: z.ZodNullable; expiresAt: z.ZodString; generatedCodeOrSpecRefs: z.ZodDefault>; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionGraphDigest: z.ZodDefault>; generatedExecutionCoverageStatus: z.ZodDefault>>; generatedExecutionNodeId: z.ZodDefault>; generatedExecutionNodeDigest: z.ZodDefault>; generatedExecutionCatalogSnapshotDigest: z.ZodDefault>; generatedExecutionGatewayRegistrySnapshotDigest: z.ZodDefault>; generatedExecutionRegistryBindingSetDigest: z.ZodDefault>; generatedExecutionNodeGatewayBindingDigest: z.ZodDefault>; toolCallDraftId: z.ZodDefault>; toolCallDraftDigest: z.ZodDefault>; toolCallDraftState: z.ZodDefault>>; delegationEvidenceRef: z.ZodDefault; a1VerifierVersion: z.ZodString; }, z.core.$strict>>>; }, z.core.$strict>; candidateActionContractRefs: z.ZodDefault>; rejectedCandidateRefs: z.ZodDefault>; overreachReasonCodes: z.ZodDefault>; requiredEvidenceRefs: z.ZodDefault>; compilationRefusalId: z.ZodDefault>; compilerVersion: z.ZodString; }, z.core.$strict>; actionContract: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; actionContractId: z.ZodString; intentCompilationId: z.ZodString; candidateActionId: z.ZodString; candidateDigest: z.ZodString; envelopeId: z.ZodString; operatingEnvelopeDigest: z.ZodString; agentId: z.ZodString; principalId: z.ZodString; participantIdentityBindings: z.ZodDefault; participantRef: z.ZodString; identityProviderRef: z.ZodString; subjectRef: z.ZodDefault>; subjectDigest: z.ZodDefault>; claimsDigest: z.ZodDefault>; verificationEvidenceRef: z.ZodString; bindingEvidenceRef: z.ZodDefault>; issuedAt: z.ZodDefault>; expiresAt: z.ZodDefault>; authorityPosture: z.ZodDefault>; }, z.core.$strict>>>; runId: z.ZodString; runtimeAdapterId: z.ZodString; sequenceNumber: z.ZodNumber; requiredPriorActionContractIds: z.ZodDefault>; recoveryRecommendationId: z.ZodNullable; recoverySourceReceiptId: z.ZodNullable; recoveryRecommendationDigest: z.ZodNullable; issuedAt: z.ZodString; expiresAt: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayRegistryDigest: z.ZodString; gatewayRegistryVersion: z.ZodString; gatewayId: z.ZodString; gatewayPolicyContractId: z.ZodString; gatewayPolicyVersion: z.ZodString; credentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; enforcementMode: z.ZodEnum<{ unknown: "unknown"; reference_fixture: "reference_fixture"; customer_gateway_adapter: "customer_gateway_adapter"; provider_gateway: "provider_gateway"; hosted_control_plane_only: "hosted_control_plane_only"; }>; mutationCredentialHolderRef: z.ZodString; gatewayAuthorityHolderRef: z.ZodString; toolCapabilityId: z.ZodString; toolCapabilityDigest: z.ZodString; actionTypeId: z.ZodString; actionTypeDigest: z.ZodString; actionClass: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; requiredProtectedPathState: z.ZodEnum<{ not_required: "not_required"; gateway_checked: "gateway_checked"; }>; runtimeExecutionId: z.ZodNullable; runtimeExecutionDigest: z.ZodNullable; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionGraphDigest: z.ZodDefault>; generatedExecutionCoverageStatus: z.ZodDefault>>; generatedExecutionNodeId: z.ZodDefault>; generatedExecutionNodeDigest: z.ZodDefault>; generatedExecutionCatalogSnapshotDigest: z.ZodDefault>; generatedExecutionGatewayRegistrySnapshotDigest: z.ZodDefault>; generatedExecutionRegistryBindingSetDigest: z.ZodDefault>; generatedExecutionNodeGatewayBindingDigest: z.ZodDefault>; parameters: z.ZodRecord>>; paramsDigest: z.ZodString; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; purposeCode: z.ZodString; expectedSideEffectCodes: z.ZodArray; evidenceRefs: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; bounds: z.ZodDefault>>>; idempotencyKey: z.ZodString; rollbackHint: z.ZodNullable; canonicalizerVersion: z.ZodString; actionContractDigest: z.ZodString; contractSignature: z.ZodNullable>; signaturePosture: z.ZodEnum<{ unsigned: "unsigned"; local_hmac: "local_hmac"; external_signature: "external_signature"; unverified: "unverified"; }>; keyIdentityRef: z.ZodNullable; verificationPolicyRef: z.ZodNullable; }, z.core.$strict>; refusalReasonCodes: z.ZodTuple<[], null>; }, z.core.$strict>, z.ZodObject<{ outcome: z.ZodLiteral<"intent_compilation_refused">; dispatchRef: z.ZodString; sequenceNumber: z.ZodNumber; toolCallDraft: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; toolCallDraftId: z.ZodString; runtimeExecutionId: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionNodeId: z.ZodDefault>; toolCapabilityId: z.ZodString; actionTypeId: z.ZodString; gatewayRegistryEntryId: z.ZodString; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; draftState: z.ZodEnum<{ invalid: "invalid"; opened: "opened"; streaming: "streaming"; finalized: "finalized"; abandoned: "abandoned"; }>; parameters: z.ZodRecord>>; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; paramsDigest: z.ZodString; finalizedAt: z.ZodDefault>; expiresAt: z.ZodString; invalidReasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; draftDigest: z.ZodString; }, z.core.$strict>; intentCompilation: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; intentCompilationId: z.ZodString; principalIntentRef: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; runtimeAdapterId: z.ZodString; operatingEnvelopeId: z.ZodString; toolCatalogRef: z.ZodString; actionCatalogRef: z.ZodString; gatewayRegistryRef: z.ZodString; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; candidateAction: z.ZodObject<{ candidateActionId: z.ZodString; candidateStatus: z.ZodEnum<{ contractable: "contractable"; rejected: "rejected"; }>; candidateDigest: z.ZodNullable; refusalReasonCodes: z.ZodDefault>; toolCapabilityId: z.ZodString; toolCapabilityDigest: z.ZodNullable; toolCatalogVersion: z.ZodNullable; actionTypeId: z.ZodString; actionTypeDigest: z.ZodNullable; actionCatalogVersion: z.ZodNullable; gatewayRegistryEntryId: z.ZodString; gatewayRegistryDigest: z.ZodNullable; gatewayRegistryVersion: z.ZodNullable; operatingEnvelopeId: z.ZodString; operatingEnvelopeDigest: z.ZodNullable; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; sequenceNumber: z.ZodNumber; requiredPriorActionContractIds: z.ZodDefault>; recoveryRecommendationId: z.ZodNullable; parameters: z.ZodRecord>>; paramsDigest: z.ZodString; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; purposeCode: z.ZodString; expectedSideEffectCodes: z.ZodArray; evidenceRefs: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; bounds: z.ZodDefault>>>; idempotencyKey: z.ZodString; rollbackHint: z.ZodNullable; expiresAt: z.ZodString; generatedCodeOrSpecRefs: z.ZodDefault>; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionGraphDigest: z.ZodDefault>; generatedExecutionCoverageStatus: z.ZodDefault>>; generatedExecutionNodeId: z.ZodDefault>; generatedExecutionNodeDigest: z.ZodDefault>; generatedExecutionCatalogSnapshotDigest: z.ZodDefault>; generatedExecutionGatewayRegistrySnapshotDigest: z.ZodDefault>; generatedExecutionRegistryBindingSetDigest: z.ZodDefault>; generatedExecutionNodeGatewayBindingDigest: z.ZodDefault>; toolCallDraftId: z.ZodDefault>; toolCallDraftDigest: z.ZodDefault>; toolCallDraftState: z.ZodDefault>>; delegationEvidenceRef: z.ZodDefault; a1VerifierVersion: z.ZodString; }, z.core.$strict>>>; }, z.core.$strict>; candidateActionContractRefs: z.ZodDefault>; rejectedCandidateRefs: z.ZodDefault>; overreachReasonCodes: z.ZodDefault>; requiredEvidenceRefs: z.ZodDefault>; compilationRefusalId: z.ZodDefault>; compilerVersion: z.ZodString; }, z.core.$strict>; actionContract: z.ZodNull; refusalReasonCodes: z.ZodArray; }, z.core.$strict>], "outcome">; export declare const RuntimeIngressProposalResponseSchema: z.ZodObject<{ outcome: z.ZodEnum<{ action_contracts_proposed: "action_contracts_proposed"; one_or_more_dispatches_refused: "one_or_more_dispatches_refused"; }>; responsePosture: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.runtime-ingress.outcome.v1">; authorityCreated: z.ZodLiteral; authorityCertificateMinted: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; greenlightCreated: z.ZodLiteral; mutationAttempted: z.ZodLiteral; mutationCommandIncluded: z.ZodLiteral; rawInternalRecordIncluded: z.ZodLiteral; receiptExportCreated: z.ZodLiteral; reasonCodes: z.ZodArray; nextAction: z.ZodEnum<{ read_evidence: "read_evidence"; recraft_request: "recraft_request"; stop: "stop"; }>; retryability: z.ZodEnum<{ not_retryable: "not_retryable"; retryable_after_recraft: "retryable_after_recraft"; }>; redactionProfileRef: z.ZodLiteral<"runtime-ingress:v0.1-redacted">; evidenceRefs: z.ZodArray; runtimeExecutionRef: z.ZodString; generatedExecutionGraphRef: z.ZodString; graphCoverageStatus: z.ZodEnum<{ unknown: "unknown"; fully_covered_no_unsupported_nodes: "fully_covered_no_unsupported_nodes"; nonconsequential_only: "nonconsequential_only"; contains_refusal: "contains_refusal"; contains_coverage_gap: "contains_coverage_gap"; contains_bypass_risk: "contains_bypass_risk"; unsupported_or_ambiguous: "unsupported_or_ambiguous"; }>; toolCallDraftRefs: z.ZodArray; intentCompilationRefs: z.ZodArray; actionContractRefs: z.ZodArray; refusalRefs: z.ZodArray; dispatchCount: z.ZodNumber; }, z.core.$strict>; runtimeExecution: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; runtimeExecutionId: z.ZodString; principalIntentRef: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; runtimeAdapterId: z.ZodString; executionShape: z.ZodEnum<{ unknown: "unknown"; single_tool_call: "single_tool_call"; tool_dispatch_chain: "tool_dispatch_chain"; generated_mcp_tool_chain: "generated_mcp_tool_chain"; codemode_block: "codemode_block"; shell_exec_block: "shell_exec_block"; browser_action: "browser_action"; scheduled_job: "scheduled_job"; gateway_only: "gateway_only"; }>; runtimePosture: z.ZodEnum<{ unknown: "unknown"; prompt_guidance: "prompt_guidance"; hook_assisted: "hook_assisted"; protected_capability: "protected_capability"; bounded_generation: "bounded_generation"; gateway_enforced_only: "gateway_enforced_only"; hosted_control_plane: "hosted_control_plane"; }>; executionBlockRef: z.ZodString; executionBlockDigest: z.ZodString; generatedCodeOrSpecRefs: z.ZodDefault>; allowedToolCapabilityIds: z.ZodDefault>; observedToolCallRefs: z.ZodDefault>; observedConsequentialCallCount: z.ZodNumber; loopDetected: z.ZodBoolean; retryDetected: z.ZodBoolean; branchDetected: z.ZodBoolean; dynamicToolConstructionDetected: z.ZodBoolean; unobservedRegionRefs: z.ZodDefault>; accessPosture: z.ZodEnum<{ unknown: "unknown"; isolated: "isolated"; controlled_outbound: "controlled_outbound"; filesystem_available: "filesystem_available"; network_available: "network_available"; secrets_available: "secrets_available"; }>; uncertaintyMarkers: z.ZodDefault>; refusalReasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; runtimeExecutionDigest: z.ZodString; }, z.core.$strict>; generatedExecutionGraph: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; generatedExecutionGraphId: z.ZodString; runtimeExecutionId: z.ZodString; runtimeExecutionDigest: z.ZodString; executionBlockDigest: z.ZodString; graphIssuerRef: z.ZodString; graphIssuerAuthority: z.ZodEnum<{ host_runtime_adapter: "host_runtime_adapter"; kernel_fixture: "kernel_fixture"; conformance_fixture: "conformance_fixture"; }>; graphIssuedAt: z.ZodString; graphNonce: z.ZodString; graphInputDigest: z.ZodString; graphSchemaVersion: z.ZodString; parserVersion: z.ZodString; supportedGrammarVersion: z.ZodString; coverageValidatorVersion: z.ZodString; graphDigest: z.ZodString; coverageStatus: z.ZodEnum<{ unknown: "unknown"; fully_covered_no_unsupported_nodes: "fully_covered_no_unsupported_nodes"; nonconsequential_only: "nonconsequential_only"; contains_refusal: "contains_refusal"; contains_coverage_gap: "contains_coverage_gap"; contains_bypass_risk: "contains_bypass_risk"; unsupported_or_ambiguous: "unsupported_or_ambiguous"; }>; terminalReasonCodes: z.ZodDefault>; entryNodeIds: z.ZodDefault>; edges: z.ZodDefault; }, z.core.$strict>>>; nodeCount: z.ZodNumber; edgeCount: z.ZodNumber; maxNodeCount: z.ZodNumber; maxEdgeCount: z.ZodNumber; maxDepth: z.ZodNumber; graphByteSize: z.ZodNumber; maxGraphByteSize: z.ZodNumber; truncationStatus: z.ZodEnum<{ unknown: "unknown"; complete: "complete"; truncated: "truncated"; over_limit: "over_limit"; }>; catalogSnapshotDigest: z.ZodString; gatewayRegistrySnapshotDigest: z.ZodString; registryBindingSetDigest: z.ZodString; nodes: z.ZodDefault; classification: z.ZodEnum<{ read_only: "read_only"; ambiguous: "ambiguous"; unsupported: "unsupported"; hidden_trigger: "hidden_trigger"; candidate_action_eligible: "candidate_action_eligible"; nonconsequential: "nonconsequential"; bypass_risk: "bypass_risk"; observer_only: "observer_only"; }>; actionClass: z.ZodDefault>; toolCapabilityId: z.ZodDefault>; actionTypeId: z.ZodDefault>; gatewayRegistryEntryId: z.ZodDefault>; resourceRef: z.ZodDefault>; paramsDigest: z.ZodDefault>; nodeDigest: z.ZodString; nodeGatewayBindingDigest: z.ZodDefault>; sourceSpanDigest: z.ZodDefault>; redactedArgvSummary: z.ZodDefault>; argvDigest: z.ZodDefault>; argvRedactionStatus: z.ZodEnum<{ unknown: "unknown"; redacted: "redacted"; digest_only: "digest_only"; secret_refs_only: "secret_refs_only"; raw_material_present: "raw_material_present"; }>; stdinDigest: z.ZodDefault>; stdinRedactionStatus: z.ZodEnum<{ unknown: "unknown"; redacted: "redacted"; digest_only: "digest_only"; secret_refs_only: "secret_refs_only"; raw_material_present: "raw_material_present"; }>; envAllowlistDigest: z.ZodDefault>; rawSecretMaterialDetected: z.ZodDefault; commandRiskClassifierRefs: z.ZodDefault>; commandRiskClassifierPosture: z.ZodDefault>; commandRiskRuleRefs: z.ZodDefault>; commandRiskBypassRefs: z.ZodDefault>; unsupportedReasonCodes: z.ZodDefault>; }, z.core.$strict>>>; }, z.core.$strict>; proposals: z.ZodArray; dispatchRef: z.ZodString; sequenceNumber: z.ZodNumber; toolCallDraft: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; toolCallDraftId: z.ZodString; runtimeExecutionId: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionNodeId: z.ZodDefault>; toolCapabilityId: z.ZodString; actionTypeId: z.ZodString; gatewayRegistryEntryId: z.ZodString; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; draftState: z.ZodEnum<{ invalid: "invalid"; opened: "opened"; streaming: "streaming"; finalized: "finalized"; abandoned: "abandoned"; }>; parameters: z.ZodRecord>>; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; paramsDigest: z.ZodString; finalizedAt: z.ZodDefault>; expiresAt: z.ZodString; invalidReasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; draftDigest: z.ZodString; }, z.core.$strict>; intentCompilation: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; intentCompilationId: z.ZodString; principalIntentRef: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; runtimeAdapterId: z.ZodString; operatingEnvelopeId: z.ZodString; toolCatalogRef: z.ZodString; actionCatalogRef: z.ZodString; gatewayRegistryRef: z.ZodString; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; candidateAction: z.ZodObject<{ candidateActionId: z.ZodString; candidateStatus: z.ZodEnum<{ contractable: "contractable"; rejected: "rejected"; }>; candidateDigest: z.ZodNullable; refusalReasonCodes: z.ZodDefault>; toolCapabilityId: z.ZodString; toolCapabilityDigest: z.ZodNullable; toolCatalogVersion: z.ZodNullable; actionTypeId: z.ZodString; actionTypeDigest: z.ZodNullable; actionCatalogVersion: z.ZodNullable; gatewayRegistryEntryId: z.ZodString; gatewayRegistryDigest: z.ZodNullable; gatewayRegistryVersion: z.ZodNullable; operatingEnvelopeId: z.ZodString; operatingEnvelopeDigest: z.ZodNullable; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; sequenceNumber: z.ZodNumber; requiredPriorActionContractIds: z.ZodDefault>; recoveryRecommendationId: z.ZodNullable; parameters: z.ZodRecord>>; paramsDigest: z.ZodString; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; purposeCode: z.ZodString; expectedSideEffectCodes: z.ZodArray; evidenceRefs: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; bounds: z.ZodDefault>>>; idempotencyKey: z.ZodString; rollbackHint: z.ZodNullable; expiresAt: z.ZodString; generatedCodeOrSpecRefs: z.ZodDefault>; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionGraphDigest: z.ZodDefault>; generatedExecutionCoverageStatus: z.ZodDefault>>; generatedExecutionNodeId: z.ZodDefault>; generatedExecutionNodeDigest: z.ZodDefault>; generatedExecutionCatalogSnapshotDigest: z.ZodDefault>; generatedExecutionGatewayRegistrySnapshotDigest: z.ZodDefault>; generatedExecutionRegistryBindingSetDigest: z.ZodDefault>; generatedExecutionNodeGatewayBindingDigest: z.ZodDefault>; toolCallDraftId: z.ZodDefault>; toolCallDraftDigest: z.ZodDefault>; toolCallDraftState: z.ZodDefault>>; delegationEvidenceRef: z.ZodDefault; a1VerifierVersion: z.ZodString; }, z.core.$strict>>>; }, z.core.$strict>; candidateActionContractRefs: z.ZodDefault>; rejectedCandidateRefs: z.ZodDefault>; overreachReasonCodes: z.ZodDefault>; requiredEvidenceRefs: z.ZodDefault>; compilationRefusalId: z.ZodDefault>; compilerVersion: z.ZodString; }, z.core.$strict>; actionContract: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; actionContractId: z.ZodString; intentCompilationId: z.ZodString; candidateActionId: z.ZodString; candidateDigest: z.ZodString; envelopeId: z.ZodString; operatingEnvelopeDigest: z.ZodString; agentId: z.ZodString; principalId: z.ZodString; participantIdentityBindings: z.ZodDefault; participantRef: z.ZodString; identityProviderRef: z.ZodString; subjectRef: z.ZodDefault>; subjectDigest: z.ZodDefault>; claimsDigest: z.ZodDefault>; verificationEvidenceRef: z.ZodString; bindingEvidenceRef: z.ZodDefault>; issuedAt: z.ZodDefault>; expiresAt: z.ZodDefault>; authorityPosture: z.ZodDefault>; }, z.core.$strict>>>; runId: z.ZodString; runtimeAdapterId: z.ZodString; sequenceNumber: z.ZodNumber; requiredPriorActionContractIds: z.ZodDefault>; recoveryRecommendationId: z.ZodNullable; recoverySourceReceiptId: z.ZodNullable; recoveryRecommendationDigest: z.ZodNullable; issuedAt: z.ZodString; expiresAt: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayRegistryDigest: z.ZodString; gatewayRegistryVersion: z.ZodString; gatewayId: z.ZodString; gatewayPolicyContractId: z.ZodString; gatewayPolicyVersion: z.ZodString; credentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; enforcementMode: z.ZodEnum<{ unknown: "unknown"; reference_fixture: "reference_fixture"; customer_gateway_adapter: "customer_gateway_adapter"; provider_gateway: "provider_gateway"; hosted_control_plane_only: "hosted_control_plane_only"; }>; mutationCredentialHolderRef: z.ZodString; gatewayAuthorityHolderRef: z.ZodString; toolCapabilityId: z.ZodString; toolCapabilityDigest: z.ZodString; actionTypeId: z.ZodString; actionTypeDigest: z.ZodString; actionClass: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; requiredProtectedPathState: z.ZodEnum<{ not_required: "not_required"; gateway_checked: "gateway_checked"; }>; runtimeExecutionId: z.ZodNullable; runtimeExecutionDigest: z.ZodNullable; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionGraphDigest: z.ZodDefault>; generatedExecutionCoverageStatus: z.ZodDefault>>; generatedExecutionNodeId: z.ZodDefault>; generatedExecutionNodeDigest: z.ZodDefault>; generatedExecutionCatalogSnapshotDigest: z.ZodDefault>; generatedExecutionGatewayRegistrySnapshotDigest: z.ZodDefault>; generatedExecutionRegistryBindingSetDigest: z.ZodDefault>; generatedExecutionNodeGatewayBindingDigest: z.ZodDefault>; parameters: z.ZodRecord>>; paramsDigest: z.ZodString; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; purposeCode: z.ZodString; expectedSideEffectCodes: z.ZodArray; evidenceRefs: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; bounds: z.ZodDefault>>>; idempotencyKey: z.ZodString; rollbackHint: z.ZodNullable; canonicalizerVersion: z.ZodString; actionContractDigest: z.ZodString; contractSignature: z.ZodNullable>; signaturePosture: z.ZodEnum<{ unsigned: "unsigned"; local_hmac: "local_hmac"; external_signature: "external_signature"; unverified: "unverified"; }>; keyIdentityRef: z.ZodNullable; verificationPolicyRef: z.ZodNullable; }, z.core.$strict>; refusalReasonCodes: z.ZodTuple<[], null>; }, z.core.$strict>, z.ZodObject<{ outcome: z.ZodLiteral<"intent_compilation_refused">; dispatchRef: z.ZodString; sequenceNumber: z.ZodNumber; toolCallDraft: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; toolCallDraftId: z.ZodString; runtimeExecutionId: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionNodeId: z.ZodDefault>; toolCapabilityId: z.ZodString; actionTypeId: z.ZodString; gatewayRegistryEntryId: z.ZodString; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; draftState: z.ZodEnum<{ invalid: "invalid"; opened: "opened"; streaming: "streaming"; finalized: "finalized"; abandoned: "abandoned"; }>; parameters: z.ZodRecord>>; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; paramsDigest: z.ZodString; finalizedAt: z.ZodDefault>; expiresAt: z.ZodString; invalidReasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; draftDigest: z.ZodString; }, z.core.$strict>; intentCompilation: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; intentCompilationId: z.ZodString; principalIntentRef: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; runtimeAdapterId: z.ZodString; operatingEnvelopeId: z.ZodString; toolCatalogRef: z.ZodString; actionCatalogRef: z.ZodString; gatewayRegistryRef: z.ZodString; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; candidateAction: z.ZodObject<{ candidateActionId: z.ZodString; candidateStatus: z.ZodEnum<{ contractable: "contractable"; rejected: "rejected"; }>; candidateDigest: z.ZodNullable; refusalReasonCodes: z.ZodDefault>; toolCapabilityId: z.ZodString; toolCapabilityDigest: z.ZodNullable; toolCatalogVersion: z.ZodNullable; actionTypeId: z.ZodString; actionTypeDigest: z.ZodNullable; actionCatalogVersion: z.ZodNullable; gatewayRegistryEntryId: z.ZodString; gatewayRegistryDigest: z.ZodNullable; gatewayRegistryVersion: z.ZodNullable; operatingEnvelopeId: z.ZodString; operatingEnvelopeDigest: z.ZodNullable; actionClass: z.ZodString; gatewayId: z.ZodString; resourceRef: z.ZodString; sequenceNumber: z.ZodNumber; requiredPriorActionContractIds: z.ZodDefault>; recoveryRecommendationId: z.ZodNullable; parameters: z.ZodRecord>>; paramsDigest: z.ZodString; nonSecretParamsSummary: z.ZodRecord>>; secretRefs: z.ZodDefault>; gatewayCredentialRefs: z.ZodDefault>; requiredCredentialCustodyStatus: z.ZodEnum<{ unknown: "unknown"; gateway_held: "gateway_held"; fixture_gateway_held: "fixture_gateway_held"; gateway_resolved_from_vault: "gateway_resolved_from_vault"; provider_gateway_held: "provider_gateway_held"; unsafe_agent_visible: "unsafe_agent_visible"; unsafe_runtime_visible: "unsafe_runtime_visible"; agent_has_raw_credential: "agent_has_raw_credential"; shared_or_unknown: "shared_or_unknown"; no_mutation_credential: "no_mutation_credential"; }>; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; delegatedAuthorityRefs: z.ZodDefault>; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; }, z.core.$strict>>>; purposeCode: z.ZodString; expectedSideEffectCodes: z.ZodArray; evidenceRefs: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; bounds: z.ZodDefault>>>; idempotencyKey: z.ZodString; rollbackHint: z.ZodNullable; expiresAt: z.ZodString; generatedCodeOrSpecRefs: z.ZodDefault>; runtimeExecutionId: z.ZodDefault>; runtimeExecutionDigest: z.ZodDefault>; generatedExecutionGraphId: z.ZodDefault>; generatedExecutionGraphDigest: z.ZodDefault>; generatedExecutionCoverageStatus: z.ZodDefault>>; generatedExecutionNodeId: z.ZodDefault>; generatedExecutionNodeDigest: z.ZodDefault>; generatedExecutionCatalogSnapshotDigest: z.ZodDefault>; generatedExecutionGatewayRegistrySnapshotDigest: z.ZodDefault>; generatedExecutionRegistryBindingSetDigest: z.ZodDefault>; generatedExecutionNodeGatewayBindingDigest: z.ZodDefault>; toolCallDraftId: z.ZodDefault>; toolCallDraftDigest: z.ZodDefault>; toolCallDraftState: z.ZodDefault>>; delegationEvidenceRef: z.ZodDefault; a1VerifierVersion: z.ZodString; }, z.core.$strict>>>; }, z.core.$strict>; candidateActionContractRefs: z.ZodDefault>; rejectedCandidateRefs: z.ZodDefault>; overreachReasonCodes: z.ZodDefault>; requiredEvidenceRefs: z.ZodDefault>; compilationRefusalId: z.ZodDefault>; compilerVersion: z.ZodString; }, z.core.$strict>; actionContract: z.ZodNull; refusalReasonCodes: z.ZodArray; }, z.core.$strict>], "outcome">>; }, z.core.$strict>;