@mocanetwork/privado-js-sdk 1.0.0

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 (517) hide show
  1. package/README.md +75 -0
  2. package/dist/browser/esm/index.js +14901 -0
  3. package/dist/browser/esm/index.js.map +1 -0
  4. package/dist/browser/umd/index.global.js +678 -0
  5. package/dist/browser/umd/index.global.js.map +1 -0
  6. package/dist/node/cjs/index.cjs +15418 -0
  7. package/dist/node/cjs/index.cjs.map +1 -0
  8. package/dist/node/esm/index.js +14901 -0
  9. package/dist/node/esm/index.js.map +1 -0
  10. package/dist/types/blockchain/index.d.ts +2 -0
  11. package/dist/types/blockchain/index.d.ts.map +1 -0
  12. package/dist/types/blockchain/transaction-service.d.ts +81 -0
  13. package/dist/types/blockchain/transaction-service.d.ts.map +1 -0
  14. package/dist/types/circuits/atomic-query-mtp-v2-on-chain.d.ts +70 -0
  15. package/dist/types/circuits/atomic-query-mtp-v2-on-chain.d.ts.map +1 -0
  16. package/dist/types/circuits/atomic-query-mtp-v2.d.ts +63 -0
  17. package/dist/types/circuits/atomic-query-mtp-v2.d.ts.map +1 -0
  18. package/dist/types/circuits/atomic-query-sig-v2-on-chain.d.ts +137 -0
  19. package/dist/types/circuits/atomic-query-sig-v2-on-chain.d.ts.map +1 -0
  20. package/dist/types/circuits/atomic-query-sig-v2.d.ts +64 -0
  21. package/dist/types/circuits/atomic-query-sig-v2.d.ts.map +1 -0
  22. package/dist/types/circuits/atomic-query-v3-on-chain.d.ts +141 -0
  23. package/dist/types/circuits/atomic-query-v3-on-chain.d.ts.map +1 -0
  24. package/dist/types/circuits/atomic-query-v3.d.ts +121 -0
  25. package/dist/types/circuits/atomic-query-v3.d.ts.map +1 -0
  26. package/dist/types/circuits/auth-v2.d.ts +46 -0
  27. package/dist/types/circuits/auth-v2.d.ts.map +1 -0
  28. package/dist/types/circuits/common.d.ts +153 -0
  29. package/dist/types/circuits/common.d.ts.map +1 -0
  30. package/dist/types/circuits/comparer.d.ts +122 -0
  31. package/dist/types/circuits/comparer.d.ts.map +1 -0
  32. package/dist/types/circuits/index.d.ts +13 -0
  33. package/dist/types/circuits/index.d.ts.map +1 -0
  34. package/dist/types/circuits/linked-multi-query.d.ts +38 -0
  35. package/dist/types/circuits/linked-multi-query.d.ts.map +1 -0
  36. package/dist/types/circuits/models.d.ts +189 -0
  37. package/dist/types/circuits/models.d.ts.map +1 -0
  38. package/dist/types/circuits/state-transition.d.ts +49 -0
  39. package/dist/types/circuits/state-transition.d.ts.map +1 -0
  40. package/dist/types/credentials/credential-wallet.d.ts +200 -0
  41. package/dist/types/credentials/credential-wallet.d.ts.map +1 -0
  42. package/dist/types/credentials/index.d.ts +12 -0
  43. package/dist/types/credentials/index.d.ts.map +1 -0
  44. package/dist/types/credentials/models.d.ts +84 -0
  45. package/dist/types/credentials/models.d.ts.map +1 -0
  46. package/dist/types/credentials/rhs.d.ts +38 -0
  47. package/dist/types/credentials/rhs.d.ts.map +1 -0
  48. package/dist/types/credentials/status/agent-revocation.d.ts +20 -0
  49. package/dist/types/credentials/status/agent-revocation.d.ts.map +1 -0
  50. package/dist/types/credentials/status/credential-status-publisher.d.ts +73 -0
  51. package/dist/types/credentials/status/credential-status-publisher.d.ts.map +1 -0
  52. package/dist/types/credentials/status/did-resolver-revocation.d.ts +8 -0
  53. package/dist/types/credentials/status/did-resolver-revocation.d.ts.map +1 -0
  54. package/dist/types/credentials/status/on-chain-revocation.d.ts +58 -0
  55. package/dist/types/credentials/status/on-chain-revocation.d.ts.map +1 -0
  56. package/dist/types/credentials/status/resolver.d.ts +69 -0
  57. package/dist/types/credentials/status/resolver.d.ts.map +1 -0
  58. package/dist/types/credentials/status/reverse-sparse-merkle-tree.d.ts +126 -0
  59. package/dist/types/credentials/status/reverse-sparse-merkle-tree.d.ts.map +1 -0
  60. package/dist/types/credentials/status/sparse-merkle-tree.d.ts +38 -0
  61. package/dist/types/credentials/status/sparse-merkle-tree.d.ts.map +1 -0
  62. package/dist/types/credentials/utils.d.ts +15 -0
  63. package/dist/types/credentials/utils.d.ts.map +1 -0
  64. package/dist/types/iden3comm/constants.d.ts +61 -0
  65. package/dist/types/iden3comm/constants.d.ts.map +1 -0
  66. package/dist/types/iden3comm/errors.d.ts +10 -0
  67. package/dist/types/iden3comm/errors.d.ts.map +1 -0
  68. package/dist/types/iden3comm/handlers/auth.d.ts +157 -0
  69. package/dist/types/iden3comm/handlers/auth.d.ts.map +1 -0
  70. package/dist/types/iden3comm/handlers/common.d.ts +72 -0
  71. package/dist/types/iden3comm/handlers/common.d.ts.map +1 -0
  72. package/dist/types/iden3comm/handlers/contract-request.d.ts +96 -0
  73. package/dist/types/iden3comm/handlers/contract-request.d.ts.map +1 -0
  74. package/dist/types/iden3comm/handlers/credential-proposal.d.ts +120 -0
  75. package/dist/types/iden3comm/handlers/credential-proposal.d.ts.map +1 -0
  76. package/dist/types/iden3comm/handlers/discovery-protocol.d.ts +101 -0
  77. package/dist/types/iden3comm/handlers/discovery-protocol.d.ts.map +1 -0
  78. package/dist/types/iden3comm/handlers/fetch.d.ts +130 -0
  79. package/dist/types/iden3comm/handlers/fetch.d.ts.map +1 -0
  80. package/dist/types/iden3comm/handlers/index.d.ts +12 -0
  81. package/dist/types/iden3comm/handlers/index.d.ts.map +1 -0
  82. package/dist/types/iden3comm/handlers/message-handler.d.ts +93 -0
  83. package/dist/types/iden3comm/handlers/message-handler.d.ts.map +1 -0
  84. package/dist/types/iden3comm/handlers/payment.d.ts +167 -0
  85. package/dist/types/iden3comm/handlers/payment.d.ts.map +1 -0
  86. package/dist/types/iden3comm/handlers/problem-report.d.ts +18 -0
  87. package/dist/types/iden3comm/handlers/problem-report.d.ts.map +1 -0
  88. package/dist/types/iden3comm/handlers/refresh.d.ts +57 -0
  89. package/dist/types/iden3comm/handlers/refresh.d.ts.map +1 -0
  90. package/dist/types/iden3comm/handlers/revocation-status.d.ts +76 -0
  91. package/dist/types/iden3comm/handlers/revocation-status.d.ts.map +1 -0
  92. package/dist/types/iden3comm/index.d.ts +9 -0
  93. package/dist/types/iden3comm/index.d.ts.map +1 -0
  94. package/dist/types/iden3comm/packageManager.d.ts +47 -0
  95. package/dist/types/iden3comm/packageManager.d.ts.map +1 -0
  96. package/dist/types/iden3comm/packers/index.d.ts +4 -0
  97. package/dist/types/iden3comm/packers/index.d.ts.map +1 -0
  98. package/dist/types/iden3comm/packers/jws.d.ts +56 -0
  99. package/dist/types/iden3comm/packers/jws.d.ts.map +1 -0
  100. package/dist/types/iden3comm/packers/plain.d.ts +47 -0
  101. package/dist/types/iden3comm/packers/plain.d.ts.map +1 -0
  102. package/dist/types/iden3comm/packers/zkp.d.ts +98 -0
  103. package/dist/types/iden3comm/packers/zkp.d.ts.map +1 -0
  104. package/dist/types/iden3comm/types/index.d.ts +17 -0
  105. package/dist/types/iden3comm/types/index.d.ts.map +1 -0
  106. package/dist/types/iden3comm/types/models.d.ts +7 -0
  107. package/dist/types/iden3comm/types/models.d.ts.map +1 -0
  108. package/dist/types/iden3comm/types/packageManager.d.ts +100 -0
  109. package/dist/types/iden3comm/types/packageManager.d.ts.map +1 -0
  110. package/dist/types/iden3comm/types/packer.d.ts +158 -0
  111. package/dist/types/iden3comm/types/packer.d.ts.map +1 -0
  112. package/dist/types/iden3comm/types/protocol/accept-profile.d.ts +8 -0
  113. package/dist/types/iden3comm/types/protocol/accept-profile.d.ts.map +1 -0
  114. package/dist/types/iden3comm/types/protocol/attachment.d.ts +11 -0
  115. package/dist/types/iden3comm/types/protocol/attachment.d.ts.map +1 -0
  116. package/dist/types/iden3comm/types/protocol/auth.d.ts +90 -0
  117. package/dist/types/iden3comm/types/protocol/auth.d.ts.map +1 -0
  118. package/dist/types/iden3comm/types/protocol/common.d.ts +11 -0
  119. package/dist/types/iden3comm/types/protocol/common.d.ts.map +1 -0
  120. package/dist/types/iden3comm/types/protocol/contract-request.d.ts +62 -0
  121. package/dist/types/iden3comm/types/protocol/contract-request.d.ts.map +1 -0
  122. package/dist/types/iden3comm/types/protocol/credentials.d.ts +82 -0
  123. package/dist/types/iden3comm/types/protocol/credentials.d.ts.map +1 -0
  124. package/dist/types/iden3comm/types/protocol/discovery-protocol.d.ts +42 -0
  125. package/dist/types/iden3comm/types/protocol/discovery-protocol.d.ts.map +1 -0
  126. package/dist/types/iden3comm/types/protocol/messages.d.ts +12 -0
  127. package/dist/types/iden3comm/types/protocol/messages.d.ts.map +1 -0
  128. package/dist/types/iden3comm/types/protocol/payment.d.ts +178 -0
  129. package/dist/types/iden3comm/types/protocol/payment.d.ts.map +1 -0
  130. package/dist/types/iden3comm/types/protocol/problem-report.d.ts +17 -0
  131. package/dist/types/iden3comm/types/protocol/problem-report.d.ts.map +1 -0
  132. package/dist/types/iden3comm/types/protocol/proof.d.ts +22 -0
  133. package/dist/types/iden3comm/types/protocol/proof.d.ts.map +1 -0
  134. package/dist/types/iden3comm/types/protocol/proposal-request.d.ts +33 -0
  135. package/dist/types/iden3comm/types/protocol/proposal-request.d.ts.map +1 -0
  136. package/dist/types/iden3comm/types/protocol/revocation.d.ts +20 -0
  137. package/dist/types/iden3comm/types/protocol/revocation.d.ts.map +1 -0
  138. package/dist/types/iden3comm/utils/accept-profile.d.ts +4 -0
  139. package/dist/types/iden3comm/utils/accept-profile.d.ts.map +1 -0
  140. package/dist/types/iden3comm/utils/did.d.ts +8 -0
  141. package/dist/types/iden3comm/utils/did.d.ts.map +1 -0
  142. package/dist/types/iden3comm/utils/envelope.d.ts +32 -0
  143. package/dist/types/iden3comm/utils/envelope.d.ts.map +1 -0
  144. package/dist/types/iden3comm/utils/index.d.ts +5 -0
  145. package/dist/types/iden3comm/utils/index.d.ts.map +1 -0
  146. package/dist/types/iden3comm/utils/message.d.ts +20 -0
  147. package/dist/types/iden3comm/utils/message.d.ts.map +1 -0
  148. package/dist/types/identity/common.d.ts +27 -0
  149. package/dist/types/identity/common.d.ts.map +1 -0
  150. package/dist/types/identity/identity-wallet.d.ts +472 -0
  151. package/dist/types/identity/identity-wallet.d.ts.map +1 -0
  152. package/dist/types/identity/index.d.ts +3 -0
  153. package/dist/types/identity/index.d.ts.map +1 -0
  154. package/dist/types/index.d.ts +17 -0
  155. package/dist/types/index.d.ts.map +1 -0
  156. package/dist/types/kms/index.d.ts +5 -0
  157. package/dist/types/kms/index.d.ts.map +1 -0
  158. package/dist/types/kms/key-providers/bjj-provider.d.ts +54 -0
  159. package/dist/types/kms/key-providers/bjj-provider.d.ts.map +1 -0
  160. package/dist/types/kms/key-providers/ed25519-provider.d.ts +61 -0
  161. package/dist/types/kms/key-providers/ed25519-provider.d.ts.map +1 -0
  162. package/dist/types/kms/key-providers/index.d.ts +4 -0
  163. package/dist/types/kms/key-providers/index.d.ts.map +1 -0
  164. package/dist/types/kms/key-providers/secp256k1-provider.d.ts +62 -0
  165. package/dist/types/kms/key-providers/secp256k1-provider.d.ts.map +1 -0
  166. package/dist/types/kms/kms.d.ts +120 -0
  167. package/dist/types/kms/kms.d.ts.map +1 -0
  168. package/dist/types/kms/provider-helpers.d.ts +10 -0
  169. package/dist/types/kms/provider-helpers.d.ts.map +1 -0
  170. package/dist/types/kms/store/abstract-key-store.d.ts +41 -0
  171. package/dist/types/kms/store/abstract-key-store.d.ts.map +1 -0
  172. package/dist/types/kms/store/index.d.ts +6 -0
  173. package/dist/types/kms/store/index.d.ts.map +1 -0
  174. package/dist/types/kms/store/indexed-db-key-store.d.ts +44 -0
  175. package/dist/types/kms/store/indexed-db-key-store.d.ts.map +1 -0
  176. package/dist/types/kms/store/local-storage-key-store.d.ts +42 -0
  177. package/dist/types/kms/store/local-storage-key-store.d.ts.map +1 -0
  178. package/dist/types/kms/store/memory-key-store.d.ts +24 -0
  179. package/dist/types/kms/store/memory-key-store.d.ts.map +1 -0
  180. package/dist/types/kms/store/types.d.ts +21 -0
  181. package/dist/types/kms/store/types.d.ts.map +1 -0
  182. package/dist/types/proof/common.d.ts +49 -0
  183. package/dist/types/proof/common.d.ts.map +1 -0
  184. package/dist/types/proof/index.d.ts +5 -0
  185. package/dist/types/proof/index.d.ts.map +1 -0
  186. package/dist/types/proof/proof-service.d.ts +169 -0
  187. package/dist/types/proof/proof-service.d.ts.map +1 -0
  188. package/dist/types/proof/provers/index.d.ts +4 -0
  189. package/dist/types/proof/provers/index.d.ts.map +1 -0
  190. package/dist/types/proof/provers/inputs-generator.d.ts +57 -0
  191. package/dist/types/proof/provers/inputs-generator.d.ts.map +1 -0
  192. package/dist/types/proof/provers/prover.d.ts +56 -0
  193. package/dist/types/proof/provers/prover.d.ts.map +1 -0
  194. package/dist/types/proof/provers/witness_calculator.d.ts +17 -0
  195. package/dist/types/proof/provers/witness_calculator.d.ts.map +1 -0
  196. package/dist/types/proof/verifiers/index.d.ts +4 -0
  197. package/dist/types/proof/verifiers/index.d.ts.map +1 -0
  198. package/dist/types/proof/verifiers/pub-signals-verifier.d.ts +60 -0
  199. package/dist/types/proof/verifiers/pub-signals-verifier.d.ts.map +1 -0
  200. package/dist/types/proof/verifiers/query-hash.d.ts +4 -0
  201. package/dist/types/proof/verifiers/query-hash.d.ts.map +1 -0
  202. package/dist/types/proof/verifiers/query.d.ts +43 -0
  203. package/dist/types/proof/verifiers/query.d.ts.map +1 -0
  204. package/dist/types/schema-processor/index.d.ts +4 -0
  205. package/dist/types/schema-processor/index.d.ts.map +1 -0
  206. package/dist/types/schema-processor/json/index.d.ts +3 -0
  207. package/dist/types/schema-processor/json/index.d.ts.map +1 -0
  208. package/dist/types/schema-processor/json/parser.d.ts +141 -0
  209. package/dist/types/schema-processor/json/parser.d.ts.map +1 -0
  210. package/dist/types/schema-processor/json/validator.d.ts +26 -0
  211. package/dist/types/schema-processor/json/validator.d.ts.map +1 -0
  212. package/dist/types/schema-processor/jsonld/cache.d.ts +3 -0
  213. package/dist/types/schema-processor/jsonld/cache.d.ts.map +1 -0
  214. package/dist/types/schema-processor/jsonld/index.d.ts +3 -0
  215. package/dist/types/schema-processor/jsonld/index.d.ts.map +1 -0
  216. package/dist/types/schema-processor/jsonld/parser.d.ts +30 -0
  217. package/dist/types/schema-processor/jsonld/parser.d.ts.map +1 -0
  218. package/dist/types/schema-processor/utils.d.ts +54 -0
  219. package/dist/types/schema-processor/utils.d.ts.map +1 -0
  220. package/dist/types/storage/blockchain/common.d.ts +8 -0
  221. package/dist/types/storage/blockchain/common.d.ts.map +1 -0
  222. package/dist/types/storage/blockchain/did-resolver-readonly-storage.d.ts +17 -0
  223. package/dist/types/storage/blockchain/did-resolver-readonly-storage.d.ts.map +1 -0
  224. package/dist/types/storage/blockchain/erc20-helper.d.ts +20 -0
  225. package/dist/types/storage/blockchain/erc20-helper.d.ts.map +1 -0
  226. package/dist/types/storage/blockchain/errors.d.ts +4 -0
  227. package/dist/types/storage/blockchain/errors.d.ts.map +1 -0
  228. package/dist/types/storage/blockchain/index.d.ts +8 -0
  229. package/dist/types/storage/blockchain/index.d.ts.map +1 -0
  230. package/dist/types/storage/blockchain/onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.d.ts +67 -0
  231. package/dist/types/storage/blockchain/onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.d.ts.map +1 -0
  232. package/dist/types/storage/blockchain/onchain-issuer.d.ts +41 -0
  233. package/dist/types/storage/blockchain/onchain-issuer.d.ts.map +1 -0
  234. package/dist/types/storage/blockchain/onchain-revocation.d.ts +41 -0
  235. package/dist/types/storage/blockchain/onchain-revocation.d.ts.map +1 -0
  236. package/dist/types/storage/blockchain/onchain-zkp-verifier.d.ts +116 -0
  237. package/dist/types/storage/blockchain/onchain-zkp-verifier.d.ts.map +1 -0
  238. package/dist/types/storage/blockchain/state.d.ts +127 -0
  239. package/dist/types/storage/blockchain/state.d.ts.map +1 -0
  240. package/dist/types/storage/entities/circuitData.d.ts +8 -0
  241. package/dist/types/storage/entities/circuitData.d.ts.map +1 -0
  242. package/dist/types/storage/entities/identity.d.ts +17 -0
  243. package/dist/types/storage/entities/identity.d.ts.map +1 -0
  244. package/dist/types/storage/entities/index.d.ts +5 -0
  245. package/dist/types/storage/entities/index.d.ts.map +1 -0
  246. package/dist/types/storage/entities/mt.d.ts +22 -0
  247. package/dist/types/storage/entities/mt.d.ts.map +1 -0
  248. package/dist/types/storage/entities/state.d.ts +92 -0
  249. package/dist/types/storage/entities/state.d.ts.map +1 -0
  250. package/dist/types/storage/errors.d.ts +9 -0
  251. package/dist/types/storage/errors.d.ts.map +1 -0
  252. package/dist/types/storage/filters/index.d.ts +2 -0
  253. package/dist/types/storage/filters/index.d.ts.map +1 -0
  254. package/dist/types/storage/filters/jsonQuery.d.ts +83 -0
  255. package/dist/types/storage/filters/jsonQuery.d.ts.map +1 -0
  256. package/dist/types/storage/fs/circuits-storage.d.ts +64 -0
  257. package/dist/types/storage/fs/circuits-storage.d.ts.map +1 -0
  258. package/dist/types/storage/fs/index.d.ts +2 -0
  259. package/dist/types/storage/fs/index.d.ts.map +1 -0
  260. package/dist/types/storage/index.d.ts +10 -0
  261. package/dist/types/storage/index.d.ts.map +1 -0
  262. package/dist/types/storage/indexed-db/data-source.d.ts +44 -0
  263. package/dist/types/storage/indexed-db/data-source.d.ts.map +1 -0
  264. package/dist/types/storage/indexed-db/index.d.ts +3 -0
  265. package/dist/types/storage/indexed-db/index.d.ts.map +1 -0
  266. package/dist/types/storage/indexed-db/merkletree.d.ts +43 -0
  267. package/dist/types/storage/indexed-db/merkletree.d.ts.map +1 -0
  268. package/dist/types/storage/interfaces/circuits.d.ts +26 -0
  269. package/dist/types/storage/interfaces/circuits.d.ts.map +1 -0
  270. package/dist/types/storage/interfaces/credentials.d.ts +53 -0
  271. package/dist/types/storage/interfaces/credentials.d.ts.map +1 -0
  272. package/dist/types/storage/interfaces/data-source.d.ts +39 -0
  273. package/dist/types/storage/interfaces/data-source.d.ts.map +1 -0
  274. package/dist/types/storage/interfaces/data-storage.d.ts +17 -0
  275. package/dist/types/storage/interfaces/data-storage.d.ts.map +1 -0
  276. package/dist/types/storage/interfaces/identity.d.ts +70 -0
  277. package/dist/types/storage/interfaces/identity.d.ts.map +1 -0
  278. package/dist/types/storage/interfaces/index.d.ts +11 -0
  279. package/dist/types/storage/interfaces/index.d.ts.map +1 -0
  280. package/dist/types/storage/interfaces/merkletree.d.ts +44 -0
  281. package/dist/types/storage/interfaces/merkletree.d.ts.map +1 -0
  282. package/dist/types/storage/interfaces/onchain-issuer.d.ts +13 -0
  283. package/dist/types/storage/interfaces/onchain-issuer.d.ts.map +1 -0
  284. package/dist/types/storage/interfaces/onchain-revocation.d.ts +19 -0
  285. package/dist/types/storage/interfaces/onchain-revocation.d.ts.map +1 -0
  286. package/dist/types/storage/interfaces/onchain-zkp-verifier.d.ts +63 -0
  287. package/dist/types/storage/interfaces/onchain-zkp-verifier.d.ts.map +1 -0
  288. package/dist/types/storage/interfaces/state.d.ts +74 -0
  289. package/dist/types/storage/interfaces/state.d.ts.map +1 -0
  290. package/dist/types/storage/local-storage/data-source.d.ts +41 -0
  291. package/dist/types/storage/local-storage/data-source.d.ts.map +1 -0
  292. package/dist/types/storage/local-storage/index.d.ts +3 -0
  293. package/dist/types/storage/local-storage/index.d.ts.map +1 -0
  294. package/dist/types/storage/local-storage/merkletree.d.ts +41 -0
  295. package/dist/types/storage/local-storage/merkletree.d.ts.map +1 -0
  296. package/dist/types/storage/memory/cache-lru.d.ts +11 -0
  297. package/dist/types/storage/memory/cache-lru.d.ts.map +1 -0
  298. package/dist/types/storage/memory/data-source.d.ts +20 -0
  299. package/dist/types/storage/memory/data-source.d.ts.map +1 -0
  300. package/dist/types/storage/memory/index.d.ts +4 -0
  301. package/dist/types/storage/memory/index.d.ts.map +1 -0
  302. package/dist/types/storage/memory/merkletree.d.ts +48 -0
  303. package/dist/types/storage/memory/merkletree.d.ts.map +1 -0
  304. package/dist/types/storage/shared/circuit-storage.d.ts +39 -0
  305. package/dist/types/storage/shared/circuit-storage.d.ts.map +1 -0
  306. package/dist/types/storage/shared/credential-storage.d.ts +39 -0
  307. package/dist/types/storage/shared/credential-storage.d.ts.map +1 -0
  308. package/dist/types/storage/shared/identity-storage.d.ts +45 -0
  309. package/dist/types/storage/shared/identity-storage.d.ts.map +1 -0
  310. package/dist/types/storage/shared/index.d.ts +4 -0
  311. package/dist/types/storage/shared/index.d.ts.map +1 -0
  312. package/dist/types/storage/utils.d.ts +4 -0
  313. package/dist/types/storage/utils.d.ts.map +1 -0
  314. package/dist/types/utils/compare-func.d.ts +2 -0
  315. package/dist/types/utils/compare-func.d.ts.map +1 -0
  316. package/dist/types/utils/did-helper.d.ts +38 -0
  317. package/dist/types/utils/did-helper.d.ts.map +1 -0
  318. package/dist/types/utils/encoding.d.ts +25 -0
  319. package/dist/types/utils/encoding.d.ts.map +1 -0
  320. package/dist/types/utils/index.d.ts +8 -0
  321. package/dist/types/utils/index.d.ts.map +1 -0
  322. package/dist/types/utils/message-bus.d.ts +63 -0
  323. package/dist/types/utils/message-bus.d.ts.map +1 -0
  324. package/dist/types/utils/object.d.ts +10 -0
  325. package/dist/types/utils/object.d.ts.map +1 -0
  326. package/dist/types/utils/payments/evm.d.ts +19 -0
  327. package/dist/types/utils/payments/evm.d.ts.map +1 -0
  328. package/dist/types/utils/payments/solana.d.ts +88 -0
  329. package/dist/types/utils/payments/solana.d.ts.map +1 -0
  330. package/dist/types/verifiable/constants.d.ts +188 -0
  331. package/dist/types/verifiable/constants.d.ts.map +1 -0
  332. package/dist/types/verifiable/core-utils.d.ts +87 -0
  333. package/dist/types/verifiable/core-utils.d.ts.map +1 -0
  334. package/dist/types/verifiable/credential.d.ts +150 -0
  335. package/dist/types/verifiable/credential.d.ts.map +1 -0
  336. package/dist/types/verifiable/index.d.ts +7 -0
  337. package/dist/types/verifiable/index.d.ts.map +1 -0
  338. package/dist/types/verifiable/presentation.d.ts +11 -0
  339. package/dist/types/verifiable/presentation.d.ts.map +1 -0
  340. package/dist/types/verifiable/proof.d.ts +211 -0
  341. package/dist/types/verifiable/proof.d.ts.map +1 -0
  342. package/dist/types/verifiable/schema.d.ts +3 -0
  343. package/dist/types/verifiable/schema.d.ts.map +1 -0
  344. package/package.json +104 -0
  345. package/src/blockchain/index.ts +1 -0
  346. package/src/blockchain/transaction-service.ts +121 -0
  347. package/src/circuits/atomic-query-mtp-v2-on-chain.ts +338 -0
  348. package/src/circuits/atomic-query-mtp-v2.ts +283 -0
  349. package/src/circuits/atomic-query-sig-v2-on-chain.ts +411 -0
  350. package/src/circuits/atomic-query-sig-v2.ts +340 -0
  351. package/src/circuits/atomic-query-v3-on-chain.ts +531 -0
  352. package/src/circuits/atomic-query-v3.ts +461 -0
  353. package/src/circuits/auth-v2.ts +159 -0
  354. package/src/circuits/common.ts +261 -0
  355. package/src/circuits/comparer.ts +227 -0
  356. package/src/circuits/index.ts +12 -0
  357. package/src/circuits/linked-multi-query.ts +180 -0
  358. package/src/circuits/models.ts +263 -0
  359. package/src/circuits/state-transition.ts +139 -0
  360. package/src/credentials/credential-wallet.ts +353 -0
  361. package/src/credentials/index.ts +11 -0
  362. package/src/credentials/models.ts +93 -0
  363. package/src/credentials/rhs.ts +176 -0
  364. package/src/credentials/status/agent-revocation.ts +69 -0
  365. package/src/credentials/status/credential-status-publisher.ts +143 -0
  366. package/src/credentials/status/did-resolver-revocation.ts +24 -0
  367. package/src/credentials/status/on-chain-revocation.ts +174 -0
  368. package/src/credentials/status/resolver.ts +81 -0
  369. package/src/credentials/status/reverse-sparse-merkle-tree.ts +366 -0
  370. package/src/credentials/status/sparse-merkle-tree.ts +50 -0
  371. package/src/credentials/utils.ts +36 -0
  372. package/src/iden3comm/constants.ts +119 -0
  373. package/src/iden3comm/errors.ts +14 -0
  374. package/src/iden3comm/handlers/auth.ts +520 -0
  375. package/src/iden3comm/handlers/common.ts +324 -0
  376. package/src/iden3comm/handlers/contract-request.ts +367 -0
  377. package/src/iden3comm/handlers/credential-proposal.ts +371 -0
  378. package/src/iden3comm/handlers/discovery-protocol.ts +277 -0
  379. package/src/iden3comm/handlers/fetch.ts +450 -0
  380. package/src/iden3comm/handlers/index.ts +11 -0
  381. package/src/iden3comm/handlers/message-handler.ts +165 -0
  382. package/src/iden3comm/handlers/payment.ts +698 -0
  383. package/src/iden3comm/handlers/problem-report.ts +41 -0
  384. package/src/iden3comm/handlers/refresh.ts +138 -0
  385. package/src/iden3comm/handlers/revocation-status.ts +228 -0
  386. package/src/iden3comm/index.ts +9 -0
  387. package/src/iden3comm/packageManager.ts +143 -0
  388. package/src/iden3comm/packers/index.ts +3 -0
  389. package/src/iden3comm/packers/jws.ts +225 -0
  390. package/src/iden3comm/packers/plain.ts +86 -0
  391. package/src/iden3comm/packers/zkp.ts +243 -0
  392. package/src/iden3comm/types/index.ts +17 -0
  393. package/src/iden3comm/types/models.ts +7 -0
  394. package/src/iden3comm/types/packageManager.ts +112 -0
  395. package/src/iden3comm/types/packer.ts +190 -0
  396. package/src/iden3comm/types/protocol/accept-profile.ts +14 -0
  397. package/src/iden3comm/types/protocol/attachment.ts +12 -0
  398. package/src/iden3comm/types/protocol/auth.ts +104 -0
  399. package/src/iden3comm/types/protocol/common.ts +10 -0
  400. package/src/iden3comm/types/protocol/contract-request.ts +76 -0
  401. package/src/iden3comm/types/protocol/credentials.ts +96 -0
  402. package/src/iden3comm/types/protocol/discovery-protocol.ts +49 -0
  403. package/src/iden3comm/types/protocol/messages.ts +13 -0
  404. package/src/iden3comm/types/protocol/payment.ts +231 -0
  405. package/src/iden3comm/types/protocol/problem-report.ts +18 -0
  406. package/src/iden3comm/types/protocol/proof.ts +25 -0
  407. package/src/iden3comm/types/protocol/proposal-request.ts +38 -0
  408. package/src/iden3comm/types/protocol/revocation.ts +23 -0
  409. package/src/iden3comm/utils/accept-profile.ts +121 -0
  410. package/src/iden3comm/utils/did.ts +71 -0
  411. package/src/iden3comm/utils/envelope.ts +101 -0
  412. package/src/iden3comm/utils/index.ts +4 -0
  413. package/src/iden3comm/utils/message.ts +41 -0
  414. package/src/identity/common.ts +69 -0
  415. package/src/identity/identity-wallet.ts +1592 -0
  416. package/src/identity/index.ts +2 -0
  417. package/src/index.ts +16 -0
  418. package/src/kms/index.ts +4 -0
  419. package/src/kms/key-providers/bjj-provider.ts +118 -0
  420. package/src/kms/key-providers/ed25519-provider.ts +105 -0
  421. package/src/kms/key-providers/index.ts +3 -0
  422. package/src/kms/key-providers/secp256k1-provider.ts +125 -0
  423. package/src/kms/kms.ts +173 -0
  424. package/src/kms/provider-helpers.ts +13 -0
  425. package/src/kms/store/abstract-key-store.ts +34 -0
  426. package/src/kms/store/index.ts +5 -0
  427. package/src/kms/store/indexed-db-key-store.ts +60 -0
  428. package/src/kms/store/local-storage-key-store.ts +69 -0
  429. package/src/kms/store/memory-key-store.ts +29 -0
  430. package/src/kms/store/types.ts +21 -0
  431. package/src/proof/common.ts +273 -0
  432. package/src/proof/index.ts +4 -0
  433. package/src/proof/proof-service.ts +623 -0
  434. package/src/proof/provers/index.ts +3 -0
  435. package/src/proof/provers/inputs-generator.ts +627 -0
  436. package/src/proof/provers/prover.ts +104 -0
  437. package/src/proof/provers/witness_calculator.ts +315 -0
  438. package/src/proof/verifiers/index.ts +3 -0
  439. package/src/proof/verifiers/pub-signals-verifier.ts +730 -0
  440. package/src/proof/verifiers/query-hash.ts +57 -0
  441. package/src/proof/verifiers/query.ts +340 -0
  442. package/src/schema-processor/index.ts +3 -0
  443. package/src/schema-processor/json/index.ts +2 -0
  444. package/src/schema-processor/json/parser.ts +256 -0
  445. package/src/schema-processor/json/validator.ts +67 -0
  446. package/src/schema-processor/jsonld/cache.ts +49 -0
  447. package/src/schema-processor/jsonld/index.ts +2 -0
  448. package/src/schema-processor/jsonld/parser.ts +93 -0
  449. package/src/schema-processor/utils.ts +84 -0
  450. package/src/storage/blockchain/abi/CredentialStatusResolver.json +1 -0
  451. package/src/storage/blockchain/abi/ERC20.json +1 -0
  452. package/src/storage/blockchain/abi/ERC20Permit.json +1 -0
  453. package/src/storage/blockchain/abi/IdentityBase.json +1 -0
  454. package/src/storage/blockchain/abi/State.json +1 -0
  455. package/src/storage/blockchain/abi/ZkpVerifier.json +789 -0
  456. package/src/storage/blockchain/common.ts +20 -0
  457. package/src/storage/blockchain/did-resolver-readonly-storage.ts +90 -0
  458. package/src/storage/blockchain/erc20-helper.ts +66 -0
  459. package/src/storage/blockchain/errors.ts +46 -0
  460. package/src/storage/blockchain/index.ts +7 -0
  461. package/src/storage/blockchain/onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.ts +327 -0
  462. package/src/storage/blockchain/onchain-issuer.ts +104 -0
  463. package/src/storage/blockchain/onchain-revocation.ts +143 -0
  464. package/src/storage/blockchain/onchain-zkp-verifier.ts +704 -0
  465. package/src/storage/blockchain/state.ts +471 -0
  466. package/src/storage/entities/circuitData.ts +7 -0
  467. package/src/storage/entities/identity.ts +18 -0
  468. package/src/storage/entities/index.ts +4 -0
  469. package/src/storage/entities/mt.ts +25 -0
  470. package/src/storage/entities/state.ts +97 -0
  471. package/src/storage/errors.ts +8 -0
  472. package/src/storage/filters/index.ts +1 -0
  473. package/src/storage/filters/jsonQuery.ts +368 -0
  474. package/src/storage/fs/circuits-storage.ts +149 -0
  475. package/src/storage/fs/index.ts +1 -0
  476. package/src/storage/index.ts +9 -0
  477. package/src/storage/indexed-db/data-source.ts +58 -0
  478. package/src/storage/indexed-db/index.ts +2 -0
  479. package/src/storage/indexed-db/merkletree.ts +140 -0
  480. package/src/storage/interfaces/circuits.ts +27 -0
  481. package/src/storage/interfaces/credentials.ts +53 -0
  482. package/src/storage/interfaces/data-source.ts +41 -0
  483. package/src/storage/interfaces/data-storage.ts +17 -0
  484. package/src/storage/interfaces/identity.ts +73 -0
  485. package/src/storage/interfaces/index.ts +10 -0
  486. package/src/storage/interfaces/merkletree.ts +52 -0
  487. package/src/storage/interfaces/onchain-issuer.ts +13 -0
  488. package/src/storage/interfaces/onchain-revocation.ts +22 -0
  489. package/src/storage/interfaces/onchain-zkp-verifier.ts +94 -0
  490. package/src/storage/interfaces/state.ts +81 -0
  491. package/src/storage/local-storage/data-source.ts +87 -0
  492. package/src/storage/local-storage/index.ts +2 -0
  493. package/src/storage/local-storage/merkletree.ts +137 -0
  494. package/src/storage/memory/cache-lru.ts +30 -0
  495. package/src/storage/memory/data-source.ts +45 -0
  496. package/src/storage/memory/index.ts +3 -0
  497. package/src/storage/memory/merkletree.ts +116 -0
  498. package/src/storage/shared/circuit-storage.ts +49 -0
  499. package/src/storage/shared/credential-storage.ts +70 -0
  500. package/src/storage/shared/identity-storage.ts +82 -0
  501. package/src/storage/shared/index.ts +3 -0
  502. package/src/storage/utils.ts +19 -0
  503. package/src/utils/compare-func.ts +5 -0
  504. package/src/utils/did-helper.ts +157 -0
  505. package/src/utils/encoding.ts +47 -0
  506. package/src/utils/index.ts +7 -0
  507. package/src/utils/message-bus.ts +88 -0
  508. package/src/utils/object.ts +52 -0
  509. package/src/utils/payments/evm.ts +152 -0
  510. package/src/utils/payments/solana.ts +360 -0
  511. package/src/verifiable/constants.ts +239 -0
  512. package/src/verifiable/core-utils.ts +307 -0
  513. package/src/verifiable/credential.ts +649 -0
  514. package/src/verifiable/index.ts +6 -0
  515. package/src/verifiable/presentation.ts +97 -0
  516. package/src/verifiable/proof.ts +277 -0
  517. package/src/verifiable/schema.ts +241 -0
@@ -0,0 +1,82 @@
1
+ import { W3CCredential } from '../../../verifiable';
2
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
3
+ import { BasicMessage, JsonDocumentObject, RequiredBasicMessage } from '../packer';
4
+ import { ContractInvokeTransactionData } from './contract-request';
5
+ /** CredentialIssuanceRequestMessageBody represents data for credential issuance request */
6
+ export type CredentialIssuanceRequestMessageBody = {
7
+ schema: Schema;
8
+ data: JsonDocumentObject;
9
+ expiration: number;
10
+ };
11
+ /** CredentialIssuanceRequestMessage represent Iden3message for credential request */
12
+ export type CredentialIssuanceRequestMessage = RequiredBasicMessage & {
13
+ body: CredentialIssuanceRequestMessageBody;
14
+ type: typeof PROTOCOL_MESSAGE_TYPE.CREDENTIAL_ISSUANCE_REQUEST_MESSAGE_TYPE;
15
+ };
16
+ /** CredentialsOfferMessage represent Iden3message for credential offer */
17
+ export type CredentialsOfferMessage = RequiredBasicMessage & {
18
+ body: CredentialsOfferMessageBody;
19
+ type: typeof PROTOCOL_MESSAGE_TYPE.CREDENTIAL_OFFER_MESSAGE_TYPE;
20
+ };
21
+ /** CredentialsOfferMessageBody is struct the represents offer message */
22
+ export type CredentialsOfferMessageBody = {
23
+ url: string;
24
+ credentials: CredentialOffer[];
25
+ };
26
+ /** CredentialsOnchainOfferMessage represent Iden3message for credential onchain offer message */
27
+ export type CredentialsOnchainOfferMessage = RequiredBasicMessage & {
28
+ body: CredentialsOnchainOfferMessageBody;
29
+ type: typeof PROTOCOL_MESSAGE_TYPE.CREDENTIAL_ONCHAIN_OFFER_MESSAGE_TYPE;
30
+ };
31
+ /** CredentialsOnchainOfferMessageBody is struct the represents onchain offer message body */
32
+ export type CredentialsOnchainOfferMessageBody = {
33
+ credentials: CredentialOffer[];
34
+ transaction_data: ContractInvokeTransactionData;
35
+ };
36
+ /** CredentialOfferStatus is list of possible statuses for credential offer message */
37
+ export declare enum CredentialOfferStatus {
38
+ Pending = "pending",
39
+ Completed = "completed",
40
+ Rejected = "rejected"
41
+ }
42
+ /** CredentialOffer is structure to fetch credential */
43
+ export type CredentialOffer = {
44
+ id: string;
45
+ description: string;
46
+ status?: CredentialOfferStatus;
47
+ };
48
+ /** CredentialIssuanceMessage represent Iden3message for credential issuance */
49
+ export type CredentialIssuanceMessage = RequiredBasicMessage & {
50
+ body: IssuanceMessageBody;
51
+ type: typeof PROTOCOL_MESSAGE_TYPE.CREDENTIAL_ISSUANCE_RESPONSE_MESSAGE_TYPE;
52
+ };
53
+ /** IssuanceMessageBody is struct the represents message when credential is issued */
54
+ export type IssuanceMessageBody = {
55
+ credential: W3CCredential;
56
+ };
57
+ /** CredentialFetchRequestMessage represent Iden3message for credential fetch request */
58
+ export type CredentialFetchRequestMessage = BasicMessage & {
59
+ body: CredentialFetchRequestMessageBody;
60
+ type: typeof PROTOCOL_MESSAGE_TYPE.CREDENTIAL_FETCH_REQUEST_MESSAGE_TYPE;
61
+ };
62
+ /** CredentialFetchRequestMessageBody is msg body for fetch request */
63
+ export type CredentialFetchRequestMessageBody = {
64
+ id: string;
65
+ };
66
+ /** Schema represents location and type where it's stored */
67
+ export type Schema = {
68
+ hash?: string;
69
+ url: string;
70
+ type: string;
71
+ };
72
+ /** CredentialRefreshMessage represent Iden3message for credential refresh request */
73
+ export type CredentialRefreshMessage = RequiredBasicMessage & {
74
+ body: CredentialRefreshMessageBody;
75
+ type: typeof PROTOCOL_MESSAGE_TYPE.CREDENTIAL_REFRESH_MESSAGE_TYPE;
76
+ };
77
+ /** CredentialRefreshMessageBody is msg body for refresh request */
78
+ export type CredentialRefreshMessageBody = {
79
+ id: string;
80
+ reason: string;
81
+ };
82
+ //# sourceMappingURL=credentials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACnF,OAAO,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AAEnE,2FAA2F;AAC3F,MAAM,MAAM,oCAAoC,GAAG;IACjD,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,kBAAkB,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,qFAAqF;AACrF,MAAM,MAAM,gCAAgC,GAAG,oBAAoB,GAAG;IACpE,IAAI,EAAE,oCAAoC,CAAC;IAC3C,IAAI,EAAE,OAAO,qBAAqB,CAAC,wCAAwC,CAAC;CAC7E,CAAC;AAEF,0EAA0E;AAC1E,MAAM,MAAM,uBAAuB,GAAG,oBAAoB,GAAG;IAC3D,IAAI,EAAE,2BAA2B,CAAC;IAClC,IAAI,EAAE,OAAO,qBAAqB,CAAC,6BAA6B,CAAC;CAClE,CAAC;AAEF,yEAAyE;AACzE,MAAM,MAAM,2BAA2B,GAAG;IACxC,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,eAAe,EAAE,CAAC;CAChC,CAAC;AAEF,iGAAiG;AACjG,MAAM,MAAM,8BAA8B,GAAG,oBAAoB,GAAG;IAClE,IAAI,EAAE,kCAAkC,CAAC;IACzC,IAAI,EAAE,OAAO,qBAAqB,CAAC,qCAAqC,CAAC;CAC1E,CAAC;AAEF,6FAA6F;AAC7F,MAAM,MAAM,kCAAkC,GAAG;IAC/C,WAAW,EAAE,eAAe,EAAE,CAAC;IAC/B,gBAAgB,EAAE,6BAA6B,CAAC;CACjD,CAAC;AAEF,sFAAsF;AACtF,oBAAY,qBAAqB;IAC/B,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB;AAED,uDAAuD;AACvD,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,qBAAqB,CAAC;CAChC,CAAC;AAEF,+EAA+E;AAC/E,MAAM,MAAM,yBAAyB,GAAG,oBAAoB,GAAG;IAC7D,IAAI,EAAE,mBAAmB,CAAC;IAC1B,IAAI,EAAE,OAAO,qBAAqB,CAAC,yCAAyC,CAAC;CAC9E,CAAC;AAEF,qFAAqF;AACrF,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,EAAE,aAAa,CAAC;CAC3B,CAAC;AAEF,wFAAwF;AACxF,MAAM,MAAM,6BAA6B,GAAG,YAAY,GAAG;IACzD,IAAI,EAAE,iCAAiC,CAAC;IACxC,IAAI,EAAE,OAAO,qBAAqB,CAAC,qCAAqC,CAAC;CAC1E,CAAC;AAEF,sEAAsE;AACtE,MAAM,MAAM,iCAAiC,GAAG;IAC9C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,4DAA4D;AAC5D,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,qFAAqF;AACrF,MAAM,MAAM,wBAAwB,GAAG,oBAAoB,GAAG;IAC5D,IAAI,EAAE,4BAA4B,CAAC;IACnC,IAAI,EAAE,OAAO,qBAAqB,CAAC,+BAA+B,CAAC;CACpE,CAAC;AAEF,mEAAmE;AACnE,MAAM,MAAM,4BAA4B,GAAG;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
2
+ import { BasicMessage } from '../packer';
3
+ /** @beta DiscoverFeatureQueryType is enum for query type fields */
4
+ export declare enum DiscoverFeatureQueryType {
5
+ FeatureType = "feature-type"
6
+ }
7
+ /** @beta DiscoveryProtocolFeatureType is enum for supported feature-types */
8
+ export declare enum DiscoveryProtocolFeatureType {
9
+ Accept = "accept",
10
+ Protocol = "protocol",
11
+ GoalCode = "goal-code",
12
+ Header = "header"
13
+ }
14
+ /** @beta DiscoverFeatureQueriesMessage is struct the represents discover feature queries message */
15
+ export type DiscoverFeatureQueriesMessage = BasicMessage & {
16
+ body: DiscoverFeatureQueriesBody;
17
+ type: typeof PROTOCOL_MESSAGE_TYPE.DISCOVERY_PROTOCOL_QUERIES_MESSAGE_TYPE;
18
+ };
19
+ /** @beta DiscoverFeatureQueriesBody is struct the represents discover feature queries body */
20
+ export type DiscoverFeatureQueriesBody = {
21
+ queries: DiscoverFeatureQuery[];
22
+ };
23
+ /** @beta DiscoverFeatureQuery is struct the represents discover feature query */
24
+ export type DiscoverFeatureQuery = {
25
+ [DiscoverFeatureQueryType.FeatureType]: DiscoveryProtocolFeatureType;
26
+ match?: string;
27
+ };
28
+ /** @beta DiscoverFeatureDiscloseMessage is struct the represents discover feature disclose message */
29
+ export type DiscoverFeatureDiscloseMessage = BasicMessage & {
30
+ body: DiscoverFeatureDiscloseBody;
31
+ type: typeof PROTOCOL_MESSAGE_TYPE.DISCOVERY_PROTOCOL_DISCLOSE_MESSAGE_TYPE;
32
+ };
33
+ /** @beta DiscoverFeatureDiscloseBody is struct the represents discover feature disclose body */
34
+ export type DiscoverFeatureDiscloseBody = {
35
+ disclosures: DiscoverFeatureDisclosure[];
36
+ };
37
+ /** @beta DiscoverFeatureDisclosure is struct the represents discover feature disclosure */
38
+ export type DiscoverFeatureDisclosure = {
39
+ [DiscoverFeatureQueryType.FeatureType]: DiscoveryProtocolFeatureType;
40
+ id: string;
41
+ };
42
+ //# sourceMappingURL=discovery-protocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery-protocol.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/discovery-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,mEAAmE;AACnE,oBAAY,wBAAwB;IAClC,WAAW,iBAAiB;CAC7B;AAED,6EAA6E;AAC7E,oBAAY,4BAA4B;IACtC,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,QAAQ,cAAc;IACtB,MAAM,WAAW;CAClB;AAED,oGAAoG;AACpG,MAAM,MAAM,6BAA6B,GAAG,YAAY,GAAG;IACzD,IAAI,EAAE,0BAA0B,CAAC;IACjC,IAAI,EAAE,OAAO,qBAAqB,CAAC,uCAAuC,CAAC;CAC5E,CAAC;AAEF,8FAA8F;AAC9F,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACjC,CAAC;AAEF,iFAAiF;AACjF,MAAM,MAAM,oBAAoB,GAAG;IACjC,CAAC,wBAAwB,CAAC,WAAW,CAAC,EAAE,4BAA4B,CAAC;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,sGAAsG;AACtG,MAAM,MAAM,8BAA8B,GAAG,YAAY,GAAG;IAC1D,IAAI,EAAE,2BAA2B,CAAC;IAClC,IAAI,EAAE,OAAO,qBAAqB,CAAC,wCAAwC,CAAC;CAC7E,CAAC;AAEF,gGAAgG;AAChG,MAAM,MAAM,2BAA2B,GAAG;IACxC,WAAW,EAAE,yBAAyB,EAAE,CAAC;CAC1C,CAAC;AAEF,2FAA2F;AAC3F,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,wBAAwB,CAAC,WAAW,CAAC,EAAE,4BAA4B,CAAC;IACrE,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { RequiredBasicMessage } from '../';
2
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
3
+ /** MessageFetchRequestMessage represent Iden3message for message fetch request. */
4
+ export type MessageFetchRequestMessage = RequiredBasicMessage & {
5
+ body: MessageFetchRequestMessageBody;
6
+ type: typeof PROTOCOL_MESSAGE_TYPE.CREDENTIAL_FETCH_REQUEST_MESSAGE_TYPE;
7
+ };
8
+ /** MessageFetchRequestMessageBody is struct the represents body for message fetch request. */
9
+ export type MessageFetchRequestMessageBody = {
10
+ id: string;
11
+ };
12
+ //# sourceMappingURL=messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,oFAAoF;AACpF,MAAM,MAAM,0BAA0B,GAAG,oBAAoB,GAAG;IAC9D,IAAI,EAAE,8BAA8B,CAAC;IACrC,IAAI,EAAE,OAAO,qBAAqB,CAAC,qCAAqC,CAAC;CAC1E,CAAC;AAEF,8FAA8F;AAC9F,MAAM,MAAM,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC"}
@@ -0,0 +1,178 @@
1
+ import { BasicMessage } from '../';
2
+ import { PaymentFeatures, PaymentRequestDataType, SupportedCurrencies, SupportedPaymentProofType } from '../../../verifiable';
3
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
4
+ import { CredentialSchemaInfo } from './common';
5
+ /** @beta PaymentRequestMessage is struct the represents payment-request message */
6
+ export type PaymentRequestMessage = BasicMessage & {
7
+ body: PaymentRequestMessageBody;
8
+ from: string;
9
+ to: string;
10
+ type: typeof PROTOCOL_MESSAGE_TYPE.PAYMENT_REQUEST_MESSAGE_TYPE;
11
+ };
12
+ /** @beta PaymentRequestMessageBody is struct the represents body for payment-request */
13
+ export type PaymentRequestMessageBody = {
14
+ agent: string;
15
+ payments: PaymentRequestInfo[];
16
+ };
17
+ /** @beta PaymentRequestInfo is struct the represents payment info for payment-request */
18
+ export type PaymentRequestInfo = {
19
+ credentials: CredentialSchemaInfo[];
20
+ data: Iden3PaymentRequestCryptoV1 | (Iden3PaymentRequestCryptoV1 | Iden3PaymentRailsRequestV1 | Iden3PaymentRailsERC20RequestV1 | Iden3PaymentRailsSolanaRequestV1 | Iden3PaymentRailsSolanaSPLRequestV1)[];
21
+ description?: string;
22
+ };
23
+ /** @beta Iden3PaymentRequestCryptoV1 is struct the represents payment data info for payment-request */
24
+ export type Iden3PaymentRequestCryptoV1 = {
25
+ type: PaymentRequestDataType.Iden3PaymentRequestCryptoV1;
26
+ '@context'?: string | (string | object)[];
27
+ amount: string;
28
+ id: string;
29
+ chainId: string;
30
+ address: string;
31
+ currency: SupportedCurrencies | string;
32
+ expiration?: string;
33
+ };
34
+ /** @beta Iden3PaymentRailsRequestV1 is struct the represents EVM native payment rails request */
35
+ export type Iden3PaymentRailsRequestV1 = {
36
+ type: PaymentRequestDataType.Iden3PaymentRailsRequestV1;
37
+ '@context': string | (string | object)[];
38
+ recipient: string;
39
+ amount: string;
40
+ expirationDate: string;
41
+ nonce: string;
42
+ metadata: string;
43
+ proof: EthereumEip712Signature2021 | EthereumEip712Signature2021[];
44
+ };
45
+ /** @beta Iden3PaymentRailsERC20RequestV1 is struct the represents EVM ERC 20 payment rails request */
46
+ export type Iden3PaymentRailsERC20RequestV1 = Omit<Required<Iden3PaymentRailsRequestV1>, 'type'> & {
47
+ tokenAddress: string;
48
+ features?: PaymentFeatures[];
49
+ type: PaymentRequestDataType.Iden3PaymentRailsERC20RequestV1;
50
+ };
51
+ /** @beta Iden3PaymentRailsSolanaRequestV1 is struct the represents Solana native payment rails request */
52
+ export type Iden3PaymentRailsSolanaRequestV1 = Omit<Required<Iden3PaymentRailsRequestV1>, 'type' | 'proof'> & {
53
+ type: PaymentRequestDataType.Iden3PaymentRailsSolanaRequestV1;
54
+ proof: Iden3SolanaEd25519SignatureV1 | Iden3SolanaEd25519SignatureV1[];
55
+ };
56
+ /** @beta Iden3PaymentRailsSolanaSPLRequestV1 is struct the represents Solana SPL payment rails request */
57
+ export type Iden3PaymentRailsSolanaSPLRequestV1 = Omit<Required<Iden3PaymentRailsERC20RequestV1>, 'type' | 'proof'> & {
58
+ type: PaymentRequestDataType.Iden3PaymentRailsSolanaSPLRequestV1;
59
+ proof: Iden3SolanaEd25519SignatureV1 | Iden3SolanaEd25519SignatureV1[];
60
+ };
61
+ /** @beta EthereumEip712Signature2021 is struct the represents EIP-712 signature for Ethereum */
62
+ export type EthereumEip712Signature2021 = {
63
+ type: SupportedPaymentProofType.EthereumEip712Signature2021;
64
+ proofPurpose: string;
65
+ proofValue: string;
66
+ verificationMethod: string;
67
+ created: string;
68
+ eip712: {
69
+ types: string;
70
+ primaryType: string;
71
+ domain: {
72
+ name: string;
73
+ version: string;
74
+ chainId: string;
75
+ verifyingContract: string;
76
+ };
77
+ };
78
+ };
79
+ /** @beta Iden3SolanaEd25519SignatureV1 is struct the represents Ed25519 signature for Solana Payment Instruction */
80
+ export type Iden3SolanaEd25519SignatureV1 = {
81
+ type: SupportedPaymentProofType.SolanaEd25519Signature2025;
82
+ proofPurpose: string;
83
+ proofValue: string;
84
+ created: string;
85
+ verificationMethod: string;
86
+ domain: {
87
+ version: 'SolanaEd25519NativeV1' | 'SolanaEd25519SPLV1';
88
+ chainId: string;
89
+ verifyingContract: string;
90
+ };
91
+ };
92
+ /** @beta PaymentMessage is struct the represents payment message */
93
+ export type PaymentMessage = BasicMessage & {
94
+ body: PaymentMessageBody;
95
+ from: string;
96
+ to: string;
97
+ type: typeof PROTOCOL_MESSAGE_TYPE.PAYMENT_MESSAGE_TYPE;
98
+ };
99
+ /** @beta PaymentMessageBody is struct the represents body for payment message */
100
+ export type PaymentMessageBody = {
101
+ payments: PaymentTypeUnion[];
102
+ };
103
+ /** @beta Iden3PaymentCryptoV1 is struct the represents payment info for payment */
104
+ export type Iden3PaymentCryptoV1 = {
105
+ id: string;
106
+ type: 'Iden3PaymentCryptoV1';
107
+ '@context'?: string | (string | object)[];
108
+ paymentData: {
109
+ txId: string;
110
+ };
111
+ };
112
+ /** @beta Iden3PaymentRailsV1 is struct the represents payment info for Iden3PaymentRailsRequestV1 */
113
+ export type Iden3PaymentRailsV1 = {
114
+ nonce: string;
115
+ type: 'Iden3PaymentRailsV1';
116
+ '@context': string | (string | object)[];
117
+ paymentData: {
118
+ txId: string;
119
+ chainId: string;
120
+ };
121
+ };
122
+ /** @beta Iden3PaymentRailsERC20V1 is struct the represents payment info for Iden3PaymentRailsERC20RequestV1 */
123
+ export type Iden3PaymentRailsERC20V1 = {
124
+ nonce: string;
125
+ type: 'Iden3PaymentRailsERC20V1';
126
+ '@context': string | (string | object)[];
127
+ paymentData: {
128
+ txId: string;
129
+ chainId: string;
130
+ tokenAddress: string;
131
+ };
132
+ };
133
+ /** @beta Iden3PaymentRailsSolanaV1 is struct the represents payment info for Iden3PaymentRailsSolanaV1 */
134
+ export type Iden3PaymentRailsSolanaV1 = {
135
+ nonce: string;
136
+ type: 'Iden3PaymentRailsSolanaV1';
137
+ '@context': string | (string | object)[];
138
+ paymentData: {
139
+ txId: string;
140
+ chainId: string;
141
+ };
142
+ };
143
+ /** @beta Iden3PaymentRailsSolanaSPLV1 is struct the represents payment info for Iden3PaymentRailsSolanaSPLV1 */
144
+ export type Iden3PaymentRailsSolanaSPLV1 = {
145
+ nonce: string;
146
+ type: 'Iden3PaymentRailsSolanaSPLV1';
147
+ '@context': string | (string | object)[];
148
+ paymentData: {
149
+ txId: string;
150
+ chainId: string;
151
+ tokenAddress: string;
152
+ };
153
+ };
154
+ /** @beta MultiChainPaymentConfig is struct that represents payments contracts information for different chains */
155
+ export type MultiChainPaymentConfig = {
156
+ chainId: string;
157
+ paymentRails: string;
158
+ recipient: string;
159
+ options: MultiChainPaymentConfigOption[];
160
+ };
161
+ /** @beta MultiChainPaymentConfigOption is struct that represents payment options for different chains */
162
+ export type MultiChainPaymentConfigOption = {
163
+ id: string;
164
+ type: PaymentRequestDataType.Iden3PaymentRailsRequestV1 | PaymentRequestDataType.Iden3PaymentRailsERC20RequestV1 | PaymentRequestDataType.Iden3PaymentRailsSolanaRequestV1 | PaymentRequestDataType.Iden3PaymentRailsSolanaSPLRequestV1;
165
+ contractAddress?: string;
166
+ features?: PaymentFeatures[];
167
+ };
168
+ /**
169
+ * @beta
170
+ * PaymentRequestTypeUnion is a type of supported payment request types
171
+ */
172
+ export type PaymentRequestTypeUnion = Iden3PaymentRequestCryptoV1 | Iden3PaymentRailsRequestV1 | Iden3PaymentRailsERC20RequestV1 | Iden3PaymentRailsSolanaRequestV1 | Iden3PaymentRailsSolanaSPLRequestV1;
173
+ /**
174
+ * @beta
175
+ * PaymentTypeUnion is a type of supported payment types
176
+ */
177
+ export type PaymentTypeUnion = Iden3PaymentCryptoV1 | Iden3PaymentRailsV1 | Iden3PaymentRailsERC20V1 | Iden3PaymentRailsSolanaV1 | Iden3PaymentRailsSolanaSPLV1;
178
+ //# sourceMappingURL=payment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/payment.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
2
+ import { BasicMessage } from '../packer';
3
+ /** ProblemReportMessage is struct for problem report message */
4
+ export type ProblemReportMessage = BasicMessage & {
5
+ body: ProblemReportMessageBody;
6
+ pthid: string;
7
+ ack?: string[];
8
+ type: typeof PROTOCOL_MESSAGE_TYPE.PROBLEM_REPORT_MESSAGE_TYPE;
9
+ };
10
+ /** ProblemReportMessageBody is struct for problem report message body */
11
+ export type ProblemReportMessageBody = {
12
+ code: string;
13
+ comment?: string;
14
+ args?: string[];
15
+ escalate_to?: string;
16
+ };
17
+ //# sourceMappingURL=problem-report.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"problem-report.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/problem-report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,gEAAgE;AAChE,MAAM,MAAM,oBAAoB,GAAG,YAAY,GAAG;IAChD,IAAI,EAAE,wBAAwB,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,OAAO,qBAAqB,CAAC,2BAA2B,CAAC;CAChE,CAAC;AAEF,yEAAyE;AACzE,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { RequiredBasicMessage } from '../';
2
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
3
+ import { ZeroKnowledgeProofRequest, ZeroKnowledgeProofResponse } from './auth';
4
+ /** ProofGenerationRequestMessage is struct the represents body for proof generation request */
5
+ export type ProofGenerationRequestMessage = RequiredBasicMessage & {
6
+ body: ProofGenerationRequestMessageBody;
7
+ type: typeof PROTOCOL_MESSAGE_TYPE.PROOF_GENERATION_REQUEST_MESSAGE_TYPE;
8
+ };
9
+ /** ProofGenerationRequestMessageBody is struct the represents body for proof generation request */
10
+ export type ProofGenerationRequestMessageBody = {
11
+ scope: Array<ZeroKnowledgeProofRequest>;
12
+ };
13
+ /** ProofGenerationResponseMessage is struct the represents body for proof generation request */
14
+ export type ProofGenerationResponseMessage = RequiredBasicMessage & {
15
+ body: ResponseMessageBody;
16
+ type: typeof PROTOCOL_MESSAGE_TYPE.PROOF_GENERATION_RESPONSE_MESSAGE_TYPE;
17
+ };
18
+ /** ResponseMessageBody is struct the represents request for revocation status */
19
+ export type ResponseMessageBody = {
20
+ scope: Array<ZeroKnowledgeProofResponse>;
21
+ };
22
+ //# sourceMappingURL=proof.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proof.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/proof.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,QAAQ,CAAC;AAE/E,+FAA+F;AAC/F,MAAM,MAAM,6BAA6B,GAAG,oBAAoB,GAAG;IACjE,IAAI,EAAE,iCAAiC,CAAC;IACxC,IAAI,EAAE,OAAO,qBAAqB,CAAC,qCAAqC,CAAC;CAC1E,CAAC;AAEF,mGAAmG;AACnG,MAAM,MAAM,iCAAiC,GAAG;IAC9C,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;CACzC,CAAC;AAEF,gGAAgG;AAChG,MAAM,MAAM,8BAA8B,GAAG,oBAAoB,GAAG;IAClE,IAAI,EAAE,mBAAmB,CAAC;IAC1B,IAAI,EAAE,OAAO,qBAAqB,CAAC,sCAAsC,CAAC;CAC3E,CAAC;AAEF,iFAAiF;AACjF,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;CAC1C,CAAC"}
@@ -0,0 +1,33 @@
1
+ import { BasicMessage, DIDDocument } from '../';
2
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
3
+ import { CredentialSchemaInfo } from './common';
4
+ /** @beta ProposalRequestMessage is struct the represents proposal-request message */
5
+ export type ProposalRequestMessage = BasicMessage & {
6
+ body: ProposalRequestMessageBody;
7
+ type: typeof PROTOCOL_MESSAGE_TYPE.PROPOSAL_REQUEST_MESSAGE_TYPE;
8
+ };
9
+ /** @beta ProposalRequestCredential is struct the represents proposal request credential */
10
+ export type ProposalRequestCredential = CredentialSchemaInfo;
11
+ /** @beta ProposalRequestMessageBody is struct the represents body for proposal-request */
12
+ export type ProposalRequestMessageBody = {
13
+ credentials: ProposalRequestCredential[];
14
+ did_doc?: DIDDocument;
15
+ };
16
+ /** @beta ProposalMessage is struct the represents proposal message */
17
+ export type ProposalMessage = BasicMessage & {
18
+ body: ProposalMessageBody;
19
+ type: typeof PROTOCOL_MESSAGE_TYPE.PROPOSAL_MESSAGE_TYPE;
20
+ };
21
+ /** @beta ProposalMessageBody is struct the represents body for proposal message */
22
+ export type ProposalMessageBody = {
23
+ proposals: Proposal[];
24
+ };
25
+ /** @beta Proposal is struct the represents proposal inside proposal protocol message */
26
+ export type Proposal = {
27
+ credentials: ProposalRequestCredential[];
28
+ type: string;
29
+ url?: string;
30
+ expiration?: string;
31
+ description?: string;
32
+ };
33
+ //# sourceMappingURL=proposal-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proposal-request.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/proposal-request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEhD,qFAAqF;AACrF,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG;IAClD,IAAI,EAAE,0BAA0B,CAAC;IACjC,IAAI,EAAE,OAAO,qBAAqB,CAAC,6BAA6B,CAAC;CAClE,CAAC;AAEF,4FAA4F;AAC5F,MAAM,MAAM,yBAAyB,GAAG,oBAAoB,CAAC;AAE7D,0FAA0F;AAC1F,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,yBAAyB,EAAE,CAAC;IACzC,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,uEAAuE;AACvE,MAAM,MAAM,eAAe,GAAG,YAAY,GAAG;IAC3C,IAAI,EAAE,mBAAmB,CAAC;IAC1B,IAAI,EAAE,OAAO,qBAAqB,CAAC,qBAAqB,CAAC;CAC1D,CAAC;AAEF,oFAAoF;AACpF,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,CAAC;AAEF,wFAAwF;AACxF,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,yBAAyB,EAAE,CAAC;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { BasicMessage, RequiredBasicMessage } from '../';
2
+ import { RevocationStatus } from '../../../verifiable';
3
+ import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
4
+ /** RevocationStatusRequestMessage is struct the represents body for proof generation request */
5
+ export type RevocationStatusRequestMessage = BasicMessage & {
6
+ body: RevocationStatusRequestMessageBody;
7
+ type: typeof PROTOCOL_MESSAGE_TYPE.REVOCATION_STATUS_REQUEST_MESSAGE_TYPE;
8
+ };
9
+ /** RevocationStatusRequestMessageBody is struct the represents request for revocation status */
10
+ export type RevocationStatusRequestMessageBody = {
11
+ revocation_nonce: number;
12
+ };
13
+ /** RevocationStatusResponseMessage is struct the represents body for proof generation request */
14
+ export type RevocationStatusResponseMessage = RequiredBasicMessage & {
15
+ body: RevocationStatusResponseMessageBody;
16
+ type: typeof PROTOCOL_MESSAGE_TYPE.REVOCATION_STATUS_RESPONSE_MESSAGE_TYPE;
17
+ };
18
+ /** RevocationStatusResponseMessageBody is struct the represents request for revocation status */
19
+ export type RevocationStatusResponseMessageBody = RevocationStatus;
20
+ //# sourceMappingURL=revocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"revocation.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/revocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,KAAK,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,gGAAgG;AAChG,MAAM,MAAM,8BAA8B,GAAG,YAAY,GAAG;IAC1D,IAAI,EAAE,kCAAkC,CAAC;IACzC,IAAI,EAAE,OAAO,qBAAqB,CAAC,sCAAsC,CAAC;CAC3E,CAAC;AAEF,gGAAgG;AAChG,MAAM,MAAM,kCAAkC,GAAG;IAC/C,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,iGAAiG;AACjG,MAAM,MAAM,+BAA+B,GAAG,oBAAoB,GAAG;IACnE,IAAI,EAAE,mCAAmC,CAAC;IAC1C,IAAI,EAAE,OAAO,qBAAqB,CAAC,uCAAuC,CAAC;CAC5E,CAAC;AAEF,iGAAiG;AACjG,MAAM,MAAM,mCAAmC,GAAG,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { AcceptProfile } from '../types';
2
+ export declare const buildAccept: (profiles: AcceptProfile[]) => string[];
3
+ export declare const parseAcceptProfile: (profile: string) => AcceptProfile;
4
+ //# sourceMappingURL=accept-profile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accept-profile.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/utils/accept-profile.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAsBzC,eAAO,MAAM,WAAW,GAAI,UAAU,aAAa,EAAE,KAAG,MAAM,EAc7D,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,SAAS,MAAM,KAAG,aA2EpD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { DIDDocument, VerificationMethod } from 'did-resolver';
2
+ import { KmsKeyType } from '../../kms';
3
+ export declare const resolveVerificationMethods: (didDocument: DIDDocument) => VerificationMethod[];
4
+ export declare const extractPublicKeyBytes: (vm: VerificationMethod) => {
5
+ publicKeyBytes: Uint8Array | null;
6
+ kmsKeyType?: KmsKeyType;
7
+ };
8
+ //# sourceMappingURL=did.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"did.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/utils/did.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG/D,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAIvC,eAAO,MAAM,0BAA0B,GAAI,aAAa,WAAW,KAAG,kBAAkB,EAqBvF,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAChC,IAAI,kBAAkB,KACrB;IAAE,cAAc,EAAE,UAAU,GAAG,IAAI,CAAC;IAAC,UAAU,CAAC,EAAE,UAAU,CAAA;CAqC9D,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { BasicMessage, EnvelopeStub, HeaderStub } from '../types';
2
+ /**
3
+ *
4
+ * @param {Uint8Array} e
5
+ * @returns Promise<BasicMessage>
6
+ */
7
+ export declare const envelopeToProtocolMessage: (e: Uint8Array) => Promise<BasicMessage>;
8
+ /**
9
+ * helper function to convert serialized JSON bytes to protocol message
10
+ *
11
+ * @param {Uint8Array} bytes
12
+ * @returns {BasicMessage}
13
+ */
14
+ export declare const bytesToProtocolMessage: (bytes: Uint8Array) => BasicMessage;
15
+ /**
16
+ * helper function to convert serialized JSON bytes to envelop stub
17
+ * so we can work with protected field of jwt token
18
+ *
19
+ *
20
+ * @param {Uint8Array} envelope
21
+ * @returns {EnvelopeStub}
22
+ */
23
+ export declare const bytesToEnvelopeStub: (envelope: Uint8Array) => EnvelopeStub;
24
+ /**
25
+ * helper function to convert serialized JSON bytes to header stub
26
+ * so we can work with know the media type of the message
27
+ *
28
+ * @param {Uint8Array} envelope
29
+ * @returns {HeaderStub}
30
+ */
31
+ export declare const bytesToHeaderStub: (envelope: Uint8Array) => HeaderStub;
32
+ //# sourceMappingURL=envelope.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"envelope.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/utils/envelope.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAyClE;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,GAAU,GAAG,UAAU,KAAG,OAAO,CAAC,YAAY,CAInF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,GAAI,OAAO,UAAU,KAAG,YAO1D,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB,GAAI,UAAU,UAAU,KAAG,YAQ1D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,GAAI,UAAU,UAAU,KAAG,UAQxD,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from './envelope';
2
+ export * from './message';
3
+ export * from './did';
4
+ export * from './accept-profile';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { BasicMessage, EnvelopeStub, HeaderStub } from '../types';
2
+ /**
3
+ * creates empty basic message
4
+ *
5
+ * @returns BasicMessage
6
+ */
7
+ export declare const basicMessageFactory: () => BasicMessage;
8
+ /**
9
+ * create empty envelope stub
10
+ *
11
+ * @returns EnvelopeStub
12
+ */
13
+ export declare const envelopeStubFactory: () => EnvelopeStub;
14
+ /**
15
+ * create empty header stub
16
+ *
17
+ * @returns {HeaderStub}
18
+ */
19
+ export declare const headerStubFactory: () => HeaderStub;
20
+ //# sourceMappingURL=message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/utils/message.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAmB,MAAM,UAAU,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,QAAO,YAUtC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,QAAO,YAItC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,QAAO,UAIpC,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { DID, IdPosition, MerklizedRootPosition } from '@mocanetwork/moca-iden3';
2
+ import { SchemaMetadata } from '../schema-processor';
3
+ import { SubjectPosition } from '../verifiable';
4
+ /**
5
+ * Determines subject position
6
+ *
7
+ * @param {IdPosition} idPosition - index / none / value
8
+ * @returns {SubjectPosition}
9
+ */
10
+ export declare const subjectPositionIndex: (idPosition: IdPosition) => SubjectPosition;
11
+ /**
12
+ * Returns merklized root position based on schema serialization metadata and expected position
13
+ *
14
+ * @param {SchemaMetadata} [metadata] - schema metadata
15
+ * @param {MerklizedRootPosition} [position] - expected mt root position
16
+ * @returns {MerklizedRootPosition}
17
+ */
18
+ export declare const defineMerklizedRootPosition: (metadata?: SchemaMetadata, position?: MerklizedRootPosition) => MerklizedRootPosition;
19
+ /**
20
+ * Returns profile DID based on did and profile nonce
21
+ *
22
+ * @param {DID} [did] - did from which profile will be derived
23
+ * @param {number | string} [profileNonce] - profile nonce
24
+ * @returns {DID}
25
+ */
26
+ export declare const generateProfileDID: (did: DID, profileNonce?: number | string) => DID;
27
+ //# sourceMappingURL=common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/identity/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAM,UAAU,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,GAAI,YAAY,UAAU,KAAG,eAS7D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,GACtC,WAAW,cAAc,EACzB,WAAW,qBAAqB,KAC/B,qBAUF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAAI,KAAK,GAAG,EAAE,eAAe,MAAM,GAAG,MAAM,KAAG,GAU7E,CAAC"}