@pagopa/io-react-native-wallet 3.6.3 → 3.6.4

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 (1003) hide show
  1. package/lib/commonjs/IoWallet.js +5 -3
  2. package/lib/commonjs/IoWallet.js.map +1 -1
  3. package/lib/commonjs/api/index.js +19 -19
  4. package/lib/commonjs/api/index.js.map +1 -1
  5. package/lib/commonjs/client/index.js +9 -11
  6. package/lib/commonjs/client/index.js.map +1 -1
  7. package/lib/commonjs/credential/issuance/api/IssuerConfig.js +23 -23
  8. package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
  9. package/lib/commonjs/credential/issuance/api/mrtd-pop/index.js.map +1 -1
  10. package/lib/commonjs/credential/issuance/api/types.js +3 -3
  11. package/lib/commonjs/credential/issuance/api/types.js.map +1 -1
  12. package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js +3 -0
  13. package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js.map +1 -1
  14. package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
  15. package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
  16. package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +13 -13
  17. package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
  18. package/lib/commonjs/credential/issuance/common/errors.js +0 -3
  19. package/lib/commonjs/credential/issuance/common/errors.js.map +1 -1
  20. package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
  21. package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
  22. package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
  23. package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
  24. package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
  25. package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
  26. package/lib/commonjs/credential/issuance/mrtd-pop/index.js +4 -4
  27. package/lib/commonjs/credential/issuance/mrtd-pop/index.js.map +1 -1
  28. package/lib/commonjs/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
  29. package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
  30. package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
  31. package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js +18 -18
  32. package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
  33. package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js +10 -10
  34. package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
  35. package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js +24 -15
  36. package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
  37. package/lib/commonjs/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
  38. package/lib/commonjs/credential/issuance/v1.0.0/index.js +8 -8
  39. package/lib/commonjs/credential/issuance/v1.0.0/index.js.map +1 -1
  40. package/lib/commonjs/credential/issuance/v1.0.0/mappers.js +7 -7
  41. package/lib/commonjs/credential/issuance/v1.0.0/mappers.js.map +1 -1
  42. package/lib/commonjs/credential/issuance/v1.0.0/types.js.map +1 -1
  43. package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +3 -3
  44. package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
  45. package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js +30 -30
  46. package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
  47. package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +37 -37
  48. package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
  49. package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
  50. package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
  51. package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +32 -28
  52. package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
  53. package/lib/commonjs/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
  54. package/lib/commonjs/credential/issuance/v1.3.3/index.js +8 -8
  55. package/lib/commonjs/credential/issuance/v1.3.3/index.js.map +1 -1
  56. package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +18 -17
  57. package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
  58. package/lib/commonjs/credential/offer/common/errors.js +0 -6
  59. package/lib/commonjs/credential/offer/common/errors.js.map +1 -1
  60. package/lib/commonjs/credential/offer/v1.0.0/index.js +3 -3
  61. package/lib/commonjs/credential/offer/v1.0.0/index.js.map +1 -1
  62. package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js +4 -4
  63. package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
  64. package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js +4 -4
  65. package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
  66. package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js +5 -5
  67. package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
  68. package/lib/commonjs/credential/offer/v1.3.3/index.js +1 -1
  69. package/lib/commonjs/credential/offer/v1.3.3/index.js.map +1 -1
  70. package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +8 -8
  71. package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
  72. package/lib/commonjs/credential/presentation/api/types.js +11 -11
  73. package/lib/commonjs/credential/presentation/api/types.js.map +1 -1
  74. package/lib/commonjs/credential/presentation/common/errors.js +24 -23
  75. package/lib/commonjs/credential/presentation/common/errors.js.map +1 -1
  76. package/lib/commonjs/credential/presentation/common/utils/dcql.js +38 -35
  77. package/lib/commonjs/credential/presentation/common/utils/dcql.js.map +1 -1
  78. package/lib/commonjs/credential/presentation/common/utils/mdoc.js +20 -22
  79. package/lib/commonjs/credential/presentation/common/utils/mdoc.js.map +1 -1
  80. package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js +10 -10
  81. package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js.map +1 -1
  82. package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js +1 -1
  83. package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
  84. package/lib/commonjs/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
  85. package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
  86. package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
  87. package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
  88. package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
  89. package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +17 -12
  90. package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
  91. package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js +20 -20
  92. package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
  93. package/lib/commonjs/credential/presentation/v1.0.0/index.js +4 -4
  94. package/lib/commonjs/credential/presentation/v1.0.0/index.js.map +1 -1
  95. package/lib/commonjs/credential/presentation/v1.0.0/mappers.js +6 -6
  96. package/lib/commonjs/credential/presentation/v1.0.0/mappers.js.map +1 -1
  97. package/lib/commonjs/credential/presentation/v1.0.0/types.js +12 -12
  98. package/lib/commonjs/credential/presentation/v1.0.0/types.js.map +1 -1
  99. package/lib/commonjs/credential/presentation/v1.0.0/utils.js.map +1 -1
  100. package/lib/commonjs/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
  101. package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js +2 -2
  102. package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
  103. package/lib/commonjs/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
  104. package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
  105. package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
  106. package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
  107. package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
  108. package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js +11 -7
  109. package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
  110. package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +24 -16
  111. package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
  112. package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
  113. package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
  114. package/lib/commonjs/credential/presentation/v1.3.3/index.js +5 -5
  115. package/lib/commonjs/credential/presentation/v1.3.3/index.js.map +1 -1
  116. package/lib/commonjs/credential/presentation/v1.3.3/mappers.js +11 -11
  117. package/lib/commonjs/credential/presentation/v1.3.3/mappers.js.map +1 -1
  118. package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js +2 -2
  119. package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
  120. package/lib/commonjs/credential/presentation/v1.3.3/types.js +3 -3
  121. package/lib/commonjs/credential/presentation/v1.3.3/types.js.map +1 -1
  122. package/lib/commonjs/credential/status/api/types.js +6 -6
  123. package/lib/commonjs/credential/status/api/types.js.map +1 -1
  124. package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js +15 -12
  125. package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
  126. package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
  127. package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
  128. package/lib/commonjs/credential/status/v1.0.0/index.js +1 -1
  129. package/lib/commonjs/credential/status/v1.0.0/index.js.map +1 -1
  130. package/lib/commonjs/credential/status/v1.0.0/mappers.js.map +1 -1
  131. package/lib/commonjs/credential/status/v1.0.0/types.js +18 -18
  132. package/lib/commonjs/credential/status/v1.0.0/types.js.map +1 -1
  133. package/lib/commonjs/credential/status/v1.3.3/01-status-list.js +4 -4
  134. package/lib/commonjs/credential/status/v1.3.3/01-status-list.js.map +1 -1
  135. package/lib/commonjs/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
  136. package/lib/commonjs/credential/status/v1.3.3/03-get-status.js +2 -2
  137. package/lib/commonjs/credential/status/v1.3.3/03-get-status.js.map +1 -1
  138. package/lib/commonjs/credential/status/v1.3.3/index.js +3 -3
  139. package/lib/commonjs/credential/status/v1.3.3/index.js.map +1 -1
  140. package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js +7 -7
  141. package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
  142. package/lib/commonjs/credential/trustmark/v1.0.0/index.js.map +1 -1
  143. package/lib/commonjs/credential/trustmark/v1.3.3/index.js.map +1 -1
  144. package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -54
  145. package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
  146. package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
  147. package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
  148. package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
  149. package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
  150. package/lib/commonjs/credentials-catalogue/v1.0.0/index.js +1 -1
  151. package/lib/commonjs/credentials-catalogue/v1.0.0/index.js.map +1 -1
  152. package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +0 -1
  153. package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
  154. package/lib/commonjs/credentials-catalogue/v1.0.0/types.js +35 -35
  155. package/lib/commonjs/credentials-catalogue/v1.0.0/types.js.map +1 -1
  156. package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
  157. package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
  158. package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
  159. package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
  160. package/lib/commonjs/credentials-catalogue/v1.3.3/index.js +1 -1
  161. package/lib/commonjs/credentials-catalogue/v1.3.3/index.js.map +1 -1
  162. package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +21 -20
  163. package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
  164. package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +93 -93
  165. package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
  166. package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +8 -8
  167. package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
  168. package/lib/commonjs/index.js +15 -15
  169. package/lib/commonjs/index.js.map +1 -1
  170. package/lib/commonjs/mdoc/index.js +13 -5
  171. package/lib/commonjs/mdoc/index.js.map +1 -1
  172. package/lib/commonjs/mdoc/utils.js.map +1 -1
  173. package/lib/commonjs/sd-jwt/__test__/types.test.js +9 -9
  174. package/lib/commonjs/sd-jwt/__test__/types.test.js.map +1 -1
  175. package/lib/commonjs/sd-jwt/__test__/utils.test.js +3 -3
  176. package/lib/commonjs/sd-jwt/__test__/utils.test.js.map +1 -1
  177. package/lib/commonjs/sd-jwt/index.js +9 -9
  178. package/lib/commonjs/sd-jwt/index.js.map +1 -1
  179. package/lib/commonjs/sd-jwt/types.js +18 -18
  180. package/lib/commonjs/sd-jwt/types.js.map +1 -1
  181. package/lib/commonjs/sd-jwt/utils.js +3 -3
  182. package/lib/commonjs/sd-jwt/utils.js.map +1 -1
  183. package/lib/commonjs/trust/api/TrustAnchorConfig.js +4 -4
  184. package/lib/commonjs/trust/api/TrustAnchorConfig.js.map +1 -1
  185. package/lib/commonjs/trust/common/build-chain.js +5 -2
  186. package/lib/commonjs/trust/common/build-chain.js.map +1 -1
  187. package/lib/commonjs/trust/common/errors.js +51 -44
  188. package/lib/commonjs/trust/common/errors.js.map +1 -1
  189. package/lib/commonjs/trust/common/types.js +22 -22
  190. package/lib/commonjs/trust/common/types.js.map +1 -1
  191. package/lib/commonjs/trust/common/utils.js +45 -45
  192. package/lib/commonjs/trust/common/utils.js.map +1 -1
  193. package/lib/commonjs/trust/common/verify-chain.js +96 -96
  194. package/lib/commonjs/trust/common/verify-chain.js.map +1 -1
  195. package/lib/commonjs/trust/v1.0.0/build-chain.js +2 -2
  196. package/lib/commonjs/trust/v1.0.0/build-chain.js.map +1 -1
  197. package/lib/commonjs/trust/v1.0.0/entities.js +1 -1
  198. package/lib/commonjs/trust/v1.0.0/entities.js.map +1 -1
  199. package/lib/commonjs/trust/v1.0.0/index.js +3 -3
  200. package/lib/commonjs/trust/v1.0.0/index.js.map +1 -1
  201. package/lib/commonjs/trust/v1.0.0/mappers.js +2 -2
  202. package/lib/commonjs/trust/v1.0.0/mappers.js.map +1 -1
  203. package/lib/commonjs/trust/v1.0.0/types.js +46 -46
  204. package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
  205. package/lib/commonjs/trust/v1.0.0/verify-chain.js +3 -3
  206. package/lib/commonjs/trust/v1.0.0/verify-chain.js.map +1 -1
  207. package/lib/commonjs/trust/v1.3.3/entities.js +1 -1
  208. package/lib/commonjs/trust/v1.3.3/entities.js.map +1 -1
  209. package/lib/commonjs/trust/v1.3.3/types.js +2 -2
  210. package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
  211. package/lib/commonjs/utils/auth.js +2 -2
  212. package/lib/commonjs/utils/auth.js.map +1 -1
  213. package/lib/commonjs/utils/callbacks.js +47 -51
  214. package/lib/commonjs/utils/callbacks.js.map +1 -1
  215. package/lib/commonjs/utils/credentials.js +3 -3
  216. package/lib/commonjs/utils/credentials.js.map +1 -1
  217. package/lib/commonjs/utils/crypto.js +23 -25
  218. package/lib/commonjs/utils/crypto.js.map +1 -1
  219. package/lib/commonjs/utils/decoder.js +2 -2
  220. package/lib/commonjs/utils/decoder.js.map +1 -1
  221. package/lib/commonjs/utils/dpop.js +5 -5
  222. package/lib/commonjs/utils/dpop.js.map +1 -1
  223. package/lib/commonjs/utils/error-codes.js +19 -19
  224. package/lib/commonjs/utils/error-codes.js.map +1 -1
  225. package/lib/commonjs/utils/errors.js +51 -50
  226. package/lib/commonjs/utils/errors.js.map +1 -1
  227. package/lib/commonjs/utils/jwk.js +5 -6
  228. package/lib/commonjs/utils/jwk.js.map +1 -1
  229. package/lib/commonjs/utils/logging.js +15 -14
  230. package/lib/commonjs/utils/logging.js.map +1 -1
  231. package/lib/commonjs/utils/mappers.js +6 -8
  232. package/lib/commonjs/utils/mappers.js.map +1 -1
  233. package/lib/commonjs/utils/misc.js +6 -5
  234. package/lib/commonjs/utils/misc.js.map +1 -1
  235. package/lib/commonjs/utils/par.js +28 -28
  236. package/lib/commonjs/utils/par.js.map +1 -1
  237. package/lib/commonjs/utils/pop.js +5 -5
  238. package/lib/commonjs/utils/pop.js.map +1 -1
  239. package/lib/commonjs/utils/string.js.map +1 -1
  240. package/lib/commonjs/utils/x509.js +2 -2
  241. package/lib/commonjs/utils/x509.js.map +1 -1
  242. package/lib/commonjs/utils/zod.js +1 -1
  243. package/lib/commonjs/utils/zod.js.map +1 -1
  244. package/lib/commonjs/wallet-instance/common/wallet-instance.js +5 -5
  245. package/lib/commonjs/wallet-instance/common/wallet-instance.js.map +1 -1
  246. package/lib/commonjs/wallet-instance/v1.0.0/index.js +2 -2
  247. package/lib/commonjs/wallet-instance/v1.0.0/index.js.map +1 -1
  248. package/lib/commonjs/wallet-instance/v1.3.3/index.js +2 -2
  249. package/lib/commonjs/wallet-instance/v1.3.3/index.js.map +1 -1
  250. package/lib/commonjs/wallet-instance-attestation/api/types.js +7 -7
  251. package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
  252. package/lib/commonjs/wallet-instance-attestation/common/types.js +7 -7
  253. package/lib/commonjs/wallet-instance-attestation/common/types.js.map +1 -1
  254. package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js +2 -2
  255. package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
  256. package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js +15 -15
  257. package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
  258. package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js +2 -2
  259. package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
  260. package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js +5 -5
  261. package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
  262. package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js +1 -1
  263. package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
  264. package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +2 -2
  265. package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
  266. package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js +20 -20
  267. package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
  268. package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
  269. package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js +1 -1
  270. package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
  271. package/lib/commonjs/wallet-unit-attestation/api/types.js +5 -5
  272. package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -1
  273. package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +4 -4
  274. package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
  275. package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +30 -27
  276. package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
  277. package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
  278. package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
  279. package/lib/module/IoWallet.js +6 -4
  280. package/lib/module/IoWallet.js.map +1 -1
  281. package/lib/module/api/index.js +19 -19
  282. package/lib/module/api/index.js.map +1 -1
  283. package/lib/module/client/index.js +10 -12
  284. package/lib/module/client/index.js.map +1 -1
  285. package/lib/module/credential/issuance/api/IssuerConfig.js +23 -23
  286. package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
  287. package/lib/module/credential/issuance/api/mrtd-pop/index.js.map +1 -1
  288. package/lib/module/credential/issuance/api/types.js +3 -3
  289. package/lib/module/credential/issuance/api/types.js.map +1 -1
  290. package/lib/module/credential/issuance/common/02-start-user-authorization.js +4 -1
  291. package/lib/module/credential/issuance/common/02-start-user-authorization.js.map +1 -1
  292. package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
  293. package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
  294. package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +6 -6
  295. package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
  296. package/lib/module/credential/issuance/common/errors.js +0 -3
  297. package/lib/module/credential/issuance/common/errors.js.map +1 -1
  298. package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
  299. package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
  300. package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
  301. package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
  302. package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
  303. package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
  304. package/lib/module/credential/issuance/mrtd-pop/index.js +5 -5
  305. package/lib/module/credential/issuance/mrtd-pop/index.js.map +1 -1
  306. package/lib/module/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
  307. package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
  308. package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
  309. package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js +17 -17
  310. package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
  311. package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js +11 -11
  312. package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
  313. package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js +25 -16
  314. package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
  315. package/lib/module/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
  316. package/lib/module/credential/issuance/v1.0.0/index.js +9 -9
  317. package/lib/module/credential/issuance/v1.0.0/index.js.map +1 -1
  318. package/lib/module/credential/issuance/v1.0.0/mappers.js +7 -7
  319. package/lib/module/credential/issuance/v1.0.0/mappers.js.map +1 -1
  320. package/lib/module/credential/issuance/v1.0.0/types.js.map +1 -1
  321. package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +3 -3
  322. package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
  323. package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js +31 -31
  324. package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
  325. package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +28 -28
  326. package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
  327. package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
  328. package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
  329. package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +34 -30
  330. package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
  331. package/lib/module/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
  332. package/lib/module/credential/issuance/v1.3.3/index.js +9 -9
  333. package/lib/module/credential/issuance/v1.3.3/index.js.map +1 -1
  334. package/lib/module/credential/issuance/v1.3.3/mappers.js +18 -17
  335. package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
  336. package/lib/module/credential/offer/common/errors.js +0 -6
  337. package/lib/module/credential/offer/common/errors.js.map +1 -1
  338. package/lib/module/credential/offer/v1.0.0/index.js +3 -3
  339. package/lib/module/credential/offer/v1.0.0/index.js.map +1 -1
  340. package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js +5 -5
  341. package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
  342. package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js +3 -3
  343. package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
  344. package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js +6 -6
  345. package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
  346. package/lib/module/credential/offer/v1.3.3/index.js +1 -1
  347. package/lib/module/credential/offer/v1.3.3/index.js.map +1 -1
  348. package/lib/module/credential/presentation/api/RelyingPartyConfig.js +8 -8
  349. package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
  350. package/lib/module/credential/presentation/api/types.js +11 -11
  351. package/lib/module/credential/presentation/api/types.js.map +1 -1
  352. package/lib/module/credential/presentation/common/errors.js +21 -21
  353. package/lib/module/credential/presentation/common/errors.js.map +1 -1
  354. package/lib/module/credential/presentation/common/utils/dcql.js +38 -35
  355. package/lib/module/credential/presentation/common/utils/dcql.js.map +1 -1
  356. package/lib/module/credential/presentation/common/utils/mdoc.js +20 -22
  357. package/lib/module/credential/presentation/common/utils/mdoc.js.map +1 -1
  358. package/lib/module/credential/presentation/common/utils/sd-jwt.js +10 -10
  359. package/lib/module/credential/presentation/common/utils/sd-jwt.js.map +1 -1
  360. package/lib/module/credential/presentation/v1.0.0/01-start-flow.js +1 -1
  361. package/lib/module/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
  362. package/lib/module/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
  363. package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
  364. package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
  365. package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
  366. package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
  367. package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +16 -11
  368. package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
  369. package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js +12 -12
  370. package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
  371. package/lib/module/credential/presentation/v1.0.0/index.js +5 -5
  372. package/lib/module/credential/presentation/v1.0.0/index.js.map +1 -1
  373. package/lib/module/credential/presentation/v1.0.0/mappers.js +6 -6
  374. package/lib/module/credential/presentation/v1.0.0/mappers.js.map +1 -1
  375. package/lib/module/credential/presentation/v1.0.0/types.js +12 -12
  376. package/lib/module/credential/presentation/v1.0.0/types.js.map +1 -1
  377. package/lib/module/credential/presentation/v1.0.0/utils.js +1 -0
  378. package/lib/module/credential/presentation/v1.0.0/utils.js.map +1 -1
  379. package/lib/module/credential/presentation/v1.0.0/utils.jwks.js +1 -0
  380. package/lib/module/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
  381. package/lib/module/credential/presentation/v1.3.3/01-start-flow.js +2 -2
  382. package/lib/module/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
  383. package/lib/module/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
  384. package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
  385. package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
  386. package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
  387. package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
  388. package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js +12 -8
  389. package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
  390. package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +25 -17
  391. package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
  392. package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
  393. package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
  394. package/lib/module/credential/presentation/v1.3.3/index.js +6 -6
  395. package/lib/module/credential/presentation/v1.3.3/index.js.map +1 -1
  396. package/lib/module/credential/presentation/v1.3.3/mappers.js +11 -11
  397. package/lib/module/credential/presentation/v1.3.3/mappers.js.map +1 -1
  398. package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js +4 -3
  399. package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
  400. package/lib/module/credential/presentation/v1.3.3/types.js +3 -3
  401. package/lib/module/credential/presentation/v1.3.3/types.js.map +1 -1
  402. package/lib/module/credential/status/api/index.js.map +1 -1
  403. package/lib/module/credential/status/api/types.js +6 -6
  404. package/lib/module/credential/status/api/types.js.map +1 -1
  405. package/lib/module/credential/status/v1.0.0/01-status-assertion.js +15 -12
  406. package/lib/module/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
  407. package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
  408. package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
  409. package/lib/module/credential/status/v1.0.0/index.js +1 -1
  410. package/lib/module/credential/status/v1.0.0/index.js.map +1 -1
  411. package/lib/module/credential/status/v1.0.0/mappers.js.map +1 -1
  412. package/lib/module/credential/status/v1.0.0/types.js +17 -17
  413. package/lib/module/credential/status/v1.0.0/types.js.map +1 -1
  414. package/lib/module/credential/status/v1.3.3/01-status-list.js +4 -4
  415. package/lib/module/credential/status/v1.3.3/01-status-list.js.map +1 -1
  416. package/lib/module/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
  417. package/lib/module/credential/status/v1.3.3/03-get-status.js +3 -2
  418. package/lib/module/credential/status/v1.3.3/03-get-status.js.map +1 -1
  419. package/lib/module/credential/status/v1.3.3/index.js +3 -3
  420. package/lib/module/credential/status/v1.3.3/index.js.map +1 -1
  421. package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js +8 -8
  422. package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
  423. package/lib/module/credential/trustmark/v1.0.0/index.js.map +1 -1
  424. package/lib/module/credential/trustmark/v1.3.3/index.js.map +1 -1
  425. package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -54
  426. package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
  427. package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
  428. package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
  429. package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
  430. package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
  431. package/lib/module/credentials-catalogue/v1.0.0/index.js +1 -1
  432. package/lib/module/credentials-catalogue/v1.0.0/index.js.map +1 -1
  433. package/lib/module/credentials-catalogue/v1.0.0/mappers.js +0 -1
  434. package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
  435. package/lib/module/credentials-catalogue/v1.0.0/types.js +35 -35
  436. package/lib/module/credentials-catalogue/v1.0.0/types.js.map +1 -1
  437. package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
  438. package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
  439. package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
  440. package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
  441. package/lib/module/credentials-catalogue/v1.3.3/index.js +1 -1
  442. package/lib/module/credentials-catalogue/v1.3.3/index.js.map +1 -1
  443. package/lib/module/credentials-catalogue/v1.3.3/mappers.js +22 -21
  444. package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
  445. package/lib/module/credentials-catalogue/v1.3.3/types.js +93 -93
  446. package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
  447. package/lib/module/credentials-catalogue/v1.3.3/utils.js +8 -8
  448. package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
  449. package/lib/module/index.js +10 -10
  450. package/lib/module/index.js.map +1 -1
  451. package/lib/module/mdoc/index.js +13 -5
  452. package/lib/module/mdoc/index.js.map +1 -1
  453. package/lib/module/mdoc/utils.js.map +1 -1
  454. package/lib/module/sd-jwt/__test__/types.test.js +9 -9
  455. package/lib/module/sd-jwt/__test__/types.test.js.map +1 -1
  456. package/lib/module/sd-jwt/__test__/utils.test.js +3 -3
  457. package/lib/module/sd-jwt/__test__/utils.test.js.map +1 -1
  458. package/lib/module/sd-jwt/index.js +9 -9
  459. package/lib/module/sd-jwt/index.js.map +1 -1
  460. package/lib/module/sd-jwt/types.js +18 -18
  461. package/lib/module/sd-jwt/types.js.map +1 -1
  462. package/lib/module/sd-jwt/utils.js +3 -3
  463. package/lib/module/sd-jwt/utils.js.map +1 -1
  464. package/lib/module/trust/api/TrustAnchorConfig.js +4 -4
  465. package/lib/module/trust/api/TrustAnchorConfig.js.map +1 -1
  466. package/lib/module/trust/common/build-chain.js +5 -2
  467. package/lib/module/trust/common/build-chain.js.map +1 -1
  468. package/lib/module/trust/common/errors.js +46 -37
  469. package/lib/module/trust/common/errors.js.map +1 -1
  470. package/lib/module/trust/common/types.js +22 -22
  471. package/lib/module/trust/common/types.js.map +1 -1
  472. package/lib/module/trust/common/utils.js +45 -45
  473. package/lib/module/trust/common/utils.js.map +1 -1
  474. package/lib/module/trust/common/verify-chain.js +96 -96
  475. package/lib/module/trust/common/verify-chain.js.map +1 -1
  476. package/lib/module/trust/v1.0.0/build-chain.js +2 -2
  477. package/lib/module/trust/v1.0.0/build-chain.js.map +1 -1
  478. package/lib/module/trust/v1.0.0/entities.js +1 -1
  479. package/lib/module/trust/v1.0.0/entities.js.map +1 -1
  480. package/lib/module/trust/v1.0.0/index.js +3 -3
  481. package/lib/module/trust/v1.0.0/index.js.map +1 -1
  482. package/lib/module/trust/v1.0.0/mappers.js +2 -2
  483. package/lib/module/trust/v1.0.0/mappers.js.map +1 -1
  484. package/lib/module/trust/v1.0.0/types.js +46 -46
  485. package/lib/module/trust/v1.0.0/types.js.map +1 -1
  486. package/lib/module/trust/v1.0.0/verify-chain.js +3 -3
  487. package/lib/module/trust/v1.0.0/verify-chain.js.map +1 -1
  488. package/lib/module/trust/v1.3.3/entities.js +1 -1
  489. package/lib/module/trust/v1.3.3/entities.js.map +1 -1
  490. package/lib/module/trust/v1.3.3/types.js +2 -2
  491. package/lib/module/trust/v1.3.3/types.js.map +1 -1
  492. package/lib/module/utils/auth.js +2 -2
  493. package/lib/module/utils/auth.js.map +1 -1
  494. package/lib/module/utils/callbacks.js +47 -51
  495. package/lib/module/utils/callbacks.js.map +1 -1
  496. package/lib/module/utils/credentials.js +3 -3
  497. package/lib/module/utils/credentials.js.map +1 -1
  498. package/lib/module/utils/crypto.js +23 -25
  499. package/lib/module/utils/crypto.js.map +1 -1
  500. package/lib/module/utils/decoder.js +3 -3
  501. package/lib/module/utils/decoder.js.map +1 -1
  502. package/lib/module/utils/dpop.js +5 -5
  503. package/lib/module/utils/dpop.js.map +1 -1
  504. package/lib/module/utils/error-codes.js +19 -19
  505. package/lib/module/utils/error-codes.js.map +1 -1
  506. package/lib/module/utils/errors.js +47 -46
  507. package/lib/module/utils/errors.js.map +1 -1
  508. package/lib/module/utils/jwk.js +4 -5
  509. package/lib/module/utils/jwk.js.map +1 -1
  510. package/lib/module/utils/logging.js +15 -14
  511. package/lib/module/utils/logging.js.map +1 -1
  512. package/lib/module/utils/mappers.js +6 -8
  513. package/lib/module/utils/mappers.js.map +1 -1
  514. package/lib/module/utils/misc.js +7 -6
  515. package/lib/module/utils/misc.js.map +1 -1
  516. package/lib/module/utils/par.js +28 -28
  517. package/lib/module/utils/par.js.map +1 -1
  518. package/lib/module/utils/pop.js +5 -5
  519. package/lib/module/utils/pop.js.map +1 -1
  520. package/lib/module/utils/string.js.map +1 -1
  521. package/lib/module/utils/x509.js +2 -2
  522. package/lib/module/utils/x509.js.map +1 -1
  523. package/lib/module/utils/zod.js +1 -1
  524. package/lib/module/utils/zod.js.map +1 -1
  525. package/lib/module/wallet-instance/common/wallet-instance.js +6 -6
  526. package/lib/module/wallet-instance/common/wallet-instance.js.map +1 -1
  527. package/lib/module/wallet-instance/v1.0.0/index.js +3 -3
  528. package/lib/module/wallet-instance/v1.0.0/index.js.map +1 -1
  529. package/lib/module/wallet-instance/v1.3.3/index.js +3 -3
  530. package/lib/module/wallet-instance/v1.3.3/index.js.map +1 -1
  531. package/lib/module/wallet-instance-attestation/api/types.js +7 -7
  532. package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
  533. package/lib/module/wallet-instance-attestation/common/types.js +7 -7
  534. package/lib/module/wallet-instance-attestation/common/types.js.map +1 -1
  535. package/lib/module/wallet-instance-attestation/v1.0.0/index.js +2 -2
  536. package/lib/module/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
  537. package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js +15 -15
  538. package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
  539. package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js +2 -2
  540. package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
  541. package/lib/module/wallet-instance-attestation/v1.0.0/types.js +5 -5
  542. package/lib/module/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
  543. package/lib/module/wallet-instance-attestation/v1.0.0/utils.js +1 -1
  544. package/lib/module/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
  545. package/lib/module/wallet-instance-attestation/v1.3.3/index.js +2 -2
  546. package/lib/module/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
  547. package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js +20 -20
  548. package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
  549. package/lib/module/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
  550. package/lib/module/wallet-instance-attestation/v1.3.3/utils.js +1 -1
  551. package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
  552. package/lib/module/wallet-unit-attestation/api/types.js +5 -5
  553. package/lib/module/wallet-unit-attestation/api/types.js.map +1 -1
  554. package/lib/module/wallet-unit-attestation/v1.3.3/index.js +4 -4
  555. package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
  556. package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +30 -27
  557. package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
  558. package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
  559. package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
  560. package/lib/typescript/IoWallet.d.ts +4 -4
  561. package/lib/typescript/IoWallet.d.ts.map +1 -1
  562. package/lib/typescript/api/index.d.ts +14 -14
  563. package/lib/typescript/api/index.d.ts.map +1 -1
  564. package/lib/typescript/client/index.d.ts +2 -2
  565. package/lib/typescript/client/index.d.ts.map +1 -1
  566. package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts +8 -8
  567. package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts.map +1 -1
  568. package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts +30 -30
  569. package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts.map +1 -1
  570. package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts +2 -2
  571. package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts.map +1 -1
  572. package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +5 -5
  573. package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
  574. package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts +1 -1
  575. package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts.map +1 -1
  576. package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +52 -52
  577. package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
  578. package/lib/typescript/credential/issuance/api/index.d.ts +2 -2
  579. package/lib/typescript/credential/issuance/api/index.d.ts.map +1 -1
  580. package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts +30 -30
  581. package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts.map +1 -1
  582. package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts +25 -25
  583. package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts.map +1 -1
  584. package/lib/typescript/credential/issuance/api/types.d.ts +8 -11
  585. package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
  586. package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts +2 -2
  587. package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
  588. package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.mdoc.d.ts.map +1 -1
  589. package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.sdjwt.d.ts.map +1 -1
  590. package/lib/typescript/credential/issuance/common/errors.d.ts +0 -1
  591. package/lib/typescript/credential/issuance/common/errors.d.ts.map +1 -1
  592. package/lib/typescript/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.d.ts.map +1 -1
  593. package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts +2 -2
  594. package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts.map +1 -1
  595. package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts +2 -2
  596. package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts.map +1 -1
  597. package/lib/typescript/credential/issuance/mrtd-pop/index.d.ts.map +1 -1
  598. package/lib/typescript/credential/issuance/v1.0.0/01-evaluate-issuer-trust.d.ts.map +1 -1
  599. package/lib/typescript/credential/issuance/v1.0.0/02-start-user-authorization.d.ts.map +1 -1
  600. package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts +1 -1
  601. package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts.map +1 -1
  602. package/lib/typescript/credential/issuance/v1.0.0/04-authorize-access.d.ts.map +1 -1
  603. package/lib/typescript/credential/issuance/v1.0.0/05-obtain-credential.d.ts.map +1 -1
  604. package/lib/typescript/credential/issuance/v1.0.0/06-verify-and-parse-credential.d.ts.map +1 -1
  605. package/lib/typescript/credential/issuance/v1.0.0/index.d.ts.map +1 -1
  606. package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +130 -130
  607. package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts.map +1 -1
  608. package/lib/typescript/credential/issuance/v1.0.0/types.d.ts.map +1 -1
  609. package/lib/typescript/credential/issuance/v1.3.3/01-evaluate-issuer-trust.d.ts.map +1 -1
  610. package/lib/typescript/credential/issuance/v1.3.3/02-start-user-authorization.d.ts.map +1 -1
  611. package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts +1 -1
  612. package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts.map +1 -1
  613. package/lib/typescript/credential/issuance/v1.3.3/04-authorize-access.d.ts.map +1 -1
  614. package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts +8 -8
  615. package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
  616. package/lib/typescript/credential/issuance/v1.3.3/06-verify-and-parse-credential.d.ts.map +1 -1
  617. package/lib/typescript/credential/issuance/v1.3.3/index.d.ts.map +1 -1
  618. package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +45 -45
  619. package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
  620. package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts +1 -1
  621. package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts.map +1 -1
  622. package/lib/typescript/credential/offer/api/index.d.ts +1 -1
  623. package/lib/typescript/credential/offer/api/index.d.ts.map +1 -1
  624. package/lib/typescript/credential/offer/common/errors.d.ts +0 -2
  625. package/lib/typescript/credential/offer/common/errors.d.ts.map +1 -1
  626. package/lib/typescript/credential/offer/v1.0.0/index.d.ts.map +1 -1
  627. package/lib/typescript/credential/offer/v1.3.3/01-resolve-credential-offer.d.ts.map +1 -1
  628. package/lib/typescript/credential/offer/v1.3.3/02-extract-grant-details.d.ts.map +1 -1
  629. package/lib/typescript/credential/offer/v1.3.3/03-validate-credential-offer.d.ts.map +1 -1
  630. package/lib/typescript/credential/offer/v1.3.3/index.d.ts.map +1 -1
  631. package/lib/typescript/credential/presentation/api/01-start-flow.d.ts +3 -3
  632. package/lib/typescript/credential/presentation/api/01-start-flow.d.ts.map +1 -1
  633. package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts +12 -12
  634. package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts.map +1 -1
  635. package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts +17 -17
  636. package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts.map +1 -1
  637. package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +19 -19
  638. package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
  639. package/lib/typescript/credential/presentation/api/index.d.ts +1 -1
  640. package/lib/typescript/credential/presentation/api/index.d.ts.map +1 -1
  641. package/lib/typescript/credential/presentation/api/types.d.ts +72 -72
  642. package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
  643. package/lib/typescript/credential/presentation/common/errors.d.ts +24 -24
  644. package/lib/typescript/credential/presentation/common/errors.d.ts.map +1 -1
  645. package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +5 -5
  646. package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
  647. package/lib/typescript/credential/presentation/common/utils/mdoc.d.ts.map +1 -1
  648. package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
  649. package/lib/typescript/credential/presentation/v1.0.0/01-start-flow.d.ts.map +1 -1
  650. package/lib/typescript/credential/presentation/v1.0.0/02-evaluate-rp-trust.d.ts.map +1 -1
  651. package/lib/typescript/credential/presentation/v1.0.0/03-get-request-object.d.ts.map +1 -1
  652. package/lib/typescript/credential/presentation/v1.0.0/05-verify-request-object.d.ts.map +1 -1
  653. package/lib/typescript/credential/presentation/v1.0.0/06-evaluate-dcql-query.d.ts.map +1 -1
  654. package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts +1 -1
  655. package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts.map +1 -1
  656. package/lib/typescript/credential/presentation/v1.0.0/index.d.ts.map +1 -1
  657. package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +51 -51
  658. package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
  659. package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +10 -10
  660. package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
  661. package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts +1 -1
  662. package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
  663. package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts +1 -1
  664. package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
  665. package/lib/typescript/credential/presentation/v1.3.3/01-start-flow.d.ts.map +1 -1
  666. package/lib/typescript/credential/presentation/v1.3.3/02-evaluate-rp-trust.d.ts.map +1 -1
  667. package/lib/typescript/credential/presentation/v1.3.3/03-get-request-object.d.ts.map +1 -1
  668. package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts.map +1 -1
  669. package/lib/typescript/credential/presentation/v1.3.3/05-verify-request-object.d.ts.map +1 -1
  670. package/lib/typescript/credential/presentation/v1.3.3/06-evaluate-dcql-query.d.ts.map +1 -1
  671. package/lib/typescript/credential/presentation/v1.3.3/07-send-authorization-response.d.ts.map +1 -1
  672. package/lib/typescript/credential/presentation/v1.3.3/index.d.ts.map +1 -1
  673. package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +41 -41
  674. package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
  675. package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
  676. package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +2 -2
  677. package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
  678. package/lib/typescript/credential/status/api/index.d.ts +3 -3
  679. package/lib/typescript/credential/status/api/index.d.ts.map +1 -1
  680. package/lib/typescript/credential/status/api/status-assertion.d.ts +3 -3
  681. package/lib/typescript/credential/status/api/status-assertion.d.ts.map +1 -1
  682. package/lib/typescript/credential/status/api/status-list.d.ts +11 -11
  683. package/lib/typescript/credential/status/api/status-list.d.ts.map +1 -1
  684. package/lib/typescript/credential/status/api/types.d.ts +12 -12
  685. package/lib/typescript/credential/status/api/types.d.ts.map +1 -1
  686. package/lib/typescript/credential/status/v1.0.0/01-status-assertion.d.ts.map +1 -1
  687. package/lib/typescript/credential/status/v1.0.0/02-verify-and-parse-status-assertion.d.ts.map +1 -1
  688. package/lib/typescript/credential/status/v1.0.0/index.d.ts.map +1 -1
  689. package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +7 -7
  690. package/lib/typescript/credential/status/v1.0.0/mappers.d.ts.map +1 -1
  691. package/lib/typescript/credential/status/v1.0.0/types.d.ts +27 -27
  692. package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
  693. package/lib/typescript/credential/status/v1.3.3/01-status-list.d.ts.map +1 -1
  694. package/lib/typescript/credential/status/v1.3.3/02-verify-and-parse-status-list.d.ts.map +1 -1
  695. package/lib/typescript/credential/status/v1.3.3/03-get-status.d.ts.map +1 -1
  696. package/lib/typescript/credential/status/v1.3.3/index.d.ts.map +1 -1
  697. package/lib/typescript/credential/trustmark/api/index.d.ts +11 -11
  698. package/lib/typescript/credential/trustmark/api/index.d.ts.map +1 -1
  699. package/lib/typescript/credential/trustmark/v1.0.0/get-credential-trustmark.d.ts.map +1 -1
  700. package/lib/typescript/credential/trustmark/v1.0.0/index.d.ts.map +1 -1
  701. package/lib/typescript/credential/trustmark/v1.3.3/index.d.ts.map +1 -1
  702. package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +168 -165
  703. package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
  704. package/lib/typescript/credentials-catalogue/api/index.d.ts +11 -11
  705. package/lib/typescript/credentials-catalogue/api/index.d.ts.map +1 -1
  706. package/lib/typescript/credentials-catalogue/common/get-status-l10n-ids.d.ts.map +1 -1
  707. package/lib/typescript/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.d.ts.map +1 -1
  708. package/lib/typescript/credentials-catalogue/v1.0.0/index.d.ts.map +1 -1
  709. package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +72 -71
  710. package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
  711. package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +89 -89
  712. package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
  713. package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts.map +1 -1
  714. package/lib/typescript/credentials-catalogue/v1.3.3/index.d.ts.map +1 -1
  715. package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +158 -157
  716. package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
  717. package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +186 -186
  718. package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
  719. package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +1 -1
  720. package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
  721. package/lib/typescript/index.d.ts +12 -12
  722. package/lib/typescript/index.d.ts.map +1 -1
  723. package/lib/typescript/mdoc/index.d.ts.map +1 -1
  724. package/lib/typescript/mdoc/utils.d.ts +2 -2
  725. package/lib/typescript/mdoc/utils.d.ts.map +1 -1
  726. package/lib/typescript/sd-jwt/index.d.ts +10 -10
  727. package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
  728. package/lib/typescript/sd-jwt/types.d.ts +15 -15
  729. package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
  730. package/lib/typescript/sd-jwt/utils.d.ts +1 -1
  731. package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
  732. package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +17 -17
  733. package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
  734. package/lib/typescript/trust/api/index.d.ts +11 -11
  735. package/lib/typescript/trust/api/index.d.ts.map +1 -1
  736. package/lib/typescript/trust/common/build-chain.d.ts +3 -3
  737. package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
  738. package/lib/typescript/trust/common/errors.d.ts +43 -43
  739. package/lib/typescript/trust/common/errors.d.ts.map +1 -1
  740. package/lib/typescript/trust/common/types.d.ts +37 -37
  741. package/lib/typescript/trust/common/types.d.ts.map +1 -1
  742. package/lib/typescript/trust/common/utils.d.ts +17 -17
  743. package/lib/typescript/trust/common/utils.d.ts.map +1 -1
  744. package/lib/typescript/trust/common/verify-chain.d.ts +9 -9
  745. package/lib/typescript/trust/common/verify-chain.d.ts.map +1 -1
  746. package/lib/typescript/trust/v1.0.0/entities.d.ts +325 -325
  747. package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
  748. package/lib/typescript/trust/v1.0.0/index.d.ts.map +1 -1
  749. package/lib/typescript/trust/v1.0.0/mappers.d.ts +42 -42
  750. package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
  751. package/lib/typescript/trust/v1.0.0/types.d.ts +331 -331
  752. package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
  753. package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
  754. package/lib/typescript/trust/v1.3.3/entities.d.ts +24 -24
  755. package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
  756. package/lib/typescript/trust/v1.3.3/types.d.ts +206 -206
  757. package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
  758. package/lib/typescript/utils/auth.d.ts +1 -1
  759. package/lib/typescript/utils/callbacks.d.ts +1 -1
  760. package/lib/typescript/utils/callbacks.d.ts.map +1 -1
  761. package/lib/typescript/utils/credentials.d.ts.map +1 -1
  762. package/lib/typescript/utils/crypto.d.ts +1 -1
  763. package/lib/typescript/utils/crypto.d.ts.map +1 -1
  764. package/lib/typescript/utils/decoder.d.ts +1 -1
  765. package/lib/typescript/utils/decoder.d.ts.map +1 -1
  766. package/lib/typescript/utils/dpop.d.ts +3 -3
  767. package/lib/typescript/utils/dpop.d.ts.map +1 -1
  768. package/lib/typescript/utils/error-codes.d.ts +18 -18
  769. package/lib/typescript/utils/error-codes.d.ts.map +1 -1
  770. package/lib/typescript/utils/errors.d.ts +49 -51
  771. package/lib/typescript/utils/errors.d.ts.map +1 -1
  772. package/lib/typescript/utils/integrity.d.ts +9 -9
  773. package/lib/typescript/utils/integrity.d.ts.map +1 -1
  774. package/lib/typescript/utils/jwk.d.ts +3 -3
  775. package/lib/typescript/utils/jwk.d.ts.map +1 -1
  776. package/lib/typescript/utils/logging.d.ts +10 -10
  777. package/lib/typescript/utils/logging.d.ts.map +1 -1
  778. package/lib/typescript/utils/mappers.d.ts.map +1 -1
  779. package/lib/typescript/utils/misc.d.ts +2 -2
  780. package/lib/typescript/utils/misc.d.ts.map +1 -1
  781. package/lib/typescript/utils/par.d.ts +13 -13
  782. package/lib/typescript/utils/par.d.ts.map +1 -1
  783. package/lib/typescript/utils/parser.d.ts +2 -2
  784. package/lib/typescript/utils/parser.d.ts.map +1 -1
  785. package/lib/typescript/utils/pop.d.ts +2 -2
  786. package/lib/typescript/utils/pop.d.ts.map +1 -1
  787. package/lib/typescript/utils/string.d.ts.map +1 -1
  788. package/lib/typescript/utils/x509.d.ts.map +1 -1
  789. package/lib/typescript/utils/zod.d.ts +5 -5
  790. package/lib/typescript/utils/zod.d.ts.map +1 -1
  791. package/lib/typescript/wallet-instance/api/index.d.ts +19 -19
  792. package/lib/typescript/wallet-instance/api/index.d.ts.map +1 -1
  793. package/lib/typescript/wallet-instance/common/wallet-instance.d.ts.map +1 -1
  794. package/lib/typescript/wallet-instance/v1.0.0/index.d.ts.map +1 -1
  795. package/lib/typescript/wallet-instance/v1.3.3/index.d.ts.map +1 -1
  796. package/lib/typescript/wallet-instance-attestation/api/index.d.ts +15 -15
  797. package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
  798. package/lib/typescript/wallet-instance-attestation/api/types.d.ts +10 -10
  799. package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
  800. package/lib/typescript/wallet-instance-attestation/common/types.d.ts +5 -5
  801. package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
  802. package/lib/typescript/wallet-instance-attestation/v1.0.0/index.d.ts.map +1 -1
  803. package/lib/typescript/wallet-instance-attestation/v1.0.0/issuing.d.ts.map +1 -1
  804. package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts +12 -12
  805. package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +14 -14
  806. package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
  807. package/lib/typescript/wallet-instance-attestation/v1.0.0/utils.d.ts.map +1 -1
  808. package/lib/typescript/wallet-instance-attestation/v1.3.3/index.d.ts.map +1 -1
  809. package/lib/typescript/wallet-instance-attestation/v1.3.3/issuing.d.ts.map +1 -1
  810. package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts +10 -10
  811. package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +5 -5
  812. package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts.map +1 -1
  813. package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -1
  814. package/lib/typescript/wallet-unit-attestation/api/index.d.ts +20 -20
  815. package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -1
  816. package/lib/typescript/wallet-unit-attestation/api/types.d.ts +10 -10
  817. package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -1
  818. package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -1
  819. package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -1
  820. package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +11 -11
  821. package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +6 -6
  822. package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -1
  823. package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -1
  824. package/package.json +10 -7
  825. package/src/IoWallet.ts +11 -9
  826. package/src/api/index.ts +27 -27
  827. package/src/client/index.ts +14 -13
  828. package/src/credential/issuance/api/01-evaluate-issuer-trust.ts +1 -1
  829. package/src/credential/issuance/api/02-start-user-authorization.ts +9 -8
  830. package/src/credential/issuance/api/03-complete-user-authorization.ts +41 -40
  831. package/src/credential/issuance/api/04-authorize-access.ts +4 -3
  832. package/src/credential/issuance/api/05-obtain-credential.ts +8 -7
  833. package/src/credential/issuance/api/06-verify-and-parse-credential.ts +3 -2
  834. package/src/credential/issuance/api/IssuerConfig.ts +20 -19
  835. package/src/credential/issuance/api/index.ts +4 -4
  836. package/src/credential/issuance/api/mrtd-pop/index.ts +39 -38
  837. package/src/credential/issuance/api/mrtd-pop/types.ts +27 -27
  838. package/src/credential/issuance/api/types.ts +9 -8
  839. package/src/credential/issuance/common/02-start-user-authorization.ts +20 -14
  840. package/src/credential/issuance/common/06-verify-and-parse-credential.mdoc.ts +39 -34
  841. package/src/credential/issuance/common/06-verify-and-parse-credential.sdjwt.ts +32 -29
  842. package/src/credential/issuance/common/errors.ts +0 -4
  843. package/src/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.ts +7 -5
  844. package/src/credential/issuance/mrtd-pop/02-init-challenge.ts +22 -20
  845. package/src/credential/issuance/mrtd-pop/03-validate-challenge.ts +24 -21
  846. package/src/credential/issuance/mrtd-pop/index.ts +7 -6
  847. package/src/credential/issuance/v1.0.0/01-evaluate-issuer-trust.ts +3 -2
  848. package/src/credential/issuance/v1.0.0/02-start-user-authorization.ts +15 -14
  849. package/src/credential/issuance/v1.0.0/03-complete-user-authorization.ts +45 -43
  850. package/src/credential/issuance/v1.0.0/04-authorize-access.ts +17 -15
  851. package/src/credential/issuance/v1.0.0/05-obtain-credential.ts +39 -22
  852. package/src/credential/issuance/v1.0.0/06-verify-and-parse-credential.ts +5 -4
  853. package/src/credential/issuance/v1.0.0/index.ts +11 -10
  854. package/src/credential/issuance/v1.0.0/mappers.ts +12 -11
  855. package/src/credential/issuance/v1.0.0/types.ts +2 -1
  856. package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +6 -4
  857. package/src/credential/issuance/v1.3.3/02-start-user-authorization.ts +33 -30
  858. package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +54 -51
  859. package/src/credential/issuance/v1.3.3/04-authorize-access.ts +20 -18
  860. package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +49 -43
  861. package/src/credential/issuance/v1.3.3/06-verify-and-parse-credential.ts +5 -4
  862. package/src/credential/issuance/v1.3.3/index.ts +11 -10
  863. package/src/credential/issuance/v1.3.3/mappers.ts +25 -22
  864. package/src/credential/offer/api/01-resolve-credential-offer.ts +1 -1
  865. package/src/credential/offer/api/03-validate-credential-offer.ts +2 -1
  866. package/src/credential/offer/api/index.ts +2 -2
  867. package/src/credential/offer/common/errors.ts +0 -8
  868. package/src/credential/offer/v1.0.0/index.ts +5 -4
  869. package/src/credential/offer/v1.3.3/01-resolve-credential-offer.ts +5 -3
  870. package/src/credential/offer/v1.3.3/02-extract-grant-details.ts +6 -4
  871. package/src/credential/offer/v1.3.3/03-validate-credential-offer.ts +6 -4
  872. package/src/credential/offer/v1.3.3/index.ts +2 -1
  873. package/src/credential/presentation/api/01-start-flow.ts +4 -4
  874. package/src/credential/presentation/api/02-evaluate-rp-trust.ts +1 -1
  875. package/src/credential/presentation/api/03-get-request-object.ts +1 -1
  876. package/src/credential/presentation/api/04-verify-certificate-chain.ts +1 -1
  877. package/src/credential/presentation/api/05-verify-request-object.ts +1 -1
  878. package/src/credential/presentation/api/06-evaluate-dcql-query.ts +14 -14
  879. package/src/credential/presentation/api/07-send-authorization-response.ts +21 -19
  880. package/src/credential/presentation/api/RelyingPartyConfig.ts +8 -7
  881. package/src/credential/presentation/api/index.ts +4 -4
  882. package/src/credential/presentation/api/types.ts +68 -66
  883. package/src/credential/presentation/common/errors.ts +32 -35
  884. package/src/credential/presentation/common/utils/dcql.ts +34 -30
  885. package/src/credential/presentation/common/utils/http.ts +2 -2
  886. package/src/credential/presentation/common/utils/mdoc.ts +17 -15
  887. package/src/credential/presentation/common/utils/sd-jwt.ts +19 -16
  888. package/src/credential/presentation/v1.0.0/01-start-flow.ts +4 -3
  889. package/src/credential/presentation/v1.0.0/02-evaluate-rp-trust.ts +3 -2
  890. package/src/credential/presentation/v1.0.0/03-get-request-object.ts +6 -5
  891. package/src/credential/presentation/v1.0.0/05-verify-request-object.ts +14 -12
  892. package/src/credential/presentation/v1.0.0/06-evaluate-dcql-query.ts +26 -15
  893. package/src/credential/presentation/v1.0.0/07-send-authorization-response.ts +23 -21
  894. package/src/credential/presentation/v1.0.0/index.ts +6 -5
  895. package/src/credential/presentation/v1.0.0/mappers.ts +9 -8
  896. package/src/credential/presentation/v1.0.0/types.ts +11 -10
  897. package/src/credential/presentation/v1.0.0/utils.jwks.ts +4 -3
  898. package/src/credential/presentation/v1.0.0/utils.ts +4 -3
  899. package/src/credential/presentation/v1.3.3/01-start-flow.ts +5 -3
  900. package/src/credential/presentation/v1.3.3/02-evaluate-rp-trust.ts +3 -2
  901. package/src/credential/presentation/v1.3.3/03-get-request-object.ts +4 -2
  902. package/src/credential/presentation/v1.3.3/04-verify-certificate-chain.ts +9 -7
  903. package/src/credential/presentation/v1.3.3/05-verify-request-object.ts +24 -14
  904. package/src/credential/presentation/v1.3.3/06-evaluate-dcql-query.ts +37 -23
  905. package/src/credential/presentation/v1.3.3/07-send-authorization-response.ts +40 -32
  906. package/src/credential/presentation/v1.3.3/index.ts +7 -6
  907. package/src/credential/presentation/v1.3.3/mappers.ts +13 -12
  908. package/src/credential/presentation/v1.3.3/sdkErrorMapper.ts +9 -7
  909. package/src/credential/presentation/v1.3.3/types.ts +3 -3
  910. package/src/credential/status/api/index.ts +4 -4
  911. package/src/credential/status/api/status-assertion.ts +7 -6
  912. package/src/credential/status/api/status-list.ts +17 -17
  913. package/src/credential/status/api/types.ts +12 -11
  914. package/src/credential/status/v1.0.0/01-status-assertion.ts +22 -16
  915. package/src/credential/status/v1.0.0/02-verify-and-parse-status-assertion.ts +27 -17
  916. package/src/credential/status/v1.0.0/index.ts +2 -1
  917. package/src/credential/status/v1.0.0/mappers.ts +2 -1
  918. package/src/credential/status/v1.0.0/types.ts +17 -16
  919. package/src/credential/status/v1.3.3/01-status-list.ts +9 -7
  920. package/src/credential/status/v1.3.3/02-verify-and-parse-status-list.ts +3 -1
  921. package/src/credential/status/v1.3.3/03-get-status.ts +6 -4
  922. package/src/credential/status/v1.3.3/index.ts +3 -2
  923. package/src/credential/trustmark/api/index.ts +11 -11
  924. package/src/credential/trustmark/v1.0.0/get-credential-trustmark.ts +14 -13
  925. package/src/credential/trustmark/v1.0.0/index.ts +2 -1
  926. package/src/credential/trustmark/v1.3.3/index.ts +2 -1
  927. package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +48 -46
  928. package/src/credentials-catalogue/api/index.ts +14 -12
  929. package/src/credentials-catalogue/common/get-status-l10n-ids.ts +4 -4
  930. package/src/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.ts +7 -6
  931. package/src/credentials-catalogue/v1.0.0/index.ts +2 -1
  932. package/src/credentials-catalogue/v1.0.0/mappers.ts +2 -3
  933. package/src/credentials-catalogue/v1.0.0/types.ts +32 -31
  934. package/src/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.ts +14 -14
  935. package/src/credentials-catalogue/v1.3.3/fetch-translations.ts +4 -3
  936. package/src/credentials-catalogue/v1.3.3/index.ts +2 -1
  937. package/src/credentials-catalogue/v1.3.3/mappers.ts +28 -27
  938. package/src/credentials-catalogue/v1.3.3/types.ts +82 -81
  939. package/src/credentials-catalogue/v1.3.3/utils.ts +14 -12
  940. package/src/index.ts +23 -23
  941. package/src/mdoc/index.ts +26 -11
  942. package/src/mdoc/utils.ts +6 -4
  943. package/src/sd-jwt/__test__/types.test.ts +6 -6
  944. package/src/sd-jwt/__test__/utils.test.ts +2 -2
  945. package/src/sd-jwt/index.ts +10 -8
  946. package/src/sd-jwt/types.ts +14 -13
  947. package/src/sd-jwt/utils.ts +10 -9
  948. package/src/trust/api/TrustAnchorConfig.ts +3 -2
  949. package/src/trust/api/index.ts +19 -16
  950. package/src/trust/common/build-chain.ts +28 -18
  951. package/src/trust/common/errors.ts +58 -50
  952. package/src/trust/common/types.ts +22 -21
  953. package/src/trust/common/utils.ts +65 -64
  954. package/src/trust/common/verify-chain.ts +140 -138
  955. package/src/trust/v1.0.0/build-chain.ts +1 -1
  956. package/src/trust/v1.0.0/entities.ts +18 -16
  957. package/src/trust/v1.0.0/index.ts +5 -4
  958. package/src/trust/v1.0.0/mappers.ts +3 -2
  959. package/src/trust/v1.0.0/types.ts +43 -42
  960. package/src/trust/v1.0.0/verify-chain.ts +3 -2
  961. package/src/trust/v1.3.3/entities.ts +6 -4
  962. package/src/trust/v1.3.3/types.ts +10 -9
  963. package/src/utils/auth.ts +1 -1
  964. package/src/utils/callbacks.ts +38 -38
  965. package/src/utils/credentials.ts +7 -5
  966. package/src/utils/crypto.ts +36 -36
  967. package/src/utils/decoder.ts +7 -5
  968. package/src/utils/dpop.ts +5 -6
  969. package/src/utils/error-codes.ts +20 -20
  970. package/src/utils/errors.ts +89 -87
  971. package/src/utils/integrity.ts +11 -11
  972. package/src/utils/jwk.ts +4 -4
  973. package/src/utils/logging.ts +21 -20
  974. package/src/utils/mappers.ts +14 -11
  975. package/src/utils/misc.ts +15 -12
  976. package/src/utils/par.ts +30 -29
  977. package/src/utils/parser.ts +4 -4
  978. package/src/utils/pop.ts +4 -5
  979. package/src/utils/string.ts +2 -2
  980. package/src/utils/x509.ts +5 -4
  981. package/src/utils/zod.ts +4 -4
  982. package/src/wallet-instance/api/index.ts +24 -24
  983. package/src/wallet-instance/common/wallet-instance.ts +8 -7
  984. package/src/wallet-instance/v1.0.0/index.ts +5 -4
  985. package/src/wallet-instance/v1.3.3/index.ts +5 -4
  986. package/src/wallet-instance-attestation/api/index.ts +18 -17
  987. package/src/wallet-instance-attestation/api/types.ts +12 -11
  988. package/src/wallet-instance-attestation/common/types.ts +7 -6
  989. package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -2
  990. package/src/wallet-instance-attestation/v1.0.0/issuing.ts +22 -20
  991. package/src/wallet-instance-attestation/v1.0.0/mappers.ts +2 -2
  992. package/src/wallet-instance-attestation/v1.0.0/types.ts +10 -9
  993. package/src/wallet-instance-attestation/v1.0.0/utils.ts +3 -2
  994. package/src/wallet-instance-attestation/v1.3.3/index.ts +4 -3
  995. package/src/wallet-instance-attestation/v1.3.3/issuing.ts +25 -23
  996. package/src/wallet-instance-attestation/v1.3.3/types.ts +3 -2
  997. package/src/wallet-instance-attestation/v1.3.3/utils.ts +3 -2
  998. package/src/wallet-unit-attestation/api/index.ts +23 -23
  999. package/src/wallet-unit-attestation/api/types.ts +11 -10
  1000. package/src/wallet-unit-attestation/v1.3.3/index.ts +6 -5
  1001. package/src/wallet-unit-attestation/v1.3.3/issuing.ts +41 -33
  1002. package/src/wallet-unit-attestation/v1.3.3/types.ts +2 -1
  1003. package/src/wallet-unit-attestation/v1.3.3/utils.ts +1 -0
@@ -2,33 +2,15 @@ import * as z from "zod";
2
2
  export type TrustAnchorEntityConfiguration = z.infer<typeof TrustAnchorEntityConfiguration>;
3
3
  export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
4
4
  header: z.ZodObject<{
5
- typ: z.ZodLiteral<"entity-statement+jwt">;
6
5
  alg: z.ZodString;
7
6
  kid: z.ZodString;
7
+ typ: z.ZodLiteral<"entity-statement+jwt">;
8
8
  }, z.core.$strip>;
9
9
  payload: z.ZodObject<{
10
- iss: z.ZodString;
11
- sub: z.ZodString;
12
- iat: z.ZodNumber;
13
- exp: z.ZodNumber;
14
10
  authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
15
- metadata: z.ZodObject<{
16
- federation_entity: z.ZodObject<{
17
- federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
18
- federation_list_endpoint: z.ZodOptional<z.ZodString>;
19
- federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
20
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
21
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
22
- federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
23
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
24
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
25
- organization_name: z.ZodOptional<z.ZodString>;
26
- homepage_uri: z.ZodOptional<z.ZodString>;
27
- policy_uri: z.ZodOptional<z.ZodString>;
28
- logo_uri: z.ZodOptional<z.ZodString>;
29
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
30
- }, z.core.$loose>;
31
- }, z.core.$loose>;
11
+ exp: z.ZodNumber;
12
+ iat: z.ZodNumber;
13
+ iss: z.ZodString;
32
14
  jwks: z.ZodObject<{
33
15
  keys: z.ZodArray<z.ZodObject<{
34
16
  alg: z.ZodOptional<z.ZodString>;
@@ -51,45 +33,45 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
51
33
  qi: z.ZodOptional<z.ZodString>;
52
34
  use: z.ZodOptional<z.ZodString>;
53
35
  x: z.ZodOptional<z.ZodString>;
54
- y: z.ZodOptional<z.ZodString>;
55
36
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
56
37
  x5t: z.ZodOptional<z.ZodString>;
57
38
  "x5t#S256": z.ZodOptional<z.ZodString>;
58
39
  x5u: z.ZodOptional<z.ZodString>;
40
+ y: z.ZodOptional<z.ZodString>;
59
41
  }, z.core.$strip>>;
60
42
  }, z.core.$strip>;
61
- }, z.core.$loose>;
62
- }, z.core.$strip>;
63
- export type CredentialIssuerEntityConfiguration = z.infer<typeof CredentialIssuerEntityConfiguration>;
64
- export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.ZodObject<{
65
- header: z.ZodObject<{
66
- typ: z.ZodLiteral<"entity-statement+jwt">;
67
- alg: z.ZodString;
68
- kid: z.ZodString;
69
- }, z.core.$strip>;
70
- payload: z.ZodObject<{
71
- iss: z.ZodString;
72
- sub: z.ZodString;
73
- iat: z.ZodNumber;
74
- exp: z.ZodNumber;
75
- authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
76
43
  metadata: z.ZodObject<{
77
44
  federation_entity: z.ZodObject<{
45
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
46
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
78
47
  federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
48
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
79
49
  federation_list_endpoint: z.ZodOptional<z.ZodString>;
80
50
  federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
81
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
82
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
83
51
  federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
84
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
85
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
86
- organization_name: z.ZodOptional<z.ZodString>;
52
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
53
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
87
54
  homepage_uri: z.ZodOptional<z.ZodString>;
88
- policy_uri: z.ZodOptional<z.ZodString>;
89
55
  logo_uri: z.ZodOptional<z.ZodString>;
90
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
56
+ organization_name: z.ZodOptional<z.ZodString>;
57
+ policy_uri: z.ZodOptional<z.ZodString>;
91
58
  }, z.core.$loose>;
92
59
  }, z.core.$loose>;
60
+ sub: z.ZodString;
61
+ }, z.core.$loose>;
62
+ }, z.core.$strip>;
63
+ export type CredentialIssuerEntityConfiguration = z.infer<typeof CredentialIssuerEntityConfiguration>;
64
+ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.ZodObject<{
65
+ header: z.ZodObject<{
66
+ alg: z.ZodString;
67
+ kid: z.ZodString;
68
+ typ: z.ZodLiteral<"entity-statement+jwt">;
69
+ }, z.core.$strip>;
70
+ payload: z.ZodObject<{
71
+ authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
72
+ exp: z.ZodNumber;
73
+ iat: z.ZodNumber;
74
+ iss: z.ZodString;
93
75
  jwks: z.ZodObject<{
94
76
  keys: z.ZodArray<z.ZodObject<{
95
77
  alg: z.ZodOptional<z.ZodString>;
@@ -112,13 +94,31 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
112
94
  qi: z.ZodOptional<z.ZodString>;
113
95
  use: z.ZodOptional<z.ZodString>;
114
96
  x: z.ZodOptional<z.ZodString>;
115
- y: z.ZodOptional<z.ZodString>;
116
97
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
117
98
  x5t: z.ZodOptional<z.ZodString>;
118
99
  "x5t#S256": z.ZodOptional<z.ZodString>;
119
100
  x5u: z.ZodOptional<z.ZodString>;
101
+ y: z.ZodOptional<z.ZodString>;
120
102
  }, z.core.$strip>>;
121
103
  }, z.core.$strip>;
104
+ metadata: z.ZodObject<{
105
+ federation_entity: z.ZodObject<{
106
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
107
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
108
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
109
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
110
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
111
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
112
+ federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
113
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
114
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
115
+ homepage_uri: z.ZodOptional<z.ZodString>;
116
+ logo_uri: z.ZodOptional<z.ZodString>;
117
+ organization_name: z.ZodOptional<z.ZodString>;
118
+ policy_uri: z.ZodOptional<z.ZodString>;
119
+ }, z.core.$loose>;
120
+ }, z.core.$loose>;
121
+ sub: z.ZodString;
122
122
  }, z.core.$loose>;
123
123
  }, z.core.$strip>, z.ZodObject<{
124
124
  payload: z.ZodObject<{
@@ -144,54 +144,21 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
144
144
  qi: z.ZodOptional<z.ZodString>;
145
145
  use: z.ZodOptional<z.ZodString>;
146
146
  x: z.ZodOptional<z.ZodString>;
147
- y: z.ZodOptional<z.ZodString>;
148
147
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
149
148
  x5t: z.ZodOptional<z.ZodString>;
150
149
  "x5t#S256": z.ZodOptional<z.ZodString>;
151
150
  x5u: z.ZodOptional<z.ZodString>;
151
+ y: z.ZodOptional<z.ZodString>;
152
152
  }, z.core.$strip>>;
153
153
  }, z.core.$strip>;
154
154
  metadata: z.ZodObject<{
155
- openid_credential_issuer: z.ZodObject<{
156
- credential_issuer: z.ZodString;
157
- credential_endpoint: z.ZodString;
158
- revocation_endpoint: z.ZodOptional<z.ZodString>;
159
- nonce_endpoint: z.ZodString;
160
- status_attestation_endpoint: z.ZodString;
161
- display: z.ZodArray<z.ZodObject<{
162
- name: z.ZodString;
163
- locale: z.ZodString;
164
- }, z.core.$strip>>;
165
- credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
166
- format: z.ZodLiteral<"dc+sd-jwt">;
167
- vct: z.ZodString;
168
- }, z.core.$strip>, z.ZodObject<{
169
- format: z.ZodLiteral<"mso_mdoc">;
170
- doctype: z.ZodString;
171
- }, z.core.$strip>], "format">, z.ZodObject<{
172
- scope: z.ZodString;
173
- display: z.ZodArray<z.ZodObject<{
174
- name: z.ZodString;
175
- locale: z.ZodString;
176
- }, z.core.$strip>>;
177
- claims: z.ZodArray<z.ZodObject<{
178
- path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
179
- display: z.ZodArray<z.ZodObject<{
180
- name: z.ZodString;
181
- locale: z.ZodString;
182
- }, z.core.$strip>>;
183
- }, z.core.$strip>>;
184
- cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
185
- credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
186
- authentic_source: z.ZodOptional<z.ZodString>;
187
- issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
188
- display: z.ZodArray<z.ZodObject<{
189
- title: z.ZodString;
190
- description: z.ZodString;
191
- locale: z.ZodString;
192
- }, z.core.$strip>>;
193
- }, z.core.$strip>>>;
194
- }, z.core.$strip>>>;
155
+ oauth_authorization_server: z.ZodObject<{
156
+ acr_values_supported: z.ZodArray<z.ZodString>;
157
+ authorization_endpoint: z.ZodString;
158
+ client_registration_types_supported: z.ZodArray<z.ZodString>;
159
+ code_challenge_methods_supported: z.ZodArray<z.ZodString>;
160
+ grant_types_supported: z.ZodArray<z.ZodString>;
161
+ issuer: z.ZodString;
195
162
  jwks: z.ZodObject<{
196
163
  keys: z.ZodArray<z.ZodObject<{
197
164
  alg: z.ZodOptional<z.ZodString>;
@@ -214,25 +181,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
214
181
  qi: z.ZodOptional<z.ZodString>;
215
182
  use: z.ZodOptional<z.ZodString>;
216
183
  x: z.ZodOptional<z.ZodString>;
217
- y: z.ZodOptional<z.ZodString>;
218
184
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
219
185
  x5t: z.ZodOptional<z.ZodString>;
220
186
  "x5t#S256": z.ZodOptional<z.ZodString>;
221
187
  x5u: z.ZodOptional<z.ZodString>;
188
+ y: z.ZodOptional<z.ZodString>;
222
189
  }, z.core.$strip>>;
223
190
  }, z.core.$strip>;
224
- trust_frameworks_supported: z.ZodArray<z.ZodString>;
225
- evidence_supported: z.ZodArray<z.ZodString>;
226
- }, z.core.$strip>;
227
- oauth_authorization_server: z.ZodObject<{
228
- authorization_endpoint: z.ZodString;
229
191
  pushed_authorization_request_endpoint: z.ZodString;
192
+ request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
193
+ response_modes_supported: z.ZodArray<z.ZodString>;
194
+ scopes_supported: z.ZodArray<z.ZodString>;
230
195
  token_endpoint: z.ZodString;
231
- client_registration_types_supported: z.ZodArray<z.ZodString>;
232
- code_challenge_methods_supported: z.ZodArray<z.ZodString>;
233
- acr_values_supported: z.ZodArray<z.ZodString>;
234
- grant_types_supported: z.ZodArray<z.ZodString>;
235
- issuer: z.ZodString;
196
+ token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
197
+ token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
198
+ }, z.core.$strip>;
199
+ openid_credential_issuer: z.ZodObject<{
200
+ credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
201
+ format: z.ZodLiteral<"dc+sd-jwt">;
202
+ vct: z.ZodString;
203
+ }, z.core.$strip>, z.ZodObject<{
204
+ doctype: z.ZodString;
205
+ format: z.ZodLiteral<"mso_mdoc">;
206
+ }, z.core.$strip>], "format">, z.ZodObject<{
207
+ authentic_source: z.ZodOptional<z.ZodString>;
208
+ claims: z.ZodArray<z.ZodObject<{
209
+ display: z.ZodArray<z.ZodObject<{
210
+ locale: z.ZodString;
211
+ name: z.ZodString;
212
+ }, z.core.$strip>>;
213
+ path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
214
+ }, z.core.$strip>>;
215
+ credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
216
+ cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
217
+ display: z.ZodArray<z.ZodObject<{
218
+ locale: z.ZodString;
219
+ name: z.ZodString;
220
+ }, z.core.$strip>>;
221
+ issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
222
+ display: z.ZodArray<z.ZodObject<{
223
+ description: z.ZodString;
224
+ locale: z.ZodString;
225
+ title: z.ZodString;
226
+ }, z.core.$strip>>;
227
+ }, z.core.$strip>>>;
228
+ scope: z.ZodString;
229
+ }, z.core.$strip>>>;
230
+ credential_endpoint: z.ZodString;
231
+ credential_issuer: z.ZodString;
232
+ display: z.ZodArray<z.ZodObject<{
233
+ locale: z.ZodString;
234
+ name: z.ZodString;
235
+ }, z.core.$strip>>;
236
+ evidence_supported: z.ZodArray<z.ZodString>;
236
237
  jwks: z.ZodObject<{
237
238
  keys: z.ZodArray<z.ZodObject<{
238
239
  alg: z.ZodOptional<z.ZodString>;
@@ -255,23 +256,26 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
255
256
  qi: z.ZodOptional<z.ZodString>;
256
257
  use: z.ZodOptional<z.ZodString>;
257
258
  x: z.ZodOptional<z.ZodString>;
258
- y: z.ZodOptional<z.ZodString>;
259
259
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
260
260
  x5t: z.ZodOptional<z.ZodString>;
261
261
  "x5t#S256": z.ZodOptional<z.ZodString>;
262
262
  x5u: z.ZodOptional<z.ZodString>;
263
+ y: z.ZodOptional<z.ZodString>;
263
264
  }, z.core.$strip>>;
264
265
  }, z.core.$strip>;
265
- scopes_supported: z.ZodArray<z.ZodString>;
266
- response_modes_supported: z.ZodArray<z.ZodString>;
267
- token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
268
- token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
269
- request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
266
+ nonce_endpoint: z.ZodString;
267
+ revocation_endpoint: z.ZodOptional<z.ZodString>;
268
+ status_attestation_endpoint: z.ZodString;
269
+ trust_frameworks_supported: z.ZodArray<z.ZodString>;
270
270
  }, z.core.$strip>;
271
271
  openid_credential_verifier: z.ZodOptional<z.ZodObject<{
272
272
  application_type: z.ZodOptional<z.ZodString>;
273
+ authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
274
+ authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
275
+ authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
273
276
  client_id: z.ZodOptional<z.ZodString>;
274
277
  client_name: z.ZodOptional<z.ZodString>;
278
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
275
279
  jwks: z.ZodObject<{
276
280
  keys: z.ZodArray<z.ZodObject<{
277
281
  alg: z.ZodOptional<z.ZodString>;
@@ -285,11 +289,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
285
289
  x5u: z.ZodOptional<z.ZodString>;
286
290
  }, z.core.$loose>>;
287
291
  }, z.core.$strip>;
288
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
289
292
  request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
290
- authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
291
- authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
292
- authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
293
293
  }, z.core.$strip>>;
294
294
  }, z.core.$strip>;
295
295
  }, z.core.$strip>;
@@ -297,33 +297,15 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
297
297
  export type RelyingPartyEntityConfiguration = z.infer<typeof RelyingPartyEntityConfiguration>;
298
298
  export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObject<{
299
299
  header: z.ZodObject<{
300
- typ: z.ZodLiteral<"entity-statement+jwt">;
301
300
  alg: z.ZodString;
302
301
  kid: z.ZodString;
302
+ typ: z.ZodLiteral<"entity-statement+jwt">;
303
303
  }, z.core.$strip>;
304
304
  payload: z.ZodObject<{
305
- iss: z.ZodString;
306
- sub: z.ZodString;
307
- iat: z.ZodNumber;
308
- exp: z.ZodNumber;
309
305
  authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
310
- metadata: z.ZodObject<{
311
- federation_entity: z.ZodObject<{
312
- federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
313
- federation_list_endpoint: z.ZodOptional<z.ZodString>;
314
- federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
315
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
316
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
317
- federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
318
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
319
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
320
- organization_name: z.ZodOptional<z.ZodString>;
321
- homepage_uri: z.ZodOptional<z.ZodString>;
322
- policy_uri: z.ZodOptional<z.ZodString>;
323
- logo_uri: z.ZodOptional<z.ZodString>;
324
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
325
- }, z.core.$loose>;
326
- }, z.core.$loose>;
306
+ exp: z.ZodNumber;
307
+ iat: z.ZodNumber;
308
+ iss: z.ZodString;
327
309
  jwks: z.ZodObject<{
328
310
  keys: z.ZodArray<z.ZodObject<{
329
311
  alg: z.ZodOptional<z.ZodString>;
@@ -346,21 +328,43 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
346
328
  qi: z.ZodOptional<z.ZodString>;
347
329
  use: z.ZodOptional<z.ZodString>;
348
330
  x: z.ZodOptional<z.ZodString>;
349
- y: z.ZodOptional<z.ZodString>;
350
331
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
351
332
  x5t: z.ZodOptional<z.ZodString>;
352
333
  "x5t#S256": z.ZodOptional<z.ZodString>;
353
334
  x5u: z.ZodOptional<z.ZodString>;
335
+ y: z.ZodOptional<z.ZodString>;
354
336
  }, z.core.$strip>>;
355
337
  }, z.core.$strip>;
338
+ metadata: z.ZodObject<{
339
+ federation_entity: z.ZodObject<{
340
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
341
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
342
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
343
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
344
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
345
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
346
+ federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
347
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
348
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
349
+ homepage_uri: z.ZodOptional<z.ZodString>;
350
+ logo_uri: z.ZodOptional<z.ZodString>;
351
+ organization_name: z.ZodOptional<z.ZodString>;
352
+ policy_uri: z.ZodOptional<z.ZodString>;
353
+ }, z.core.$loose>;
354
+ }, z.core.$loose>;
355
+ sub: z.ZodString;
356
356
  }, z.core.$loose>;
357
357
  }, z.core.$strip>, z.ZodObject<{
358
358
  payload: z.ZodObject<{
359
359
  metadata: z.ZodObject<{
360
360
  openid_credential_verifier: z.ZodObject<{
361
361
  application_type: z.ZodOptional<z.ZodString>;
362
+ authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
363
+ authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
364
+ authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
362
365
  client_id: z.ZodOptional<z.ZodString>;
363
366
  client_name: z.ZodOptional<z.ZodString>;
367
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
364
368
  jwks: z.ZodObject<{
365
369
  keys: z.ZodArray<z.ZodObject<{
366
370
  alg: z.ZodOptional<z.ZodString>;
@@ -374,11 +378,7 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
374
378
  x5u: z.ZodOptional<z.ZodString>;
375
379
  }, z.core.$loose>>;
376
380
  }, z.core.$strip>;
377
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
378
381
  request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
379
- authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
380
- authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
381
- authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
382
382
  }, z.core.$strip>;
383
383
  }, z.core.$strip>;
384
384
  }, z.core.$strip>;
@@ -386,33 +386,15 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
386
386
  export type WalletProviderEntityConfiguration = z.infer<typeof WalletProviderEntityConfiguration>;
387
387
  export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodObject<{
388
388
  header: z.ZodObject<{
389
- typ: z.ZodLiteral<"entity-statement+jwt">;
390
389
  alg: z.ZodString;
391
390
  kid: z.ZodString;
391
+ typ: z.ZodLiteral<"entity-statement+jwt">;
392
392
  }, z.core.$strip>;
393
393
  payload: z.ZodObject<{
394
- iss: z.ZodString;
395
- sub: z.ZodString;
396
- iat: z.ZodNumber;
397
- exp: z.ZodNumber;
398
394
  authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
399
- metadata: z.ZodObject<{
400
- federation_entity: z.ZodObject<{
401
- federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
402
- federation_list_endpoint: z.ZodOptional<z.ZodString>;
403
- federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
404
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
405
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
406
- federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
407
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
408
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
409
- organization_name: z.ZodOptional<z.ZodString>;
410
- homepage_uri: z.ZodOptional<z.ZodString>;
411
- policy_uri: z.ZodOptional<z.ZodString>;
412
- logo_uri: z.ZodOptional<z.ZodString>;
413
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
414
- }, z.core.$loose>;
415
- }, z.core.$loose>;
395
+ exp: z.ZodNumber;
396
+ iat: z.ZodNumber;
397
+ iss: z.ZodString;
416
398
  jwks: z.ZodObject<{
417
399
  keys: z.ZodArray<z.ZodObject<{
418
400
  alg: z.ZodOptional<z.ZodString>;
@@ -435,23 +417,38 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
435
417
  qi: z.ZodOptional<z.ZodString>;
436
418
  use: z.ZodOptional<z.ZodString>;
437
419
  x: z.ZodOptional<z.ZodString>;
438
- y: z.ZodOptional<z.ZodString>;
439
420
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
440
421
  x5t: z.ZodOptional<z.ZodString>;
441
422
  "x5t#S256": z.ZodOptional<z.ZodString>;
442
423
  x5u: z.ZodOptional<z.ZodString>;
424
+ y: z.ZodOptional<z.ZodString>;
443
425
  }, z.core.$strip>>;
444
426
  }, z.core.$strip>;
427
+ metadata: z.ZodObject<{
428
+ federation_entity: z.ZodObject<{
429
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
430
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
431
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
432
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
433
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
434
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
435
+ federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
436
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
437
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
438
+ homepage_uri: z.ZodOptional<z.ZodString>;
439
+ logo_uri: z.ZodOptional<z.ZodString>;
440
+ organization_name: z.ZodOptional<z.ZodString>;
441
+ policy_uri: z.ZodOptional<z.ZodString>;
442
+ }, z.core.$loose>;
443
+ }, z.core.$loose>;
444
+ sub: z.ZodString;
445
445
  }, z.core.$loose>;
446
446
  }, z.core.$strip>, z.ZodObject<{
447
447
  payload: z.ZodObject<{
448
448
  metadata: z.ZodObject<{
449
449
  wallet_provider: z.ZodObject<{
450
- token_endpoint: z.ZodString;
451
450
  aal_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
452
451
  grant_types_supported: z.ZodArray<z.ZodString>;
453
- token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
454
- token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
455
452
  jwks: z.ZodObject<{
456
453
  keys: z.ZodArray<z.ZodObject<{
457
454
  alg: z.ZodOptional<z.ZodString>;
@@ -474,13 +471,16 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
474
471
  qi: z.ZodOptional<z.ZodString>;
475
472
  use: z.ZodOptional<z.ZodString>;
476
473
  x: z.ZodOptional<z.ZodString>;
477
- y: z.ZodOptional<z.ZodString>;
478
474
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
479
475
  x5t: z.ZodOptional<z.ZodString>;
480
476
  "x5t#S256": z.ZodOptional<z.ZodString>;
481
477
  x5u: z.ZodOptional<z.ZodString>;
478
+ y: z.ZodOptional<z.ZodString>;
482
479
  }, z.core.$strip>>;
483
480
  }, z.core.$strip>;
481
+ token_endpoint: z.ZodString;
482
+ token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
483
+ token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
484
484
  }, z.core.$loose>;
485
485
  }, z.core.$strip>;
486
486
  }, z.core.$strip>;
@@ -488,33 +488,15 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
488
488
  export type EntityConfiguration = z.infer<typeof EntityConfiguration>;
489
489
  export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
490
490
  header: z.ZodObject<{
491
- typ: z.ZodLiteral<"entity-statement+jwt">;
492
491
  alg: z.ZodString;
493
492
  kid: z.ZodString;
493
+ typ: z.ZodLiteral<"entity-statement+jwt">;
494
494
  }, z.core.$strip>;
495
495
  payload: z.ZodObject<{
496
- iss: z.ZodString;
497
- sub: z.ZodString;
498
- iat: z.ZodNumber;
499
- exp: z.ZodNumber;
500
496
  authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
501
- metadata: z.ZodObject<{
502
- federation_entity: z.ZodObject<{
503
- federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
504
- federation_list_endpoint: z.ZodOptional<z.ZodString>;
505
- federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
506
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
507
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
508
- federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
509
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
510
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
511
- organization_name: z.ZodOptional<z.ZodString>;
512
- homepage_uri: z.ZodOptional<z.ZodString>;
513
- policy_uri: z.ZodOptional<z.ZodString>;
514
- logo_uri: z.ZodOptional<z.ZodString>;
515
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
516
- }, z.core.$loose>;
517
- }, z.core.$loose>;
497
+ exp: z.ZodNumber;
498
+ iat: z.ZodNumber;
499
+ iss: z.ZodString;
518
500
  jwks: z.ZodObject<{
519
501
  keys: z.ZodArray<z.ZodObject<{
520
502
  alg: z.ZodOptional<z.ZodString>;
@@ -537,23 +519,38 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
537
519
  qi: z.ZodOptional<z.ZodString>;
538
520
  use: z.ZodOptional<z.ZodString>;
539
521
  x: z.ZodOptional<z.ZodString>;
540
- y: z.ZodOptional<z.ZodString>;
541
522
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
542
523
  x5t: z.ZodOptional<z.ZodString>;
543
524
  "x5t#S256": z.ZodOptional<z.ZodString>;
544
525
  x5u: z.ZodOptional<z.ZodString>;
526
+ y: z.ZodOptional<z.ZodString>;
545
527
  }, z.core.$strip>>;
546
528
  }, z.core.$strip>;
529
+ metadata: z.ZodObject<{
530
+ federation_entity: z.ZodObject<{
531
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
532
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
533
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
534
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
535
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
536
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
537
+ federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
538
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
539
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
540
+ homepage_uri: z.ZodOptional<z.ZodString>;
541
+ logo_uri: z.ZodOptional<z.ZodString>;
542
+ organization_name: z.ZodOptional<z.ZodString>;
543
+ policy_uri: z.ZodOptional<z.ZodString>;
544
+ }, z.core.$loose>;
545
+ }, z.core.$loose>;
546
+ sub: z.ZodString;
547
547
  }, z.core.$loose>;
548
548
  }, z.core.$strip>, z.ZodObject<{
549
549
  payload: z.ZodObject<{
550
550
  metadata: z.ZodObject<{
551
551
  wallet_provider: z.ZodObject<{
552
- token_endpoint: z.ZodString;
553
552
  aal_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
554
553
  grant_types_supported: z.ZodArray<z.ZodString>;
555
- token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
556
- token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
557
554
  jwks: z.ZodObject<{
558
555
  keys: z.ZodArray<z.ZodObject<{
559
556
  alg: z.ZodOptional<z.ZodString>;
@@ -576,45 +573,30 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
576
573
  qi: z.ZodOptional<z.ZodString>;
577
574
  use: z.ZodOptional<z.ZodString>;
578
575
  x: z.ZodOptional<z.ZodString>;
579
- y: z.ZodOptional<z.ZodString>;
580
576
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
581
577
  x5t: z.ZodOptional<z.ZodString>;
582
578
  "x5t#S256": z.ZodOptional<z.ZodString>;
583
579
  x5u: z.ZodOptional<z.ZodString>;
580
+ y: z.ZodOptional<z.ZodString>;
584
581
  }, z.core.$strip>>;
585
582
  }, z.core.$strip>;
583
+ token_endpoint: z.ZodString;
584
+ token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
585
+ token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
586
586
  }, z.core.$loose>;
587
- }, z.core.$strip>;
588
- }, z.core.$strip>;
589
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
590
- header: z.ZodObject<{
591
- typ: z.ZodLiteral<"entity-statement+jwt">;
592
- alg: z.ZodString;
593
- kid: z.ZodString;
594
- }, z.core.$strip>;
595
- payload: z.ZodObject<{
596
- iss: z.ZodString;
597
- sub: z.ZodString;
598
- iat: z.ZodNumber;
599
- exp: z.ZodNumber;
600
- authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
601
- metadata: z.ZodObject<{
602
- federation_entity: z.ZodObject<{
603
- federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
604
- federation_list_endpoint: z.ZodOptional<z.ZodString>;
605
- federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
606
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
607
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
608
- federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
609
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
610
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
611
- organization_name: z.ZodOptional<z.ZodString>;
612
- homepage_uri: z.ZodOptional<z.ZodString>;
613
- policy_uri: z.ZodOptional<z.ZodString>;
614
- logo_uri: z.ZodOptional<z.ZodString>;
615
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
616
- }, z.core.$loose>;
617
- }, z.core.$loose>;
587
+ }, z.core.$strip>;
588
+ }, z.core.$strip>;
589
+ }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
590
+ header: z.ZodObject<{
591
+ alg: z.ZodString;
592
+ kid: z.ZodString;
593
+ typ: z.ZodLiteral<"entity-statement+jwt">;
594
+ }, z.core.$strip>;
595
+ payload: z.ZodObject<{
596
+ authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
597
+ exp: z.ZodNumber;
598
+ iat: z.ZodNumber;
599
+ iss: z.ZodString;
618
600
  jwks: z.ZodObject<{
619
601
  keys: z.ZodArray<z.ZodObject<{
620
602
  alg: z.ZodOptional<z.ZodString>;
@@ -637,13 +619,31 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
637
619
  qi: z.ZodOptional<z.ZodString>;
638
620
  use: z.ZodOptional<z.ZodString>;
639
621
  x: z.ZodOptional<z.ZodString>;
640
- y: z.ZodOptional<z.ZodString>;
641
622
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
642
623
  x5t: z.ZodOptional<z.ZodString>;
643
624
  "x5t#S256": z.ZodOptional<z.ZodString>;
644
625
  x5u: z.ZodOptional<z.ZodString>;
626
+ y: z.ZodOptional<z.ZodString>;
645
627
  }, z.core.$strip>>;
646
628
  }, z.core.$strip>;
629
+ metadata: z.ZodObject<{
630
+ federation_entity: z.ZodObject<{
631
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
632
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
633
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
634
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
635
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
636
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
637
+ federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
638
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
639
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
640
+ homepage_uri: z.ZodOptional<z.ZodString>;
641
+ logo_uri: z.ZodOptional<z.ZodString>;
642
+ organization_name: z.ZodOptional<z.ZodString>;
643
+ policy_uri: z.ZodOptional<z.ZodString>;
644
+ }, z.core.$loose>;
645
+ }, z.core.$loose>;
646
+ sub: z.ZodString;
647
647
  }, z.core.$loose>;
648
648
  }, z.core.$strip>, z.ZodObject<{
649
649
  payload: z.ZodObject<{
@@ -669,54 +669,21 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
669
669
  qi: z.ZodOptional<z.ZodString>;
670
670
  use: z.ZodOptional<z.ZodString>;
671
671
  x: z.ZodOptional<z.ZodString>;
672
- y: z.ZodOptional<z.ZodString>;
673
672
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
674
673
  x5t: z.ZodOptional<z.ZodString>;
675
674
  "x5t#S256": z.ZodOptional<z.ZodString>;
676
675
  x5u: z.ZodOptional<z.ZodString>;
676
+ y: z.ZodOptional<z.ZodString>;
677
677
  }, z.core.$strip>>;
678
678
  }, z.core.$strip>;
679
679
  metadata: z.ZodObject<{
680
- openid_credential_issuer: z.ZodObject<{
681
- credential_issuer: z.ZodString;
682
- credential_endpoint: z.ZodString;
683
- revocation_endpoint: z.ZodOptional<z.ZodString>;
684
- nonce_endpoint: z.ZodString;
685
- status_attestation_endpoint: z.ZodString;
686
- display: z.ZodArray<z.ZodObject<{
687
- name: z.ZodString;
688
- locale: z.ZodString;
689
- }, z.core.$strip>>;
690
- credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
691
- format: z.ZodLiteral<"dc+sd-jwt">;
692
- vct: z.ZodString;
693
- }, z.core.$strip>, z.ZodObject<{
694
- format: z.ZodLiteral<"mso_mdoc">;
695
- doctype: z.ZodString;
696
- }, z.core.$strip>], "format">, z.ZodObject<{
697
- scope: z.ZodString;
698
- display: z.ZodArray<z.ZodObject<{
699
- name: z.ZodString;
700
- locale: z.ZodString;
701
- }, z.core.$strip>>;
702
- claims: z.ZodArray<z.ZodObject<{
703
- path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
704
- display: z.ZodArray<z.ZodObject<{
705
- name: z.ZodString;
706
- locale: z.ZodString;
707
- }, z.core.$strip>>;
708
- }, z.core.$strip>>;
709
- cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
710
- credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
711
- authentic_source: z.ZodOptional<z.ZodString>;
712
- issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
713
- display: z.ZodArray<z.ZodObject<{
714
- title: z.ZodString;
715
- description: z.ZodString;
716
- locale: z.ZodString;
717
- }, z.core.$strip>>;
718
- }, z.core.$strip>>>;
719
- }, z.core.$strip>>>;
680
+ oauth_authorization_server: z.ZodObject<{
681
+ acr_values_supported: z.ZodArray<z.ZodString>;
682
+ authorization_endpoint: z.ZodString;
683
+ client_registration_types_supported: z.ZodArray<z.ZodString>;
684
+ code_challenge_methods_supported: z.ZodArray<z.ZodString>;
685
+ grant_types_supported: z.ZodArray<z.ZodString>;
686
+ issuer: z.ZodString;
720
687
  jwks: z.ZodObject<{
721
688
  keys: z.ZodArray<z.ZodObject<{
722
689
  alg: z.ZodOptional<z.ZodString>;
@@ -739,25 +706,59 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
739
706
  qi: z.ZodOptional<z.ZodString>;
740
707
  use: z.ZodOptional<z.ZodString>;
741
708
  x: z.ZodOptional<z.ZodString>;
742
- y: z.ZodOptional<z.ZodString>;
743
709
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
744
710
  x5t: z.ZodOptional<z.ZodString>;
745
711
  "x5t#S256": z.ZodOptional<z.ZodString>;
746
712
  x5u: z.ZodOptional<z.ZodString>;
713
+ y: z.ZodOptional<z.ZodString>;
747
714
  }, z.core.$strip>>;
748
715
  }, z.core.$strip>;
749
- trust_frameworks_supported: z.ZodArray<z.ZodString>;
750
- evidence_supported: z.ZodArray<z.ZodString>;
751
- }, z.core.$strip>;
752
- oauth_authorization_server: z.ZodObject<{
753
- authorization_endpoint: z.ZodString;
754
716
  pushed_authorization_request_endpoint: z.ZodString;
717
+ request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
718
+ response_modes_supported: z.ZodArray<z.ZodString>;
719
+ scopes_supported: z.ZodArray<z.ZodString>;
755
720
  token_endpoint: z.ZodString;
756
- client_registration_types_supported: z.ZodArray<z.ZodString>;
757
- code_challenge_methods_supported: z.ZodArray<z.ZodString>;
758
- acr_values_supported: z.ZodArray<z.ZodString>;
759
- grant_types_supported: z.ZodArray<z.ZodString>;
760
- issuer: z.ZodString;
721
+ token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
722
+ token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
723
+ }, z.core.$strip>;
724
+ openid_credential_issuer: z.ZodObject<{
725
+ credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
726
+ format: z.ZodLiteral<"dc+sd-jwt">;
727
+ vct: z.ZodString;
728
+ }, z.core.$strip>, z.ZodObject<{
729
+ doctype: z.ZodString;
730
+ format: z.ZodLiteral<"mso_mdoc">;
731
+ }, z.core.$strip>], "format">, z.ZodObject<{
732
+ authentic_source: z.ZodOptional<z.ZodString>;
733
+ claims: z.ZodArray<z.ZodObject<{
734
+ display: z.ZodArray<z.ZodObject<{
735
+ locale: z.ZodString;
736
+ name: z.ZodString;
737
+ }, z.core.$strip>>;
738
+ path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
739
+ }, z.core.$strip>>;
740
+ credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
741
+ cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
742
+ display: z.ZodArray<z.ZodObject<{
743
+ locale: z.ZodString;
744
+ name: z.ZodString;
745
+ }, z.core.$strip>>;
746
+ issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
747
+ display: z.ZodArray<z.ZodObject<{
748
+ description: z.ZodString;
749
+ locale: z.ZodString;
750
+ title: z.ZodString;
751
+ }, z.core.$strip>>;
752
+ }, z.core.$strip>>>;
753
+ scope: z.ZodString;
754
+ }, z.core.$strip>>>;
755
+ credential_endpoint: z.ZodString;
756
+ credential_issuer: z.ZodString;
757
+ display: z.ZodArray<z.ZodObject<{
758
+ locale: z.ZodString;
759
+ name: z.ZodString;
760
+ }, z.core.$strip>>;
761
+ evidence_supported: z.ZodArray<z.ZodString>;
761
762
  jwks: z.ZodObject<{
762
763
  keys: z.ZodArray<z.ZodObject<{
763
764
  alg: z.ZodOptional<z.ZodString>;
@@ -780,23 +781,26 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
780
781
  qi: z.ZodOptional<z.ZodString>;
781
782
  use: z.ZodOptional<z.ZodString>;
782
783
  x: z.ZodOptional<z.ZodString>;
783
- y: z.ZodOptional<z.ZodString>;
784
784
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
785
785
  x5t: z.ZodOptional<z.ZodString>;
786
786
  "x5t#S256": z.ZodOptional<z.ZodString>;
787
787
  x5u: z.ZodOptional<z.ZodString>;
788
+ y: z.ZodOptional<z.ZodString>;
788
789
  }, z.core.$strip>>;
789
790
  }, z.core.$strip>;
790
- scopes_supported: z.ZodArray<z.ZodString>;
791
- response_modes_supported: z.ZodArray<z.ZodString>;
792
- token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
793
- token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
794
- request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
791
+ nonce_endpoint: z.ZodString;
792
+ revocation_endpoint: z.ZodOptional<z.ZodString>;
793
+ status_attestation_endpoint: z.ZodString;
794
+ trust_frameworks_supported: z.ZodArray<z.ZodString>;
795
795
  }, z.core.$strip>;
796
796
  openid_credential_verifier: z.ZodOptional<z.ZodObject<{
797
797
  application_type: z.ZodOptional<z.ZodString>;
798
+ authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
799
+ authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
800
+ authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
798
801
  client_id: z.ZodOptional<z.ZodString>;
799
802
  client_name: z.ZodOptional<z.ZodString>;
803
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
800
804
  jwks: z.ZodObject<{
801
805
  keys: z.ZodArray<z.ZodObject<{
802
806
  alg: z.ZodOptional<z.ZodString>;
@@ -810,43 +814,21 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
810
814
  x5u: z.ZodOptional<z.ZodString>;
811
815
  }, z.core.$loose>>;
812
816
  }, z.core.$strip>;
813
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
814
817
  request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
815
- authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
816
- authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
817
- authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
818
818
  }, z.core.$strip>>;
819
819
  }, z.core.$strip>;
820
820
  }, z.core.$strip>;
821
821
  }, z.core.$strip>>, z.ZodObject<{
822
822
  header: z.ZodObject<{
823
- typ: z.ZodLiteral<"entity-statement+jwt">;
824
823
  alg: z.ZodString;
825
824
  kid: z.ZodString;
825
+ typ: z.ZodLiteral<"entity-statement+jwt">;
826
826
  }, z.core.$strip>;
827
827
  payload: z.ZodObject<{
828
- iss: z.ZodString;
829
- sub: z.ZodString;
830
- iat: z.ZodNumber;
831
- exp: z.ZodNumber;
832
828
  authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
833
- metadata: z.ZodObject<{
834
- federation_entity: z.ZodObject<{
835
- federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
836
- federation_list_endpoint: z.ZodOptional<z.ZodString>;
837
- federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
838
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
839
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
840
- federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
841
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
842
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
843
- organization_name: z.ZodOptional<z.ZodString>;
844
- homepage_uri: z.ZodOptional<z.ZodString>;
845
- policy_uri: z.ZodOptional<z.ZodString>;
846
- logo_uri: z.ZodOptional<z.ZodString>;
847
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
848
- }, z.core.$loose>;
849
- }, z.core.$loose>;
829
+ exp: z.ZodNumber;
830
+ iat: z.ZodNumber;
831
+ iss: z.ZodString;
850
832
  jwks: z.ZodObject<{
851
833
  keys: z.ZodArray<z.ZodObject<{
852
834
  alg: z.ZodOptional<z.ZodString>;
@@ -869,43 +851,43 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
869
851
  qi: z.ZodOptional<z.ZodString>;
870
852
  use: z.ZodOptional<z.ZodString>;
871
853
  x: z.ZodOptional<z.ZodString>;
872
- y: z.ZodOptional<z.ZodString>;
873
854
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
874
855
  x5t: z.ZodOptional<z.ZodString>;
875
856
  "x5t#S256": z.ZodOptional<z.ZodString>;
876
857
  x5u: z.ZodOptional<z.ZodString>;
858
+ y: z.ZodOptional<z.ZodString>;
877
859
  }, z.core.$strip>>;
878
860
  }, z.core.$strip>;
879
- }, z.core.$loose>;
880
- }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
881
- header: z.ZodObject<{
882
- typ: z.ZodLiteral<"entity-statement+jwt">;
883
- alg: z.ZodString;
884
- kid: z.ZodString;
885
- }, z.core.$strip>;
886
- payload: z.ZodObject<{
887
- iss: z.ZodString;
888
- sub: z.ZodString;
889
- iat: z.ZodNumber;
890
- exp: z.ZodNumber;
891
- authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
892
861
  metadata: z.ZodObject<{
893
862
  federation_entity: z.ZodObject<{
863
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
864
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
894
865
  federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
866
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
895
867
  federation_list_endpoint: z.ZodOptional<z.ZodString>;
896
868
  federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
897
- federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
898
- federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
899
869
  federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
900
- federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
901
- endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
902
- organization_name: z.ZodOptional<z.ZodString>;
870
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
871
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
903
872
  homepage_uri: z.ZodOptional<z.ZodString>;
904
- policy_uri: z.ZodOptional<z.ZodString>;
905
873
  logo_uri: z.ZodOptional<z.ZodString>;
906
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
874
+ organization_name: z.ZodOptional<z.ZodString>;
875
+ policy_uri: z.ZodOptional<z.ZodString>;
907
876
  }, z.core.$loose>;
908
877
  }, z.core.$loose>;
878
+ sub: z.ZodString;
879
+ }, z.core.$loose>;
880
+ }, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
881
+ header: z.ZodObject<{
882
+ alg: z.ZodString;
883
+ kid: z.ZodString;
884
+ typ: z.ZodLiteral<"entity-statement+jwt">;
885
+ }, z.core.$strip>;
886
+ payload: z.ZodObject<{
887
+ authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
888
+ exp: z.ZodNumber;
889
+ iat: z.ZodNumber;
890
+ iss: z.ZodString;
909
891
  jwks: z.ZodObject<{
910
892
  keys: z.ZodArray<z.ZodObject<{
911
893
  alg: z.ZodOptional<z.ZodString>;
@@ -928,21 +910,43 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
928
910
  qi: z.ZodOptional<z.ZodString>;
929
911
  use: z.ZodOptional<z.ZodString>;
930
912
  x: z.ZodOptional<z.ZodString>;
931
- y: z.ZodOptional<z.ZodString>;
932
913
  x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
933
914
  x5t: z.ZodOptional<z.ZodString>;
934
915
  "x5t#S256": z.ZodOptional<z.ZodString>;
935
916
  x5u: z.ZodOptional<z.ZodString>;
917
+ y: z.ZodOptional<z.ZodString>;
936
918
  }, z.core.$strip>>;
937
919
  }, z.core.$strip>;
920
+ metadata: z.ZodObject<{
921
+ federation_entity: z.ZodObject<{
922
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
923
+ endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
924
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
925
+ federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
926
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
927
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
928
+ federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
929
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
930
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
931
+ homepage_uri: z.ZodOptional<z.ZodString>;
932
+ logo_uri: z.ZodOptional<z.ZodString>;
933
+ organization_name: z.ZodOptional<z.ZodString>;
934
+ policy_uri: z.ZodOptional<z.ZodString>;
935
+ }, z.core.$loose>;
936
+ }, z.core.$loose>;
937
+ sub: z.ZodString;
938
938
  }, z.core.$loose>;
939
939
  }, z.core.$strip>, z.ZodObject<{
940
940
  payload: z.ZodObject<{
941
941
  metadata: z.ZodObject<{
942
942
  openid_credential_verifier: z.ZodObject<{
943
943
  application_type: z.ZodOptional<z.ZodString>;
944
+ authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
945
+ authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
946
+ authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
944
947
  client_id: z.ZodOptional<z.ZodString>;
945
948
  client_name: z.ZodOptional<z.ZodString>;
949
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
946
950
  jwks: z.ZodObject<{
947
951
  keys: z.ZodArray<z.ZodObject<{
948
952
  alg: z.ZodOptional<z.ZodString>;
@@ -956,11 +960,7 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
956
960
  x5u: z.ZodOptional<z.ZodString>;
957
961
  }, z.core.$loose>>;
958
962
  }, z.core.$strip>;
959
- contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
960
963
  request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
961
- authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
962
- authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
963
- authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
964
964
  }, z.core.$strip>;
965
965
  }, z.core.$strip>;
966
966
  }, z.core.$strip>;