@oma3/omatrust 0.1.0-alpha.0 → 0.1.0-alpha.10

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.
Files changed (36) hide show
  1. package/README.md +72 -7
  2. package/dist/identity/index.cjs +2 -3
  3. package/dist/identity/index.cjs.map +1 -1
  4. package/dist/identity/index.js +3 -4
  5. package/dist/identity/index.js.map +1 -1
  6. package/dist/index-B9KW02US.d.cts +119 -0
  7. package/dist/index-DXrwBex9.d.ts +119 -0
  8. package/dist/index.cjs +657 -93
  9. package/dist/index.cjs.map +1 -1
  10. package/dist/index.d.cts +2 -1
  11. package/dist/index.d.ts +2 -1
  12. package/dist/index.js +658 -94
  13. package/dist/index.js.map +1 -1
  14. package/dist/reputation/index.browser.cjs +2133 -0
  15. package/dist/reputation/index.browser.cjs.map +1 -0
  16. package/dist/reputation/index.browser.d.cts +14 -0
  17. package/dist/reputation/index.browser.d.ts +14 -0
  18. package/dist/reputation/index.browser.js +2071 -0
  19. package/dist/reputation/index.browser.js.map +1 -0
  20. package/dist/reputation/index.cjs +676 -92
  21. package/dist/reputation/index.cjs.map +1 -1
  22. package/dist/reputation/index.d.cts +2 -1
  23. package/dist/reputation/index.d.ts +2 -1
  24. package/dist/reputation/index.js +670 -94
  25. package/dist/reputation/index.js.map +1 -1
  26. package/dist/subject-ownership-CXvzEjpH.d.cts +434 -0
  27. package/dist/subject-ownership-CXvzEjpH.d.ts +434 -0
  28. package/dist/widgets/index.cjs +195 -0
  29. package/dist/widgets/index.cjs.map +1 -0
  30. package/dist/widgets/index.d.cts +134 -0
  31. package/dist/widgets/index.d.ts +134 -0
  32. package/dist/widgets/index.js +185 -0
  33. package/dist/widgets/index.js.map +1 -0
  34. package/package.json +33 -6
  35. package/dist/index-ChbJxwOA.d.cts +0 -415
  36. package/dist/index-ChbJxwOA.d.ts +0 -415
@@ -1 +1,2 @@
1
- export { A as AttestationQueryResult, C as CallControllerWitnessParams, a as CallControllerWitnessResult, b as ChainConstants, c as CreatePopEip712ProofParams, d as CreatePopJwsProofParams, D as Did, E as EvidencePointerProof, G as GetAttestationParams, e as GetLatestAttestationsParams, H as Hex, L as ListAttestationsParams, P as PopEip712Proof, f as PopJwsProof, g as PrepareDelegatedAttestationParams, h as PrepareDelegatedAttestationResult, j as ProofPurpose, k as ProofType, l as ProofWrapper, S as SchemaField, m as SubmitAttestationParams, n as SubmitAttestationResult, o as SubmitDelegatedAttestationParams, p as SubmitDelegatedAttestationResult, T as TxEncodedValueProof, q as TxInteractionProof, V as VerifyAttestationParams, r as VerifyAttestationResult, s as VerifyProofParams, t as VerifyProofResult, X as X402OfferProof, u as X402ReceiptProof, v as buildDelegatedAttestationTypedData, w as buildDnsTxtRecord, x as buildEip712Domain, y as calculateAverageUserReviewRating, z as calculateTransferAmount, B as calculateTransferAmountFromAddresses, F as callControllerWitness, I as constructSeed, J as createEvidencePointerProof, K as createPopEip712Proof, M as createPopJwsProof, N as createTxEncodedValueProof, O as createTxInteractionProof, Q as createX402OfferProof, R as createX402ReceiptProof, U as decodeAttestationData, W as deduplicateReviews, Y as encodeAttestationData, Z as extractAddressesFromDidDocument, _ as extractExpirationTime, $ as fetchDidDocument, a0 as formatSchemaUid, a1 as formatTransferAmount, a2 as getAttestation, a3 as getAttestationsForDid, a4 as getChainConstants, a5 as getExplorerAddressUrl, a6 as getExplorerTxUrl, a7 as getLatestAttestations, a8 as getMajorVersion, a9 as getOmaTrustProofEip712Types, aa as getSchemaDetails, ab as getSupportedChainIds, ac as hashSeed, ad as isChainSupported, ae as listAttestations, af as normalizeSchema, ag as parseDnsTxtRecord, ah as prepareDelegatedAttestation, ai as schemaToString, aj as splitSignature, ak as submitAttestation, al as submitDelegatedAttestation, am as verifyAttestation, an as verifyDidDocumentControllerDid, ao as verifyDnsTxtControllerDid, ap as verifyEip712Signature, aq as verifyProof, ar as verifySchemaExists } from '../index-ChbJxwOA.cjs';
1
+ export { A as AttestationQueryResult, a as AttestationValidationError, B as BuildDelegatedTypedDataFromEncodedParams, C as CallControllerWitnessParams, b as CallControllerWitnessResult, c as ChainConstants, d as CreatePopEip712ProofParams, e as CreatePopJwsProofParams, D as Did, E as EvidencePointerProof, f as EvmOwnershipProvider, G as GetAttestationParams, g as GetAttestationsByAttesterParams, h as GetLatestAttestationsParams, H as Hex, L as ListAttestationsParams, P as PopEip712Proof, i as PopJwsProof, j as PrepareDelegatedAttestationParams, k as PrepareDelegatedAttestationResult, l as ProofPurpose, m as ProofType, n as ProofWrapper, R as RevokeAttestationParams, o as RevokeAttestationResult, S as SchemaField, p as SubjectOwnershipVerificationMethod, q as SubjectOwnershipVerificationResult, r as SubmitAttestationParams, s as SubmitAttestationResult, t as SubmitDelegatedAttestationParams, u as SubmitDelegatedAttestationResult, T as TxEncodedValueProof, v as TxInteractionProof, V as VerifyAttestationParams, w as VerifyAttestationResult, x as VerifyDidJsonControllerDidOptions, y as VerifyDidPkhOwnershipParams, z as VerifyDidWebOwnershipParams, F as VerifyProofParams, I as VerifyProofResult, J as VerifySubjectOwnershipParams, X as X402OfferProof, K as X402ReceiptProof, M as buildDelegatedAttestationTypedData, N as buildDelegatedTypedDataFromEncoded, O as buildDnsTxtRecord, Q as buildEip712Domain, U as calculateAverageUserReviewRating, W as calculateTransferAmount, Y as calculateTransferAmountFromAddresses, Z as callControllerWitness, _ as constructSeed, $ as createEvidencePointerProof, a0 as createPopEip712Proof, a1 as createPopJwsProof, a2 as createTxEncodedValueProof, a3 as createTxInteractionProof, a4 as createX402OfferProof, a5 as createX402ReceiptProof, a6 as decodeAttestationData, a7 as deduplicateReviews, a8 as encodeAttestationData, a9 as extractAddressesFromDidDocument, aa as extractExpirationTime, ab as fetchDidDocument, ac as formatSchemaUid, ad as formatTransferAmount, ae as getAttestation, af as getAttestationsByAttester, ag as getAttestationsForDid, ah as getChainConstants, ai as getExplorerAddressUrl, aj as getExplorerTxUrl, ak as getLatestAttestations, al as getMajorVersion, am as getOmaTrustProofEip712Types, an as getSchemaDetails, ao as getSupportedChainIds, ap as hashSeed, aq as isChainSupported, ar as listAttestations, as as normalizeSchema, at as parseDnsTxtRecord, au as prepareDelegatedAttestation, av as revokeAttestation, aw as schemaToString, ax as splitSignature, ay as submitAttestation, az as submitDelegatedAttestation, aA as validateAttestationData, aB as verifyAttestation, aC as verifyDidDocumentControllerDid, aD as verifyDidJsonControllerDid, aE as verifyDidPkhOwnership, aF as verifyDidWebOwnership, aG as verifyEip712Signature, aH as verifyProof, aI as verifySchemaExists, aJ as verifySubjectOwnership } from '../subject-ownership-CXvzEjpH.cjs';
2
+ export { V as VerifyDnsTxtControllerDidOptions, v as verifyDnsTxtControllerDid } from '../index-B9KW02US.cjs';
@@ -1 +1,2 @@
1
- export { A as AttestationQueryResult, C as CallControllerWitnessParams, a as CallControllerWitnessResult, b as ChainConstants, c as CreatePopEip712ProofParams, d as CreatePopJwsProofParams, D as Did, E as EvidencePointerProof, G as GetAttestationParams, e as GetLatestAttestationsParams, H as Hex, L as ListAttestationsParams, P as PopEip712Proof, f as PopJwsProof, g as PrepareDelegatedAttestationParams, h as PrepareDelegatedAttestationResult, j as ProofPurpose, k as ProofType, l as ProofWrapper, S as SchemaField, m as SubmitAttestationParams, n as SubmitAttestationResult, o as SubmitDelegatedAttestationParams, p as SubmitDelegatedAttestationResult, T as TxEncodedValueProof, q as TxInteractionProof, V as VerifyAttestationParams, r as VerifyAttestationResult, s as VerifyProofParams, t as VerifyProofResult, X as X402OfferProof, u as X402ReceiptProof, v as buildDelegatedAttestationTypedData, w as buildDnsTxtRecord, x as buildEip712Domain, y as calculateAverageUserReviewRating, z as calculateTransferAmount, B as calculateTransferAmountFromAddresses, F as callControllerWitness, I as constructSeed, J as createEvidencePointerProof, K as createPopEip712Proof, M as createPopJwsProof, N as createTxEncodedValueProof, O as createTxInteractionProof, Q as createX402OfferProof, R as createX402ReceiptProof, U as decodeAttestationData, W as deduplicateReviews, Y as encodeAttestationData, Z as extractAddressesFromDidDocument, _ as extractExpirationTime, $ as fetchDidDocument, a0 as formatSchemaUid, a1 as formatTransferAmount, a2 as getAttestation, a3 as getAttestationsForDid, a4 as getChainConstants, a5 as getExplorerAddressUrl, a6 as getExplorerTxUrl, a7 as getLatestAttestations, a8 as getMajorVersion, a9 as getOmaTrustProofEip712Types, aa as getSchemaDetails, ab as getSupportedChainIds, ac as hashSeed, ad as isChainSupported, ae as listAttestations, af as normalizeSchema, ag as parseDnsTxtRecord, ah as prepareDelegatedAttestation, ai as schemaToString, aj as splitSignature, ak as submitAttestation, al as submitDelegatedAttestation, am as verifyAttestation, an as verifyDidDocumentControllerDid, ao as verifyDnsTxtControllerDid, ap as verifyEip712Signature, aq as verifyProof, ar as verifySchemaExists } from '../index-ChbJxwOA.js';
1
+ export { A as AttestationQueryResult, a as AttestationValidationError, B as BuildDelegatedTypedDataFromEncodedParams, C as CallControllerWitnessParams, b as CallControllerWitnessResult, c as ChainConstants, d as CreatePopEip712ProofParams, e as CreatePopJwsProofParams, D as Did, E as EvidencePointerProof, f as EvmOwnershipProvider, G as GetAttestationParams, g as GetAttestationsByAttesterParams, h as GetLatestAttestationsParams, H as Hex, L as ListAttestationsParams, P as PopEip712Proof, i as PopJwsProof, j as PrepareDelegatedAttestationParams, k as PrepareDelegatedAttestationResult, l as ProofPurpose, m as ProofType, n as ProofWrapper, R as RevokeAttestationParams, o as RevokeAttestationResult, S as SchemaField, p as SubjectOwnershipVerificationMethod, q as SubjectOwnershipVerificationResult, r as SubmitAttestationParams, s as SubmitAttestationResult, t as SubmitDelegatedAttestationParams, u as SubmitDelegatedAttestationResult, T as TxEncodedValueProof, v as TxInteractionProof, V as VerifyAttestationParams, w as VerifyAttestationResult, x as VerifyDidJsonControllerDidOptions, y as VerifyDidPkhOwnershipParams, z as VerifyDidWebOwnershipParams, F as VerifyProofParams, I as VerifyProofResult, J as VerifySubjectOwnershipParams, X as X402OfferProof, K as X402ReceiptProof, M as buildDelegatedAttestationTypedData, N as buildDelegatedTypedDataFromEncoded, O as buildDnsTxtRecord, Q as buildEip712Domain, U as calculateAverageUserReviewRating, W as calculateTransferAmount, Y as calculateTransferAmountFromAddresses, Z as callControllerWitness, _ as constructSeed, $ as createEvidencePointerProof, a0 as createPopEip712Proof, a1 as createPopJwsProof, a2 as createTxEncodedValueProof, a3 as createTxInteractionProof, a4 as createX402OfferProof, a5 as createX402ReceiptProof, a6 as decodeAttestationData, a7 as deduplicateReviews, a8 as encodeAttestationData, a9 as extractAddressesFromDidDocument, aa as extractExpirationTime, ab as fetchDidDocument, ac as formatSchemaUid, ad as formatTransferAmount, ae as getAttestation, af as getAttestationsByAttester, ag as getAttestationsForDid, ah as getChainConstants, ai as getExplorerAddressUrl, aj as getExplorerTxUrl, ak as getLatestAttestations, al as getMajorVersion, am as getOmaTrustProofEip712Types, an as getSchemaDetails, ao as getSupportedChainIds, ap as hashSeed, aq as isChainSupported, ar as listAttestations, as as normalizeSchema, at as parseDnsTxtRecord, au as prepareDelegatedAttestation, av as revokeAttestation, aw as schemaToString, ax as splitSignature, ay as submitAttestation, az as submitDelegatedAttestation, aA as validateAttestationData, aB as verifyAttestation, aC as verifyDidDocumentControllerDid, aD as verifyDidJsonControllerDid, aE as verifyDidPkhOwnership, aF as verifyDidWebOwnership, aG as verifyEip712Signature, aH as verifyProof, aI as verifySchemaExists, aJ as verifySubjectOwnership } from '../subject-ownership-CXvzEjpH.js';
2
+ export { V as VerifyDnsTxtControllerDidOptions, v as verifyDnsTxtControllerDid } from '../index-DXrwBex9.js';