agent-passport-system 3.2.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +17 -5
- package/dist/src/adapters/a2a.d.ts.map +1 -1
- package/dist/src/adapters/a2a.js +2 -1
- package/dist/src/adapters/a2a.js.map +1 -1
- package/dist/src/adapters/adk.d.ts.map +1 -1
- package/dist/src/adapters/adk.js +2 -1
- package/dist/src/adapters/adk.js.map +1 -1
- package/dist/src/adapters/crewai.d.ts.map +1 -1
- package/dist/src/adapters/crewai.js +2 -1
- package/dist/src/adapters/crewai.js.map +1 -1
- package/dist/src/adapters/gateway-reporter.d.ts.map +1 -1
- package/dist/src/adapters/gateway-reporter.js +2 -1
- package/dist/src/adapters/gateway-reporter.js.map +1 -1
- package/dist/src/adapters/gonka.d.ts.map +1 -1
- package/dist/src/adapters/gonka.js +2 -1
- package/dist/src/adapters/gonka.js.map +1 -1
- package/dist/src/adapters/governance-hook.d.ts.map +1 -1
- package/dist/src/adapters/governance-hook.js +2 -1
- package/dist/src/adapters/governance-hook.js.map +1 -1
- package/dist/src/adapters/ibac-cedar.d.ts.map +1 -1
- package/dist/src/adapters/ibac-cedar.js +2 -1
- package/dist/src/adapters/ibac-cedar.js.map +1 -1
- package/dist/src/adapters/ibac.d.ts.map +1 -1
- package/dist/src/adapters/ibac.js +2 -1
- package/dist/src/adapters/ibac.js.map +1 -1
- package/dist/src/adapters/langchain.d.ts.map +1 -1
- package/dist/src/adapters/langchain.js +2 -1
- package/dist/src/adapters/langchain.js.map +1 -1
- package/dist/src/adapters/mcp.d.ts.map +1 -1
- package/dist/src/adapters/mcp.js +2 -1
- package/dist/src/adapters/mcp.js.map +1 -1
- package/dist/src/adapters/mutual-auth-a2a.d.ts.map +1 -1
- package/dist/src/adapters/mutual-auth-a2a.js +2 -1
- package/dist/src/adapters/mutual-auth-a2a.js.map +1 -1
- package/dist/src/adapters/mutual-auth-mcp.d.ts.map +1 -1
- package/dist/src/adapters/mutual-auth-mcp.js +2 -1
- package/dist/src/adapters/mutual-auth-mcp.js.map +1 -1
- package/dist/src/adapters/oauth-id-jag/index.d.ts.map +1 -1
- package/dist/src/adapters/oauth-id-jag/index.js +2 -1
- package/dist/src/adapters/oauth-id-jag/index.js.map +1 -1
- package/dist/src/adapters/oauth-id-jag/types.d.ts.map +1 -1
- package/dist/src/adapters/oauth-id-jag/types.js +2 -1
- package/dist/src/adapters/oauth-id-jag/types.js.map +1 -1
- package/dist/src/adapters/oauth-id-jag/verify.d.ts.map +1 -1
- package/dist/src/adapters/oauth-id-jag/verify.js +2 -1
- package/dist/src/adapters/oauth-id-jag/verify.js.map +1 -1
- package/dist/src/adapters/oauth-rfc8693/index.d.ts.map +1 -1
- package/dist/src/adapters/oauth-rfc8693/index.js +2 -1
- package/dist/src/adapters/oauth-rfc8693/index.js.map +1 -1
- package/dist/src/adapters/oauth-rfc8693/types.d.ts.map +1 -1
- package/dist/src/adapters/oauth-rfc8693/types.js +2 -1
- package/dist/src/adapters/oauth-rfc8693/types.js.map +1 -1
- package/dist/src/adapters/openshell.d.ts.map +1 -1
- package/dist/src/adapters/openshell.js +2 -1
- package/dist/src/adapters/openshell.js.map +1 -1
- package/dist/src/adapters/remote-signer/handle-signer.d.ts.map +1 -1
- package/dist/src/adapters/remote-signer/handle-signer.js +2 -1
- package/dist/src/adapters/remote-signer/handle-signer.js.map +1 -1
- package/dist/src/adapters/remote-signer/index.d.ts.map +1 -1
- package/dist/src/adapters/remote-signer/index.js +2 -1
- package/dist/src/adapters/remote-signer/index.js.map +1 -1
- package/dist/src/adapters/remote-signer/local-signer.d.ts.map +1 -1
- package/dist/src/adapters/remote-signer/local-signer.js +2 -1
- package/dist/src/adapters/remote-signer/local-signer.js.map +1 -1
- package/dist/src/adapters/remote-signer/types.d.ts.map +1 -1
- package/dist/src/adapters/remote-signer/types.js +2 -1
- package/dist/src/adapters/remote-signer/types.js.map +1 -1
- package/dist/src/adapters/remote-signer/verify.d.ts.map +1 -1
- package/dist/src/adapters/remote-signer/verify.js +2 -1
- package/dist/src/adapters/remote-signer/verify.js.map +1 -1
- package/dist/src/cli/index.js +134 -2
- package/dist/src/cli/index.js.map +1 -1
- package/dist/src/conformance/suite.d.ts.map +1 -1
- package/dist/src/conformance/suite.js +2 -1
- package/dist/src/conformance/suite.js.map +1 -1
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/contract.js +2 -0
- package/dist/src/contract.js.map +1 -1
- package/dist/src/core/a2a.d.ts.map +1 -1
- package/dist/src/core/a2a.js +2 -0
- package/dist/src/core/a2a.js.map +1 -1
- package/dist/src/core/action-ref.d.ts +18 -1
- package/dist/src/core/action-ref.d.ts.map +1 -1
- package/dist/src/core/action-ref.js +45 -2
- package/dist/src/core/action-ref.js.map +1 -1
- package/dist/src/core/agora.d.ts.map +1 -1
- package/dist/src/core/agora.js +2 -1
- package/dist/src/core/agora.js.map +1 -1
- package/dist/src/core/anchor-state.d.ts.map +1 -1
- package/dist/src/core/anchor-state.js +2 -0
- package/dist/src/core/anchor-state.js.map +1 -1
- package/dist/src/core/aps-txt.d.ts.map +1 -1
- package/dist/src/core/aps-txt.js +2 -1
- package/dist/src/core/aps-txt.js.map +1 -1
- package/dist/src/core/attestation.d.ts.map +1 -1
- package/dist/src/core/attestation.js +2 -1
- package/dist/src/core/attestation.js.map +1 -1
- package/dist/src/core/attribution.d.ts.map +1 -1
- package/dist/src/core/attribution.js +2 -1
- package/dist/src/core/attribution.js.map +1 -1
- package/dist/src/core/behavioral-fingerprint.d.ts.map +1 -1
- package/dist/src/core/behavioral-fingerprint.js +2 -0
- package/dist/src/core/behavioral-fingerprint.js.map +1 -1
- package/dist/src/core/behavioral-memory-receipt.d.ts.map +1 -1
- package/dist/src/core/behavioral-memory-receipt.js +2 -1
- package/dist/src/core/behavioral-memory-receipt.js.map +1 -1
- package/dist/src/core/behavioral-memory.d.ts.map +1 -1
- package/dist/src/core/behavioral-memory.js +2 -1
- package/dist/src/core/behavioral-memory.js.map +1 -1
- package/dist/src/core/bilateral-receipt.d.ts +7 -0
- package/dist/src/core/bilateral-receipt.d.ts.map +1 -1
- package/dist/src/core/bilateral-receipt.js +3 -1
- package/dist/src/core/bilateral-receipt.js.map +1 -1
- package/dist/src/core/canonical-jcs.d.ts.map +1 -1
- package/dist/src/core/canonical-jcs.js +2 -0
- package/dist/src/core/canonical-jcs.js.map +1 -1
- package/dist/src/core/canonical.d.ts.map +1 -1
- package/dist/src/core/canonical.js +2 -0
- package/dist/src/core/canonical.js.map +1 -1
- package/dist/src/core/charter.d.ts.map +1 -1
- package/dist/src/core/charter.js +2 -1
- package/dist/src/core/charter.js.map +1 -1
- package/dist/src/core/commerce.d.ts.map +1 -1
- package/dist/src/core/commerce.js +2 -1
- package/dist/src/core/commerce.js.map +1 -1
- package/dist/src/core/completion.d.ts.map +1 -1
- package/dist/src/core/completion.js +2 -1
- package/dist/src/core/completion.js.map +1 -1
- package/dist/src/core/context.d.ts.map +1 -1
- package/dist/src/core/context.js +2 -1
- package/dist/src/core/context.js.map +1 -1
- package/dist/src/core/coordination.d.ts.map +1 -1
- package/dist/src/core/coordination.js +2 -1
- package/dist/src/core/coordination.js.map +1 -1
- package/dist/src/core/credential-request.d.ts.map +1 -1
- package/dist/src/core/credential-request.js +2 -0
- package/dist/src/core/credential-request.js.map +1 -1
- package/dist/src/core/cross-chain.d.ts.map +1 -1
- package/dist/src/core/cross-chain.js +2 -0
- package/dist/src/core/cross-chain.js.map +1 -1
- package/dist/src/core/data-contribution.d.ts.map +1 -1
- package/dist/src/core/data-contribution.js +2 -1
- package/dist/src/core/data-contribution.js.map +1 -1
- package/dist/src/core/data-enforcement.d.ts.map +1 -1
- package/dist/src/core/data-enforcement.js +2 -1
- package/dist/src/core/data-enforcement.js.map +1 -1
- package/dist/src/core/data-gateway.d.ts.map +1 -1
- package/dist/src/core/data-gateway.js +2 -1
- package/dist/src/core/data-gateway.js.map +1 -1
- package/dist/src/core/data-lifecycle.d.ts.map +1 -1
- package/dist/src/core/data-lifecycle.js +2 -1
- package/dist/src/core/data-lifecycle.js.map +1 -1
- package/dist/src/core/data-narrowing.d.ts.map +1 -1
- package/dist/src/core/data-narrowing.js +2 -0
- package/dist/src/core/data-narrowing.js.map +1 -1
- package/dist/src/core/data-settlement.d.ts.map +1 -1
- package/dist/src/core/data-settlement.js +2 -1
- package/dist/src/core/data-settlement.js.map +1 -1
- package/dist/src/core/data-source-attribution.d.ts.map +1 -1
- package/dist/src/core/data-source-attribution.js +2 -1
- package/dist/src/core/data-source-attribution.js.map +1 -1
- package/dist/src/core/data-source.d.ts.map +1 -1
- package/dist/src/core/data-source.js +2 -0
- package/dist/src/core/data-source.js.map +1 -1
- package/dist/src/core/decision-equivalence.d.ts.map +1 -1
- package/dist/src/core/decision-equivalence.js +2 -1
- package/dist/src/core/decision-equivalence.js.map +1 -1
- package/dist/src/core/decision-semantics.d.ts.map +1 -1
- package/dist/src/core/decision-semantics.js +2 -0
- package/dist/src/core/decision-semantics.js.map +1 -1
- package/dist/src/core/delegation.d.ts.map +1 -1
- package/dist/src/core/delegation.js +2 -1
- package/dist/src/core/delegation.js.map +1 -1
- package/dist/src/core/denial-domains.d.ts.map +1 -1
- package/dist/src/core/denial-domains.js +2 -0
- package/dist/src/core/denial-domains.js.map +1 -1
- package/dist/src/core/did-interop.d.ts.map +1 -1
- package/dist/src/core/did-interop.js +2 -0
- package/dist/src/core/did-interop.js.map +1 -1
- package/dist/src/core/did-uri.d.ts.map +1 -1
- package/dist/src/core/did-uri.js +2 -1
- package/dist/src/core/did-uri.js.map +1 -1
- package/dist/src/core/did.d.ts.map +1 -1
- package/dist/src/core/did.js +2 -1
- package/dist/src/core/did.js.map +1 -1
- package/dist/src/core/encrypted-messaging.d.ts.map +1 -1
- package/dist/src/core/encrypted-messaging.js +2 -0
- package/dist/src/core/encrypted-messaging.js.map +1 -1
- package/dist/src/core/entity-verification.d.ts.map +1 -1
- package/dist/src/core/entity-verification.js +2 -1
- package/dist/src/core/entity-verification.js.map +1 -1
- package/dist/src/core/escalation.d.ts.map +1 -1
- package/dist/src/core/escalation.js +2 -0
- package/dist/src/core/escalation.js.map +1 -1
- package/dist/src/core/euaiact.d.ts.map +1 -1
- package/dist/src/core/euaiact.js +2 -1
- package/dist/src/core/euaiact.js.map +1 -1
- package/dist/src/core/evaluation-context.d.ts.map +1 -1
- package/dist/src/core/evaluation-context.js +2 -1
- package/dist/src/core/evaluation-context.js.map +1 -1
- package/dist/src/core/evidence-bundle.d.ts +63 -0
- package/dist/src/core/evidence-bundle.d.ts.map +1 -0
- package/dist/src/core/evidence-bundle.js +380 -0
- package/dist/src/core/evidence-bundle.js.map +1 -0
- package/dist/src/core/execution-attestation.d.ts.map +1 -1
- package/dist/src/core/execution-attestation.js +2 -1
- package/dist/src/core/execution-attestation.js.map +1 -1
- package/dist/src/core/execution-envelope.d.ts.map +1 -1
- package/dist/src/core/execution-envelope.js +2 -1
- package/dist/src/core/execution-envelope.js.map +1 -1
- package/dist/src/core/external-action-ref.d.ts.map +1 -1
- package/dist/src/core/external-action-ref.js +2 -1
- package/dist/src/core/external-action-ref.js.map +1 -1
- package/dist/src/core/feasibility.d.ts.map +1 -1
- package/dist/src/core/feasibility.js +2 -0
- package/dist/src/core/feasibility.js.map +1 -1
- package/dist/src/core/federation.d.ts.map +1 -1
- package/dist/src/core/federation.js +2 -1
- package/dist/src/core/federation.js.map +1 -1
- package/dist/src/core/fidelity-probe.d.ts.map +1 -1
- package/dist/src/core/fidelity-probe.js +2 -0
- package/dist/src/core/fidelity-probe.js.map +1 -1
- package/dist/src/core/freshness.d.ts.map +1 -1
- package/dist/src/core/freshness.js +2 -1
- package/dist/src/core/freshness.js.map +1 -1
- package/dist/src/core/gateway-identity.d.ts.map +1 -1
- package/dist/src/core/gateway-identity.js +2 -0
- package/dist/src/core/gateway-identity.js.map +1 -1
- package/dist/src/core/gateway-wiring.d.ts.map +1 -1
- package/dist/src/core/gateway-wiring.js +2 -0
- package/dist/src/core/gateway-wiring.js.map +1 -1
- package/dist/src/core/gateway.d.ts.map +1 -1
- package/dist/src/core/gateway.js +2 -1
- package/dist/src/core/gateway.js.map +1 -1
- package/dist/src/core/governance-block.d.ts.map +1 -1
- package/dist/src/core/governance-block.js +2 -1
- package/dist/src/core/governance-block.js.map +1 -1
- package/dist/src/core/governance-consumer.d.ts.map +1 -1
- package/dist/src/core/governance-consumer.js +2 -1
- package/dist/src/core/governance-consumer.js.map +1 -1
- package/dist/src/core/governance-posture.d.ts.map +1 -1
- package/dist/src/core/governance-posture.js +2 -0
- package/dist/src/core/governance-posture.js.map +1 -1
- package/dist/src/core/governance.d.ts.map +1 -1
- package/dist/src/core/governance.js +2 -0
- package/dist/src/core/governance.js.map +1 -1
- package/dist/src/core/idempotency.d.ts.map +1 -1
- package/dist/src/core/idempotency.js +2 -1
- package/dist/src/core/idempotency.js.map +1 -1
- package/dist/src/core/identity-bridge.d.ts.map +1 -1
- package/dist/src/core/identity-bridge.js +2 -0
- package/dist/src/core/identity-bridge.js.map +1 -1
- package/dist/src/core/identity.d.ts.map +1 -1
- package/dist/src/core/identity.js +2 -0
- package/dist/src/core/identity.js.map +1 -1
- package/dist/src/core/integration.d.ts.map +1 -1
- package/dist/src/core/integration.js +2 -1
- package/dist/src/core/integration.js.map +1 -1
- package/dist/src/core/intent-network.d.ts.map +1 -1
- package/dist/src/core/intent-network.js +2 -1
- package/dist/src/core/intent-network.js.map +1 -1
- package/dist/src/core/intent.d.ts.map +1 -1
- package/dist/src/core/intent.js +2 -1
- package/dist/src/core/intent.js.map +1 -1
- package/dist/src/core/jurisdiction-selection.d.ts +23 -0
- package/dist/src/core/jurisdiction-selection.d.ts.map +1 -0
- package/dist/src/core/jurisdiction-selection.js +96 -0
- package/dist/src/core/jurisdiction-selection.js.map +1 -0
- package/dist/src/core/key-rotation.d.ts.map +1 -1
- package/dist/src/core/key-rotation.js +2 -1
- package/dist/src/core/key-rotation.js.map +1 -1
- package/dist/src/core/messaging-audit.d.ts.map +1 -1
- package/dist/src/core/messaging-audit.js +2 -0
- package/dist/src/core/messaging-audit.js.map +1 -1
- package/dist/src/core/obligations.d.ts.map +1 -1
- package/dist/src/core/obligations.js +2 -0
- package/dist/src/core/obligations.js.map +1 -1
- package/dist/src/core/oracle-witness.d.ts.map +1 -1
- package/dist/src/core/oracle-witness.js +2 -0
- package/dist/src/core/oracle-witness.js.map +1 -1
- package/dist/src/core/passport.d.ts.map +1 -1
- package/dist/src/core/passport.js +2 -1
- package/dist/src/core/passport.js.map +1 -1
- package/dist/src/core/policy-conflict.d.ts.map +1 -1
- package/dist/src/core/policy-conflict.js +2 -0
- package/dist/src/core/policy-conflict.js.map +1 -1
- package/dist/src/core/policy.d.ts.map +1 -1
- package/dist/src/core/policy.js +2 -1
- package/dist/src/core/policy.js.map +1 -1
- package/dist/src/core/precedent.d.ts.map +1 -1
- package/dist/src/core/precedent.js +2 -0
- package/dist/src/core/precedent.js.map +1 -1
- package/dist/src/core/principal.d.ts.map +1 -1
- package/dist/src/core/principal.js +2 -1
- package/dist/src/core/principal.js.map +1 -1
- package/dist/src/core/probe-identity.d.ts.map +1 -1
- package/dist/src/core/probe-identity.js +2 -1
- package/dist/src/core/probe-identity.js.map +1 -1
- package/dist/src/core/proof-namespace.d.ts.map +1 -1
- package/dist/src/core/proof-namespace.js +2 -0
- package/dist/src/core/proof-namespace.js.map +1 -1
- package/dist/src/core/reanchor.d.ts.map +1 -1
- package/dist/src/core/reanchor.js +2 -0
- package/dist/src/core/reanchor.js.map +1 -1
- package/dist/src/core/receipt-ledger.d.ts.map +1 -1
- package/dist/src/core/receipt-ledger.js +2 -0
- package/dist/src/core/receipt-ledger.js.map +1 -1
- package/dist/src/core/recovery.d.ts.map +1 -1
- package/dist/src/core/recovery.js +2 -0
- package/dist/src/core/recovery.js.map +1 -1
- package/dist/src/core/reputation-authority.d.ts.map +1 -1
- package/dist/src/core/reputation-authority.js +2 -0
- package/dist/src/core/reputation-authority.js.map +1 -1
- package/dist/src/core/reserve.d.ts.map +1 -1
- package/dist/src/core/reserve.js +2 -1
- package/dist/src/core/reserve.js.map +1 -1
- package/dist/src/core/routing.d.ts.map +1 -1
- package/dist/src/core/routing.js +2 -0
- package/dist/src/core/routing.js.map +1 -1
- package/dist/src/core/scope-version.d.ts.map +1 -1
- package/dist/src/core/scope-version.js +2 -1
- package/dist/src/core/scope-version.js.map +1 -1
- package/dist/src/core/time.d.ts.map +1 -1
- package/dist/src/core/time.js +2 -1
- package/dist/src/core/time.js.map +1 -1
- package/dist/src/core/tool-integrity.d.ts.map +1 -1
- package/dist/src/core/tool-integrity.js +2 -0
- package/dist/src/core/tool-integrity.js.map +1 -1
- package/dist/src/core/training-attribution.d.ts.map +1 -1
- package/dist/src/core/training-attribution.js +2 -1
- package/dist/src/core/training-attribution.js.map +1 -1
- package/dist/src/core/transactional.d.ts.map +1 -1
- package/dist/src/core/transactional.js +2 -1
- package/dist/src/core/transactional.js.map +1 -1
- package/dist/src/core/trust-adapters.d.ts.map +1 -1
- package/dist/src/core/trust-adapters.js +2 -1
- package/dist/src/core/trust-adapters.js.map +1 -1
- package/dist/src/core/values.d.ts.map +1 -1
- package/dist/src/core/values.js +2 -1
- package/dist/src/core/values.js.map +1 -1
- package/dist/src/core/vc-wrapper.d.ts.map +1 -1
- package/dist/src/core/vc-wrapper.js +2 -0
- package/dist/src/core/vc-wrapper.js.map +1 -1
- package/dist/src/core/vc.d.ts.map +1 -1
- package/dist/src/core/vc.js +2 -0
- package/dist/src/core/vc.js.map +1 -1
- package/dist/src/core-exports.d.ts.map +1 -1
- package/dist/src/core-exports.js +2 -1
- package/dist/src/core-exports.js.map +1 -1
- package/dist/src/crypto/key-storage.d.ts.map +1 -1
- package/dist/src/crypto/key-storage.js +2 -0
- package/dist/src/crypto/key-storage.js.map +1 -1
- package/dist/src/crypto/keys.d.ts.map +1 -1
- package/dist/src/crypto/keys.js +2 -0
- package/dist/src/crypto/keys.js.map +1 -1
- package/dist/src/decisionReceipt.d.ts.map +1 -1
- package/dist/src/decisionReceipt.js +2 -1
- package/dist/src/decisionReceipt.js.map +1 -1
- package/dist/src/errors/identity-composition-error.d.ts.map +1 -1
- package/dist/src/errors/identity-composition-error.js +2 -1
- package/dist/src/errors/identity-composition-error.js.map +1 -1
- package/dist/src/index.d.ts +13 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +23 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/interop/agent-json-bridge.d.ts.map +1 -1
- package/dist/src/interop/agent-json-bridge.js +2 -1
- package/dist/src/interop/agent-json-bridge.js.map +1 -1
- package/dist/src/interop/qntm-bridge.d.ts.map +1 -1
- package/dist/src/interop/qntm-bridge.js +2 -1
- package/dist/src/interop/qntm-bridge.js.map +1 -1
- package/dist/src/storage/index.d.ts.map +1 -1
- package/dist/src/storage/index.js +2 -0
- package/dist/src/storage/index.js.map +1 -1
- package/dist/src/storage/receipt-bundle.d.ts.map +1 -1
- package/dist/src/storage/receipt-bundle.js +2 -0
- package/dist/src/storage/receipt-bundle.js.map +1 -1
- package/dist/src/storage/types.d.ts.map +1 -1
- package/dist/src/storage/types.js +2 -0
- package/dist/src/storage/types.js.map +1 -1
- package/dist/src/storage/volatile-backend.d.ts.map +1 -1
- package/dist/src/storage/volatile-backend.js +2 -0
- package/dist/src/storage/volatile-backend.js.map +1 -1
- package/dist/src/types/a2a.d.ts.map +1 -1
- package/dist/src/types/a2a.js +2 -0
- package/dist/src/types/a2a.js.map +1 -1
- package/dist/src/types/agora.d.ts.map +1 -1
- package/dist/src/types/agora.js +2 -0
- package/dist/src/types/agora.js.map +1 -1
- package/dist/src/types/approval.d.ts.map +1 -1
- package/dist/src/types/approval.js +2 -1
- package/dist/src/types/approval.js.map +1 -1
- package/dist/src/types/attestation.d.ts.map +1 -1
- package/dist/src/types/attestation.js +2 -1
- package/dist/src/types/attestation.js.map +1 -1
- package/dist/src/types/behavioral-memory.d.ts.map +1 -1
- package/dist/src/types/behavioral-memory.js +2 -1
- package/dist/src/types/behavioral-memory.js.map +1 -1
- package/dist/src/types/bilateral-receipt.d.ts +11 -0
- package/dist/src/types/bilateral-receipt.d.ts.map +1 -1
- package/dist/src/types/bilateral-receipt.js +2 -1
- package/dist/src/types/bilateral-receipt.js.map +1 -1
- package/dist/src/types/charter.d.ts.map +1 -1
- package/dist/src/types/charter.js +2 -1
- package/dist/src/types/charter.js.map +1 -1
- package/dist/src/types/commerce.d.ts.map +1 -1
- package/dist/src/types/commerce.js +2 -0
- package/dist/src/types/commerce.js.map +1 -1
- package/dist/src/types/context.d.ts.map +1 -1
- package/dist/src/types/context.js +2 -0
- package/dist/src/types/context.js.map +1 -1
- package/dist/src/types/coordination.d.ts.map +1 -1
- package/dist/src/types/coordination.js +2 -0
- package/dist/src/types/coordination.js.map +1 -1
- package/dist/src/types/cross-chain.d.ts.map +1 -1
- package/dist/src/types/cross-chain.js +2 -0
- package/dist/src/types/cross-chain.js.map +1 -1
- package/dist/src/types/data-contribution.d.ts.map +1 -1
- package/dist/src/types/data-contribution.js +2 -0
- package/dist/src/types/data-contribution.js.map +1 -1
- package/dist/src/types/data-lifecycle.d.ts.map +1 -1
- package/dist/src/types/data-lifecycle.js +2 -1
- package/dist/src/types/data-lifecycle.js.map +1 -1
- package/dist/src/types/data-source.d.ts.map +1 -1
- package/dist/src/types/data-source.js +2 -0
- package/dist/src/types/data-source.js.map +1 -1
- package/dist/src/types/decision-equivalence.d.ts.map +1 -1
- package/dist/src/types/decision-equivalence.js +2 -1
- package/dist/src/types/decision-equivalence.js.map +1 -1
- package/dist/src/types/decision-semantics.d.ts.map +1 -1
- package/dist/src/types/decision-semantics.js +2 -0
- package/dist/src/types/decision-semantics.js.map +1 -1
- package/dist/src/types/did.d.ts.map +1 -1
- package/dist/src/types/did.js +2 -0
- package/dist/src/types/did.js.map +1 -1
- package/dist/src/types/dispute.d.ts.map +1 -1
- package/dist/src/types/dispute.js +2 -1
- package/dist/src/types/dispute.js.map +1 -1
- package/dist/src/types/encrypted-messaging.d.ts.map +1 -1
- package/dist/src/types/encrypted-messaging.js +2 -0
- package/dist/src/types/encrypted-messaging.js.map +1 -1
- package/dist/src/types/escrow.d.ts.map +1 -1
- package/dist/src/types/escrow.js +2 -1
- package/dist/src/types/escrow.js.map +1 -1
- package/dist/src/types/euaiact.d.ts.map +1 -1
- package/dist/src/types/euaiact.js +2 -0
- package/dist/src/types/euaiact.js.map +1 -1
- package/dist/src/types/evidence-bundle.d.ts +98 -0
- package/dist/src/types/evidence-bundle.d.ts.map +1 -0
- package/dist/src/types/evidence-bundle.js +15 -0
- package/dist/src/types/evidence-bundle.js.map +1 -0
- package/dist/src/types/evidence.d.ts.map +1 -1
- package/dist/src/types/evidence.js +2 -1
- package/dist/src/types/evidence.js.map +1 -1
- package/dist/src/types/execution-attestation.d.ts.map +1 -1
- package/dist/src/types/execution-attestation.js +2 -1
- package/dist/src/types/execution-attestation.js.map +1 -1
- package/dist/src/types/execution-envelope.d.ts.map +1 -1
- package/dist/src/types/execution-envelope.js +2 -0
- package/dist/src/types/execution-envelope.js.map +1 -1
- package/dist/src/types/feasibility.d.ts.map +1 -1
- package/dist/src/types/feasibility.js +2 -0
- package/dist/src/types/feasibility.js.map +1 -1
- package/dist/src/types/federation.d.ts.map +1 -1
- package/dist/src/types/federation.js +2 -1
- package/dist/src/types/federation.js.map +1 -1
- package/dist/src/types/finality.d.ts.map +1 -1
- package/dist/src/types/finality.js +2 -1
- package/dist/src/types/finality.js.map +1 -1
- package/dist/src/types/foreign.d.ts.map +1 -1
- package/dist/src/types/foreign.js +2 -1
- package/dist/src/types/foreign.js.map +1 -1
- package/dist/src/types/gateway.d.ts.map +1 -1
- package/dist/src/types/gateway.js +2 -0
- package/dist/src/types/gateway.js.map +1 -1
- package/dist/src/types/governance.d.ts.map +1 -1
- package/dist/src/types/governance.js +2 -0
- package/dist/src/types/governance.js.map +1 -1
- package/dist/src/types/health.d.ts.map +1 -1
- package/dist/src/types/health.js +2 -1
- package/dist/src/types/health.js.map +1 -1
- package/dist/src/types/identity.d.ts.map +1 -1
- package/dist/src/types/identity.js +2 -0
- package/dist/src/types/identity.js.map +1 -1
- package/dist/src/types/intent-network.d.ts.map +1 -1
- package/dist/src/types/intent-network.js +2 -0
- package/dist/src/types/intent-network.js.map +1 -1
- package/dist/src/types/intent.d.ts.map +1 -1
- package/dist/src/types/intent.js +2 -0
- package/dist/src/types/intent.js.map +1 -1
- package/dist/src/types/jurisdiction-selection.d.ts +79 -0
- package/dist/src/types/jurisdiction-selection.d.ts.map +1 -0
- package/dist/src/types/jurisdiction-selection.js +12 -0
- package/dist/src/types/jurisdiction-selection.js.map +1 -0
- package/dist/src/types/obligations.d.ts.map +1 -1
- package/dist/src/types/obligations.js +2 -0
- package/dist/src/types/obligations.js.map +1 -1
- package/dist/src/types/oracle-witness.d.ts.map +1 -1
- package/dist/src/types/oracle-witness.js +2 -0
- package/dist/src/types/oracle-witness.js.map +1 -1
- package/dist/src/types/passport.d.ts.map +1 -1
- package/dist/src/types/passport.js +2 -0
- package/dist/src/types/passport.js.map +1 -1
- package/dist/src/types/policy.d.ts.map +1 -1
- package/dist/src/types/policy.js +2 -0
- package/dist/src/types/policy.js.map +1 -1
- package/dist/src/types/principal.d.ts.map +1 -1
- package/dist/src/types/principal.js +2 -0
- package/dist/src/types/principal.js.map +1 -1
- package/dist/src/types/recovery.d.ts.map +1 -1
- package/dist/src/types/recovery.js +2 -0
- package/dist/src/types/recovery.js.map +1 -1
- package/dist/src/types/reputation-authority.d.ts.map +1 -1
- package/dist/src/types/reputation-authority.js +2 -0
- package/dist/src/types/reputation-authority.js.map +1 -1
- package/dist/src/types/reserve.d.ts.map +1 -1
- package/dist/src/types/reserve.js +2 -1
- package/dist/src/types/reserve.js.map +1 -1
- package/dist/src/types/routing.d.ts.map +1 -1
- package/dist/src/types/routing.js +2 -0
- package/dist/src/types/routing.js.map +1 -1
- package/dist/src/types/time.d.ts.map +1 -1
- package/dist/src/types/time.js +2 -1
- package/dist/src/types/time.js.map +1 -1
- package/dist/src/v2/accountability/__tests__/action.test.js +2 -1
- package/dist/src/v2/accountability/__tests__/action.test.js.map +1 -1
- package/dist/src/v2/accountability/__tests__/authority-boundary.test.js +2 -1
- package/dist/src/v2/accountability/__tests__/authority-boundary.test.js.map +1 -1
- package/dist/src/v2/accountability/__tests__/bundle.test.js +2 -1
- package/dist/src/v2/accountability/__tests__/bundle.test.js.map +1 -1
- package/dist/src/v2/accountability/__tests__/contestability.test.js +2 -1
- package/dist/src/v2/accountability/__tests__/contestability.test.js.map +1 -1
- package/dist/src/v2/accountability/__tests__/custody.test.js +2 -1
- package/dist/src/v2/accountability/__tests__/custody.test.js.map +1 -1
- package/dist/src/v2/accountability/__tests__/fixtures.test.js +2 -1
- package/dist/src/v2/accountability/__tests__/fixtures.test.js.map +1 -1
- package/dist/src/v2/accountability/construct/action.d.ts.map +1 -1
- package/dist/src/v2/accountability/construct/action.js +2 -1
- package/dist/src/v2/accountability/construct/action.js.map +1 -1
- package/dist/src/v2/accountability/construct/authority-boundary.d.ts.map +1 -1
- package/dist/src/v2/accountability/construct/authority-boundary.js +2 -1
- package/dist/src/v2/accountability/construct/authority-boundary.js.map +1 -1
- package/dist/src/v2/accountability/construct/bundle.d.ts.map +1 -1
- package/dist/src/v2/accountability/construct/bundle.js +2 -1
- package/dist/src/v2/accountability/construct/bundle.js.map +1 -1
- package/dist/src/v2/accountability/construct/contestability.d.ts.map +1 -1
- package/dist/src/v2/accountability/construct/contestability.js +2 -1
- package/dist/src/v2/accountability/construct/contestability.js.map +1 -1
- package/dist/src/v2/accountability/construct/custody.d.ts.map +1 -1
- package/dist/src/v2/accountability/construct/custody.js +2 -1
- package/dist/src/v2/accountability/construct/custody.js.map +1 -1
- package/dist/src/v2/accountability/index.d.ts.map +1 -1
- package/dist/src/v2/accountability/index.js +2 -1
- package/dist/src/v2/accountability/index.js.map +1 -1
- package/dist/src/v2/accountability/types/action.d.ts.map +1 -1
- package/dist/src/v2/accountability/types/action.js +2 -1
- package/dist/src/v2/accountability/types/action.js.map +1 -1
- package/dist/src/v2/accountability/types/authority-boundary.d.ts.map +1 -1
- package/dist/src/v2/accountability/types/authority-boundary.js +2 -1
- package/dist/src/v2/accountability/types/authority-boundary.js.map +1 -1
- package/dist/src/v2/accountability/types/base.d.ts.map +1 -1
- package/dist/src/v2/accountability/types/base.js +2 -1
- package/dist/src/v2/accountability/types/base.js.map +1 -1
- package/dist/src/v2/accountability/types/bundle.d.ts.map +1 -1
- package/dist/src/v2/accountability/types/bundle.js +2 -1
- package/dist/src/v2/accountability/types/bundle.js.map +1 -1
- package/dist/src/v2/accountability/types/contestability.d.ts.map +1 -1
- package/dist/src/v2/accountability/types/contestability.js +2 -1
- package/dist/src/v2/accountability/types/contestability.js.map +1 -1
- package/dist/src/v2/accountability/types/custody.d.ts.map +1 -1
- package/dist/src/v2/accountability/types/custody.js +2 -1
- package/dist/src/v2/accountability/types/custody.js.map +1 -1
- package/dist/src/v2/accountability/types/index.d.ts.map +1 -1
- package/dist/src/v2/accountability/types/index.js +2 -0
- package/dist/src/v2/accountability/types/index.js.map +1 -1
- package/dist/src/v2/accountability/verify/action.d.ts.map +1 -1
- package/dist/src/v2/accountability/verify/action.js +2 -1
- package/dist/src/v2/accountability/verify/action.js.map +1 -1
- package/dist/src/v2/accountability/verify/authority-boundary.d.ts.map +1 -1
- package/dist/src/v2/accountability/verify/authority-boundary.js +2 -1
- package/dist/src/v2/accountability/verify/authority-boundary.js.map +1 -1
- package/dist/src/v2/accountability/verify/bundle.d.ts.map +1 -1
- package/dist/src/v2/accountability/verify/bundle.js +2 -1
- package/dist/src/v2/accountability/verify/bundle.js.map +1 -1
- package/dist/src/v2/accountability/verify/contestability.d.ts.map +1 -1
- package/dist/src/v2/accountability/verify/contestability.js +2 -1
- package/dist/src/v2/accountability/verify/contestability.js.map +1 -1
- package/dist/src/v2/accountability/verify/custody.d.ts.map +1 -1
- package/dist/src/v2/accountability/verify/custody.js +2 -1
- package/dist/src/v2/accountability/verify/custody.js.map +1 -1
- package/dist/src/v2/affected-party.d.ts.map +1 -1
- package/dist/src/v2/affected-party.js +2 -1
- package/dist/src/v2/affected-party.js.map +1 -1
- package/dist/src/v2/amendment.d.ts.map +1 -1
- package/dist/src/v2/amendment.js +2 -1
- package/dist/src/v2/amendment.js.map +1 -1
- package/dist/src/v2/anomaly-v2.d.ts.map +1 -1
- package/dist/src/v2/anomaly-v2.js +2 -1
- package/dist/src/v2/anomaly-v2.js.map +1 -1
- package/dist/src/v2/approval-fatigue.d.ts.map +1 -1
- package/dist/src/v2/approval-fatigue.js +2 -1
- package/dist/src/v2/approval-fatigue.js.map +1 -1
- package/dist/src/v2/assurance/descriptor.d.ts.map +1 -1
- package/dist/src/v2/assurance/descriptor.js +2 -1
- package/dist/src/v2/assurance/descriptor.js.map +1 -1
- package/dist/src/v2/assurance/shares-root.d.ts.map +1 -1
- package/dist/src/v2/assurance/shares-root.js +2 -1
- package/dist/src/v2/assurance/shares-root.js.map +1 -1
- package/dist/src/v2/attestation-v2.d.ts.map +1 -1
- package/dist/src/v2/attestation-v2.js +2 -1
- package/dist/src/v2/attestation-v2.js.map +1 -1
- package/dist/src/v2/attribution-consent/create.d.ts.map +1 -1
- package/dist/src/v2/attribution-consent/create.js +2 -1
- package/dist/src/v2/attribution-consent/create.js.map +1 -1
- package/dist/src/v2/attribution-consent/index.d.ts.map +1 -1
- package/dist/src/v2/attribution-consent/index.js +2 -1
- package/dist/src/v2/attribution-consent/index.js.map +1 -1
- package/dist/src/v2/attribution-consent/sign.d.ts.map +1 -1
- package/dist/src/v2/attribution-consent/sign.js +2 -1
- package/dist/src/v2/attribution-consent/sign.js.map +1 -1
- package/dist/src/v2/attribution-consent/types.d.ts.map +1 -1
- package/dist/src/v2/attribution-consent/types.js +2 -1
- package/dist/src/v2/attribution-consent/types.js.map +1 -1
- package/dist/src/v2/attribution-consent/verify.d.ts.map +1 -1
- package/dist/src/v2/attribution-consent/verify.js +2 -1
- package/dist/src/v2/attribution-consent/verify.js.map +1 -1
- package/dist/src/v2/attribution-primitive/canonical.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/canonical.js +2 -1
- package/dist/src/v2/attribution-primitive/canonical.js.map +1 -1
- package/dist/src/v2/attribution-primitive/construct.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/construct.js +2 -1
- package/dist/src/v2/attribution-primitive/construct.js.map +1 -1
- package/dist/src/v2/attribution-primitive/index.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/index.js +2 -1
- package/dist/src/v2/attribution-primitive/index.js.map +1 -1
- package/dist/src/v2/attribution-primitive/merkle.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/merkle.js +2 -1
- package/dist/src/v2/attribution-primitive/merkle.js.map +1 -1
- package/dist/src/v2/attribution-primitive/project.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/project.js +2 -1
- package/dist/src/v2/attribution-primitive/project.js.map +1 -1
- package/dist/src/v2/attribution-primitive/residual.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/residual.js +2 -1
- package/dist/src/v2/attribution-primitive/residual.js.map +1 -1
- package/dist/src/v2/attribution-primitive/types.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/types.js +2 -1
- package/dist/src/v2/attribution-primitive/types.js.map +1 -1
- package/dist/src/v2/attribution-primitive/verify.d.ts.map +1 -1
- package/dist/src/v2/attribution-primitive/verify.js +2 -1
- package/dist/src/v2/attribution-primitive/verify.js.map +1 -1
- package/dist/src/v2/attribution-settlement/aggregate.d.ts.map +1 -1
- package/dist/src/v2/attribution-settlement/aggregate.js +2 -1
- package/dist/src/v2/attribution-settlement/aggregate.js.map +1 -1
- package/dist/src/v2/attribution-settlement/contributor-query.d.ts.map +1 -1
- package/dist/src/v2/attribution-settlement/contributor-query.js +2 -1
- package/dist/src/v2/attribution-settlement/contributor-query.js.map +1 -1
- package/dist/src/v2/attribution-settlement/index.d.ts.map +1 -1
- package/dist/src/v2/attribution-settlement/index.js +2 -1
- package/dist/src/v2/attribution-settlement/index.js.map +1 -1
- package/dist/src/v2/attribution-settlement/merkle.d.ts.map +1 -1
- package/dist/src/v2/attribution-settlement/merkle.js +2 -1
- package/dist/src/v2/attribution-settlement/merkle.js.map +1 -1
- package/dist/src/v2/attribution-settlement/sign.d.ts.map +1 -1
- package/dist/src/v2/attribution-settlement/sign.js +2 -1
- package/dist/src/v2/attribution-settlement/sign.js.map +1 -1
- package/dist/src/v2/attribution-settlement/types.d.ts.map +1 -1
- package/dist/src/v2/attribution-settlement/types.js +2 -1
- package/dist/src/v2/attribution-settlement/types.js.map +1 -1
- package/dist/src/v2/attribution-settlement/verify.d.ts.map +1 -1
- package/dist/src/v2/attribution-settlement/verify.js +2 -1
- package/dist/src/v2/attribution-settlement/verify.js.map +1 -1
- package/dist/src/v2/attribution-weights/compute-axis.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/compute-axis.js +2 -1
- package/dist/src/v2/attribution-weights/compute-axis.js.map +1 -1
- package/dist/src/v2/attribution-weights/data-axis.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/data-axis.js +2 -1
- package/dist/src/v2/attribution-weights/data-axis.js.map +1 -1
- package/dist/src/v2/attribution-weights/index.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/index.js +2 -1
- package/dist/src/v2/attribution-weights/index.js.map +1 -1
- package/dist/src/v2/attribution-weights/length.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/length.js +2 -1
- package/dist/src/v2/attribution-weights/length.js.map +1 -1
- package/dist/src/v2/attribution-weights/profile.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/profile.js +2 -1
- package/dist/src/v2/attribution-weights/profile.js.map +1 -1
- package/dist/src/v2/attribution-weights/recency.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/recency.js +2 -1
- package/dist/src/v2/attribution-weights/recency.js.map +1 -1
- package/dist/src/v2/attribution-weights/roles.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/roles.js +2 -1
- package/dist/src/v2/attribution-weights/roles.js.map +1 -1
- package/dist/src/v2/attribution-weights/types.d.ts.map +1 -1
- package/dist/src/v2/attribution-weights/types.js +2 -1
- package/dist/src/v2/attribution-weights/types.js.map +1 -1
- package/dist/src/v2/audience-binding/index.d.ts.map +1 -1
- package/dist/src/v2/audience-binding/index.js +2 -1
- package/dist/src/v2/audience-binding/index.js.map +1 -1
- package/dist/src/v2/audience-binding/reconcile.d.ts.map +1 -1
- package/dist/src/v2/audience-binding/reconcile.js +2 -1
- package/dist/src/v2/audience-binding/reconcile.js.map +1 -1
- package/dist/src/v2/audience-binding/request-binding.d.ts.map +1 -1
- package/dist/src/v2/audience-binding/request-binding.js +2 -1
- package/dist/src/v2/audience-binding/request-binding.js.map +1 -1
- package/dist/src/v2/audience-binding/types.d.ts.map +1 -1
- package/dist/src/v2/audience-binding/types.js +2 -1
- package/dist/src/v2/audience-binding/types.js.map +1 -1
- package/dist/src/v2/audience-binding/verify.d.ts +1 -1
- package/dist/src/v2/audience-binding/verify.d.ts.map +1 -1
- package/dist/src/v2/audience-binding/verify.js +10 -4
- package/dist/src/v2/audience-binding/verify.js.map +1 -1
- package/dist/src/v2/behavioral_drift_window/__tests__/behavioral_drift_window.test.js +2 -1
- package/dist/src/v2/behavioral_drift_window/__tests__/behavioral_drift_window.test.js.map +1 -1
- package/dist/src/v2/behavioral_drift_window/envelope.d.ts.map +1 -1
- package/dist/src/v2/behavioral_drift_window/envelope.js +2 -1
- package/dist/src/v2/behavioral_drift_window/envelope.js.map +1 -1
- package/dist/src/v2/behavioral_drift_window/index.d.ts.map +1 -1
- package/dist/src/v2/behavioral_drift_window/index.js +2 -1
- package/dist/src/v2/behavioral_drift_window/index.js.map +1 -1
- package/dist/src/v2/behavioral_drift_window/types.d.ts.map +1 -1
- package/dist/src/v2/behavioral_drift_window/types.js +2 -1
- package/dist/src/v2/behavioral_drift_window/types.js.map +1 -1
- package/dist/src/v2/behavioral_drift_window/verify.d.ts.map +1 -1
- package/dist/src/v2/behavioral_drift_window/verify.js +2 -1
- package/dist/src/v2/behavioral_drift_window/verify.js.map +1 -1
- package/dist/src/v2/bilateral-pair/reconcile.d.ts +34 -0
- package/dist/src/v2/bilateral-pair/reconcile.d.ts.map +1 -0
- package/dist/src/v2/bilateral-pair/reconcile.js +133 -0
- package/dist/src/v2/bilateral-pair/reconcile.js.map +1 -0
- package/dist/src/v2/bilateral-pair/types.d.ts +88 -0
- package/dist/src/v2/bilateral-pair/types.d.ts.map +1 -0
- package/dist/src/v2/bilateral-pair/types.js +23 -0
- package/dist/src/v2/bilateral-pair/types.js.map +1 -0
- package/dist/src/v2/blind-evaluation.d.ts.map +1 -1
- package/dist/src/v2/blind-evaluation.js +2 -1
- package/dist/src/v2/blind-evaluation.js.map +1 -1
- package/dist/src/v2/bridge.d.ts.map +1 -1
- package/dist/src/v2/bridge.js +2 -1
- package/dist/src/v2/bridge.js.map +1 -1
- package/dist/src/v2/cascade-correlation.d.ts.map +1 -1
- package/dist/src/v2/cascade-correlation.js +2 -1
- package/dist/src/v2/cascade-correlation.js.map +1 -1
- package/dist/src/v2/circuit-breakers.d.ts.map +1 -1
- package/dist/src/v2/circuit-breakers.js +2 -1
- package/dist/src/v2/circuit-breakers.js.map +1 -1
- package/dist/src/v2/claim-evidence-types.d.ts.map +1 -1
- package/dist/src/v2/claim-evidence-types.js +2 -1
- package/dist/src/v2/claim-evidence-types.js.map +1 -1
- package/dist/src/v2/claim-verifier.d.ts.map +1 -1
- package/dist/src/v2/claim-verifier.js +2 -1
- package/dist/src/v2/claim-verifier.js.map +1 -1
- package/dist/src/v2/cognitive-attestation/disputes.d.ts.map +1 -1
- package/dist/src/v2/cognitive-attestation/disputes.js +2 -1
- package/dist/src/v2/cognitive-attestation/disputes.js.map +1 -1
- package/dist/src/v2/cognitive-attestation/envelope.d.ts.map +1 -1
- package/dist/src/v2/cognitive-attestation/envelope.js +2 -1
- package/dist/src/v2/cognitive-attestation/envelope.js.map +1 -1
- package/dist/src/v2/cognitive-attestation/index.d.ts.map +1 -1
- package/dist/src/v2/cognitive-attestation/index.js +2 -1
- package/dist/src/v2/cognitive-attestation/index.js.map +1 -1
- package/dist/src/v2/cognitive-attestation/types.d.ts.map +1 -1
- package/dist/src/v2/cognitive-attestation/types.js +2 -1
- package/dist/src/v2/cognitive-attestation/types.js.map +1 -1
- package/dist/src/v2/cognitive-attestation/verify.d.ts.map +1 -1
- package/dist/src/v2/cognitive-attestation/verify.js +2 -1
- package/dist/src/v2/cognitive-attestation/verify.js.map +1 -1
- package/dist/src/v2/cognitive_attestation/__tests__/cognitive_attestation.test.js +2 -1
- package/dist/src/v2/cognitive_attestation/__tests__/cognitive_attestation.test.js.map +1 -1
- package/dist/src/v2/cognitive_attestation/envelope.d.ts.map +1 -1
- package/dist/src/v2/cognitive_attestation/envelope.js +2 -1
- package/dist/src/v2/cognitive_attestation/envelope.js.map +1 -1
- package/dist/src/v2/cognitive_attestation/index.d.ts.map +1 -1
- package/dist/src/v2/cognitive_attestation/index.js +2 -1
- package/dist/src/v2/cognitive_attestation/index.js.map +1 -1
- package/dist/src/v2/cognitive_attestation/types.d.ts.map +1 -1
- package/dist/src/v2/cognitive_attestation/types.js +2 -1
- package/dist/src/v2/cognitive_attestation/types.js.map +1 -1
- package/dist/src/v2/cognitive_attestation/verify.d.ts.map +1 -1
- package/dist/src/v2/cognitive_attestation/verify.js +2 -1
- package/dist/src/v2/cognitive_attestation/verify.js.map +1 -1
- package/dist/src/v2/composite-audit.d.ts.map +1 -1
- package/dist/src/v2/composite-audit.js +2 -1
- package/dist/src/v2/composite-audit.js.map +1 -1
- package/dist/src/v2/composition-check/index.d.ts.map +1 -1
- package/dist/src/v2/composition-check/index.js +2 -1
- package/dist/src/v2/composition-check/index.js.map +1 -1
- package/dist/src/v2/composition-check/types.d.ts.map +1 -1
- package/dist/src/v2/composition-check/types.js +2 -1
- package/dist/src/v2/composition-check/types.js.map +1 -1
- package/dist/src/v2/composition-check/verify.d.ts.map +1 -1
- package/dist/src/v2/composition-check/verify.js +2 -1
- package/dist/src/v2/composition-check/verify.js.map +1 -1
- package/dist/src/v2/context-provenance/__tests__/adversarial.test.js +2 -1
- package/dist/src/v2/context-provenance/__tests__/adversarial.test.js.map +1 -1
- package/dist/src/v2/context-provenance/__tests__/conformance.test.js +2 -1
- package/dist/src/v2/context-provenance/__tests__/conformance.test.js.map +1 -1
- package/dist/src/v2/context-provenance/__tests__/cross-lang-parity.test.js +2 -1
- package/dist/src/v2/context-provenance/__tests__/cross-lang-parity.test.js.map +1 -1
- package/dist/src/v2/context-provenance/__tests__/disclosure.test.js +2 -1
- package/dist/src/v2/context-provenance/__tests__/disclosure.test.js.map +1 -1
- package/dist/src/v2/context-provenance/__tests__/known-answer.test.js +2 -1
- package/dist/src/v2/context-provenance/__tests__/known-answer.test.js.map +1 -1
- package/dist/src/v2/context-provenance/__tests__/parity.test.js +2 -1
- package/dist/src/v2/context-provenance/__tests__/parity.test.js.map +1 -1
- package/dist/src/v2/context-provenance/__tests__/roundtrip.test.js +2 -1
- package/dist/src/v2/context-provenance/__tests__/roundtrip.test.js.map +1 -1
- package/dist/src/v2/context-provenance/cpa.d.ts.map +1 -1
- package/dist/src/v2/context-provenance/cpa.js +2 -1
- package/dist/src/v2/context-provenance/cpa.js.map +1 -1
- package/dist/src/v2/context-provenance/index.d.ts.map +1 -1
- package/dist/src/v2/context-provenance/index.js +2 -1
- package/dist/src/v2/context-provenance/index.js.map +1 -1
- package/dist/src/v2/context-provenance/merkle.d.ts.map +1 -1
- package/dist/src/v2/context-provenance/merkle.js +2 -1
- package/dist/src/v2/context-provenance/merkle.js.map +1 -1
- package/dist/src/v2/context-provenance/types.d.ts.map +1 -1
- package/dist/src/v2/context-provenance/types.js +2 -1
- package/dist/src/v2/context-provenance/types.js.map +1 -1
- package/dist/src/v2/context-provenance/vectors/generate-vectors.js +2 -1
- package/dist/src/v2/context-provenance/vectors/generate-vectors.js.map +1 -1
- package/dist/src/v2/context-provenance/verify.d.ts.map +1 -1
- package/dist/src/v2/context-provenance/verify.js +2 -1
- package/dist/src/v2/context-provenance/verify.js.map +1 -1
- package/dist/src/v2/credential-check-policy/check.d.ts.map +1 -1
- package/dist/src/v2/credential-check-policy/check.js +2 -1
- package/dist/src/v2/credential-check-policy/check.js.map +1 -1
- package/dist/src/v2/credential-check-policy/index.d.ts.map +1 -1
- package/dist/src/v2/credential-check-policy/index.js +2 -1
- package/dist/src/v2/credential-check-policy/index.js.map +1 -1
- package/dist/src/v2/credential-check-policy/types.d.ts.map +1 -1
- package/dist/src/v2/credential-check-policy/types.js +2 -1
- package/dist/src/v2/credential-check-policy/types.js.map +1 -1
- package/dist/src/v2/cross-chain-audit.d.ts.map +1 -1
- package/dist/src/v2/cross-chain-audit.js +2 -1
- package/dist/src/v2/cross-chain-audit.js.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/__tests__/cross_issuer_attestation.test.js +2 -1
- package/dist/src/v2/cross_issuer_attestation/__tests__/cross_issuer_attestation.test.js.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/envelope.d.ts.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/envelope.js +2 -1
- package/dist/src/v2/cross_issuer_attestation/envelope.js.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/index.d.ts.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/index.js +2 -1
- package/dist/src/v2/cross_issuer_attestation/index.js.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/types.d.ts.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/types.js +2 -1
- package/dist/src/v2/cross_issuer_attestation/types.js.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/verify.d.ts.map +1 -1
- package/dist/src/v2/cross_issuer_attestation/verify.js +2 -1
- package/dist/src/v2/cross_issuer_attestation/verify.js.map +1 -1
- package/dist/src/v2/delegation/__tests__/responsibility_anchor.test.js +2 -1
- package/dist/src/v2/delegation/__tests__/responsibility_anchor.test.js.map +1 -1
- package/dist/src/v2/delegation/responsibility.d.ts.map +1 -1
- package/dist/src/v2/delegation/responsibility.js +2 -1
- package/dist/src/v2/delegation/responsibility.js.map +1 -1
- package/dist/src/v2/delegation/validateChainComposition.d.ts.map +1 -1
- package/dist/src/v2/delegation/validateChainComposition.js +2 -1
- package/dist/src/v2/delegation/validateChainComposition.js.map +1 -1
- package/dist/src/v2/delegation-v2.d.ts.map +1 -1
- package/dist/src/v2/delegation-v2.js +2 -1
- package/dist/src/v2/delegation-v2.js.map +1 -1
- package/dist/src/v2/downstream-taint.d.ts.map +1 -1
- package/dist/src/v2/downstream-taint.js +2 -1
- package/dist/src/v2/downstream-taint.js.map +1 -1
- package/dist/src/v2/effect-enforcement.d.ts.map +1 -1
- package/dist/src/v2/effect-enforcement.js +2 -1
- package/dist/src/v2/effect-enforcement.js.map +1 -1
- package/dist/src/v2/effect-sampling.d.ts.map +1 -1
- package/dist/src/v2/effect-sampling.js +2 -1
- package/dist/src/v2/effect-sampling.js.map +1 -1
- package/dist/src/v2/emergence.d.ts.map +1 -1
- package/dist/src/v2/emergence.js +2 -1
- package/dist/src/v2/emergence.js.map +1 -1
- package/dist/src/v2/emergency-v2.d.ts.map +1 -1
- package/dist/src/v2/emergency-v2.js +2 -1
- package/dist/src/v2/emergency-v2.js.map +1 -1
- package/dist/src/v2/epistemic-isolation.d.ts.map +1 -1
- package/dist/src/v2/epistemic-isolation.js +2 -1
- package/dist/src/v2/epistemic-isolation.js.map +1 -1
- package/dist/src/v2/externality.d.ts.map +1 -1
- package/dist/src/v2/externality.js +2 -1
- package/dist/src/v2/externality.js.map +1 -1
- package/dist/src/v2/feasibility/__tests__/feasibility.test.js +2 -1
- package/dist/src/v2/feasibility/__tests__/feasibility.test.js.map +1 -1
- package/dist/src/v2/feasibility/compiler.d.ts.map +1 -1
- package/dist/src/v2/feasibility/compiler.js +2 -1
- package/dist/src/v2/feasibility/compiler.js.map +1 -1
- package/dist/src/v2/feasibility/index.d.ts.map +1 -1
- package/dist/src/v2/feasibility/index.js +2 -1
- package/dist/src/v2/feasibility/index.js.map +1 -1
- package/dist/src/v2/feasibility/ir.d.ts.map +1 -1
- package/dist/src/v2/feasibility/ir.js +2 -1
- package/dist/src/v2/feasibility/ir.js.map +1 -1
- package/dist/src/v2/feasibility/proof-ref.d.ts.map +1 -1
- package/dist/src/v2/feasibility/proof-ref.js +2 -1
- package/dist/src/v2/feasibility/proof-ref.js.map +1 -1
- package/dist/src/v2/governance-drift.d.ts.map +1 -1
- package/dist/src/v2/governance-drift.js +2 -1
- package/dist/src/v2/governance-drift.js.map +1 -1
- package/dist/src/v2/hash-pointer/bbs-bridge.d.ts.map +1 -1
- package/dist/src/v2/hash-pointer/bbs-bridge.js +2 -1
- package/dist/src/v2/hash-pointer/bbs-bridge.js.map +1 -1
- package/dist/src/v2/hash-pointer/index.d.ts.map +1 -1
- package/dist/src/v2/hash-pointer/index.js +2 -1
- package/dist/src/v2/hash-pointer/index.js.map +1 -1
- package/dist/src/v2/hash-pointer/profile.d.ts.map +1 -1
- package/dist/src/v2/hash-pointer/profile.js +2 -1
- package/dist/src/v2/hash-pointer/profile.js.map +1 -1
- package/dist/src/v2/hash-pointer/types.d.ts.map +1 -1
- package/dist/src/v2/hash-pointer/types.js +2 -1
- package/dist/src/v2/hash-pointer/types.js.map +1 -1
- package/dist/src/v2/human-escalation.d.ts.map +1 -1
- package/dist/src/v2/human-escalation.js +2 -1
- package/dist/src/v2/human-escalation.js.map +1 -1
- package/dist/src/v2/human-oversight/descriptor.d.ts.map +1 -1
- package/dist/src/v2/human-oversight/descriptor.js +2 -1
- package/dist/src/v2/human-oversight/descriptor.js.map +1 -1
- package/dist/src/v2/human-oversight/index.d.ts.map +1 -1
- package/dist/src/v2/human-oversight/index.js +2 -1
- package/dist/src/v2/human-oversight/index.js.map +1 -1
- package/dist/src/v2/human-oversight/types.d.ts.map +1 -1
- package/dist/src/v2/human-oversight/types.js +2 -1
- package/dist/src/v2/human-oversight/types.js.map +1 -1
- package/dist/src/v2/inaction-audit.d.ts.map +1 -1
- package/dist/src/v2/inaction-audit.js +2 -1
- package/dist/src/v2/inaction-audit.js.map +1 -1
- package/dist/src/v2/index.d.ts.map +1 -1
- package/dist/src/v2/index.js +2 -1
- package/dist/src/v2/index.js.map +1 -1
- package/dist/src/v2/instruction-provenance/canonicalize.d.ts.map +1 -1
- package/dist/src/v2/instruction-provenance/canonicalize.js +2 -1
- package/dist/src/v2/instruction-provenance/canonicalize.js.map +1 -1
- package/dist/src/v2/instruction-provenance/envelope.d.ts.map +1 -1
- package/dist/src/v2/instruction-provenance/envelope.js +2 -1
- package/dist/src/v2/instruction-provenance/envelope.js.map +1 -1
- package/dist/src/v2/instruction-provenance/index.d.ts.map +1 -1
- package/dist/src/v2/instruction-provenance/index.js +2 -1
- package/dist/src/v2/instruction-provenance/index.js.map +1 -1
- package/dist/src/v2/instruction-provenance/types.d.ts.map +1 -1
- package/dist/src/v2/instruction-provenance/types.js +2 -1
- package/dist/src/v2/instruction-provenance/types.js.map +1 -1
- package/dist/src/v2/instruction-provenance/verify.d.ts.map +1 -1
- package/dist/src/v2/instruction-provenance/verify.js +2 -1
- package/dist/src/v2/instruction-provenance/verify.js.map +1 -1
- package/dist/src/v2/intent-binding.d.ts.map +1 -1
- package/dist/src/v2/intent-binding.js +2 -1
- package/dist/src/v2/intent-binding.js.map +1 -1
- package/dist/src/v2/key-resolution/base64url.d.ts.map +1 -1
- package/dist/src/v2/key-resolution/base64url.js +2 -1
- package/dist/src/v2/key-resolution/base64url.js.map +1 -1
- package/dist/src/v2/key-resolution/did-cycles.d.ts.map +1 -1
- package/dist/src/v2/key-resolution/did-cycles.js +2 -1
- package/dist/src/v2/key-resolution/did-cycles.js.map +1 -1
- package/dist/src/v2/key-resolution/index.d.ts.map +1 -1
- package/dist/src/v2/key-resolution/index.js +2 -1
- package/dist/src/v2/key-resolution/index.js.map +1 -1
- package/dist/src/v2/key-resolution/resolver.d.ts.map +1 -1
- package/dist/src/v2/key-resolution/resolver.js +2 -1
- package/dist/src/v2/key-resolution/resolver.js.map +1 -1
- package/dist/src/v2/key-resolution/types.d.ts.map +1 -1
- package/dist/src/v2/key-resolution/types.js +2 -1
- package/dist/src/v2/key-resolution/types.js.map +1 -1
- package/dist/src/v2/memory_provenance/__tests__/memory_provenance.test.js +2 -1
- package/dist/src/v2/memory_provenance/__tests__/memory_provenance.test.js.map +1 -1
- package/dist/src/v2/memory_provenance/envelope.d.ts.map +1 -1
- package/dist/src/v2/memory_provenance/envelope.js +2 -1
- package/dist/src/v2/memory_provenance/envelope.js.map +1 -1
- package/dist/src/v2/memory_provenance/index.d.ts.map +1 -1
- package/dist/src/v2/memory_provenance/index.js +2 -1
- package/dist/src/v2/memory_provenance/index.js.map +1 -1
- package/dist/src/v2/memory_provenance/types.d.ts.map +1 -1
- package/dist/src/v2/memory_provenance/types.js +2 -1
- package/dist/src/v2/memory_provenance/types.js.map +1 -1
- package/dist/src/v2/memory_provenance/verify.d.ts.map +1 -1
- package/dist/src/v2/memory_provenance/verify.js +2 -1
- package/dist/src/v2/memory_provenance/verify.js.map +1 -1
- package/dist/src/v2/migration-v2.d.ts.map +1 -1
- package/dist/src/v2/migration-v2.js +2 -1
- package/dist/src/v2/migration-v2.js.map +1 -1
- package/dist/src/v2/mutual-auth/certificate.d.ts.map +1 -1
- package/dist/src/v2/mutual-auth/certificate.js +2 -1
- package/dist/src/v2/mutual-auth/certificate.js.map +1 -1
- package/dist/src/v2/mutual-auth/handshake.d.ts.map +1 -1
- package/dist/src/v2/mutual-auth/handshake.js +2 -1
- package/dist/src/v2/mutual-auth/handshake.js.map +1 -1
- package/dist/src/v2/mutual-auth/index.d.ts.map +1 -1
- package/dist/src/v2/mutual-auth/index.js +2 -1
- package/dist/src/v2/mutual-auth/index.js.map +1 -1
- package/dist/src/v2/mutual-auth/trust-bundle.d.ts.map +1 -1
- package/dist/src/v2/mutual-auth/trust-bundle.js +2 -1
- package/dist/src/v2/mutual-auth/trust-bundle.js.map +1 -1
- package/dist/src/v2/mutual-auth/types.d.ts.map +1 -1
- package/dist/src/v2/mutual-auth/types.js +2 -1
- package/dist/src/v2/mutual-auth/types.js.map +1 -1
- package/dist/src/v2/offline-verifier/conformance-runner.d.ts.map +1 -1
- package/dist/src/v2/offline-verifier/conformance-runner.js +2 -1
- package/dist/src/v2/offline-verifier/conformance-runner.js.map +1 -1
- package/dist/src/v2/offline-verifier/context.d.ts.map +1 -1
- package/dist/src/v2/offline-verifier/context.js +2 -1
- package/dist/src/v2/offline-verifier/context.js.map +1 -1
- package/dist/src/v2/offline-verifier/descriptor-interface.d.ts.map +1 -1
- package/dist/src/v2/offline-verifier/descriptor-interface.js +2 -1
- package/dist/src/v2/offline-verifier/descriptor-interface.js.map +1 -1
- package/dist/src/v2/offline-verifier/descriptor.d.ts.map +1 -1
- package/dist/src/v2/offline-verifier/descriptor.js +2 -1
- package/dist/src/v2/offline-verifier/descriptor.js.map +1 -1
- package/dist/src/v2/offline-verifier/index.d.ts.map +1 -1
- package/dist/src/v2/offline-verifier/index.js +2 -1
- package/dist/src/v2/offline-verifier/index.js.map +1 -1
- package/dist/src/v2/offline-verifier/middleware.d.ts.map +1 -1
- package/dist/src/v2/offline-verifier/middleware.js +2 -1
- package/dist/src/v2/offline-verifier/middleware.js.map +1 -1
- package/dist/src/v2/offline-verifier/verify.d.ts.map +1 -1
- package/dist/src/v2/offline-verifier/verify.js +2 -1
- package/dist/src/v2/offline-verifier/verify.js.map +1 -1
- package/dist/src/v2/outcome-v2.d.ts.map +1 -1
- package/dist/src/v2/outcome-v2.js +2 -1
- package/dist/src/v2/outcome-v2.js.map +1 -1
- package/dist/src/v2/output-proportionality.d.ts.map +1 -1
- package/dist/src/v2/output-proportionality.js +2 -1
- package/dist/src/v2/output-proportionality.js.map +1 -1
- package/dist/src/v2/payment-rails/acp/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/acp/index.js +2 -1
- package/dist/src/v2/payment-rails/acp/index.js.map +1 -1
- package/dist/src/v2/payment-rails/acp/types.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/acp/types.js +2 -1
- package/dist/src/v2/payment-rails/acp/types.js.map +1 -1
- package/dist/src/v2/payment-rails/ap2/fixtures/_generate.js +1 -1
- package/dist/src/v2/payment-rails/ap2/fixtures/_generate.js.map +1 -1
- package/dist/src/v2/payment-rails/ap2/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/ap2/index.js +2 -1
- package/dist/src/v2/payment-rails/ap2/index.js.map +1 -1
- package/dist/src/v2/payment-rails/ap2/types.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/ap2/types.js +2 -1
- package/dist/src/v2/payment-rails/ap2/types.js.map +1 -1
- package/dist/src/v2/payment-rails/canonicalize.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/canonicalize.js +2 -1
- package/dist/src/v2/payment-rails/canonicalize.js.map +1 -1
- package/dist/src/v2/payment-rails/conformance/binding-harness.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/conformance/binding-harness.js +2 -1
- package/dist/src/v2/payment-rails/conformance/binding-harness.js.map +1 -1
- package/dist/src/v2/payment-rails/conformance/fixtures/_generate.js +1 -1
- package/dist/src/v2/payment-rails/conformance/fixtures/_generate.js.map +1 -1
- package/dist/src/v2/payment-rails/conformance/harness.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/conformance/harness.js +2 -1
- package/dist/src/v2/payment-rails/conformance/harness.js.map +1 -1
- package/dist/src/v2/payment-rails/conformance/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/conformance/index.js +2 -1
- package/dist/src/v2/payment-rails/conformance/index.js.map +1 -1
- package/dist/src/v2/payment-rails/csv.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/csv.js +2 -1
- package/dist/src/v2/payment-rails/csv.js.map +1 -1
- package/dist/src/v2/payment-rails/cycles/evidence-resolution.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/cycles/evidence-resolution.js +2 -1
- package/dist/src/v2/payment-rails/cycles/evidence-resolution.js.map +1 -1
- package/dist/src/v2/payment-rails/cycles/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/cycles/index.js +2 -1
- package/dist/src/v2/payment-rails/cycles/index.js.map +1 -1
- package/dist/src/v2/payment-rails/cycles/types.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/cycles/types.js +2 -1
- package/dist/src/v2/payment-rails/cycles/types.js.map +1 -1
- package/dist/src/v2/payment-rails/fixtures/_generate.js +1 -1
- package/dist/src/v2/payment-rails/fixtures/_generate.js.map +1 -1
- package/dist/src/v2/payment-rails/hooks.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/hooks.js +2 -1
- package/dist/src/v2/payment-rails/hooks.js.map +1 -1
- package/dist/src/v2/payment-rails/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/index.js +2 -1
- package/dist/src/v2/payment-rails/index.js.map +1 -1
- package/dist/src/v2/payment-rails/mpp/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/mpp/index.js +2 -1
- package/dist/src/v2/payment-rails/mpp/index.js.map +1 -1
- package/dist/src/v2/payment-rails/mpp/types.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/mpp/types.js +2 -1
- package/dist/src/v2/payment-rails/mpp/types.js.map +1 -1
- package/dist/src/v2/payment-rails/nano.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/nano.js +2 -1
- package/dist/src/v2/payment-rails/nano.js.map +1 -1
- package/dist/src/v2/payment-rails/scope-resolution.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/scope-resolution.js +2 -1
- package/dist/src/v2/payment-rails/scope-resolution.js.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/fixtures/_generate-cross-rail.js +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/fixtures/_generate-cross-rail.js.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/fixtures/_generate.js +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/fixtures/_generate.js.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/index.js +2 -1
- package/dist/src/v2/payment-rails/stripe-issuing/index.js.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/primitives.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/primitives.js +2 -1
- package/dist/src/v2/payment-rails/stripe-issuing/primitives.js.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/types.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/stripe-issuing/types.js +2 -1
- package/dist/src/v2/payment-rails/stripe-issuing/types.js.map +1 -1
- package/dist/src/v2/payment-rails/types.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/types.js +2 -1
- package/dist/src/v2/payment-rails/types.js.map +1 -1
- package/dist/src/v2/payment-rails/x402/fixtures/_generate.js +1 -1
- package/dist/src/v2/payment-rails/x402/fixtures/_generate.js.map +1 -1
- package/dist/src/v2/payment-rails/x402/index.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/x402/index.js +2 -1
- package/dist/src/v2/payment-rails/x402/index.js.map +1 -1
- package/dist/src/v2/payment-rails/x402/types.d.ts.map +1 -1
- package/dist/src/v2/payment-rails/x402/types.js +2 -1
- package/dist/src/v2/payment-rails/x402/types.js.map +1 -1
- package/dist/src/v2/policy-bundle/bundle.d.ts.map +1 -1
- package/dist/src/v2/policy-bundle/bundle.js +2 -1
- package/dist/src/v2/policy-bundle/bundle.js.map +1 -1
- package/dist/src/v2/policy-bundle/index.d.ts.map +1 -1
- package/dist/src/v2/policy-bundle/index.js +2 -1
- package/dist/src/v2/policy-bundle/index.js.map +1 -1
- package/dist/src/v2/policy-bundle/tar.d.ts.map +1 -1
- package/dist/src/v2/policy-bundle/tar.js +2 -1
- package/dist/src/v2/policy-bundle/tar.js.map +1 -1
- package/dist/src/v2/policy-bundle/types.d.ts.map +1 -1
- package/dist/src/v2/policy-bundle/types.js +2 -1
- package/dist/src/v2/policy-bundle/types.js.map +1 -1
- package/dist/src/v2/policy-profiles.d.ts.map +1 -1
- package/dist/src/v2/policy-profiles.js +2 -1
- package/dist/src/v2/policy-profiles.js.map +1 -1
- package/dist/src/v2/producer-attestation/index.d.ts.map +1 -1
- package/dist/src/v2/producer-attestation/index.js +2 -1
- package/dist/src/v2/producer-attestation/index.js.map +1 -1
- package/dist/src/v2/producer-attestation/types.d.ts.map +1 -1
- package/dist/src/v2/producer-attestation/types.js +2 -1
- package/dist/src/v2/producer-attestation/types.js.map +1 -1
- package/dist/src/v2/provisional-statement/create.d.ts.map +1 -1
- package/dist/src/v2/provisional-statement/create.js +2 -1
- package/dist/src/v2/provisional-statement/create.js.map +1 -1
- package/dist/src/v2/provisional-statement/index.d.ts.map +1 -1
- package/dist/src/v2/provisional-statement/index.js +2 -1
- package/dist/src/v2/provisional-statement/index.js.map +1 -1
- package/dist/src/v2/provisional-statement/promote.d.ts.map +1 -1
- package/dist/src/v2/provisional-statement/promote.js +2 -1
- package/dist/src/v2/provisional-statement/promote.js.map +1 -1
- package/dist/src/v2/provisional-statement/types.d.ts.map +1 -1
- package/dist/src/v2/provisional-statement/types.js +2 -1
- package/dist/src/v2/provisional-statement/types.js.map +1 -1
- package/dist/src/v2/provisional-statement/verify.d.ts.map +1 -1
- package/dist/src/v2/provisional-statement/verify.js +2 -1
- package/dist/src/v2/provisional-statement/verify.js.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/__tests__/read_fidelity_receipt.test.js +2 -1
- package/dist/src/v2/read_fidelity_receipt/__tests__/read_fidelity_receipt.test.js.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/index.d.ts.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/index.js +2 -1
- package/dist/src/v2/read_fidelity_receipt/index.js.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/receipt.d.ts.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/receipt.js +2 -1
- package/dist/src/v2/read_fidelity_receipt/receipt.js.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/sampler.d.ts.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/sampler.js +2 -1
- package/dist/src/v2/read_fidelity_receipt/sampler.js.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/types.d.ts.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/types.js +2 -1
- package/dist/src/v2/read_fidelity_receipt/types.js.map +1 -1
- package/dist/src/v2/read_fidelity_receipt/vectors/generate.js +2 -1
- package/dist/src/v2/read_fidelity_receipt/vectors/generate.js.map +1 -1
- package/dist/src/v2/regulated-action/index.d.ts.map +1 -1
- package/dist/src/v2/regulated-action/index.js +2 -1
- package/dist/src/v2/regulated-action/index.js.map +1 -1
- package/dist/src/v2/regulated-action/types.d.ts.map +1 -1
- package/dist/src/v2/regulated-action/types.js +2 -1
- package/dist/src/v2/regulated-action/types.js.map +1 -1
- package/dist/src/v2/regulated-action/verify.d.ts.map +1 -1
- package/dist/src/v2/regulated-action/verify.js +2 -1
- package/dist/src/v2/regulated-action/verify.js.map +1 -1
- package/dist/src/v2/revocation-enforcement/index.d.ts +1 -0
- package/dist/src/v2/revocation-enforcement/index.d.ts.map +1 -1
- package/dist/src/v2/revocation-enforcement/index.js +3 -1
- package/dist/src/v2/revocation-enforcement/index.js.map +1 -1
- package/dist/src/v2/revocation-enforcement/observation.d.ts +108 -0
- package/dist/src/v2/revocation-enforcement/observation.d.ts.map +1 -0
- package/dist/src/v2/revocation-enforcement/observation.js +253 -0
- package/dist/src/v2/revocation-enforcement/observation.js.map +1 -0
- package/dist/src/v2/revocation-enforcement/types.d.ts +86 -1
- package/dist/src/v2/revocation-enforcement/types.d.ts.map +1 -1
- package/dist/src/v2/revocation-enforcement/types.js +2 -1
- package/dist/src/v2/revocation-enforcement/types.js.map +1 -1
- package/dist/src/v2/root-transition.d.ts.map +1 -1
- package/dist/src/v2/root-transition.js +2 -1
- package/dist/src/v2/root-transition.js.map +1 -1
- package/dist/src/v2/scope-registry/__tests__/scope-registry.test.js +2 -1
- package/dist/src/v2/scope-registry/__tests__/scope-registry.test.js.map +1 -1
- package/dist/src/v2/scope-registry/index.d.ts.map +1 -1
- package/dist/src/v2/scope-registry/index.js +2 -1
- package/dist/src/v2/scope-registry/index.js.map +1 -1
- package/dist/src/v2/scope-registry/registry.d.ts.map +1 -1
- package/dist/src/v2/scope-registry/registry.js +2 -1
- package/dist/src/v2/scope-registry/registry.js.map +1 -1
- package/dist/src/v2/scope-registry/types.d.ts.map +1 -1
- package/dist/src/v2/scope-registry/types.js +2 -1
- package/dist/src/v2/scope-registry/types.js.map +1 -1
- package/dist/src/v2/semantic-drift.d.ts.map +1 -1
- package/dist/src/v2/semantic-drift.js +2 -1
- package/dist/src/v2/semantic-drift.js.map +1 -1
- package/dist/src/v2/semantic-scoping.d.ts.map +1 -1
- package/dist/src/v2/semantic-scoping.js +2 -1
- package/dist/src/v2/semantic-scoping.js.map +1 -1
- package/dist/src/v2/separation-of-powers.d.ts.map +1 -1
- package/dist/src/v2/separation-of-powers.js +2 -1
- package/dist/src/v2/separation-of-powers.js.map +1 -1
- package/dist/src/v2/sub-delegate-advisor.d.ts.map +1 -1
- package/dist/src/v2/sub-delegate-advisor.js +2 -1
- package/dist/src/v2/sub-delegate-advisor.js.map +1 -1
- package/dist/src/v2/transport/rfc9421/index.d.ts.map +1 -1
- package/dist/src/v2/transport/rfc9421/index.js +2 -1
- package/dist/src/v2/transport/rfc9421/index.js.map +1 -1
- package/dist/src/v2/transport/rfc9421/profile.d.ts.map +1 -1
- package/dist/src/v2/transport/rfc9421/profile.js +2 -1
- package/dist/src/v2/transport/rfc9421/profile.js.map +1 -1
- package/dist/src/v2/transport/rfc9421/signature-base.d.ts.map +1 -1
- package/dist/src/v2/transport/rfc9421/signature-base.js +2 -1
- package/dist/src/v2/transport/rfc9421/signature-base.js.map +1 -1
- package/dist/src/v2/transport/rfc9421/types.d.ts.map +1 -1
- package/dist/src/v2/transport/rfc9421/types.js +2 -1
- package/dist/src/v2/transport/rfc9421/types.js.map +1 -1
- package/dist/src/v2/trust-policy/index.d.ts.map +1 -1
- package/dist/src/v2/trust-policy/index.js +2 -1
- package/dist/src/v2/trust-policy/index.js.map +1 -1
- package/dist/src/v2/trust-policy/policy.d.ts.map +1 -1
- package/dist/src/v2/trust-policy/policy.js +2 -1
- package/dist/src/v2/trust-policy/policy.js.map +1 -1
- package/dist/src/v2/trust-policy/types.d.ts.map +1 -1
- package/dist/src/v2/trust-policy/types.js +2 -1
- package/dist/src/v2/trust-policy/types.js.map +1 -1
- package/dist/src/v2/trust-policy/verdict.d.ts.map +1 -1
- package/dist/src/v2/trust-policy/verdict.js +2 -1
- package/dist/src/v2/trust-policy/verdict.js.map +1 -1
- package/dist/src/v2/trust-policy/well-known.d.ts.map +1 -1
- package/dist/src/v2/trust-policy/well-known.js +2 -1
- package/dist/src/v2/trust-policy/well-known.js.map +1 -1
- package/dist/src/v2/types.d.ts.map +1 -1
- package/dist/src/v2/types.js +2 -1
- package/dist/src/v2/types.js.map +1 -1
- package/dist/src/v2/values-override.d.ts.map +1 -1
- package/dist/src/v2/values-override.js +2 -1
- package/dist/src/v2/values-override.js.map +1 -1
- package/dist/src/v2/verification-source/index.d.ts.map +1 -1
- package/dist/src/v2/verification-source/index.js +2 -1
- package/dist/src/v2/verification-source/index.js.map +1 -1
- package/dist/src/v2/verification-source/types.d.ts.map +1 -1
- package/dist/src/v2/verification-source/types.js +2 -1
- package/dist/src/v2/verification-source/types.js.map +1 -1
- package/dist/src/v2/verifier-hardening/index.d.ts.map +1 -1
- package/dist/src/v2/verifier-hardening/index.js +2 -1
- package/dist/src/v2/verifier-hardening/index.js.map +1 -1
- package/dist/src/v2/wallet-binding/bind.d.ts.map +1 -1
- package/dist/src/v2/wallet-binding/bind.js +2 -1
- package/dist/src/v2/wallet-binding/bind.js.map +1 -1
- package/dist/src/v2/wallet-binding/index.d.ts.map +1 -1
- package/dist/src/v2/wallet-binding/index.js +2 -1
- package/dist/src/v2/wallet-binding/index.js.map +1 -1
- package/dist/src/v2/wallet-binding/types.d.ts.map +1 -1
- package/dist/src/v2/wallet-binding/types.js +2 -1
- package/dist/src/v2/wallet-binding/types.js.map +1 -1
- package/dist/src/v2/word_handles/__tests__/word_handles.test.js +2 -1
- package/dist/src/v2/word_handles/__tests__/word_handles.test.js.map +1 -1
- package/dist/src/v2/word_handles/codec.d.ts.map +1 -1
- package/dist/src/v2/word_handles/codec.js +2 -1
- package/dist/src/v2/word_handles/codec.js.map +1 -1
- package/dist/src/v2/word_handles/index.d.ts.map +1 -1
- package/dist/src/v2/word_handles/index.js +2 -1
- package/dist/src/v2/word_handles/index.js.map +1 -1
- package/dist/src/v2/word_handles/lexicon.d.ts.map +1 -1
- package/dist/src/v2/word_handles/lexicon.js +2 -1
- package/dist/src/v2/word_handles/lexicon.js.map +1 -1
- package/dist/src/v2/word_handles/types.d.ts.map +1 -1
- package/dist/src/v2/word_handles/types.js +2 -1
- package/dist/src/v2/word_handles/types.js.map +1 -1
- package/dist/src/verification/reputation.d.ts.map +1 -1
- package/dist/src/verification/reputation.js +2 -0
- package/dist/src/verification/reputation.js.map +1 -1
- package/dist/src/verification/verify.d.ts.map +1 -1
- package/dist/src/verification/verify.js +2 -0
- package/dist/src/verification/verify.js.map +1 -1
- package/package.json +4 -4
- package/src/v2/payment-rails/stripe-issuing/fixtures/_generate-cross-rail.ts +1 -1
- package/src/v2/payment-rails/stripe-issuing/fixtures/_generate.ts +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-passport-system",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "Enforcement and accountability layer for AI agents. Bring your own identity (did:key, did:web, SPIFFE, OAuth, did:aps). Verifier hot path p50 = 420ns bare-metal Linux EPYC 7313P (§13.1 canonical environment per spec), 347ns AWS c7i.2xlarge, 292ns Mac M3. Gateway enforcement, monotonic narrowing, cascade revocation, Bayesian reputation, wallet binding, unified four-axis attribution primitive, per-period attribution settlement, data lifecycle, mutual authentication, Wave 1 accountability primitives (action, authority-boundary, custody, contestability, bundle), evidentiary type safety (claim/evidence registry, claim verifier with forbidden-substitution detection, contestation cascade). 4,
|
|
3
|
+
"version": "3.3.1",
|
|
4
|
+
"description": "Enforcement and accountability layer for AI agents. Bring your own identity (did:key, did:web, SPIFFE, OAuth, did:aps). Verifier hot path p50 = 420ns bare-metal Linux EPYC 7313P (§13.1 canonical environment per spec), 347ns AWS c7i.2xlarge, 292ns Mac M3. Gateway enforcement, monotonic narrowing, cascade revocation, Bayesian reputation, wallet binding, unified four-axis attribution primitive, per-period attribution settlement, data lifecycle, mutual authentication, Wave 1 accountability primitives (action, authority-boundary, custody, contestability, bundle), evidentiary type safety (claim/evidence registry, claim verifier with forbidden-substitution detection, contestation cascade). 4,097 tests.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"types": "dist/src/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tsc && chmod +x dist/src/cli/index.js",
|
|
23
|
-
"test": "npx tsx --test tests/passport.test.ts tests/adversarial.ts tests/v2.0-integration.ts tests/contract.test.ts tests/agora.test.ts tests/values.test.ts tests/delegation.test.ts tests/attribution.test.ts tests/policy.test.ts tests/canonical.test.ts tests/coordination.test.ts tests/commerce.test.ts tests/enforcement.test.ts tests/routing.test.ts tests/did-vc.test.ts tests/a2a.test.ts tests/principal.test.ts tests/adversarial-paper.test.ts tests/property-delegation.test.ts tests/property-canonical.test.ts tests/intent.test.ts tests/reputation-authority.test.ts tests/cross-chain.test.ts tests/encrypted-messaging.test.ts tests/obligations.test.ts tests/execution-envelope.test.ts tests/adversarial-causal-chain.test.ts tests/governance.test.ts tests/feasibility.test.ts tests/identity.test.ts tests/precedent.test.ts tests/reanchor.test.ts tests/escalation.test.ts tests/oracle-witness.test.ts tests/messaging-audit.test.ts tests/policy-conflict.test.ts tests/data-source.test.ts tests/decision-semantics.test.ts tests/interop-vectors.test.ts tests/v2-bridge.test.ts tests/v2-full.test.ts tests/key-storage.test.ts tests/qntm-bridge.test.ts tests/agent-json-bridge.test.ts tests/did-resolution-conformance.test.ts tests/decision-equivalence.test.ts tests/data-lifecycle.test.ts tests/campaign7-composition.test.ts tests/entity-verification.test.ts tests/conformance.test.ts tests/governance-block.test.ts tests/aps-txt.test.ts tests/governance-360.test.ts tests/storage-backend.test.ts tests/receipt-bundle.test.ts tests/reputation-confidence.test.ts tests/governance-consumer.test.ts tests/charter.test.ts tests/institutional-governance-phase2.test.ts tests/data-source-attribution.test.ts tests/canonical-jcs.test.ts tests/temporal-spread.test.ts tests/fidelity-pressure.test.ts tests/denial-domains.test.ts tests/data-narrowing.test.ts tests/governance-posture.test.ts tests/anchor-state.test.ts tests/issuer-signature.test.ts tests/openshell-adapter.test.ts tests/attestation.test.ts tests/execution-attestation.test.ts tests/bilateral-receipt.test.ts tests/proof-namespace.test.ts tests/ecosystem-features.test.ts tests/persistent-passport.test.ts tests/security-av.test.ts tests/audit-fixes.test.ts tests/did-interop.test.ts tests/identity-bridge.test.ts tests/vc-wrapper.test.ts tests/identity-pipeline.test.ts tests/cross-protocol/sint-crossverify.test.ts tests/action-ref.test.ts tests/external-action-ref.test.ts tests/freshness.test.ts tests/evidence-grade.test.ts tests/key-rotation.test.ts tests/governance-regression.test.ts tests/posture-overlay.test.ts tests/feasibility-gateway.test.ts tests/trust-adapters.test.ts tests/evaluation-context.test.ts tests/health.test.ts tests/composio-adapter.test.ts tests/interop/ietf-envelope.test.ts tests/interop/signet-combined.test.ts tests/interop/moltrust-attestation.test.ts tests/interop/cross-protocol-vectors.test.ts tests/interop/receipt-chaining.test.ts tests/ibac-adapter.test.ts tests/langchain-adapter.test.ts tests/crewai-adapter.test.ts tests/mcp-adapter.test.ts tests/a2a-adapter.test.ts tests/gonka-adapter.test.ts tests/cross-algo-mismatch.test.ts tests/credential-lifecycle.test.ts tests/behavioral-memory.test.ts tests/telemetry-scope.test.ts tests/idempotency.test.ts tests/v2/wallet-binding.test.ts tests/v2/wallet-binding-fixture.test.ts tests/v2/credential-check-policy.test.ts tests/v2/delegation-escalation.test.ts tests/v2/attribution-consent.test.ts tests/v2/attribution-integration.test.ts tests/v2/attribution-primitive.test.ts tests/v2/attribution-primitive-integration.test.ts tests/v2/build-b-fractional-weights.test.ts tests/v2/build-b-cross-language.test.ts tests/v2/build-c-settlement.test.ts tests/v2/build-c-cross-language.test.ts tests/v2/build-c-end-to-end.test.ts tests/v2/provisional-statement.test.ts tests/temporal-decay.test.ts tests/confidence-breakdown.test.ts tests/behavioral-fingerprint.test.ts tests/session-boundary.test.ts tests/probe-identity.test.ts tests/v2/cognitive-attestation/envelope.test.ts tests/v2/cognitive-attestation/verify.test.ts tests/v2/cognitive-attestation/adversarial.test.ts tests/v2/mutual-auth/handshake.test.ts tests/v2/mutual-auth/adversarial.test.ts tests/v2/mutual-auth/conformance.test.ts tests/property-bilateral-receipt.test.ts tests/v2/instruction-provenance/conformance.test.ts tests/v2/instruction-provenance/adversarial.test.ts tests/v2/identity-composition-error.test.ts tests/v2/claim-evidence-types.test.ts tests/v2/claim-verifier.test.ts tests/v2/downstream-taint.test.ts tests/v2/payment-rails/nano.test.ts tests/v2/payment-rails/governance.test.ts tests/v2/payment-rails/ap2.test.ts tests/v2/payment-rails/x402.test.ts tests/v2/payment-rails/conformance/harness.test.ts tests/v2/payment-rails/binding-harness.test.ts tests/v2/payment-rails/stripe-issuing-primitives.test.ts tests/v2/payment-rails/acp.test.ts tests/v2/payment-rails/cycles.test.ts tests/v2/payment-rails/mpp.test.ts tests/v2/payment-rails/scope-resolution.test.ts tests/v2/payment-rails/accountability-bundle.test.ts tests/v2/payment-rails/did-uri-signing.test.ts tests/v2/payment-rails/cross-receipt-chain.test.ts src/v2/accountability/__tests__/action.test.ts src/v2/accountability/__tests__/authority-boundary.test.ts src/v2/accountability/__tests__/bundle.test.ts src/v2/accountability/__tests__/contestability.test.ts src/v2/accountability/__tests__/custody.test.ts src/v2/accountability/__tests__/fixtures.test.ts src/v2/cognitive_attestation/__tests__/cognitive_attestation.test.ts src/v2/delegation/__tests__/responsibility_anchor.test.ts src/v2/memory_provenance/__tests__/memory_provenance.test.ts src/v2/cross_issuer_attestation/__tests__/cross_issuer_attestation.test.ts src/v2/behavioral_drift_window/__tests__/behavioral_drift_window.test.ts tests/tool-registry-integrity.test.ts tests/v2/transport/rfc9421/request-binding.test.ts tests/v2/verifier-hardening.test.ts tests/v2/key-resolution/resolver.test.ts src/v2/feasibility/__tests__/feasibility.test.ts tests/oauth-rfc8693-bridge.test.ts tests/conformance/conformance-negatives.test.ts tests/v2/policy-bundle/policy-bundle.test.ts src/v2/scope-registry/__tests__/scope-registry.test.ts tests/check-many-parity.test.ts tests/cross-impl/jcs-equivalence.test.ts tests/remote-signer.test.ts tests/v2/assurance/descriptor.test.ts tests/v2/audience-binding/audience-binding.test.ts tests/v2/hash-pointer/bbs-composition.test.ts tests/v2/hash-pointer/profile.test.ts tests/v2/human-oversight/human-oversight.test.ts tests/v2/offline-verifier/conformance-runner.test.ts tests/v2/offline-verifier/middleware.test.ts tests/v2/offline-verifier/verify.test.ts tests/v2/payment-rails/cycles-evidence-resolution.test.ts tests/v2/payment-rails/cycles-evidence-authority.test.ts tests/v2/revocation-enforcement.test.ts tests/v2/trust-policy/trust-policy.test.ts src/v2/context-provenance/__tests__/roundtrip.test.ts src/v2/context-provenance/__tests__/disclosure.test.ts src/v2/context-provenance/__tests__/known-answer.test.ts src/v2/context-provenance/__tests__/conformance.test.ts src/v2/context-provenance/__tests__/adversarial.test.ts src/v2/context-provenance/__tests__/parity.test.ts src/v2/context-provenance/__tests__/cross-lang-parity.test.ts tests/v2/verification-source.test.ts tests/v2/producer-attestation.test.ts tests/delegation-currency-narrowing.test.ts tests/delegation-temporal-narrowing.test.ts tests/oauth-id-jag-bridge.test.ts tests/v2/regulated-action/conformance.test.ts tests/commerce-spend-accumulation.test.ts tests/delegation-spend-unit-narrowing.test.ts tests/delegation-parent-verify.test.ts tests/commerce-currency-gate.test.ts tests/v2/composition-check/conformance.test.ts src/v2/word_handles/__tests__/word_handles.test.ts src/v2/read_fidelity_receipt/__tests__/read_fidelity_receipt.test.ts",
|
|
23
|
+
"test": "npx tsx --test tests/passport.test.ts tests/adversarial.ts tests/v2.0-integration.ts tests/contract.test.ts tests/agora.test.ts tests/values.test.ts tests/delegation.test.ts tests/attribution.test.ts tests/policy.test.ts tests/canonical.test.ts tests/coordination.test.ts tests/commerce.test.ts tests/enforcement.test.ts tests/routing.test.ts tests/did-vc.test.ts tests/a2a.test.ts tests/principal.test.ts tests/adversarial-paper.test.ts tests/property-delegation.test.ts tests/property-canonical.test.ts tests/intent.test.ts tests/reputation-authority.test.ts tests/cross-chain.test.ts tests/encrypted-messaging.test.ts tests/obligations.test.ts tests/execution-envelope.test.ts tests/adversarial-causal-chain.test.ts tests/governance.test.ts tests/feasibility.test.ts tests/identity.test.ts tests/precedent.test.ts tests/reanchor.test.ts tests/escalation.test.ts tests/oracle-witness.test.ts tests/messaging-audit.test.ts tests/policy-conflict.test.ts tests/data-source.test.ts tests/decision-semantics.test.ts tests/interop-vectors.test.ts tests/v2-bridge.test.ts tests/v2-full.test.ts tests/key-storage.test.ts tests/qntm-bridge.test.ts tests/agent-json-bridge.test.ts tests/did-resolution-conformance.test.ts tests/decision-equivalence.test.ts tests/data-lifecycle.test.ts tests/campaign7-composition.test.ts tests/entity-verification.test.ts tests/conformance.test.ts tests/governance-block.test.ts tests/aps-txt.test.ts tests/governance-360.test.ts tests/storage-backend.test.ts tests/receipt-bundle.test.ts tests/reputation-confidence.test.ts tests/governance-consumer.test.ts tests/charter.test.ts tests/institutional-governance-phase2.test.ts tests/data-source-attribution.test.ts tests/canonical-jcs.test.ts tests/temporal-spread.test.ts tests/fidelity-pressure.test.ts tests/denial-domains.test.ts tests/data-narrowing.test.ts tests/governance-posture.test.ts tests/anchor-state.test.ts tests/issuer-signature.test.ts tests/openshell-adapter.test.ts tests/attestation.test.ts tests/execution-attestation.test.ts tests/bilateral-receipt.test.ts tests/proof-namespace.test.ts tests/ecosystem-features.test.ts tests/persistent-passport.test.ts tests/security-av.test.ts tests/audit-fixes.test.ts tests/did-interop.test.ts tests/identity-bridge.test.ts tests/vc-wrapper.test.ts tests/identity-pipeline.test.ts tests/cross-protocol/sint-crossverify.test.ts tests/action-ref.test.ts tests/external-action-ref.test.ts tests/freshness.test.ts tests/evidence-grade.test.ts tests/key-rotation.test.ts tests/governance-regression.test.ts tests/posture-overlay.test.ts tests/feasibility-gateway.test.ts tests/trust-adapters.test.ts tests/evaluation-context.test.ts tests/health.test.ts tests/composio-adapter.test.ts tests/interop/ietf-envelope.test.ts tests/interop/signet-combined.test.ts tests/interop/moltrust-attestation.test.ts tests/interop/cross-protocol-vectors.test.ts tests/interop/receipt-chaining.test.ts tests/ibac-adapter.test.ts tests/langchain-adapter.test.ts tests/crewai-adapter.test.ts tests/mcp-adapter.test.ts tests/a2a-adapter.test.ts tests/gonka-adapter.test.ts tests/cross-algo-mismatch.test.ts tests/credential-lifecycle.test.ts tests/behavioral-memory.test.ts tests/telemetry-scope.test.ts tests/idempotency.test.ts tests/v2/wallet-binding.test.ts tests/v2/wallet-binding-fixture.test.ts tests/v2/credential-check-policy.test.ts tests/v2/delegation-escalation.test.ts tests/v2/attribution-consent.test.ts tests/v2/attribution-integration.test.ts tests/v2/attribution-primitive.test.ts tests/v2/attribution-primitive-integration.test.ts tests/v2/build-b-fractional-weights.test.ts tests/v2/build-b-cross-language.test.ts tests/v2/build-c-settlement.test.ts tests/v2/build-c-cross-language.test.ts tests/v2/build-c-end-to-end.test.ts tests/v2/provisional-statement.test.ts tests/temporal-decay.test.ts tests/confidence-breakdown.test.ts tests/behavioral-fingerprint.test.ts tests/session-boundary.test.ts tests/probe-identity.test.ts tests/v2/cognitive-attestation/envelope.test.ts tests/v2/cognitive-attestation/verify.test.ts tests/v2/cognitive-attestation/adversarial.test.ts tests/v2/mutual-auth/handshake.test.ts tests/v2/mutual-auth/adversarial.test.ts tests/v2/mutual-auth/conformance.test.ts tests/property-bilateral-receipt.test.ts tests/v2/instruction-provenance/conformance.test.ts tests/v2/instruction-provenance/adversarial.test.ts tests/v2/identity-composition-error.test.ts tests/v2/claim-evidence-types.test.ts tests/v2/claim-verifier.test.ts tests/v2/downstream-taint.test.ts tests/v2/payment-rails/nano.test.ts tests/v2/payment-rails/governance.test.ts tests/v2/payment-rails/ap2.test.ts tests/v2/payment-rails/x402.test.ts tests/v2/payment-rails/conformance/harness.test.ts tests/v2/payment-rails/binding-harness.test.ts tests/v2/payment-rails/stripe-issuing-primitives.test.ts tests/v2/payment-rails/acp.test.ts tests/v2/payment-rails/cycles.test.ts tests/v2/payment-rails/mpp.test.ts tests/v2/payment-rails/scope-resolution.test.ts tests/v2/payment-rails/accountability-bundle.test.ts tests/v2/payment-rails/did-uri-signing.test.ts tests/v2/payment-rails/cross-receipt-chain.test.ts src/v2/accountability/__tests__/action.test.ts src/v2/accountability/__tests__/authority-boundary.test.ts src/v2/accountability/__tests__/bundle.test.ts src/v2/accountability/__tests__/contestability.test.ts src/v2/accountability/__tests__/custody.test.ts src/v2/accountability/__tests__/fixtures.test.ts src/v2/cognitive_attestation/__tests__/cognitive_attestation.test.ts src/v2/delegation/__tests__/responsibility_anchor.test.ts src/v2/memory_provenance/__tests__/memory_provenance.test.ts src/v2/cross_issuer_attestation/__tests__/cross_issuer_attestation.test.ts src/v2/behavioral_drift_window/__tests__/behavioral_drift_window.test.ts tests/tool-registry-integrity.test.ts tests/v2/transport/rfc9421/request-binding.test.ts tests/v2/verifier-hardening.test.ts tests/v2/key-resolution/resolver.test.ts src/v2/feasibility/__tests__/feasibility.test.ts tests/oauth-rfc8693-bridge.test.ts tests/conformance/conformance-negatives.test.ts tests/v2/policy-bundle/policy-bundle.test.ts src/v2/scope-registry/__tests__/scope-registry.test.ts tests/check-many-parity.test.ts tests/cross-impl/jcs-equivalence.test.ts tests/remote-signer.test.ts tests/v2/assurance/descriptor.test.ts tests/v2/audience-binding/audience-binding.test.ts tests/v2/hash-pointer/bbs-composition.test.ts tests/v2/hash-pointer/profile.test.ts tests/v2/human-oversight/human-oversight.test.ts tests/v2/offline-verifier/conformance-runner.test.ts tests/v2/offline-verifier/middleware.test.ts tests/v2/offline-verifier/verify.test.ts tests/v2/payment-rails/cycles-evidence-resolution.test.ts tests/v2/payment-rails/cycles-evidence-authority.test.ts tests/v2/revocation-enforcement.test.ts tests/v2/trust-policy/trust-policy.test.ts src/v2/context-provenance/__tests__/roundtrip.test.ts src/v2/context-provenance/__tests__/disclosure.test.ts src/v2/context-provenance/__tests__/known-answer.test.ts src/v2/context-provenance/__tests__/conformance.test.ts src/v2/context-provenance/__tests__/adversarial.test.ts src/v2/context-provenance/__tests__/parity.test.ts src/v2/context-provenance/__tests__/cross-lang-parity.test.ts tests/v2/verification-source.test.ts tests/v2/producer-attestation.test.ts tests/delegation-currency-narrowing.test.ts tests/delegation-temporal-narrowing.test.ts tests/oauth-id-jag-bridge.test.ts tests/v2/regulated-action/conformance.test.ts tests/commerce-spend-accumulation.test.ts tests/delegation-spend-unit-narrowing.test.ts tests/delegation-parent-verify.test.ts tests/commerce-currency-gate.test.ts tests/v2/composition-check/conformance.test.ts src/v2/word_handles/__tests__/word_handles.test.ts src/v2/read_fidelity_receipt/__tests__/read_fidelity_receipt.test.ts tests/jurisdiction-selection.test.ts tests/v2/bilateral-pair/bilateral-pair.test.ts tests/evidence-bundle.test.ts",
|
|
24
24
|
"test:interop": "npx tsx --test tests/interop/ietf-envelope.test.ts tests/interop/signet-combined.test.ts tests/interop/moltrust-attestation.test.ts tests/interop/cross-protocol-vectors.test.ts tests/interop/receipt-chaining.test.ts",
|
|
25
25
|
"test:quick": "tsx --test tests/passport.test.ts",
|
|
26
26
|
"test:fixtures": "tsx fixtures/bilateral-delegation/test-canonicalize.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prepublishOnly": "npm run build && npm test",
|
|
31
31
|
"postversion": "if [ -f ~/aps-web/scripts/sync-project-state.mjs ]; then node ~/aps-web/scripts/sync-project-state.mjs sdk $npm_package_version; else echo 'postversion: ~/aps-web/scripts/sync-project-state.mjs not found, skipping project-state sync'; fi",
|
|
32
32
|
"postpublish": "if [ -d ~/aps-web ]; then cd ~/aps-web && node scripts/propagate.mjs --apply --skip-roadmap-build; else echo 'postpublish: ~/aps-web not found, skipping propagation'; fi",
|
|
33
|
-
"test:coverage": "npx tsx --test --experimental-test-coverage tests/passport.test.ts tests/adversarial.ts tests/v2.0-integration.ts tests/contract.test.ts tests/agora.test.ts tests/values.test.ts tests/delegation.test.ts tests/attribution.test.ts tests/policy.test.ts tests/canonical.test.ts tests/coordination.test.ts tests/commerce.test.ts tests/enforcement.test.ts tests/routing.test.ts tests/did-vc.test.ts tests/a2a.test.ts tests/principal.test.ts tests/adversarial-paper.test.ts tests/property-delegation.test.ts tests/property-canonical.test.ts tests/intent.test.ts tests/reputation-authority.test.ts tests/cross-chain.test.ts tests/encrypted-messaging.test.ts tests/obligations.test.ts tests/execution-envelope.test.ts tests/adversarial-causal-chain.test.ts tests/governance.test.ts tests/feasibility.test.ts tests/identity.test.ts tests/precedent.test.ts tests/reanchor.test.ts tests/escalation.test.ts tests/oracle-witness.test.ts tests/messaging-audit.test.ts tests/policy-conflict.test.ts tests/data-source.test.ts tests/decision-semantics.test.ts tests/interop-vectors.test.ts tests/v2-bridge.test.ts tests/v2-full.test.ts tests/key-storage.test.ts tests/qntm-bridge.test.ts tests/agent-json-bridge.test.ts tests/did-resolution-conformance.test.ts tests/decision-equivalence.test.ts tests/data-lifecycle.test.ts tests/campaign7-composition.test.ts tests/entity-verification.test.ts tests/conformance.test.ts tests/governance-block.test.ts tests/aps-txt.test.ts tests/governance-360.test.ts tests/storage-backend.test.ts tests/receipt-bundle.test.ts tests/reputation-confidence.test.ts tests/governance-consumer.test.ts tests/charter.test.ts tests/institutional-governance-phase2.test.ts tests/data-source-attribution.test.ts tests/canonical-jcs.test.ts tests/temporal-spread.test.ts tests/fidelity-pressure.test.ts tests/denial-domains.test.ts tests/data-narrowing.test.ts tests/governance-posture.test.ts tests/anchor-state.test.ts tests/issuer-signature.test.ts tests/openshell-adapter.test.ts tests/attestation.test.ts tests/execution-attestation.test.ts tests/bilateral-receipt.test.ts tests/proof-namespace.test.ts tests/ecosystem-features.test.ts tests/persistent-passport.test.ts tests/security-av.test.ts tests/audit-fixes.test.ts tests/did-interop.test.ts tests/identity-bridge.test.ts tests/vc-wrapper.test.ts tests/identity-pipeline.test.ts tests/cross-protocol/sint-crossverify.test.ts tests/action-ref.test.ts tests/external-action-ref.test.ts tests/freshness.test.ts tests/evidence-grade.test.ts tests/key-rotation.test.ts tests/governance-regression.test.ts tests/posture-overlay.test.ts tests/feasibility-gateway.test.ts tests/trust-adapters.test.ts tests/evaluation-context.test.ts tests/health.test.ts tests/composio-adapter.test.ts tests/interop/ietf-envelope.test.ts tests/interop/signet-combined.test.ts tests/interop/moltrust-attestation.test.ts tests/interop/cross-protocol-vectors.test.ts tests/interop/receipt-chaining.test.ts tests/ibac-adapter.test.ts tests/langchain-adapter.test.ts tests/crewai-adapter.test.ts tests/mcp-adapter.test.ts tests/a2a-adapter.test.ts tests/gonka-adapter.test.ts tests/cross-algo-mismatch.test.ts tests/credential-lifecycle.test.ts tests/behavioral-memory.test.ts tests/telemetry-scope.test.ts tests/idempotency.test.ts tests/v2/wallet-binding.test.ts tests/v2/wallet-binding-fixture.test.ts tests/v2/credential-check-policy.test.ts tests/v2/delegation-escalation.test.ts tests/v2/attribution-consent.test.ts tests/v2/attribution-integration.test.ts tests/v2/attribution-primitive.test.ts tests/v2/attribution-primitive-integration.test.ts tests/v2/build-b-fractional-weights.test.ts tests/v2/build-b-cross-language.test.ts tests/v2/build-c-settlement.test.ts tests/v2/build-c-cross-language.test.ts tests/v2/build-c-end-to-end.test.ts tests/v2/provisional-statement.test.ts tests/temporal-decay.test.ts tests/confidence-breakdown.test.ts tests/behavioral-fingerprint.test.ts tests/session-boundary.test.ts tests/probe-identity.test.ts tests/v2/cognitive-attestation/envelope.test.ts tests/v2/cognitive-attestation/verify.test.ts tests/v2/cognitive-attestation/adversarial.test.ts tests/v2/mutual-auth/handshake.test.ts tests/v2/mutual-auth/adversarial.test.ts tests/v2/mutual-auth/conformance.test.ts tests/property-bilateral-receipt.test.ts tests/v2/instruction-provenance/conformance.test.ts tests/v2/instruction-provenance/adversarial.test.ts tests/v2/identity-composition-error.test.ts tests/v2/claim-evidence-types.test.ts tests/v2/claim-verifier.test.ts tests/v2/downstream-taint.test.ts tests/v2/payment-rails/nano.test.ts tests/v2/payment-rails/governance.test.ts tests/v2/payment-rails/ap2.test.ts tests/v2/payment-rails/x402.test.ts tests/v2/payment-rails/conformance/harness.test.ts tests/v2/payment-rails/binding-harness.test.ts tests/v2/payment-rails/stripe-issuing-primitives.test.ts tests/v2/payment-rails/acp.test.ts tests/v2/payment-rails/cycles.test.ts tests/v2/payment-rails/mpp.test.ts tests/v2/payment-rails/scope-resolution.test.ts tests/v2/payment-rails/accountability-bundle.test.ts tests/v2/payment-rails/did-uri-signing.test.ts tests/v2/payment-rails/cross-receipt-chain.test.ts src/v2/accountability/__tests__/action.test.ts src/v2/accountability/__tests__/authority-boundary.test.ts src/v2/accountability/__tests__/bundle.test.ts src/v2/accountability/__tests__/contestability.test.ts src/v2/accountability/__tests__/custody.test.ts src/v2/accountability/__tests__/fixtures.test.ts src/v2/cognitive_attestation/__tests__/cognitive_attestation.test.ts src/v2/delegation/__tests__/responsibility_anchor.test.ts src/v2/memory_provenance/__tests__/memory_provenance.test.ts src/v2/cross_issuer_attestation/__tests__/cross_issuer_attestation.test.ts src/v2/behavioral_drift_window/__tests__/behavioral_drift_window.test.ts tests/tool-registry-integrity.test.ts tests/v2/transport/rfc9421/request-binding.test.ts tests/v2/verifier-hardening.test.ts tests/v2/key-resolution/resolver.test.ts src/v2/feasibility/__tests__/feasibility.test.ts tests/oauth-rfc8693-bridge.test.ts tests/conformance/conformance-negatives.test.ts tests/v2/policy-bundle/policy-bundle.test.ts src/v2/scope-registry/__tests__/scope-registry.test.ts tests/check-many-parity.test.ts tests/cross-impl/jcs-equivalence.test.ts tests/remote-signer.test.ts tests/v2/assurance/descriptor.test.ts tests/v2/audience-binding/audience-binding.test.ts tests/v2/hash-pointer/bbs-composition.test.ts tests/v2/hash-pointer/profile.test.ts tests/v2/human-oversight/human-oversight.test.ts tests/v2/offline-verifier/conformance-runner.test.ts tests/v2/offline-verifier/middleware.test.ts tests/v2/offline-verifier/verify.test.ts tests/v2/payment-rails/cycles-evidence-resolution.test.ts tests/v2/payment-rails/cycles-evidence-authority.test.ts tests/v2/revocation-enforcement.test.ts tests/v2/trust-policy/trust-policy.test.ts src/v2/context-provenance/__tests__/roundtrip.test.ts src/v2/context-provenance/__tests__/disclosure.test.ts src/v2/context-provenance/__tests__/known-answer.test.ts src/v2/context-provenance/__tests__/conformance.test.ts src/v2/context-provenance/__tests__/adversarial.test.ts src/v2/context-provenance/__tests__/parity.test.ts src/v2/context-provenance/__tests__/cross-lang-parity.test.ts tests/v2/verification-source.test.ts tests/v2/producer-attestation.test.ts tests/delegation-currency-narrowing.test.ts tests/delegation-temporal-narrowing.test.ts tests/oauth-id-jag-bridge.test.ts tests/v2/regulated-action/conformance.test.ts tests/commerce-spend-accumulation.test.ts tests/delegation-spend-unit-narrowing.test.ts tests/delegation-parent-verify.test.ts tests/commerce-currency-gate.test.ts tests/v2/composition-check/conformance.test.ts src/v2/word_handles/__tests__/word_handles.test.ts src/v2/read_fidelity_receipt/__tests__/read_fidelity_receipt.test.ts"
|
|
33
|
+
"test:coverage": "npx tsx --test --experimental-test-coverage tests/passport.test.ts tests/adversarial.ts tests/v2.0-integration.ts tests/contract.test.ts tests/agora.test.ts tests/values.test.ts tests/delegation.test.ts tests/attribution.test.ts tests/policy.test.ts tests/canonical.test.ts tests/coordination.test.ts tests/commerce.test.ts tests/enforcement.test.ts tests/routing.test.ts tests/did-vc.test.ts tests/a2a.test.ts tests/principal.test.ts tests/adversarial-paper.test.ts tests/property-delegation.test.ts tests/property-canonical.test.ts tests/intent.test.ts tests/reputation-authority.test.ts tests/cross-chain.test.ts tests/encrypted-messaging.test.ts tests/obligations.test.ts tests/execution-envelope.test.ts tests/adversarial-causal-chain.test.ts tests/governance.test.ts tests/feasibility.test.ts tests/identity.test.ts tests/precedent.test.ts tests/reanchor.test.ts tests/escalation.test.ts tests/oracle-witness.test.ts tests/messaging-audit.test.ts tests/policy-conflict.test.ts tests/data-source.test.ts tests/decision-semantics.test.ts tests/interop-vectors.test.ts tests/v2-bridge.test.ts tests/v2-full.test.ts tests/key-storage.test.ts tests/qntm-bridge.test.ts tests/agent-json-bridge.test.ts tests/did-resolution-conformance.test.ts tests/decision-equivalence.test.ts tests/data-lifecycle.test.ts tests/campaign7-composition.test.ts tests/entity-verification.test.ts tests/conformance.test.ts tests/governance-block.test.ts tests/aps-txt.test.ts tests/governance-360.test.ts tests/storage-backend.test.ts tests/receipt-bundle.test.ts tests/reputation-confidence.test.ts tests/governance-consumer.test.ts tests/charter.test.ts tests/institutional-governance-phase2.test.ts tests/data-source-attribution.test.ts tests/canonical-jcs.test.ts tests/temporal-spread.test.ts tests/fidelity-pressure.test.ts tests/denial-domains.test.ts tests/data-narrowing.test.ts tests/governance-posture.test.ts tests/anchor-state.test.ts tests/issuer-signature.test.ts tests/openshell-adapter.test.ts tests/attestation.test.ts tests/execution-attestation.test.ts tests/bilateral-receipt.test.ts tests/proof-namespace.test.ts tests/ecosystem-features.test.ts tests/persistent-passport.test.ts tests/security-av.test.ts tests/audit-fixes.test.ts tests/did-interop.test.ts tests/identity-bridge.test.ts tests/vc-wrapper.test.ts tests/identity-pipeline.test.ts tests/cross-protocol/sint-crossverify.test.ts tests/action-ref.test.ts tests/external-action-ref.test.ts tests/freshness.test.ts tests/evidence-grade.test.ts tests/key-rotation.test.ts tests/governance-regression.test.ts tests/posture-overlay.test.ts tests/feasibility-gateway.test.ts tests/trust-adapters.test.ts tests/evaluation-context.test.ts tests/health.test.ts tests/composio-adapter.test.ts tests/interop/ietf-envelope.test.ts tests/interop/signet-combined.test.ts tests/interop/moltrust-attestation.test.ts tests/interop/cross-protocol-vectors.test.ts tests/interop/receipt-chaining.test.ts tests/ibac-adapter.test.ts tests/langchain-adapter.test.ts tests/crewai-adapter.test.ts tests/mcp-adapter.test.ts tests/a2a-adapter.test.ts tests/gonka-adapter.test.ts tests/cross-algo-mismatch.test.ts tests/credential-lifecycle.test.ts tests/behavioral-memory.test.ts tests/telemetry-scope.test.ts tests/idempotency.test.ts tests/v2/wallet-binding.test.ts tests/v2/wallet-binding-fixture.test.ts tests/v2/credential-check-policy.test.ts tests/v2/delegation-escalation.test.ts tests/v2/attribution-consent.test.ts tests/v2/attribution-integration.test.ts tests/v2/attribution-primitive.test.ts tests/v2/attribution-primitive-integration.test.ts tests/v2/build-b-fractional-weights.test.ts tests/v2/build-b-cross-language.test.ts tests/v2/build-c-settlement.test.ts tests/v2/build-c-cross-language.test.ts tests/v2/build-c-end-to-end.test.ts tests/v2/provisional-statement.test.ts tests/temporal-decay.test.ts tests/confidence-breakdown.test.ts tests/behavioral-fingerprint.test.ts tests/session-boundary.test.ts tests/probe-identity.test.ts tests/v2/cognitive-attestation/envelope.test.ts tests/v2/cognitive-attestation/verify.test.ts tests/v2/cognitive-attestation/adversarial.test.ts tests/v2/mutual-auth/handshake.test.ts tests/v2/mutual-auth/adversarial.test.ts tests/v2/mutual-auth/conformance.test.ts tests/property-bilateral-receipt.test.ts tests/v2/instruction-provenance/conformance.test.ts tests/v2/instruction-provenance/adversarial.test.ts tests/v2/identity-composition-error.test.ts tests/v2/claim-evidence-types.test.ts tests/v2/claim-verifier.test.ts tests/v2/downstream-taint.test.ts tests/v2/payment-rails/nano.test.ts tests/v2/payment-rails/governance.test.ts tests/v2/payment-rails/ap2.test.ts tests/v2/payment-rails/x402.test.ts tests/v2/payment-rails/conformance/harness.test.ts tests/v2/payment-rails/binding-harness.test.ts tests/v2/payment-rails/stripe-issuing-primitives.test.ts tests/v2/payment-rails/acp.test.ts tests/v2/payment-rails/cycles.test.ts tests/v2/payment-rails/mpp.test.ts tests/v2/payment-rails/scope-resolution.test.ts tests/v2/payment-rails/accountability-bundle.test.ts tests/v2/payment-rails/did-uri-signing.test.ts tests/v2/payment-rails/cross-receipt-chain.test.ts src/v2/accountability/__tests__/action.test.ts src/v2/accountability/__tests__/authority-boundary.test.ts src/v2/accountability/__tests__/bundle.test.ts src/v2/accountability/__tests__/contestability.test.ts src/v2/accountability/__tests__/custody.test.ts src/v2/accountability/__tests__/fixtures.test.ts src/v2/cognitive_attestation/__tests__/cognitive_attestation.test.ts src/v2/delegation/__tests__/responsibility_anchor.test.ts src/v2/memory_provenance/__tests__/memory_provenance.test.ts src/v2/cross_issuer_attestation/__tests__/cross_issuer_attestation.test.ts src/v2/behavioral_drift_window/__tests__/behavioral_drift_window.test.ts tests/tool-registry-integrity.test.ts tests/v2/transport/rfc9421/request-binding.test.ts tests/v2/verifier-hardening.test.ts tests/v2/key-resolution/resolver.test.ts src/v2/feasibility/__tests__/feasibility.test.ts tests/oauth-rfc8693-bridge.test.ts tests/conformance/conformance-negatives.test.ts tests/v2/policy-bundle/policy-bundle.test.ts src/v2/scope-registry/__tests__/scope-registry.test.ts tests/check-many-parity.test.ts tests/cross-impl/jcs-equivalence.test.ts tests/remote-signer.test.ts tests/v2/assurance/descriptor.test.ts tests/v2/audience-binding/audience-binding.test.ts tests/v2/hash-pointer/bbs-composition.test.ts tests/v2/hash-pointer/profile.test.ts tests/v2/human-oversight/human-oversight.test.ts tests/v2/offline-verifier/conformance-runner.test.ts tests/v2/offline-verifier/middleware.test.ts tests/v2/offline-verifier/verify.test.ts tests/v2/payment-rails/cycles-evidence-resolution.test.ts tests/v2/payment-rails/cycles-evidence-authority.test.ts tests/v2/revocation-enforcement.test.ts tests/v2/trust-policy/trust-policy.test.ts src/v2/context-provenance/__tests__/roundtrip.test.ts src/v2/context-provenance/__tests__/disclosure.test.ts src/v2/context-provenance/__tests__/known-answer.test.ts src/v2/context-provenance/__tests__/conformance.test.ts src/v2/context-provenance/__tests__/adversarial.test.ts src/v2/context-provenance/__tests__/parity.test.ts src/v2/context-provenance/__tests__/cross-lang-parity.test.ts tests/v2/verification-source.test.ts tests/v2/producer-attestation.test.ts tests/delegation-currency-narrowing.test.ts tests/delegation-temporal-narrowing.test.ts tests/oauth-id-jag-bridge.test.ts tests/v2/regulated-action/conformance.test.ts tests/commerce-spend-accumulation.test.ts tests/delegation-spend-unit-narrowing.test.ts tests/delegation-parent-verify.test.ts tests/commerce-currency-gate.test.ts tests/v2/composition-check/conformance.test.ts src/v2/word_handles/__tests__/word_handles.test.ts src/v2/read_fidelity_receipt/__tests__/read_fidelity_receipt.test.ts tests/jurisdiction-selection.test.ts tests/v2/bilateral-pair/bilateral-pair.test.ts tests/evidence-bundle.test.ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"libsodium-wrappers": "^0.8.4",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2026 Tymofii Pidlisnyi. Apache-2.0 license. See LICENSE.
|
|
2
2
|
// ══════════════════════════════════════════════════════════════════
|
|
3
3
|
// Cross-rail fixture generator (stripe/ai#356 — Mycelium / Asqav)
|
|
4
4
|
// ══════════════════════════════════════════════════════════════════
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2026 Tymofii Pidlisnyi. Apache-2.0 license. See LICENSE.
|
|
2
2
|
// Generates byte-parity fixtures for the stripe-issuing adapter.
|
|
3
3
|
// Run: npx tsx src/v2/payment-rails/stripe-issuing/fixtures/_generate.ts
|
|
4
4
|
//
|