import { z } from "zod"; export { PROTOCOL_VERSION } from "../../foundation/schema-core"; export declare const ProtocolObjectTypeSchema: z.ZodEnum<{ refusal: "refusal"; proof_gap: "proof_gap"; receipt: "receipt"; action_contract: "action_contract"; greenlight: "greenlight"; tool_capability: "tool_capability"; action_type: "action_type"; gateway_registry_entry: "gateway_registry_entry"; operating_envelope: "operating_envelope"; endpoint_access_surface_binding: "endpoint_access_surface_binding"; agentic_endpoint_access_policy: "agentic_endpoint_access_policy"; agentic_endpoint_access_attempt: "agentic_endpoint_access_attempt"; agentic_endpoint_access_clearance_binding: "agentic_endpoint_access_clearance_binding"; agentic_endpoint_access_lease: "agentic_endpoint_access_lease"; agentic_endpoint_access_usage_event: "agentic_endpoint_access_usage_event"; agentic_endpoint_access_readback: "agentic_endpoint_access_readback"; agentic_endpoint_access_capabilities: "agentic_endpoint_access_capabilities"; gateway_credential_ref: "gateway_credential_ref"; delegated_authority_ref: "delegated_authority_ref"; delegated_authority_status_transition: "delegated_authority_status_transition"; gateway_custody_proof_packet: "gateway_custody_proof_packet"; credential_resolution_evidence: "credential_resolution_evidence"; typed_action_commitment: "typed_action_commitment"; transition_request_context: "transition_request_context"; runtime_execution: "runtime_execution"; generated_execution_graph: "generated_execution_graph"; idempotency_ledger_entry: "idempotency_ledger_entry"; bypass_probe: "bypass_probe"; tool_call_draft: "tool_call_draft"; protected_path_posture: "protected_path_posture"; intent_compilation: "intent_compilation"; delegation_evidence_record: "delegation_evidence_record"; negotiation_session: "negotiation_session"; negotiation_offer: "negotiation_offer"; negotiation_decision: "negotiation_decision"; linked_agreement: "linked_agreement"; agreement_obligation_binding: "agreement_obligation_binding"; agreement_status_transition: "agreement_status_transition"; authority_certificate: "authority_certificate"; policy_decision: "policy_decision"; review_artifact: "review_artifact"; review_decision: "review_decision"; breaker_decision: "breaker_decision"; isolation_state: "isolation_state"; gateway_check_attempt: "gateway_check_attempt"; mutation_attempt: "mutation_attempt"; protected_surface_operation_claim: "protected_surface_operation_claim"; surface_operation_reconciliation: "surface_operation_reconciliation"; receipt_export: "receipt_export"; raw_record_read_audit: "raw_record_read_audit"; recovery_recommendation: "recovery_recommendation"; recovery_recommendation_status_transition: "recovery_recommendation_status_transition"; contract_stream_event: "contract_stream_event"; }>; export type ProtocolObjectType = z.infer; export declare const ProtocolRecordSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ objectType: z.ZodLiteral<"tool_capability">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; toolCapabilityId: z.ZodString; toolCatalogId: z.ZodString; toolCatalogVersion: z.ZodString; runtimeAdapterId: z.ZodString; toolName: z.ZodString; toolNamespace: z.ZodString; capabilityClass: z.ZodEnum<{ unknown: "unknown"; read: "read"; write: "write"; network: "network"; filesystem: "filesystem"; deploy: "deploy"; package: "package"; database: "database"; }>; readWriteClassification: z.ZodEnum<{ read_only: "read_only"; consequential: "consequential"; ambiguous: "ambiguous"; }>; consequentialityDefault: z.ZodEnum<{ consequential: "consequential"; non_consequential: "non_consequential"; requires_classification: "requires_classification"; }>; wrapperStatus: z.ZodEnum<{ unknown: "unknown"; wrapped: "wrapped"; unwrapped: "unwrapped"; }>; rawBypassPossible: z.ZodBoolean; inputSchemaRef: z.ZodString; outputSchemaRef: z.ZodString; secretBearingFields: z.ZodDefault>; supersededAt: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"action_type">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; actionTypeId: z.ZodString; actionCatalogId: z.ZodString; actionCatalogVersion: z.ZodString; actionClass: z.ZodString; protectedSurfaceKind: z.ZodString; requiredContractFields: z.ZodArray; canonicalParameterSchemaRef: z.ZodString; resourceRefSchemaRef: z.ZodString; requiredEvidenceTypes: z.ZodDefault>; allowedBoundsSchemaRef: z.ZodString; defaultReceiptRequirement: z.ZodEnum<{ none: "none"; gate: "gate"; mutation: "mutation"; downstream_finality: "downstream_finality"; }>; defaultIdempotencyRequirement: z.ZodEnum<{ optional: "optional"; required: "required"; forbidden: "forbidden"; }>; supersededAt: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"gateway_registry_entry">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayRegistryVersion: z.ZodString; gatewayId: z.ZodString; protectedSurfaceKind: z.ZodString; gatewayAdapterId: z.ZodString; gatewayAdapterVersion: z.ZodString; gateEndpointRef: z.ZodString; gatewayPolicyContractId: z.ZodString; gatewayPolicyVersion: z.ZodString; gatewayPolicyDriftMode: z.ZodEnum<{ refuse_on_drift: "refuse_on_drift"; allow_compatible_stricter: "allow_compatible_stricter"; }>; compatiblePreviousGatewayPolicyVersions: z.ZodDefault>; acceptedActionCatalogVersions: z.ZodArray; resourceNamespaceRef: z.ZodString; canonicalizerVersion: z.ZodString; receiptCapabilityStatus: z.ZodEnum<{ unknown: "unknown"; available: "available"; unavailable: "unavailable"; }>; isolationCheckCapabilityStatus: z.ZodEnum<{ unknown: "unknown"; available: "available"; unavailable: "unavailable"; }>; 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; supersededAt: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"operating_envelope">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; envelopeId: z.ZodString; principalId: z.ZodString; agentId: 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>>>; objectiveRef: z.ZodString; allowedActionClasses: z.ZodArray; allowedGateways: z.ZodArray; allowedResources: z.ZodArray; requiredProtectedPathState: z.ZodDefault>; evidenceRequirements: z.ZodDefault>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; issuedAt: z.ZodString; expiresAt: z.ZodString; revokedAt: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"endpoint_access_surface_binding">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; protectedSurfaceBindingId: z.ZodString; protectedSurfaceRef: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayId: z.ZodString; actionClass: z.ZodString; protectedSurfaceIntegrationRef: z.ZodDefault>; bindingSource: z.ZodEnum<{ protocol_config: "protocol_config"; cloud_config: "cloud_config"; ae_projection: "ae_projection"; operator_config: "operator_config"; fixture: "fixture"; }>; issuedAt: z.ZodString; expiresAt: z.ZodString; bindingDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agentic_endpoint_access_policy">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; policyId: z.ZodString; policyVersionId: z.ZodString; configRevision: z.ZodString; protectedSurfaceBindingId: z.ZodString; protectedSurfaceBindingDigest: z.ZodString; protectedSurfaceRef: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; operatingBoundsId: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayId: z.ZodString; gatewayAuthorityHolderRef: z.ZodString; requiredDelegationEvidence: z.ZodDefault>; acceptedAgentRegistrationRefs: z.ZodDefault>; principalBindingRequirements: z.ZodDefault>>>; agentBindingRequirements: z.ZodDefault>>>; runtimePostureRequirements: z.ZodDefault>>>; rawBypassPostureRequirements: z.ZodDefault>>; siblingBypassPostureRequirements: z.ZodDefault>>; rateLimit: z.ZodDefault>>>; tokenBudget: z.ZodDefault>>>; toolBudget: z.ZodDefault>>>; costBudget: z.ZodDefault>>>; leaseTtlSeconds: z.ZodNumber; failClosedBehavior: z.ZodEnum<{ proof_gap: "proof_gap"; refuse: "refuse"; quarantine: "quarantine"; }>; capabilityRequirements: z.ZodDefault>>>; issuedAt: z.ZodString; expiresAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agentic_endpoint_access_attempt">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; attemptId: z.ZodString; candidateActionId: z.ZodString; generatedCodeOrSpecRef: z.ZodString; protectedSurfaceBindingId: z.ZodString; protectedSurfaceBindingDigest: z.ZodString; protectedSurfaceRef: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; principalRef: z.ZodString; agentRef: z.ZodString; objectiveRef: z.ZodString; delegationEvidenceRefs: z.ZodDefault>; agentRegistrationRefs: z.ZodDefault>; runtimePostureRefs: z.ZodArray; rawBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; siblingBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; gatewayRegistryEntryId: z.ZodString; gatewayId: z.ZodString; requestEvidence: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; requestMethod: z.ZodString; requestUrlDigest: z.ZodString; requestHeaderDigest: z.ZodString; requestBodyDigest: z.ZodString; redactionPolicyId: z.ZodString; requestEvidenceDigest: z.ZodString; }, z.core.$strict>; requestedLeaseTtlSeconds: z.ZodNumber; requestedBudget: z.ZodDefault>>>; kernelVersion: z.ZodString; middlewareVersion: z.ZodString; capabilitiesPresented: z.ZodDefault>>>; idempotencyKey: z.ZodString; attemptedAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agentic_endpoint_access_clearance_binding">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; clearanceBindingId: z.ZodString; attemptId: z.ZodString; candidateActionId: z.ZodString; actionContractId: z.ZodString; policyDecisionId: z.ZodNullable; greenlightId: z.ZodNullable; gatewayRegistryEntryId: z.ZodString; gatewayId: z.ZodString; gatewayAuthorityHolderRef: z.ZodString; gatewayCheckAttemptId: z.ZodNullable; protectedSurfaceBindingId: z.ZodString; protectedSurfaceBindingDigest: z.ZodString; refusalRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; clearanceStatus: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; leased: "leased"; }>; reasonCodes: z.ZodDefault>; evaluatedAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agentic_endpoint_access_lease">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; leaseId: z.ZodString; attemptId: z.ZodString; candidateActionId: z.ZodString; actionContractId: z.ZodString; policyDecisionId: z.ZodString; greenlightId: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayId: z.ZodString; gatewayAuthorityHolderRef: z.ZodString; gatewayCheckAttemptId: z.ZodString; protectedSurfaceBindingId: z.ZodString; protectedSurfaceBindingDigest: z.ZodString; protectedSurfaceRef: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; principalRef: z.ZodString; agentRef: z.ZodString; operatingBoundsId: z.ZodString; policyVersionId: z.ZodString; configRevision: z.ZodString; runtimePostureRef: z.ZodString; rawBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; siblingBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; allowedUse: z.ZodLiteral<"bounded_endpoint_entry_only">; rateLimit: z.ZodDefault>>>; tokenBudget: z.ZodDefault>>>; toolBudget: z.ZodDefault>>>; costBudget: z.ZodDefault>>>; usageCounters: z.ZodDefault>; issuedAt: z.ZodString; expiresAt: z.ZodString; revokedAt: z.ZodDefault>; authorityBoundary: z.ZodObject<{ permitsEndpointAccess: z.ZodLiteral; permitsMutation: z.ZodLiteral; createsIndependentPolicyDecision: z.ZodLiteral; createsIndependentGreenlight: z.ZodLiteral; performsIndependentGatewayCheck: z.ZodLiteral; exportsDownstreamReceipt: z.ZodLiteral; mintsTerminalCertificate: z.ZodLiteral; containsCredentialMaterial: z.ZodLiteral; containsPaymentMaterial: z.ZodLiteral; widensOperatingBounds: z.ZodLiteral; freshActionContractRequiredForDownstreamAction: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agentic_endpoint_access_usage_event">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; usageEventId: z.ZodString; leaseId: z.ZodString; protectedSurfaceBindingId: z.ZodString; protectedSurfaceRef: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; usageKind: z.ZodEnum<{ request: "request"; token: "token"; tool_call: "tool_call"; cost_unit: "cost_unit"; }>; amount: z.ZodNumber; counterAfter: z.ZodNumber; occurredAt: z.ZodString; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agentic_endpoint_access_readback">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; readbackId: z.ZodString; leaseId: z.ZodNullable; attemptId: z.ZodString; candidateActionId: z.ZodString; attemptDigest: z.ZodString; requestEvidence: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; requestMethod: z.ZodString; requestUrlDigest: z.ZodString; requestHeaderDigest: z.ZodString; requestBodyDigest: z.ZodString; redactionPolicyId: z.ZodString; requestEvidenceDigest: z.ZodString; }, z.core.$strict>; protectedSurfaceBindingId: z.ZodString; protectedSurfaceBindingDigest: z.ZodString; protectedSurfaceRef: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; policyVersionId: z.ZodString; configRevision: z.ZodString; kernelVersion: z.ZodString; middlewareVersion: z.ZodString; runtimePostureRef: z.ZodString; gatewayRegistryEntryId: z.ZodString; gatewayId: z.ZodString; gatewayAuthorityHolderRef: z.ZodString; rawBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; siblingBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; capabilityReportRef: z.ZodString; healthReportRef: z.ZodString; usageSummary: z.ZodDefault>>>; linkedActionRefs: z.ZodDefault>; linkedReceiptRefs: z.ZodDefault>; linkedProofGapRefs: z.ZodDefault>; publicVerifyUrl: z.ZodString; downstreamReceiptBoundary: z.ZodLiteral<"linked_receipts_are_not_endpoint_access_authorization">; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agentic_endpoint_access_capabilities">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.v0.3.0">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; capabilityReportId: z.ZodString; kernelVersion: z.ZodString; middlewareVersion: z.ZodString; cloudConfigRevision: z.ZodString; runtimePostureStatus: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; unsupported: "unsupported"; supported: "supported"; }>; rawBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; siblingBypassPosture: z.ZodEnum<{ unknown: "unknown"; stale: "stale"; blocked: "blocked"; unblocked: "unblocked"; inconclusive: "inconclusive"; }>; supportedEndpointAccessSchemaVersions: z.ZodArray; supportedDelegationEvidenceKinds: z.ZodDefault>; supportedPolicyFeatures: z.ZodDefault>; supportedReadbackKinds: z.ZodDefault>; failClosedReasons: z.ZodDefault>; reportedAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"gateway_credential_ref">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; gatewayCredentialRefId: z.ZodString; gatewayCredentialRefDigest: z.ZodString; principalId: z.ZodDefault>; gatewayId: z.ZodString; gatewayRegistryEntryId: z.ZodString; protectedSurfaceKind: z.ZodString; actionClasses: z.ZodArray; resourceRefs: z.ZodArray; resourceNamespaceRef: z.ZodString; credentialKind: z.ZodString; custodyStatus: 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"; }>; providerClass: z.ZodString; providerRegistryRef: z.ZodString; providerRegistryDigest: z.ZodDefault>; resolverRef: z.ZodString; resolverVersion: z.ZodString; evidenceExpectationRefs: z.ZodDefault>; redactionProfileRef: z.ZodLiteral<"gateway-credential-ref:v0.2-redacted">; secretMaterialIncluded: z.ZodLiteral; issuedAt: z.ZodString; expiresAt: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"delegated_authority_ref">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; delegatedAuthorityRefId: z.ZodString; delegatedAuthorityRefDigest: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runtimeAdapterId: z.ZodString; operatingEnvelopeId: z.ZodString; gatewayId: z.ZodString; gatewayRegistryEntryId: z.ZodString; protectedSurfaceKind: z.ZodString; actionClasses: z.ZodArray; resourceRefs: z.ZodArray; authorityKind: z.ZodEnum<{ mutation: "mutation"; spend: "spend"; api_call: "api_call"; }>; grantStatus: z.ZodEnum<{ active: "active"; revoked: "revoked"; expired: "expired"; }>; policyPackRef: z.ZodString; policyPackVersion: z.ZodString; amountParameterName: z.ZodDefault>; maxAtomicAmountPerAction: z.ZodDefault>; evidenceExpectationRefs: z.ZodDefault>; redactionProfileRef: z.ZodLiteral<"delegated-authority-ref:v0.2-redacted">; secretMaterialIncluded: z.ZodLiteral; mutationAuthorityCreated: z.ZodLiteral; greenlightCreated: z.ZodLiteral; issuedAt: z.ZodString; expiresAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"delegated_authority_status_transition">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; delegatedAuthorityStatusTransitionId: z.ZodString; delegatedAuthorityRefId: z.ZodString; delegatedAuthorityRefDigest: z.ZodString; previousGrantStatus: z.ZodEnum<{ active: "active"; revoked: "revoked"; expired: "expired"; }>; nextGrantStatus: z.ZodEnum<{ revoked: "revoked"; expired: "expired"; }>; reasonCode: z.ZodString; reasonSummary: z.ZodString; changedByRef: z.ZodString; changedAt: z.ZodString; isolationStateId: z.ZodString; transitionDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"gateway_custody_proof_packet">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; gatewayCustodyProofPacketId: z.ZodString; gatewayCustodyProofPacketDigest: z.ZodString; gatewayCredentialRefId: z.ZodString; gatewayCredentialRefDigest: z.ZodString; protectedPathPostureId: z.ZodString; protectedPathPostureDigest: z.ZodString; gatewayInstallEvidenceRefs: z.ZodDefault>; gatewayInstallEvidenceDigests: z.ZodDefault>; bypassProbeIds: z.ZodDefault>; bypassProbeDigests: z.ZodDefault>; gatewayId: z.ZodString; gatewayRegistryEntryId: z.ZodString; protectedSurfaceKind: z.ZodString; actionClasses: z.ZodArray; resourceRefs: z.ZodArray; custodyProviderClass: z.ZodString; custodyProviderRegistryRef: z.ZodString; custodyProviderRegistryDigest: z.ZodDefault>; opaqueKeyHandleRef: z.ZodString; opaqueKeyHandleDigest: z.ZodString; credentialKind: 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"; }>; custodyClaimLevel: z.ZodEnum<{ proof_gap: "proof_gap"; local_fixture: "local_fixture"; customer_gateway_evidence: "customer_gateway_evidence"; provider_gateway_evidence: "provider_gateway_evidence"; }>; resolverRef: z.ZodString; resolverVersion: z.ZodString; leaseRef: z.ZodDefault>; leaseVersion: z.ZodDefault>; leaseIssuedAt: z.ZodDefault>; leaseExpiresAt: z.ZodDefault>; attestationRefs: z.ZodDefault>; attestationDigests: z.ZodDefault>; redactedAuditRefs: z.ZodDefault>; redactedAuditDigest: z.ZodDefault>; custodyDriftStatus: z.ZodEnum<{ proof_gap: "proof_gap"; current: "current"; stale: "stale"; provider_drift: "provider_drift"; resolver_drift: "resolver_drift"; unsafe_custody: "unsafe_custody"; }>; resolverDriftStatus: z.ZodEnum<{ proof_gap: "proof_gap"; current: "current"; stale: "stale"; provider_drift: "provider_drift"; resolver_drift: "resolver_drift"; unsafe_custody: "unsafe_custody"; }>; redactionStatus: z.ZodEnum<{ proof_gap: "proof_gap"; redacted: "redacted"; digest_only: "digest_only"; redaction_failed: "redaction_failed"; }>; externalVerificationStatus: z.ZodEnum<{ not_required: "not_required"; required_before_live_claim: "required_before_live_claim"; verified_by_official_source: "verified_by_official_source"; }>; redactionProfileRef: z.ZodLiteral<"gateway-custody-proof-packet:v0.2-redacted">; secretMaterialIncluded: z.ZodLiteral; authorityCreated: z.ZodLiteral; recordedAt: z.ZodString; expiresAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"credential_resolution_evidence">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; credentialResolutionEvidenceId: z.ZodString; gatewayCredentialRefId: z.ZodString; gatewayCredentialRefDigest: z.ZodString; actionContractId: z.ZodString; greenlightId: z.ZodString; gateAttemptId: z.ZodString; mutationAttemptId: z.ZodNullable; gatewayId: z.ZodString; providerClass: z.ZodString; providerRegistryRef: z.ZodString; providerRegistryDigest: z.ZodDefault>; resolverRef: z.ZodString; resolverVersion: z.ZodString; requestDigest: z.ZodString; resultClass: z.ZodEnum<{ proof_gap: "proof_gap"; resolved_for_gateway_use: "resolved_for_gateway_use"; used_by_gateway: "used_by_gateway"; refused_missing_ref: "refused_missing_ref"; refused_stale_ref: "refused_stale_ref"; refused_provider_unavailable: "refused_provider_unavailable"; refused_vault_auth_denied: "refused_vault_auth_denied"; refused_provider_drift: "refused_provider_drift"; refused_unsafe_custody: "refused_unsafe_custody"; refused_redaction_failure: "refused_redaction_failure"; replay_refused: "replay_refused"; isolation_blocked: "isolation_blocked"; }>; resultReasonCode: z.ZodString; redactionStatus: z.ZodEnum<{ proof_gap: "proof_gap"; redacted: "redacted"; digest_only: "digest_only"; redaction_failed: "redaction_failed"; }>; providerRequestRef: z.ZodDefault>; providerOperationRef: z.ZodDefault>; proofGapId: z.ZodDefault>; refusalId: z.ZodDefault>; evidenceRefs: z.ZodDefault>; redactionProfileRef: z.ZodLiteral<"credential-resolution-evidence:v0.2-redacted">; credentialMaterialIncluded: z.ZodLiteral; recordedAt: z.ZodString; evidenceDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"typed_action_commitment">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; typedActionCommitmentId: z.ZodString; commitmentDigest: z.ZodString; actionContractId: z.ZodDefault>; subject: z.ZodObject<{ kind: z.ZodEnum<{ action_contract: "action_contract"; service_workflow: "service_workflow"; x402_payment: "x402_payment"; agentic_endpoint_access: "agentic_endpoint_access"; protected_surface: "protected_surface"; external_evidence: "external_evidence"; }>; ref: z.ZodString; digest: z.ZodString; }, z.core.$strict>; domain: z.ZodObject<{ domainRef: z.ZodString; domainDigest: z.ZodDefault>; tenantId: z.ZodDefault>; organizationId: z.ZodDefault>; gatewayId: z.ZodDefault>; actionClass: z.ZodDefault>; providerEnvironmentRef: z.ZodDefault>; }, z.core.$strict>; purpose: z.ZodEnum<{ external_commitment_evidence: "external_commitment_evidence"; policy_required_evidence: "policy_required_evidence"; service_workflow_readback: "service_workflow_readback"; post_gateway_payment_evidence: "post_gateway_payment_evidence"; display_binding_evidence: "display_binding_evidence"; }>; profile: z.ZodEnum<{ handshake_jcs_typed: "handshake_jcs_typed"; eip712: "eip712"; }>; typedPayload: z.ZodRecord>>; replayPosture: z.ZodObject<{ replayStatus: z.ZodEnum<{ stale: "stale"; fresh: "fresh"; replayed: "replayed"; missing: "missing"; not_applicable: "not_applicable"; }>; idempotencyKey: z.ZodDefault>; nonceRef: z.ZodDefault>; nonceDigest: z.ZodDefault>; issuedAt: z.ZodDefault>; expiresAt: z.ZodDefault>; replayWindowSeconds: z.ZodDefault>; }, z.core.$strict>; signerOrVerifier: z.ZodObject<{ verifierRef: z.ZodDefault>; verifierContextDigest: z.ZodDefault>; keyId: z.ZodDefault>; signatureRef: z.ZodDefault>; signatureDigest: z.ZodDefault>; providerNativeDigest: z.ZodDefault>; verificationStatus: z.ZodEnum<{ unverified: "unverified"; proof_gap: "proof_gap"; verified: "verified"; refused: "refused"; unsupported: "unsupported"; }>; verificationReasonCode: z.ZodDefault>; }, z.core.$strict>; safetyPosture: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; display_bound: "display_bound"; digest_bound: "digest_bound"; verifier_bound: "verifier_bound"; provider_observed: "provider_observed"; }>; projectionClass: z.ZodDefault>; authorityBoundary: z.ZodObject<{ createsPolicyDecision: z.ZodLiteral; createsGreenlight: z.ZodLiteral; performsGatewayCheck: z.ZodLiteral; authorizesMutation: z.ZodLiteral; createsReceipt: z.ZodLiteral; mintsCertificate: z.ZodLiteral; provesPrincipalConsent: z.ZodLiteral; provesSignerCustody: z.ZodLiteral; provesPaymentCustody: z.ZodLiteral; createsEndpointLease: z.ZodLiteral; provesDownstreamSuccess: z.ZodLiteral; }, z.core.$strict>; refusalRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; evidenceRefs: z.ZodDefault>; recordedAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"transition_request_context">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; transitionRequestContextId: z.ZodString; protocolVersionSeen: z.ZodString; requestIdentity: z.ZodString; originatingIdentityDigest: z.ZodNullable; originatingIdentityRef: z.ZodNullable; callerCustodyRole: z.ZodEnum<{ control_plane: "control_plane"; runtime_evidence: "runtime_evidence"; gateway_custody: "gateway_custody"; review_custody: "review_custody"; }>; callerIdentityRef: z.ZodDefault>; callerSubjectDigest: z.ZodDefault>; callerTenantId: z.ZodDefault>; callerOrganizationId: z.ZodDefault>; callerIdentityClaimsDigest: z.ZodDefault>; authProviderRef: z.ZodDefault>; authSessionDigest: z.ZodDefault>; serviceCredentialDigest: z.ZodDefault>; revocationEpochRef: z.ZodDefault>; callerIdentityIssuedAt: z.ZodDefault>; callerIdentityExpiresAt: z.ZodDefault>; transitionName: z.ZodString; routePattern: z.ZodString; requestDigest: z.ZodString; acceptedAt: z.ZodString; requestContextDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"runtime_execution">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"generated_execution_graph">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"idempotency_ledger_entry">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; idempotencyLedgerEntryId: z.ZodString; ledgerKeyDigest: z.ZodString; gatewayId: z.ZodString; protectedSurfaceKind: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; idempotencyKey: z.ZodString; paramsDigest: z.ZodString; actionContractId: z.ZodString; policyDecisionId: z.ZodString; greenlightId: z.ZodNullable; gateAttemptId: z.ZodNullable; mutationAttemptId: z.ZodNullable; receiptId: z.ZodNullable; ledgerState: z.ZodEnum<{ terminal_unknown: "terminal_unknown"; authority_reserved: "authority_reserved"; mutation_started: "mutation_started"; terminal_succeeded: "terminal_succeeded"; terminal_failed: "terminal_failed"; terminal_refused: "terminal_refused"; }>; reasonCode: z.ZodString; evidenceRefs: z.ZodDefault>; firstReservedAt: z.ZodString; updatedAt: z.ZodString; ledgerDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"bypass_probe">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; bypassProbeId: z.ZodString; postureScopeKey: z.ZodString; runtimeAdapterId: z.ZodString; gatewayId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; protectedSurfaceKind: z.ZodString; probeKind: z.ZodEnum<{ credential_custody: "credential_custody"; raw_sibling_blocking: "raw_sibling_blocking"; mcp_direct_call_blocking: "mcp_direct_call_blocking"; token_passthrough_blocking: "token_passthrough_blocking"; wrapper_drift: "wrapper_drift"; failure_closed: "failure_closed"; }>; probeOutcome: z.ZodEnum<{ inconclusive: "inconclusive"; passed: "passed"; failed: "failed"; }>; sourceAuthority: z.ZodEnum<{ unknown: "unknown"; conformance_fixture: "conformance_fixture"; runtime_probe: "runtime_probe"; gateway_probe: "gateway_probe"; operator_attestation: "operator_attestation"; hosted_monitor: "hosted_monitor"; }>; reasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; observedAt: z.ZodString; expiresAt: z.ZodString; probeDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"tool_call_draft">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"protected_path_posture">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; protectedPathPostureId: z.ZodString; postureScopeKey: z.ZodString; runtimeAdapterId: z.ZodString; gatewayId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; protectedSurfaceKind: z.ZodString; postureState: z.ZodEnum<{ gateway_checked: "gateway_checked"; bypass_risk: "bypass_risk"; advisory: "advisory"; blind: "blind"; fixture_only: "fixture_only"; }>; 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"; }>; rawSiblingToolStatus: z.ZodEnum<{ unknown: "unknown"; absent: "absent"; blocked: "blocked"; present: "present"; }>; sourceAuthority: z.ZodEnum<{ unknown: "unknown"; conformance_fixture: "conformance_fixture"; runtime_probe: "runtime_probe"; gateway_probe: "gateway_probe"; operator_attestation: "operator_attestation"; hosted_monitor: "hosted_monitor"; }>; reasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; bypassProbeIds: z.ZodDefault>; bypassProbeDigests: z.ZodDefault>; bypassProbeCoverage: z.ZodDefault; probeOutcome: z.ZodEnum<{ inconclusive: "inconclusive"; passed: "passed"; failed: "failed"; }>; sourceAuthority: z.ZodEnum<{ unknown: "unknown"; conformance_fixture: "conformance_fixture"; runtime_probe: "runtime_probe"; gateway_probe: "gateway_probe"; operator_attestation: "operator_attestation"; hosted_monitor: "hosted_monitor"; }>; probeDigest: z.ZodString; }, z.core.$strict>>>; observedAt: z.ZodString; expiresAt: z.ZodString; postureDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"intent_compilation">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"delegation_evidence_record">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; delegationEvidenceRecordId: z.ZodString; evidenceRecord: z.ZodObject<{ schemaId: z.ZodLiteral<"delegation-evidence-record">; schemaVersion: z.ZodLiteral<1>; a1ChainFingerprint: z.ZodString; certFingerprints: z.ZodArray; chainDepth: z.ZodNumber; principalPkFingerprint: z.ZodString; terminalDelegatePkFingerprint: z.ZodString; a1VerifierVersion: z.ZodString; verifyPath: z.ZodEnum<{ ts: "ts"; sidecar: "sidecar"; }>; verifyOutcome: z.ZodEnum<{ valid: "valid"; invalid: "invalid"; }>; reasonCodes: z.ZodArray; evidenceBindingDigest: z.ZodNullable; presentedAtUnix: z.ZodNumber; mutationAuthorityCreated: z.ZodLiteral; greenlightCreated: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"negotiation_session">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationSessionId: z.ZodString; negotiationSessionDigest: z.ZodString; subjectResourceRef: z.ZodString; subjectProtectedActionContextRefs: z.ZodDefault>; runtimePosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; declared_runtime_context: "declared_runtime_context"; observed_runtime_evidence: "observed_runtime_evidence"; }>; parties: z.ZodArray; agentRef: z.ZodString; organizationRef: z.ZodDefault>; runtimeRef: z.ZodDefault>; endpointRef: z.ZodDefault>; identityProofPosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; self_attested: "self_attested"; host_verified_ref: "host_verified_ref"; }>; identityEvidenceRefs: z.ZodDefault>; identityProofDigest: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; externalProtocolEvidenceRefs: z.ZodDefault; protocolVersion: z.ZodString; objectKind: z.ZodString; objectRef: z.ZodString; objectDigest: z.ZodString; evidencePosture: z.ZodLiteral<"imported_evidence_only">; evidenceUse: z.ZodEnum<{ conversation_context: "conversation_context"; descriptor_context: "descriptor_context"; runtime_context: "runtime_context"; mandate_context_evidence: "mandate_context_evidence"; tool_context: "tool_context"; handoff_context: "handoff_context"; other_context: "other_context"; }>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; expiresAt: z.ZodDefault>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"negotiation_offer">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationOfferId: z.ZodString; negotiationSessionId: z.ZodString; offerVersionId: z.ZodString; offerSequence: z.ZodNumber; offeredByPartyId: z.ZodString; previousOfferVersionId: z.ZodDefault>; supersedesOfferVersionId: z.ZodDefault>; offerContentDigest: z.ZodString; offerObjectRefs: z.ZodDefault>; offerContentRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; externalProtocolEvidenceRefs: z.ZodDefault; protocolVersion: z.ZodString; objectKind: z.ZodString; objectRef: z.ZodString; objectDigest: z.ZodString; evidencePosture: z.ZodLiteral<"imported_evidence_only">; evidenceUse: z.ZodEnum<{ conversation_context: "conversation_context"; descriptor_context: "descriptor_context"; runtime_context: "runtime_context"; mandate_context_evidence: "mandate_context_evidence"; tool_context: "tool_context"; handoff_context: "handoff_context"; other_context: "other_context"; }>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; expiresAt: z.ZodDefault>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"negotiation_decision">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationDecisionId: z.ZodString; negotiationSessionId: z.ZodString; decidedOfferVersionId: z.ZodString; decidedOfferSequence: z.ZodNumber; decidedByPartyId: z.ZodString; decision: z.ZodEnum<{ accept: "accept"; reject: "reject"; counter: "counter"; withdraw: "withdraw"; expire: "expire"; }>; reasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; counterOfferVersionId: z.ZodDefault>; decisionDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"linked_agreement">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; linkedAgreementId: z.ZodString; negotiationSessionId: z.ZodString; acceptedNegotiationDecisionId: z.ZodString; acceptedOfferVersionId: z.ZodString; acceptedOfferSequence: z.ZodNumber; acceptedOfferContentDigest: z.ZodString; acceptedByPartyId: z.ZodString; counterpartyRef: z.ZodString; agreementDigest: z.ZodString; agreementObjectRefs: z.ZodDefault>; agreementContentRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; agreementEvidencePosture: z.ZodLiteral<"local_evidence_only">; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; externalProtocolEvidenceRefs: z.ZodDefault; protocolVersion: z.ZodString; objectKind: z.ZodString; objectRef: z.ZodString; objectDigest: z.ZodString; evidencePosture: z.ZodLiteral<"imported_evidence_only">; evidenceUse: z.ZodEnum<{ conversation_context: "conversation_context"; descriptor_context: "descriptor_context"; runtime_context: "runtime_context"; mandate_context_evidence: "mandate_context_evidence"; tool_context: "tool_context"; handoff_context: "handoff_context"; other_context: "other_context"; }>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; expiresAt: z.ZodDefault>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agreement_obligation_binding">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; agreementObligationBindingId: z.ZodString; linkedAgreementId: z.ZodString; negotiationSessionId: z.ZodString; obligationRef: z.ZodString; obligationDigest: z.ZodDefault>; actionContractId: z.ZodString; actionContractDigest: z.ZodString; paramsDigest: z.ZodString; actionTypeId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; counterpartyRef: z.ZodString; maxUses: z.ZodDefault>; bindingPosture: z.ZodLiteral<"local_evidence_only">; localProtectedActionEvidenceRefs: z.ZodArray; ref: z.ZodString; digest: z.ZodDefault>; }, z.core.$strict>>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"agreement_status_transition">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; agreementStatusTransitionId: z.ZodString; linkedAgreementId: z.ZodString; negotiationSessionId: z.ZodString; fromStatus: z.ZodEnum<{ active: "active"; expired: "expired"; resolved: "resolved"; proposed: "proposed"; superseded: "superseded"; disputed: "disputed"; withdrawn: "withdrawn"; }>; toStatus: z.ZodEnum<{ active: "active"; expired: "expired"; resolved: "resolved"; superseded: "superseded"; disputed: "disputed"; withdrawn: "withdrawn"; }>; reasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; transitionDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"action_contract">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"authority_certificate">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; authorityCertificateId: z.ZodString; authorityCertificateVersion: z.ZodLiteral<"1.0.0">; canonicalizerVersion: z.ZodString; terminalizedAt: z.ZodString; terminal: z.ZodObject<{ terminalKind: z.ZodEnum<{ proof_gap: "proof_gap"; receipt: "receipt"; durable_refusal: "durable_refusal"; replay_refusal: "replay_refusal"; }>; terminalObjectRef: z.ZodString; actionContractId: z.ZodString; policyDecisionId: z.ZodNullable; greenlightId: z.ZodNullable; gatewayId: z.ZodNullable; }, z.core.$strict>; envelope: z.ZodObject<{ actionContractRef: z.ZodString; contractDigest: z.ZodString; policyDecisionRef: z.ZodString; policyDecisionStatus: z.ZodEnum<{ review_required: "review_required"; proof_gap: "proof_gap"; refuse: "refuse"; quarantine: "quarantine"; greenlight: "greenlight"; halt: "halt"; }>; greenlightRef: z.ZodNullable; gateAttemptRef: z.ZodNullable; mutationAttemptRef: z.ZodNullable; receiptRef: z.ZodNullable; principalRef: z.ZodString; agentRef: 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; runtimeAdapterRef: z.ZodString; actionClass: z.ZodString; protectedSurfaceKind: z.ZodString; resourceRef: z.ZodString; gatewayId: z.ZodString; gatewayPolicyVersion: z.ZodString; idempotencyKey: z.ZodString; paramsDigest: z.ZodString; nonSecretParamsSummary: z.ZodRecord>>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; surfaceOperationRef: z.ZodNullable; surfaceOperationReconciliationRef: z.ZodNullable; surfaceOperationEvidenceLabels: z.ZodDefault>; surfaceOperationEvidenceRefs: z.ZodDefault>; gatewayCredentialEvidenceRefs: z.ZodDefault>; delegatedAuthorityEvidenceRefs: z.ZodDefault>; credentialResolutionEvidenceRefs: z.ZodDefault>; typedCommitmentRefs: z.ZodDefault>; typedCommitmentSetDigest: z.ZodDefault>; typedCommitmentProjectionClass: z.ZodDefault>>; typedCommitmentSummaries: z.ZodDefault; profile: z.ZodEnum<{ handshake_jcs_typed: "handshake_jcs_typed"; eip712: "eip712"; }>; verificationStatus: z.ZodEnum<{ unverified: "unverified"; proof_gap: "proof_gap"; verified: "verified"; refused: "refused"; unsupported: "unsupported"; }>; replayStatus: z.ZodEnum<{ stale: "stale"; fresh: "fresh"; replayed: "replayed"; missing: "missing"; not_applicable: "not_applicable"; }>; verifierContextDigest: z.ZodDefault>; safetyPosture: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; display_bound: "display_bound"; digest_bound: "digest_bound"; verifier_bound: "verifier_bound"; provider_observed: "provider_observed"; }>; }, z.core.$strict>>>; typedCommitmentProjections: z.ZodDefault; projectionClass: z.ZodEnum<{ public_redacted: "public_redacted"; operator_redacted: "operator_redacted"; auditor_export: "auditor_export"; }>; commitmentDigest: z.ZodString; subject: z.ZodObject<{ kind: z.ZodEnum<{ action_contract: "action_contract"; service_workflow: "service_workflow"; x402_payment: "x402_payment"; agentic_endpoint_access: "agentic_endpoint_access"; protected_surface: "protected_surface"; external_evidence: "external_evidence"; }>; ref: z.ZodString; digest: z.ZodString; }, z.core.$strict>; purpose: z.ZodEnum<{ external_commitment_evidence: "external_commitment_evidence"; policy_required_evidence: "policy_required_evidence"; service_workflow_readback: "service_workflow_readback"; post_gateway_payment_evidence: "post_gateway_payment_evidence"; display_binding_evidence: "display_binding_evidence"; }>; profile: z.ZodEnum<{ handshake_jcs_typed: "handshake_jcs_typed"; eip712: "eip712"; }>; domain: z.ZodObject<{ domainRef: z.ZodString; domainDigest: z.ZodDefault>; tenantId: z.ZodDefault>; organizationId: z.ZodDefault>; gatewayId: z.ZodDefault>; actionClass: z.ZodDefault>; providerEnvironmentRef: z.ZodDefault>; }, z.core.$strict>; verificationStatus: z.ZodEnum<{ unverified: "unverified"; proof_gap: "proof_gap"; verified: "verified"; refused: "refused"; unsupported: "unsupported"; }>; verificationReasonCode: z.ZodNullable; replayStatus: z.ZodEnum<{ stale: "stale"; fresh: "fresh"; replayed: "replayed"; missing: "missing"; not_applicable: "not_applicable"; }>; idempotencyKey: z.ZodNullable; nonceRef: z.ZodNullable; nonceDigest: z.ZodNullable; replayWindowSeconds: z.ZodNullable; verifierRef: z.ZodNullable; verifierContextDigest: z.ZodNullable; keyId: z.ZodNullable; providerNativeDigest: z.ZodNullable; safetyPosture: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; display_bound: "display_bound"; digest_bound: "digest_bound"; verifier_bound: "verifier_bound"; provider_observed: "provider_observed"; }>; displayBindingStatus: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; display_bound: "display_bound"; digest_bound: "digest_bound"; verifier_bound: "verifier_bound"; provider_observed: "provider_observed"; }>; authorityBoundary: z.ZodObject<{ createsPolicyDecision: z.ZodLiteral; createsGreenlight: z.ZodLiteral; performsGatewayCheck: z.ZodLiteral; authorizesMutation: z.ZodLiteral; createsReceipt: z.ZodLiteral; mintsCertificate: z.ZodLiteral; provesPrincipalConsent: z.ZodLiteral; provesSignerCustody: z.ZodLiteral; provesPaymentCustody: z.ZodLiteral; createsEndpointLease: z.ZodLiteral; provesDownstreamSuccess: z.ZodLiteral; }, z.core.$strict>; refusalRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; evidenceRefs: z.ZodDefault>; signatureEvidence: z.ZodNullable; signatureDigest: z.ZodNullable; }, z.core.$strict>>; rawReadAudit: z.ZodNullable; }, z.core.$strict>>; rawTypedPayloadIncluded: z.ZodLiteral; rawSignatureIncluded: z.ZodLiteral; rawCredentialMaterialIncluded: z.ZodLiteral; rawPaymentMaterialIncluded: z.ZodLiteral; rawRequestBodyIncluded: z.ZodLiteral; commandMaterialIncluded: z.ZodLiteral; redactionProfileRef: z.ZodEnum<{ public_redacted: "public_redacted"; operator_redacted: "operator_redacted"; auditor_signature_digest_only: "auditor_signature_digest_only"; }>; omittedFields: z.ZodDefault>; }, z.core.$strict>>>; typedCommitmentRefusalRefs: z.ZodDefault>; typedCommitmentProofGapRefs: z.ZodDefault>; signerInvocationEvidenceRefs: z.ZodDefault>; downstreamEvidenceRefs: z.ZodDefault>; authMdEvidenceRefs: z.ZodObject<{ discoveryRefs: z.ZodDefault>; authorizationServerRefs: z.ZodDefault>; identityAssertionRefs: z.ZodDefault>; registrationRefs: z.ZodDefault>; claimRefs: z.ZodDefault>; revocationRefs: z.ZodDefault>; credentialCustodyRefs: z.ZodDefault>; credentialResolutionRefs: z.ZodDefault>; protectedApiCallRefs: z.ZodDefault>; downstreamEvidenceRefs: z.ZodDefault>; }, z.core.$strict>; authMdEvidenceLabels: z.ZodDefault>; providerRequestRef: z.ZodNullable; providerOperationRef: z.ZodNullable; downstreamRetryability: z.ZodNullable>; reconciliationFinalityStatus: z.ZodNullable>; gatewayAdmissionStatus: z.ZodEnum<{ proof_gap: "proof_gap"; refused: "refused"; replayed: "replayed"; not_requested: "not_requested"; admitted: "admitted"; }>; greenlightConsumptionStatus: z.ZodNullable>; downstreamOutcomeStatus: z.ZodEnum<{ unknown: "unknown"; refused: "refused"; failed: "failed"; succeeded: "succeeded"; pending: "pending"; not_started: "not_started"; }>; proofGapRefs: z.ZodDefault>; proofGapReasonCodes: z.ZodDefault>; refusalRefs: z.ZodDefault>; refusalReasonCodes: z.ZodDefault>; idempotencyLedgerRef: z.ZodNullable; idempotencyLedgerState: z.ZodNullable>; idempotencyRecoveryDisposition: z.ZodNullable>; idempotencyReasonCodes: z.ZodDefault>; recoveryRefs: z.ZodDefault>; isolationRefs: z.ZodDefault>; authorityCertificateRefs: z.ZodDefault>; evidenceRefs: 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; receiptExportRef: z.ZodNullable; redactionProfileRef: z.ZodLiteral<"agent-transaction-envelope:v0.2-redacted">; omittedFields: z.ZodDefault>; envelopeDigest: z.ZodString; }, z.core.$strict>; envelopeDigest: z.ZodString; artifacts: z.ZodArray; objectRef: z.ZodString; digest: z.ZodString; }, z.core.$strict>>; verificationPolicy: z.ZodObject<{ verificationPolicyId: z.ZodString; terminalKind: z.ZodEnum<{ proof_gap: "proof_gap"; receipt: "receipt"; durable_refusal: "durable_refusal"; replay_refusal: "replay_refusal"; }>; actionClass: z.ZodString; gatewayAdmissionRequired: z.ZodBoolean; requiredSignerRoles: z.ZodArray>; requiredArtifactKinds: z.ZodDefault>>; }, z.core.$strict>; signatures: z.ZodArray; keyIdentityRef: z.ZodString; algorithm: z.ZodEnum<{ ed25519: "ed25519"; "hmac-sha256": "hmac-sha256"; }>; signedOver: z.ZodString; signature: z.ZodUnion; }, z.core.$strict>>; consumerBindings: z.ZodDefault>; }, z.core.$strict>>>; extensions: z.ZodDefault>>>; emittedAt: z.ZodString; signingInputDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"policy_decision">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"greenlight">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"review_artifact">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; reviewArtifactId: z.ZodString; reviewArtifactRef: z.ZodString; reviewRenderSchemaVersion: z.ZodString; rendererRef: z.ZodString; actionContractId: z.ZodString; actionContractDigest: z.ZodString; policyDecisionId: z.ZodString; policyInputDigest: z.ZodString; gatewayPolicyVersion: z.ZodString; renderedContractDigest: z.ZodString; renderedPolicyInputDigest: z.ZodString; renderedUncertaintyDigest: z.ZodString; renderedArtifactDigest: z.ZodString; catalogDigest: z.ZodDefault>; rendererDigest: z.ZodDefault>; actionBindingDigest: z.ZodDefault>; hiddenActionPosture: z.ZodDefault>; secondaryActionPosture: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; evidenceRefs: z.ZodDefault>; reviewArtifactDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"review_decision">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; reviewDecisionId: z.ZodString; reviewArtifactId: z.ZodString; reviewArtifactRef: z.ZodString; reviewArtifactDigest: z.ZodString; reviewRenderSchemaVersion: z.ZodString; reviewerPrincipalId: z.ZodString; actionContractId: z.ZodString; actionContractDigest: z.ZodString; policyInputDigest: z.ZodString; gatewayPolicyVersion: z.ZodString; decision: z.ZodEnum<{ reject: "reject"; approve: "approve"; needs_changes: "needs_changes"; }>; decisionReasonCode: z.ZodString; decisionExpiresAt: z.ZodString; signatureOrAttestationRef: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"breaker_decision">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"isolation_state">; payload: 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>, z.ZodObject<{ objectType: z.ZodLiteral<"gateway_check_attempt">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"mutation_attempt">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"protected_surface_operation_claim">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; protectedSurfaceOperationClaimId: z.ZodString; claimKeyDigest: z.ZodString; gatewayId: z.ZodString; protectedSurfaceKind: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; actionContractId: z.ZodString; greenlightId: z.ZodString; gateAttemptId: z.ZodString; mutationAttemptId: z.ZodNullable; claimState: z.ZodEnum<{ terminal_unknown: "terminal_unknown"; active: "active"; isolated: "isolated"; terminal_succeeded: "terminal_succeeded"; terminal_failed: "terminal_failed"; terminal_refused: "terminal_refused"; }>; claimedAt: z.ZodString; terminalAt: z.ZodNullable; terminalReasonCode: z.ZodNullable; releasedByRef: z.ZodNullable; claimDigest: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"surface_operation_reconciliation">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"proof_gap">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"refusal">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; refusalId: z.ZodString; phase: z.ZodEnum<{ compilation: "compilation"; policy: "policy"; review: "review"; gateway: "gateway"; recovery: "recovery"; receipt_export: "receipt_export"; transition: "transition"; }>; actionContractId: z.ZodNullable; policyDecisionId: z.ZodNullable; greenlightId: z.ZodNullable; gateAttemptId: z.ZodNullable; refusedObjectRef: z.ZodNullable; reasonCode: z.ZodString; reason: z.ZodString; mutationAttempted: z.ZodLiteral; authorityCreated: z.ZodLiteral; evidenceRefs: z.ZodDefault>; refusedAt: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"receipt">; payload: 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>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"receipt_export">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; receiptExportId: z.ZodString; receiptId: z.ZodString; actionContractId: z.ZodString; policyDecisionId: z.ZodString; greenlightId: z.ZodNullable; gateAttemptId: z.ZodNullable; mutationAttemptId: z.ZodNullable; gatewayId: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; gatewayPolicyVersion: 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"; }>; gatewayCheckedAt: z.ZodNullable; 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"; }>; proofGapStatus: z.ZodEnum<{ none: "none"; present: "present"; }>; proofGapIds: z.ZodDefault>; proofGapReasonCodes: z.ZodDefault>; finalityStatus: z.ZodEnum<{ unknown: "unknown"; pending: "pending"; final: "final"; suspect: "suspect"; }>; evidenceRefs: z.ZodDefault>; streamOffsets: z.ZodDefault; partitionKey: z.ZodString; offsetStart: z.ZodNumber; offsetEnd: z.ZodNumber; terminalEventDigest: z.ZodString; }, z.core.$strict>>>; receiptDigest: z.ZodString; auditChainDigest: z.ZodString; signaturePosture: z.ZodEnum<{ unsigned: "unsigned"; local_hmac: "local_hmac"; external_signature: "external_signature"; unverified: "unverified"; }>; keyIdentityRef: z.ZodNullable; verificationPolicyRef: z.ZodNullable; exportFormat: z.ZodEnum<{ json: "json"; redacted_json: "redacted_json"; }>; redactionProfileRef: z.ZodString; exportPurposeCode: z.ZodString; requestedByRef: z.ZodString; evidenceRetentionUntil: z.ZodNullable; exportedAt: z.ZodString; exportDigest: z.ZodString; delegationProvenance: z.ZodOptional; reasonCodes: z.ZodArray; evidenceBindingDigest: z.ZodString; a1VerifierVersion: z.ZodString; mutationAuthorityCreated: z.ZodLiteral; greenlightCreated: z.ZodLiteral; }, z.core.$strict>>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"raw_record_read_audit">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; rawRecordReadAuditId: z.ZodString; targetObjectType: z.ZodString; targetObjectId: z.ZodString; targetRecordDigest: z.ZodString; targetRecordSchemaVersion: z.ZodString; targetRecordCreatedAt: z.ZodString; callerIdentityRef: z.ZodString; callerSubjectDigest: z.ZodString; authProviderRef: z.ZodString; authSessionDigest: z.ZodNullable; serviceCredentialDigest: z.ZodNullable; projectId: z.ZodNullable; workspaceId: z.ZodNullable; custodyRoles: z.ZodArray; hostedRoles: z.ZodArray; hostedScopes: z.ZodArray; rawReadPurposeDigest: z.ZodString; purposeRedactionPolicyId: z.ZodLiteral<"hosted-raw-read-purpose-digest.v1">; rawReadExpiresAt: z.ZodString; routeId: z.ZodLiteral<"readProtocolRecord">; requestMethod: z.ZodLiteral<"GET">; requestedAt: z.ZodString; rawRecordReturned: z.ZodLiteral; rawRecordPayloadIncludedInAudit: z.ZodLiteral; authorityBoundary: z.ZodObject<{ createsPolicyDecision: z.ZodLiteral; createsGreenlight: z.ZodLiteral; performsGatewayCheck: z.ZodLiteral; createsMutationAuthority: z.ZodLiteral; createsRawReadAuthority: z.ZodLiteral; exposesRawRecordInAudit: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ objectType: z.ZodLiteral<"recovery_recommendation">; payload: 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>, z.ZodObject<{ objectType: z.ZodLiteral<"recovery_recommendation_status_transition">; payload: 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>, z.ZodObject<{ objectType: z.ZodLiteral<"contract_stream_event">; payload: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; streamEventId: z.ZodString; streamId: z.ZodString; streamScope: z.ZodEnum<{ tenant: "tenant"; organization: "organization"; run: "run"; protected_surface_resource: "protected_surface_resource"; }>; offset: z.ZodNumber; partitionKey: z.ZodString; eventType: z.ZodEnum<{ protected_path_posture_recorded: "protected_path_posture_recorded"; review_required: "review_required"; review_artifact_recorded: "review_artifact_recorded"; review_decision_recorded: "review_decision_recorded"; receipt_exported: "receipt_exported"; recovery_recommended: "recovery_recommended"; proof_gap_resolved: "proof_gap_resolved"; gateway_checked: "gateway_checked"; intent_compiled: "intent_compiled"; runtime_execution_recorded: "runtime_execution_recorded"; generated_execution_graph_recorded: "generated_execution_graph_recorded"; install_setup_recorded: "install_setup_recorded"; install_setup_refused: "install_setup_refused"; gateway_credential_ref_registered: "gateway_credential_ref_registered"; delegated_authority_ref_registered: "delegated_authority_ref_registered"; delegated_authority_status_changed: "delegated_authority_status_changed"; gateway_custody_proof_packet_recorded: "gateway_custody_proof_packet_recorded"; credential_resolution_recorded: "credential_resolution_recorded"; typed_action_commitment_recorded: "typed_action_commitment_recorded"; idempotency_ledger_recorded: "idempotency_ledger_recorded"; bypass_probe_recorded: "bypass_probe_recorded"; tool_call_draft_recorded: "tool_call_draft_recorded"; negotiation_session_recorded: "negotiation_session_recorded"; negotiation_offer_recorded: "negotiation_offer_recorded"; negotiation_decision_recorded: "negotiation_decision_recorded"; linked_agreement_recorded: "linked_agreement_recorded"; agreement_obligation_binding_recorded: "agreement_obligation_binding_recorded"; agreement_status_transition_recorded: "agreement_status_transition_recorded"; action_proposed: "action_proposed"; policy_decision_recorded: "policy_decision_recorded"; action_greenlit: "action_greenlit"; action_refused: "action_refused"; mutation_attempted: "mutation_attempted"; protected_surface_operation_claimed: "protected_surface_operation_claimed"; protected_surface_operation_released: "protected_surface_operation_released"; surface_operation_reconciled: "surface_operation_reconciled"; gateway_refused: "gateway_refused"; breaker_decision_recorded: "breaker_decision_recorded"; receipt_emitted: "receipt_emitted"; authority_certificate_emitted: "authority_certificate_emitted"; raw_evidence_read_audited: "raw_evidence_read_audited"; recovery_status_changed: "recovery_status_changed"; proof_gap_recorded: "proof_gap_recorded"; isolation_changed: "isolation_changed"; }>; eventTime: z.ZodString; producerRef: z.ZodString; objectRefs: z.ZodArray; previousEventDigest: z.ZodNullable; eventDigest: z.ZodString; payload: z.ZodRecord>>; }, z.core.$strict>; }, z.core.$strict>], "objectType">; export type ProtocolRecord = z.infer;