@pagopa/io-react-native-wallet 3.0.1 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (505) hide show
  1. package/lib/commonjs/api/index.js +3 -0
  2. package/lib/commonjs/api/index.js.map +1 -1
  3. package/lib/commonjs/client/generated/wallet-provider.js +42 -4
  4. package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
  5. package/lib/commonjs/client/index.js +5 -3
  6. package/lib/commonjs/client/index.js.map +1 -1
  7. package/lib/commonjs/credential/issuance/README.md +2 -0
  8. package/lib/commonjs/credential/issuance/api/IssuerConfig.js +2 -2
  9. package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
  10. package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
  11. package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
  12. package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
  13. package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
  14. package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +15 -8
  15. package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
  16. package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +0 -1
  17. package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
  18. package/lib/commonjs/credential/presentation/api/{06-send-authorization-response.js → 04-verify-certificate-chain.js} +1 -1
  19. package/lib/commonjs/credential/presentation/api/04-verify-certificate-chain.js.map +1 -0
  20. package/lib/commonjs/credential/presentation/api/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
  21. package/lib/commonjs/credential/presentation/api/05-verify-request-object.js.map +1 -0
  22. package/lib/commonjs/credential/presentation/api/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
  23. package/lib/commonjs/credential/presentation/api/06-evaluate-dcql-query.js.map +1 -0
  24. package/lib/commonjs/credential/presentation/api/07-send-authorization-response.js +6 -0
  25. package/lib/commonjs/credential/presentation/api/07-send-authorization-response.js.map +1 -0
  26. package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +2 -2
  27. package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
  28. package/lib/commonjs/credential/presentation/api/index.js.map +1 -1
  29. package/lib/commonjs/credential/presentation/v1.0.0/04-verify-certificate-chain.js +12 -0
  30. package/lib/commonjs/credential/presentation/v1.0.0/04-verify-certificate-chain.js.map +1 -0
  31. package/lib/commonjs/credential/presentation/v1.0.0/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
  32. package/lib/commonjs/credential/presentation/v1.0.0/{04-verify-request-object.js.map → 05-verify-request-object.js.map} +1 -1
  33. package/lib/commonjs/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
  34. package/lib/commonjs/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
  35. package/lib/commonjs/credential/presentation/v1.0.0/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
  36. package/lib/commonjs/credential/presentation/v1.0.0/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
  37. package/lib/commonjs/credential/presentation/v1.0.0/index.js +5 -3
  38. package/lib/commonjs/credential/presentation/v1.0.0/index.js.map +1 -1
  39. package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js +33 -0
  40. package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -0
  41. package/lib/commonjs/credential/presentation/v1.3.3/{04-verify-request-object.js → 05-verify-request-object.js} +5 -3
  42. package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -0
  43. package/lib/commonjs/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
  44. package/lib/commonjs/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
  45. package/lib/commonjs/credential/presentation/v1.3.3/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
  46. package/lib/commonjs/credential/presentation/v1.3.3/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
  47. package/lib/commonjs/credential/presentation/v1.3.3/index.js +5 -3
  48. package/lib/commonjs/credential/presentation/v1.3.3/index.js.map +1 -1
  49. package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +53 -13
  50. package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
  51. package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +16 -5
  52. package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
  53. package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js +32 -0
  54. package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -0
  55. package/lib/commonjs/credentials-catalogue/v1.3.3/index.js +3 -1
  56. package/lib/commonjs/credentials-catalogue/v1.3.3/index.js.map +1 -1
  57. package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +6 -2
  58. package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
  59. package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +91 -30
  60. package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
  61. package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +36 -5
  62. package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
  63. package/lib/commonjs/index.js +3 -1
  64. package/lib/commonjs/index.js.map +1 -1
  65. package/lib/commonjs/trust/common/types.js +3 -3
  66. package/lib/commonjs/trust/common/types.js.map +1 -1
  67. package/lib/commonjs/trust/v1.0.0/types.js +6 -8
  68. package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
  69. package/lib/commonjs/trust/v1.3.3/types.js +1 -3
  70. package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
  71. package/lib/commonjs/utils/callbacks.js +2 -0
  72. package/lib/commonjs/utils/callbacks.js.map +1 -1
  73. package/lib/commonjs/utils/crypto.js +8 -0
  74. package/lib/commonjs/utils/crypto.js.map +1 -1
  75. package/lib/commonjs/utils/dpop.js +1 -1
  76. package/lib/commonjs/utils/dpop.js.map +1 -1
  77. package/lib/commonjs/utils/jwk.js +1 -1
  78. package/lib/commonjs/utils/jwk.js.map +1 -1
  79. package/lib/commonjs/utils/zod.js +1 -1
  80. package/lib/commonjs/utils/zod.js.map +1 -1
  81. package/lib/commonjs/wallet-instance-attestation/README.md +13 -10
  82. package/lib/commonjs/wallet-instance-attestation/api/types.js +9 -4
  83. package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
  84. package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js +2 -2
  85. package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
  86. package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
  87. package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
  88. package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js +4 -5
  89. package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
  90. package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +5 -7
  91. package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
  92. package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
  93. package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
  94. package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js +26 -0
  95. package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
  96. package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js +13 -24
  97. package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
  98. package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js +35 -0
  99. package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
  100. package/lib/commonjs/wallet-unit-attestation/README.md +73 -0
  101. package/lib/commonjs/wallet-unit-attestation/api/index.js +6 -0
  102. package/lib/commonjs/wallet-unit-attestation/api/index.js.map +1 -0
  103. package/lib/commonjs/wallet-unit-attestation/api/types.js +45 -0
  104. package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -0
  105. package/lib/commonjs/wallet-unit-attestation/index.js +20 -0
  106. package/lib/commonjs/wallet-unit-attestation/index.js.map +1 -0
  107. package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js +11 -0
  108. package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
  109. package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +17 -0
  110. package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
  111. package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +118 -0
  112. package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
  113. package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js +13 -0
  114. package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
  115. package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +23 -0
  116. package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
  117. package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js +20 -0
  118. package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
  119. package/lib/module/api/index.js +3 -0
  120. package/lib/module/api/index.js.map +1 -1
  121. package/lib/module/client/generated/wallet-provider.js +33 -1
  122. package/lib/module/client/generated/wallet-provider.js.map +1 -1
  123. package/lib/module/client/index.js +4 -2
  124. package/lib/module/client/index.js.map +1 -1
  125. package/lib/module/credential/issuance/README.md +2 -0
  126. package/lib/module/credential/issuance/api/IssuerConfig.js +2 -2
  127. package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
  128. package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
  129. package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
  130. package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
  131. package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
  132. package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +16 -9
  133. package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
  134. package/lib/module/credential/issuance/v1.3.3/mappers.js +0 -1
  135. package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
  136. package/lib/module/credential/presentation/api/04-verify-certificate-chain.js +2 -0
  137. package/lib/module/credential/presentation/api/04-verify-certificate-chain.js.map +1 -0
  138. package/lib/module/credential/presentation/api/05-verify-request-object.js +2 -0
  139. package/lib/module/credential/presentation/api/05-verify-request-object.js.map +1 -0
  140. package/lib/module/credential/presentation/api/06-evaluate-dcql-query.js +2 -0
  141. package/lib/module/credential/presentation/api/06-evaluate-dcql-query.js.map +1 -0
  142. package/lib/module/credential/presentation/api/07-send-authorization-response.js +2 -0
  143. package/lib/module/credential/presentation/api/07-send-authorization-response.js.map +1 -0
  144. package/lib/module/credential/presentation/api/RelyingPartyConfig.js +1 -1
  145. package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
  146. package/lib/module/credential/presentation/api/index.js.map +1 -1
  147. package/lib/module/credential/presentation/v1.0.0/04-verify-certificate-chain.js +5 -0
  148. package/lib/module/credential/presentation/v1.0.0/04-verify-certificate-chain.js.map +1 -0
  149. package/lib/module/credential/presentation/v1.0.0/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
  150. package/lib/module/credential/presentation/v1.0.0/{04-verify-request-object.js.map → 05-verify-request-object.js.map} +1 -1
  151. package/lib/module/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
  152. package/lib/module/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
  153. package/lib/module/credential/presentation/v1.0.0/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
  154. package/lib/module/credential/presentation/v1.0.0/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
  155. package/lib/module/credential/presentation/v1.0.0/index.js +5 -3
  156. package/lib/module/credential/presentation/v1.0.0/index.js.map +1 -1
  157. package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js +26 -0
  158. package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -0
  159. package/lib/module/credential/presentation/v1.3.3/{04-verify-request-object.js → 05-verify-request-object.js} +5 -3
  160. package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -0
  161. package/lib/module/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
  162. package/lib/module/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
  163. package/lib/module/credential/presentation/v1.3.3/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
  164. package/lib/module/credential/presentation/v1.3.3/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
  165. package/lib/module/credential/presentation/v1.3.3/index.js +5 -3
  166. package/lib/module/credential/presentation/v1.3.3/index.js.map +1 -1
  167. package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +52 -12
  168. package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
  169. package/lib/module/credentials-catalogue/v1.0.0/mappers.js +16 -5
  170. package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
  171. package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js +25 -0
  172. package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -0
  173. package/lib/module/credentials-catalogue/v1.3.3/index.js +3 -1
  174. package/lib/module/credentials-catalogue/v1.3.3/index.js.map +1 -1
  175. package/lib/module/credentials-catalogue/v1.3.3/mappers.js +6 -2
  176. package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
  177. package/lib/module/credentials-catalogue/v1.3.3/types.js +91 -30
  178. package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
  179. package/lib/module/credentials-catalogue/v1.3.3/utils.js +32 -4
  180. package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
  181. package/lib/module/index.js +2 -1
  182. package/lib/module/index.js.map +1 -1
  183. package/lib/module/trust/common/types.js +3 -3
  184. package/lib/module/trust/common/types.js.map +1 -1
  185. package/lib/module/trust/v1.0.0/types.js +5 -7
  186. package/lib/module/trust/v1.0.0/types.js.map +1 -1
  187. package/lib/module/trust/v1.3.3/types.js +1 -3
  188. package/lib/module/trust/v1.3.3/types.js.map +1 -1
  189. package/lib/module/utils/callbacks.js +3 -0
  190. package/lib/module/utils/callbacks.js.map +1 -1
  191. package/lib/module/utils/crypto.js +8 -0
  192. package/lib/module/utils/crypto.js.map +1 -1
  193. package/lib/module/utils/dpop.js +1 -1
  194. package/lib/module/utils/dpop.js.map +1 -1
  195. package/lib/module/utils/jwk.js +1 -1
  196. package/lib/module/utils/jwk.js.map +1 -1
  197. package/lib/module/utils/zod.js +1 -1
  198. package/lib/module/utils/zod.js.map +1 -1
  199. package/lib/module/wallet-instance-attestation/README.md +13 -10
  200. package/lib/module/wallet-instance-attestation/api/types.js +7 -2
  201. package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
  202. package/lib/module/wallet-instance-attestation/v1.0.0/index.js +3 -3
  203. package/lib/module/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
  204. package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
  205. package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
  206. package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js +3 -4
  207. package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
  208. package/lib/module/wallet-instance-attestation/v1.3.3/index.js +5 -7
  209. package/lib/module/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
  210. package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
  211. package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
  212. package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js +19 -0
  213. package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
  214. package/lib/module/wallet-instance-attestation/v1.3.3/types.js +10 -21
  215. package/lib/module/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
  216. package/lib/module/wallet-instance-attestation/v1.3.3/utils.js +29 -0
  217. package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
  218. package/lib/module/wallet-unit-attestation/README.md +73 -0
  219. package/lib/module/wallet-unit-attestation/api/index.js +2 -0
  220. package/lib/module/wallet-unit-attestation/api/index.js.map +1 -0
  221. package/lib/module/wallet-unit-attestation/api/types.js +36 -0
  222. package/lib/module/wallet-unit-attestation/api/types.js.map +1 -0
  223. package/lib/module/wallet-unit-attestation/index.js +3 -0
  224. package/lib/module/wallet-unit-attestation/index.js.map +1 -0
  225. package/lib/module/wallet-unit-attestation/v1.0.0/index.js +4 -0
  226. package/lib/module/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
  227. package/lib/module/wallet-unit-attestation/v1.3.3/index.js +10 -0
  228. package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
  229. package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +112 -0
  230. package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
  231. package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js +6 -0
  232. package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
  233. package/lib/module/wallet-unit-attestation/v1.3.3/types.js +14 -0
  234. package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
  235. package/lib/module/wallet-unit-attestation/v1.3.3/utils.js +15 -0
  236. package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
  237. package/lib/typescript/api/index.d.ts +2 -0
  238. package/lib/typescript/api/index.d.ts.map +1 -1
  239. package/lib/typescript/client/generated/wallet-provider.d.ts +122 -358
  240. package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
  241. package/lib/typescript/client/index.d.ts.map +1 -1
  242. package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +2 -0
  243. package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
  244. package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +21 -357
  245. package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
  246. package/lib/typescript/credential/issuance/api/types.d.ts +5 -41
  247. package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
  248. package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
  249. package/lib/typescript/credential/issuance/common/authorization.d.ts.map +1 -1
  250. package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts.map +1 -1
  251. package/lib/typescript/credential/issuance/v1.0.0/05-obtain-credential.d.ts.map +1 -1
  252. package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +103 -106
  253. package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts.map +1 -1
  254. package/lib/typescript/credential/issuance/v1.0.0/types.d.ts +4 -26
  255. package/lib/typescript/credential/issuance/v1.0.0/types.d.ts.map +1 -1
  256. package/lib/typescript/credential/issuance/v1.3.3/01-evaluate-issuer-trust.d.ts.map +1 -1
  257. package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts.map +1 -1
  258. package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
  259. package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +594 -2095
  260. package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
  261. package/lib/typescript/credential/issuance/v1.3.3/types.d.ts +1 -5
  262. package/lib/typescript/credential/issuance/v1.3.3/types.d.ts.map +1 -1
  263. package/lib/typescript/credential/presentation/api/04-verify-certificate-chain.d.ts +17 -0
  264. package/lib/typescript/credential/presentation/api/04-verify-certificate-chain.d.ts.map +1 -0
  265. package/lib/typescript/credential/presentation/api/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
  266. package/lib/typescript/credential/presentation/api/{04-verify-request-object.d.ts.map → 05-verify-request-object.d.ts.map} +1 -1
  267. package/lib/typescript/credential/presentation/api/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
  268. package/lib/typescript/credential/presentation/api/{05-evaluate-dcql-query.d.ts.map → 06-evaluate-dcql-query.d.ts.map} +1 -1
  269. package/lib/typescript/credential/presentation/api/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +2 -2
  270. package/lib/typescript/credential/presentation/api/{06-send-authorization-response.d.ts.map → 07-send-authorization-response.d.ts.map} +1 -1
  271. package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +9 -154
  272. package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
  273. package/lib/typescript/credential/presentation/api/index.d.ts +5 -4
  274. package/lib/typescript/credential/presentation/api/index.d.ts.map +1 -1
  275. package/lib/typescript/credential/presentation/api/types.d.ts +30 -106
  276. package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
  277. package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +29 -244
  278. package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
  279. package/lib/typescript/credential/presentation/common/utils/http.d.ts.map +1 -1
  280. package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
  281. package/lib/typescript/credential/presentation/common/utils.d.ts.map +1 -1
  282. package/lib/typescript/credential/presentation/v1.0.0/04-verify-certificate-chain.d.ts +3 -0
  283. package/lib/typescript/credential/presentation/v1.0.0/04-verify-certificate-chain.d.ts.map +1 -0
  284. package/lib/typescript/credential/presentation/v1.0.0/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
  285. package/lib/typescript/credential/presentation/v1.0.0/05-verify-request-object.d.ts.map +1 -0
  286. package/lib/typescript/credential/presentation/v1.0.0/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
  287. package/lib/typescript/credential/presentation/v1.0.0/06-evaluate-dcql-query.d.ts.map +1 -0
  288. package/lib/typescript/credential/presentation/v1.0.0/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +1 -1
  289. package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts.map +1 -0
  290. package/lib/typescript/credential/presentation/v1.0.0/index.d.ts.map +1 -1
  291. package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +56 -58
  292. package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
  293. package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +13 -52
  294. package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
  295. package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
  296. package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
  297. package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts +3 -0
  298. package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts.map +1 -0
  299. package/lib/typescript/credential/presentation/v1.3.3/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
  300. package/lib/typescript/credential/presentation/v1.3.3/05-verify-request-object.d.ts.map +1 -0
  301. package/lib/typescript/credential/presentation/v1.3.3/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
  302. package/lib/typescript/credential/presentation/v1.3.3/06-evaluate-dcql-query.d.ts.map +1 -0
  303. package/lib/typescript/credential/presentation/v1.3.3/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +1 -1
  304. package/lib/typescript/credential/presentation/v1.3.3/{06-send-authorization-response.d.ts.map → 07-send-authorization-response.d.ts.map} +1 -1
  305. package/lib/typescript/credential/presentation/v1.3.3/index.d.ts.map +1 -1
  306. package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +133 -525
  307. package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
  308. package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
  309. package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +39 -3672
  310. package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
  311. package/lib/typescript/credential/presentation/v1.3.3/utils.mdoc.d.ts.map +1 -1
  312. package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +6 -6
  313. package/lib/typescript/credential/status/v1.0.0/types.d.ts +33 -659
  314. package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
  315. package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +135 -525
  316. package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
  317. package/lib/typescript/credentials-catalogue/api/index.d.ts +22 -2
  318. package/lib/typescript/credentials-catalogue/api/index.d.ts.map +1 -1
  319. package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +60 -20
  320. package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
  321. package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +41 -737
  322. package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
  323. package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts +3 -0
  324. package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts.map +1 -0
  325. package/lib/typescript/credentials-catalogue/v1.3.3/index.d.ts.map +1 -1
  326. package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +159 -62
  327. package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
  328. package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +180 -941
  329. package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
  330. package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +12 -1
  331. package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
  332. package/lib/typescript/index.d.ts +4 -3
  333. package/lib/typescript/index.d.ts.map +1 -1
  334. package/lib/typescript/mdoc/index.d.ts.map +1 -1
  335. package/lib/typescript/mdoc/utils.d.ts.map +1 -1
  336. package/lib/typescript/sd-jwt/index.d.ts +15 -15
  337. package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
  338. package/lib/typescript/sd-jwt/types.d.ts +33 -492
  339. package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
  340. package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
  341. package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +12 -201
  342. package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
  343. package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
  344. package/lib/typescript/trust/common/types.d.ts +32 -1198
  345. package/lib/typescript/trust/common/types.d.ts.map +1 -1
  346. package/lib/typescript/trust/common/utils.d.ts.map +1 -1
  347. package/lib/typescript/trust/v1.0.0/build-chain.d.ts +1 -53
  348. package/lib/typescript/trust/v1.0.0/build-chain.d.ts.map +1 -1
  349. package/lib/typescript/trust/v1.0.0/entities.d.ts +324 -347
  350. package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
  351. package/lib/typescript/trust/v1.0.0/mappers.d.ts +31 -35
  352. package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
  353. package/lib/typescript/trust/v1.0.0/types.d.ts +678 -12454
  354. package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
  355. package/lib/typescript/trust/v1.0.0/verify-chain.d.ts +4 -56
  356. package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
  357. package/lib/typescript/trust/v1.3.3/entities.d.ts +43 -47
  358. package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
  359. package/lib/typescript/trust/v1.3.3/types.d.ts +655 -14339
  360. package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
  361. package/lib/typescript/utils/auth.d.ts +3 -25
  362. package/lib/typescript/utils/auth.d.ts.map +1 -1
  363. package/lib/typescript/utils/callbacks.d.ts.map +1 -1
  364. package/lib/typescript/utils/config.d.ts +3 -3
  365. package/lib/typescript/utils/config.d.ts.map +1 -1
  366. package/lib/typescript/utils/credentials.d.ts.map +1 -1
  367. package/lib/typescript/utils/crypto.d.ts +18 -0
  368. package/lib/typescript/utils/crypto.d.ts.map +1 -1
  369. package/lib/typescript/utils/decoder.d.ts.map +1 -1
  370. package/lib/typescript/utils/dpop.d.ts +5 -12
  371. package/lib/typescript/utils/dpop.d.ts.map +1 -1
  372. package/lib/typescript/utils/errors.d.ts.map +1 -1
  373. package/lib/typescript/utils/jwk.d.ts +15 -175
  374. package/lib/typescript/utils/jwk.d.ts.map +1 -1
  375. package/lib/typescript/utils/mappers.d.ts.map +1 -1
  376. package/lib/typescript/utils/misc.d.ts +2 -2
  377. package/lib/typescript/utils/misc.d.ts.map +1 -1
  378. package/lib/typescript/utils/object.d.ts.map +1 -1
  379. package/lib/typescript/utils/par.d.ts +7 -45
  380. package/lib/typescript/utils/par.d.ts.map +1 -1
  381. package/lib/typescript/utils/parser.d.ts.map +1 -1
  382. package/lib/typescript/utils/pop.d.ts +1 -9
  383. package/lib/typescript/utils/pop.d.ts.map +1 -1
  384. package/lib/typescript/utils/string.d.ts.map +1 -1
  385. package/lib/typescript/utils/zod.d.ts +4 -4
  386. package/lib/typescript/utils/zod.d.ts.map +1 -1
  387. package/lib/typescript/wallet-instance-attestation/api/index.d.ts +9 -9
  388. package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
  389. package/lib/typescript/wallet-instance-attestation/api/types.d.ts +19 -174
  390. package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
  391. package/lib/typescript/wallet-instance-attestation/common/types.d.ts +14 -273
  392. package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
  393. package/lib/typescript/wallet-instance-attestation/v1.0.0/issuing.d.ts.map +1 -1
  394. package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts +5 -3
  395. package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts.map +1 -1
  396. package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +39 -629
  397. package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
  398. package/lib/typescript/wallet-instance-attestation/v1.3.3/index.d.ts.map +1 -1
  399. package/lib/typescript/wallet-instance-attestation/v1.3.3/issuing.d.ts.map +1 -1
  400. package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts +90 -0
  401. package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts.map +1 -0
  402. package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +29 -891
  403. package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts.map +1 -1
  404. package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts +15 -0
  405. package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -0
  406. package/lib/typescript/wallet-unit-attestation/api/index.d.ts +39 -0
  407. package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -0
  408. package/lib/typescript/wallet-unit-attestation/api/types.d.ts +67 -0
  409. package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -0
  410. package/lib/typescript/wallet-unit-attestation/index.d.ts +4 -0
  411. package/lib/typescript/wallet-unit-attestation/index.d.ts.map +1 -0
  412. package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts +3 -0
  413. package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts.map +1 -0
  414. package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts +3 -0
  415. package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -0
  416. package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts +3 -0
  417. package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -0
  418. package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +107 -0
  419. package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts.map +1 -0
  420. package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +69 -0
  421. package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -0
  422. package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts +7 -0
  423. package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -0
  424. package/package.json +8 -8
  425. package/src/api/index.ts +4 -0
  426. package/src/client/generated/wallet-provider.ts +44 -0
  427. package/src/client/index.ts +5 -1
  428. package/src/credential/issuance/README.md +2 -0
  429. package/src/credential/issuance/api/05-obtain-credential.ts +2 -0
  430. package/src/credential/issuance/api/IssuerConfig.ts +4 -2
  431. package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -3
  432. package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +2 -0
  433. package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +25 -11
  434. package/src/credential/issuance/v1.3.3/mappers.ts +10 -9
  435. package/src/credential/presentation/api/04-verify-certificate-chain.ts +20 -0
  436. package/src/credential/presentation/api/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +1 -1
  437. package/src/credential/presentation/api/RelyingPartyConfig.ts +1 -1
  438. package/src/credential/presentation/api/index.ts +5 -3
  439. package/src/credential/presentation/v1.0.0/04-verify-certificate-chain.ts +10 -0
  440. package/src/credential/presentation/v1.0.0/{04-verify-request-object.ts → 05-verify-request-object.ts} +2 -2
  441. package/src/credential/presentation/v1.0.0/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +1 -1
  442. package/src/credential/presentation/v1.0.0/index.ts +5 -3
  443. package/src/credential/presentation/v1.3.3/04-verify-certificate-chain.ts +49 -0
  444. package/src/credential/presentation/v1.3.3/{04-verify-request-object.ts → 05-verify-request-object.ts} +4 -2
  445. package/src/credential/presentation/v1.3.3/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +1 -1
  446. package/src/credential/presentation/v1.3.3/index.ts +5 -3
  447. package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +58 -10
  448. package/src/credentials-catalogue/api/index.ts +36 -2
  449. package/src/credentials-catalogue/v1.0.0/mappers.ts +27 -12
  450. package/src/credentials-catalogue/v1.3.3/fetch-translations.ts +32 -0
  451. package/src/credentials-catalogue/v1.3.3/index.ts +2 -0
  452. package/src/credentials-catalogue/v1.3.3/mappers.ts +12 -4
  453. package/src/credentials-catalogue/v1.3.3/types.ts +102 -29
  454. package/src/credentials-catalogue/v1.3.3/utils.ts +42 -4
  455. package/src/index.ts +11 -2
  456. package/src/trust/common/types.ts +3 -3
  457. package/src/trust/v1.0.0/types.ts +10 -10
  458. package/src/trust/v1.3.3/types.ts +4 -7
  459. package/src/utils/callbacks.ts +7 -1
  460. package/src/utils/crypto.ts +18 -0
  461. package/src/utils/dpop.ts +1 -1
  462. package/src/utils/jwk.ts +1 -1
  463. package/src/utils/mappers.ts +2 -2
  464. package/src/utils/zod.ts +5 -1
  465. package/src/wallet-instance-attestation/README.md +13 -10
  466. package/src/wallet-instance-attestation/api/index.ts +20 -13
  467. package/src/wallet-instance-attestation/api/types.ts +16 -4
  468. package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -3
  469. package/src/wallet-instance-attestation/v1.0.0/issuing.ts +7 -9
  470. package/src/wallet-instance-attestation/v1.0.0/mappers.ts +7 -5
  471. package/src/wallet-instance-attestation/v1.3.3/index.ts +5 -7
  472. package/src/wallet-instance-attestation/v1.3.3/issuing.ts +107 -3
  473. package/src/wallet-instance-attestation/v1.3.3/mappers.ts +18 -0
  474. package/src/wallet-instance-attestation/v1.3.3/types.ts +16 -30
  475. package/src/wallet-instance-attestation/v1.3.3/utils.ts +35 -0
  476. package/src/wallet-unit-attestation/README.md +73 -0
  477. package/src/wallet-unit-attestation/api/index.ts +51 -0
  478. package/src/wallet-unit-attestation/api/types.ts +49 -0
  479. package/src/wallet-unit-attestation/index.ts +3 -0
  480. package/src/wallet-unit-attestation/v1.0.0/index.ts +5 -0
  481. package/src/wallet-unit-attestation/v1.3.3/index.ts +11 -0
  482. package/src/wallet-unit-attestation/v1.3.3/issuing.ts +147 -0
  483. package/src/wallet-unit-attestation/v1.3.3/mappers.ts +10 -0
  484. package/src/wallet-unit-attestation/v1.3.3/types.ts +21 -0
  485. package/src/wallet-unit-attestation/v1.3.3/utils.ts +14 -0
  486. package/lib/commonjs/credential/presentation/api/04-verify-request-object.js.map +0 -1
  487. package/lib/commonjs/credential/presentation/api/05-evaluate-dcql-query.js.map +0 -1
  488. package/lib/commonjs/credential/presentation/api/06-send-authorization-response.js.map +0 -1
  489. package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js.map +0 -1
  490. package/lib/module/credential/presentation/api/04-verify-request-object.js +0 -2
  491. package/lib/module/credential/presentation/api/04-verify-request-object.js.map +0 -1
  492. package/lib/module/credential/presentation/api/05-evaluate-dcql-query.js +0 -2
  493. package/lib/module/credential/presentation/api/05-evaluate-dcql-query.js.map +0 -1
  494. package/lib/module/credential/presentation/api/06-send-authorization-response.js +0 -2
  495. package/lib/module/credential/presentation/api/06-send-authorization-response.js.map +0 -1
  496. package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js.map +0 -1
  497. package/lib/typescript/credential/presentation/v1.0.0/04-verify-request-object.d.ts.map +0 -1
  498. package/lib/typescript/credential/presentation/v1.0.0/05-evaluate-dcql-query.d.ts.map +0 -1
  499. package/lib/typescript/credential/presentation/v1.0.0/06-send-authorization-response.d.ts.map +0 -1
  500. package/lib/typescript/credential/presentation/v1.3.3/04-verify-request-object.d.ts.map +0 -1
  501. package/lib/typescript/credential/presentation/v1.3.3/05-evaluate-dcql-query.d.ts.map +0 -1
  502. /package/src/credential/presentation/api/{04-verify-request-object.ts → 05-verify-request-object.ts} +0 -0
  503. /package/src/credential/presentation/api/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +0 -0
  504. /package/src/credential/presentation/v1.0.0/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +0 -0
  505. /package/src/credential/presentation/v1.3.3/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +0 -0
@@ -7,268 +7,61 @@ export declare const DigitalCredential: z.ZodObject<{
7
7
  description: z.ZodString;
8
8
  validity_info: z.ZodObject<{
9
9
  max_validity_days: z.ZodNumber;
10
- status_methods: z.ZodArray<z.ZodString, "many">;
11
- allowed_states: z.ZodArray<z.ZodString, "many">;
12
- }, "strip", z.ZodTypeAny, {
13
- max_validity_days: number;
14
- status_methods: string[];
15
- allowed_states: string[];
16
- }, {
17
- max_validity_days: number;
18
- status_methods: string[];
19
- allowed_states: string[];
20
- }>;
10
+ status_methods: z.ZodArray<z.ZodString>;
11
+ allowed_states: z.ZodArray<z.ZodString>;
12
+ }, z.core.$strip>;
21
13
  authentication: z.ZodObject<{
22
14
  user_auth_required: z.ZodBoolean;
23
15
  min_loa: z.ZodString;
24
- supported_eid_schemes: z.ZodArray<z.ZodString, "many">;
25
- }, "strip", z.ZodTypeAny, {
26
- user_auth_required: boolean;
27
- min_loa: string;
28
- supported_eid_schemes: string[];
29
- }, {
30
- user_auth_required: boolean;
31
- min_loa: string;
32
- supported_eid_schemes: string[];
33
- }>;
16
+ supported_eid_schemes: z.ZodArray<z.ZodString>;
17
+ }, z.core.$strip>;
34
18
  purposes: z.ZodArray<z.ZodObject<{
35
19
  id: z.ZodString;
36
20
  description: z.ZodString;
37
21
  category: z.ZodOptional<z.ZodString>;
38
22
  subcategory: z.ZodOptional<z.ZodString>;
39
- claims_required: z.ZodArray<z.ZodString, "many">;
40
- claim_recommended: z.ZodArray<z.ZodString, "many">;
41
- }, "strip", z.ZodTypeAny, {
42
- id: string;
43
- description: string;
44
- claims_required: string[];
45
- claim_recommended: string[];
46
- category?: string | undefined;
47
- subcategory?: string | undefined;
48
- }, {
49
- id: string;
50
- description: string;
51
- claims_required: string[];
52
- claim_recommended: string[];
53
- category?: string | undefined;
54
- subcategory?: string | undefined;
55
- }>, "many">;
23
+ claims_required: z.ZodArray<z.ZodString>;
24
+ claim_recommended: z.ZodArray<z.ZodString>;
25
+ }, z.core.$strip>>;
56
26
  issuers: z.ZodArray<z.ZodObject<{
57
27
  id: z.ZodString;
58
28
  organization_name: z.ZodString;
59
29
  organization_code: z.ZodString;
60
30
  organization_country: z.ZodString;
61
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
62
32
  homepage_uri: z.ZodOptional<z.ZodString>;
63
33
  logo_uri: z.ZodOptional<z.ZodString>;
64
34
  policy_uri: z.ZodOptional<z.ZodString>;
65
35
  tos_uri: z.ZodOptional<z.ZodString>;
66
- }, "strip", z.ZodTypeAny, {
67
- id: string;
68
- organization_name: string;
69
- organization_code: string;
70
- organization_country: string;
71
- homepage_uri?: string | undefined;
72
- policy_uri?: string | undefined;
73
- logo_uri?: string | undefined;
74
- contacts?: string[] | undefined;
75
- tos_uri?: string | undefined;
76
- }, {
77
- id: string;
78
- organization_name: string;
79
- organization_code: string;
80
- organization_country: string;
81
- homepage_uri?: string | undefined;
82
- policy_uri?: string | undefined;
83
- logo_uri?: string | undefined;
84
- contacts?: string[] | undefined;
85
- tos_uri?: string | undefined;
86
- }>, "many">;
36
+ }, z.core.$strip>>;
87
37
  authentic_sources: z.ZodArray<z.ZodObject<{
88
38
  id: z.ZodString;
89
39
  organization_name: z.ZodString;
90
40
  organization_code: z.ZodString;
91
41
  organization_country: z.ZodString;
92
42
  source_type: z.ZodString;
93
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
43
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
94
44
  homepage_uri: z.ZodOptional<z.ZodString>;
95
45
  logo_uri: z.ZodOptional<z.ZodString>;
96
46
  user_information: z.ZodOptional<z.ZodString>;
97
- }, "strip", z.ZodTypeAny, {
98
- id: string;
99
- organization_name: string;
100
- organization_code: string;
101
- organization_country: string;
102
- source_type: string;
103
- homepage_uri?: string | undefined;
104
- logo_uri?: string | undefined;
105
- contacts?: string[] | undefined;
106
- user_information?: string | undefined;
107
- }, {
108
- id: string;
109
- organization_name: string;
110
- organization_code: string;
111
- organization_country: string;
112
- source_type: string;
113
- homepage_uri?: string | undefined;
114
- logo_uri?: string | undefined;
115
- contacts?: string[] | undefined;
116
- user_information?: string | undefined;
117
- }>, "many">;
47
+ }, z.core.$strip>>;
118
48
  formats: z.ZodArray<z.ZodObject<{
119
49
  configuration_id: z.ZodString;
120
- format: z.ZodEnum<["dc+sd-jwt", "mso_mdoc"]>;
50
+ format: z.ZodEnum<{
51
+ "dc+sd-jwt": "dc+sd-jwt";
52
+ mso_mdoc: "mso_mdoc";
53
+ }>;
121
54
  vct: z.ZodOptional<z.ZodString>;
122
55
  docType: z.ZodOptional<z.ZodString>;
123
56
  schema_uri: z.ZodOptional<z.ZodString>;
124
57
  "schema_uri#integrity": z.ZodOptional<z.ZodString>;
125
- }, "strip", z.ZodTypeAny, {
126
- format: "dc+sd-jwt" | "mso_mdoc";
127
- configuration_id: string;
128
- vct?: string | undefined;
129
- docType?: string | undefined;
130
- schema_uri?: string | undefined;
131
- "schema_uri#integrity"?: string | undefined;
132
- }, {
133
- format: "dc+sd-jwt" | "mso_mdoc";
134
- configuration_id: string;
135
- vct?: string | undefined;
136
- docType?: string | undefined;
137
- schema_uri?: string | undefined;
138
- "schema_uri#integrity"?: string | undefined;
139
- }>, "many">;
58
+ }, z.core.$strip>>;
140
59
  claims: z.ZodArray<z.ZodObject<{
141
60
  name: z.ZodString;
142
61
  taxonomy_ref: z.ZodString;
143
62
  display_name: z.ZodString;
144
- }, "strip", z.ZodTypeAny, {
145
- name: string;
146
- taxonomy_ref: string;
147
- display_name: string;
148
- }, {
149
- name: string;
150
- taxonomy_ref: string;
151
- display_name: string;
152
- }>, "many">;
153
- }, "strip", z.ZodTypeAny, {
154
- name: string;
155
- description: string;
156
- claims: {
157
- name: string;
158
- taxonomy_ref: string;
159
- display_name: string;
160
- }[];
161
- version: string;
162
- credential_type: string;
163
- legal_type: string;
164
- validity_info: {
165
- max_validity_days: number;
166
- status_methods: string[];
167
- allowed_states: string[];
168
- };
169
- purposes: {
170
- id: string;
171
- description: string;
172
- claims_required: string[];
173
- claim_recommended: string[];
174
- category?: string | undefined;
175
- subcategory?: string | undefined;
176
- }[];
177
- issuers: {
178
- id: string;
179
- organization_name: string;
180
- organization_code: string;
181
- organization_country: string;
182
- homepage_uri?: string | undefined;
183
- policy_uri?: string | undefined;
184
- logo_uri?: string | undefined;
185
- contacts?: string[] | undefined;
186
- tos_uri?: string | undefined;
187
- }[];
188
- authentic_sources: {
189
- id: string;
190
- organization_name: string;
191
- organization_code: string;
192
- organization_country: string;
193
- source_type: string;
194
- homepage_uri?: string | undefined;
195
- logo_uri?: string | undefined;
196
- contacts?: string[] | undefined;
197
- user_information?: string | undefined;
198
- }[];
199
- formats: {
200
- format: "dc+sd-jwt" | "mso_mdoc";
201
- configuration_id: string;
202
- vct?: string | undefined;
203
- docType?: string | undefined;
204
- schema_uri?: string | undefined;
205
- "schema_uri#integrity"?: string | undefined;
206
- }[];
207
- authentication: {
208
- user_auth_required: boolean;
209
- min_loa: string;
210
- supported_eid_schemes: string[];
211
- };
212
- }, {
213
- name: string;
214
- description: string;
215
- claims: {
216
- name: string;
217
- taxonomy_ref: string;
218
- display_name: string;
219
- }[];
220
- version: string;
221
- credential_type: string;
222
- legal_type: string;
223
- validity_info: {
224
- max_validity_days: number;
225
- status_methods: string[];
226
- allowed_states: string[];
227
- };
228
- purposes: {
229
- id: string;
230
- description: string;
231
- claims_required: string[];
232
- claim_recommended: string[];
233
- category?: string | undefined;
234
- subcategory?: string | undefined;
235
- }[];
236
- issuers: {
237
- id: string;
238
- organization_name: string;
239
- organization_code: string;
240
- organization_country: string;
241
- homepage_uri?: string | undefined;
242
- policy_uri?: string | undefined;
243
- logo_uri?: string | undefined;
244
- contacts?: string[] | undefined;
245
- tos_uri?: string | undefined;
246
- }[];
247
- authentic_sources: {
248
- id: string;
249
- organization_name: string;
250
- organization_code: string;
251
- organization_country: string;
252
- source_type: string;
253
- homepage_uri?: string | undefined;
254
- logo_uri?: string | undefined;
255
- contacts?: string[] | undefined;
256
- user_information?: string | undefined;
257
- }[];
258
- formats: {
259
- format: "dc+sd-jwt" | "mso_mdoc";
260
- configuration_id: string;
261
- vct?: string | undefined;
262
- docType?: string | undefined;
263
- schema_uri?: string | undefined;
264
- "schema_uri#integrity"?: string | undefined;
265
- }[];
266
- authentication: {
267
- user_auth_required: boolean;
268
- min_loa: string;
269
- supported_eid_schemes: string[];
270
- };
271
- }>;
63
+ }, z.core.$strip>>;
64
+ }, z.core.$strip>;
272
65
  /**
273
66
  * The Digital Credentials Catalogue published by the Trust Anchor
274
67
  *
@@ -280,15 +73,7 @@ export declare const DigitalCredentialsCatalogueJwt: z.ZodObject<{
280
73
  typ: z.ZodString;
281
74
  alg: z.ZodString;
282
75
  kid: z.ZodString;
283
- }, "strip", z.ZodTypeAny, {
284
- alg: string;
285
- kid: string;
286
- typ: string;
287
- }, {
288
- alg: string;
289
- kid: string;
290
- typ: string;
291
- }>;
76
+ }, z.core.$strip>;
292
77
  payload: z.ZodObject<{
293
78
  catalog_version: z.ZodString;
294
79
  taxonomy_uri: z.ZodString;
@@ -300,545 +85,64 @@ export declare const DigitalCredentialsCatalogueJwt: z.ZodObject<{
300
85
  description: z.ZodString;
301
86
  validity_info: z.ZodObject<{
302
87
  max_validity_days: z.ZodNumber;
303
- status_methods: z.ZodArray<z.ZodString, "many">;
304
- allowed_states: z.ZodArray<z.ZodString, "many">;
305
- }, "strip", z.ZodTypeAny, {
306
- max_validity_days: number;
307
- status_methods: string[];
308
- allowed_states: string[];
309
- }, {
310
- max_validity_days: number;
311
- status_methods: string[];
312
- allowed_states: string[];
313
- }>;
88
+ status_methods: z.ZodArray<z.ZodString>;
89
+ allowed_states: z.ZodArray<z.ZodString>;
90
+ }, z.core.$strip>;
314
91
  authentication: z.ZodObject<{
315
92
  user_auth_required: z.ZodBoolean;
316
93
  min_loa: z.ZodString;
317
- supported_eid_schemes: z.ZodArray<z.ZodString, "many">;
318
- }, "strip", z.ZodTypeAny, {
319
- user_auth_required: boolean;
320
- min_loa: string;
321
- supported_eid_schemes: string[];
322
- }, {
323
- user_auth_required: boolean;
324
- min_loa: string;
325
- supported_eid_schemes: string[];
326
- }>;
94
+ supported_eid_schemes: z.ZodArray<z.ZodString>;
95
+ }, z.core.$strip>;
327
96
  purposes: z.ZodArray<z.ZodObject<{
328
97
  id: z.ZodString;
329
98
  description: z.ZodString;
330
99
  category: z.ZodOptional<z.ZodString>;
331
100
  subcategory: z.ZodOptional<z.ZodString>;
332
- claims_required: z.ZodArray<z.ZodString, "many">;
333
- claim_recommended: z.ZodArray<z.ZodString, "many">;
334
- }, "strip", z.ZodTypeAny, {
335
- id: string;
336
- description: string;
337
- claims_required: string[];
338
- claim_recommended: string[];
339
- category?: string | undefined;
340
- subcategory?: string | undefined;
341
- }, {
342
- id: string;
343
- description: string;
344
- claims_required: string[];
345
- claim_recommended: string[];
346
- category?: string | undefined;
347
- subcategory?: string | undefined;
348
- }>, "many">;
101
+ claims_required: z.ZodArray<z.ZodString>;
102
+ claim_recommended: z.ZodArray<z.ZodString>;
103
+ }, z.core.$strip>>;
349
104
  issuers: z.ZodArray<z.ZodObject<{
350
105
  id: z.ZodString;
351
106
  organization_name: z.ZodString;
352
107
  organization_code: z.ZodString;
353
108
  organization_country: z.ZodString;
354
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
109
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
355
110
  homepage_uri: z.ZodOptional<z.ZodString>;
356
111
  logo_uri: z.ZodOptional<z.ZodString>;
357
112
  policy_uri: z.ZodOptional<z.ZodString>;
358
113
  tos_uri: z.ZodOptional<z.ZodString>;
359
- }, "strip", z.ZodTypeAny, {
360
- id: string;
361
- organization_name: string;
362
- organization_code: string;
363
- organization_country: string;
364
- homepage_uri?: string | undefined;
365
- policy_uri?: string | undefined;
366
- logo_uri?: string | undefined;
367
- contacts?: string[] | undefined;
368
- tos_uri?: string | undefined;
369
- }, {
370
- id: string;
371
- organization_name: string;
372
- organization_code: string;
373
- organization_country: string;
374
- homepage_uri?: string | undefined;
375
- policy_uri?: string | undefined;
376
- logo_uri?: string | undefined;
377
- contacts?: string[] | undefined;
378
- tos_uri?: string | undefined;
379
- }>, "many">;
114
+ }, z.core.$strip>>;
380
115
  authentic_sources: z.ZodArray<z.ZodObject<{
381
116
  id: z.ZodString;
382
117
  organization_name: z.ZodString;
383
118
  organization_code: z.ZodString;
384
119
  organization_country: z.ZodString;
385
120
  source_type: z.ZodString;
386
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
121
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
387
122
  homepage_uri: z.ZodOptional<z.ZodString>;
388
123
  logo_uri: z.ZodOptional<z.ZodString>;
389
124
  user_information: z.ZodOptional<z.ZodString>;
390
- }, "strip", z.ZodTypeAny, {
391
- id: string;
392
- organization_name: string;
393
- organization_code: string;
394
- organization_country: string;
395
- source_type: string;
396
- homepage_uri?: string | undefined;
397
- logo_uri?: string | undefined;
398
- contacts?: string[] | undefined;
399
- user_information?: string | undefined;
400
- }, {
401
- id: string;
402
- organization_name: string;
403
- organization_code: string;
404
- organization_country: string;
405
- source_type: string;
406
- homepage_uri?: string | undefined;
407
- logo_uri?: string | undefined;
408
- contacts?: string[] | undefined;
409
- user_information?: string | undefined;
410
- }>, "many">;
125
+ }, z.core.$strip>>;
411
126
  formats: z.ZodArray<z.ZodObject<{
412
127
  configuration_id: z.ZodString;
413
- format: z.ZodEnum<["dc+sd-jwt", "mso_mdoc"]>;
128
+ format: z.ZodEnum<{
129
+ "dc+sd-jwt": "dc+sd-jwt";
130
+ mso_mdoc: "mso_mdoc";
131
+ }>;
414
132
  vct: z.ZodOptional<z.ZodString>;
415
133
  docType: z.ZodOptional<z.ZodString>;
416
134
  schema_uri: z.ZodOptional<z.ZodString>;
417
135
  "schema_uri#integrity": z.ZodOptional<z.ZodString>;
418
- }, "strip", z.ZodTypeAny, {
419
- format: "dc+sd-jwt" | "mso_mdoc";
420
- configuration_id: string;
421
- vct?: string | undefined;
422
- docType?: string | undefined;
423
- schema_uri?: string | undefined;
424
- "schema_uri#integrity"?: string | undefined;
425
- }, {
426
- format: "dc+sd-jwt" | "mso_mdoc";
427
- configuration_id: string;
428
- vct?: string | undefined;
429
- docType?: string | undefined;
430
- schema_uri?: string | undefined;
431
- "schema_uri#integrity"?: string | undefined;
432
- }>, "many">;
136
+ }, z.core.$strip>>;
433
137
  claims: z.ZodArray<z.ZodObject<{
434
138
  name: z.ZodString;
435
139
  taxonomy_ref: z.ZodString;
436
140
  display_name: z.ZodString;
437
- }, "strip", z.ZodTypeAny, {
438
- name: string;
439
- taxonomy_ref: string;
440
- display_name: string;
441
- }, {
442
- name: string;
443
- taxonomy_ref: string;
444
- display_name: string;
445
- }>, "many">;
446
- }, "strip", z.ZodTypeAny, {
447
- name: string;
448
- description: string;
449
- claims: {
450
- name: string;
451
- taxonomy_ref: string;
452
- display_name: string;
453
- }[];
454
- version: string;
455
- credential_type: string;
456
- legal_type: string;
457
- validity_info: {
458
- max_validity_days: number;
459
- status_methods: string[];
460
- allowed_states: string[];
461
- };
462
- purposes: {
463
- id: string;
464
- description: string;
465
- claims_required: string[];
466
- claim_recommended: string[];
467
- category?: string | undefined;
468
- subcategory?: string | undefined;
469
- }[];
470
- issuers: {
471
- id: string;
472
- organization_name: string;
473
- organization_code: string;
474
- organization_country: string;
475
- homepage_uri?: string | undefined;
476
- policy_uri?: string | undefined;
477
- logo_uri?: string | undefined;
478
- contacts?: string[] | undefined;
479
- tos_uri?: string | undefined;
480
- }[];
481
- authentic_sources: {
482
- id: string;
483
- organization_name: string;
484
- organization_code: string;
485
- organization_country: string;
486
- source_type: string;
487
- homepage_uri?: string | undefined;
488
- logo_uri?: string | undefined;
489
- contacts?: string[] | undefined;
490
- user_information?: string | undefined;
491
- }[];
492
- formats: {
493
- format: "dc+sd-jwt" | "mso_mdoc";
494
- configuration_id: string;
495
- vct?: string | undefined;
496
- docType?: string | undefined;
497
- schema_uri?: string | undefined;
498
- "schema_uri#integrity"?: string | undefined;
499
- }[];
500
- authentication: {
501
- user_auth_required: boolean;
502
- min_loa: string;
503
- supported_eid_schemes: string[];
504
- };
505
- }, {
506
- name: string;
507
- description: string;
508
- claims: {
509
- name: string;
510
- taxonomy_ref: string;
511
- display_name: string;
512
- }[];
513
- version: string;
514
- credential_type: string;
515
- legal_type: string;
516
- validity_info: {
517
- max_validity_days: number;
518
- status_methods: string[];
519
- allowed_states: string[];
520
- };
521
- purposes: {
522
- id: string;
523
- description: string;
524
- claims_required: string[];
525
- claim_recommended: string[];
526
- category?: string | undefined;
527
- subcategory?: string | undefined;
528
- }[];
529
- issuers: {
530
- id: string;
531
- organization_name: string;
532
- organization_code: string;
533
- organization_country: string;
534
- homepage_uri?: string | undefined;
535
- policy_uri?: string | undefined;
536
- logo_uri?: string | undefined;
537
- contacts?: string[] | undefined;
538
- tos_uri?: string | undefined;
539
- }[];
540
- authentic_sources: {
541
- id: string;
542
- organization_name: string;
543
- organization_code: string;
544
- organization_country: string;
545
- source_type: string;
546
- homepage_uri?: string | undefined;
547
- logo_uri?: string | undefined;
548
- contacts?: string[] | undefined;
549
- user_information?: string | undefined;
550
- }[];
551
- formats: {
552
- format: "dc+sd-jwt" | "mso_mdoc";
553
- configuration_id: string;
554
- vct?: string | undefined;
555
- docType?: string | undefined;
556
- schema_uri?: string | undefined;
557
- "schema_uri#integrity"?: string | undefined;
558
- }[];
559
- authentication: {
560
- user_auth_required: boolean;
561
- min_loa: string;
562
- supported_eid_schemes: string[];
563
- };
564
- }>, "many">;
141
+ }, z.core.$strip>>;
142
+ }, z.core.$strip>>;
565
143
  iat: z.ZodNumber;
566
144
  exp: z.ZodNumber;
567
- }, "strip", z.ZodTypeAny, {
568
- iat: number;
569
- exp: number;
570
- credentials: {
571
- name: string;
572
- description: string;
573
- claims: {
574
- name: string;
575
- taxonomy_ref: string;
576
- display_name: string;
577
- }[];
578
- version: string;
579
- credential_type: string;
580
- legal_type: string;
581
- validity_info: {
582
- max_validity_days: number;
583
- status_methods: string[];
584
- allowed_states: string[];
585
- };
586
- purposes: {
587
- id: string;
588
- description: string;
589
- claims_required: string[];
590
- claim_recommended: string[];
591
- category?: string | undefined;
592
- subcategory?: string | undefined;
593
- }[];
594
- issuers: {
595
- id: string;
596
- organization_name: string;
597
- organization_code: string;
598
- organization_country: string;
599
- homepage_uri?: string | undefined;
600
- policy_uri?: string | undefined;
601
- logo_uri?: string | undefined;
602
- contacts?: string[] | undefined;
603
- tos_uri?: string | undefined;
604
- }[];
605
- authentic_sources: {
606
- id: string;
607
- organization_name: string;
608
- organization_code: string;
609
- organization_country: string;
610
- source_type: string;
611
- homepage_uri?: string | undefined;
612
- logo_uri?: string | undefined;
613
- contacts?: string[] | undefined;
614
- user_information?: string | undefined;
615
- }[];
616
- formats: {
617
- format: "dc+sd-jwt" | "mso_mdoc";
618
- configuration_id: string;
619
- vct?: string | undefined;
620
- docType?: string | undefined;
621
- schema_uri?: string | undefined;
622
- "schema_uri#integrity"?: string | undefined;
623
- }[];
624
- authentication: {
625
- user_auth_required: boolean;
626
- min_loa: string;
627
- supported_eid_schemes: string[];
628
- };
629
- }[];
630
- taxonomy_uri: string;
631
- catalog_version: string;
632
- }, {
633
- iat: number;
634
- exp: number;
635
- credentials: {
636
- name: string;
637
- description: string;
638
- claims: {
639
- name: string;
640
- taxonomy_ref: string;
641
- display_name: string;
642
- }[];
643
- version: string;
644
- credential_type: string;
645
- legal_type: string;
646
- validity_info: {
647
- max_validity_days: number;
648
- status_methods: string[];
649
- allowed_states: string[];
650
- };
651
- purposes: {
652
- id: string;
653
- description: string;
654
- claims_required: string[];
655
- claim_recommended: string[];
656
- category?: string | undefined;
657
- subcategory?: string | undefined;
658
- }[];
659
- issuers: {
660
- id: string;
661
- organization_name: string;
662
- organization_code: string;
663
- organization_country: string;
664
- homepage_uri?: string | undefined;
665
- policy_uri?: string | undefined;
666
- logo_uri?: string | undefined;
667
- contacts?: string[] | undefined;
668
- tos_uri?: string | undefined;
669
- }[];
670
- authentic_sources: {
671
- id: string;
672
- organization_name: string;
673
- organization_code: string;
674
- organization_country: string;
675
- source_type: string;
676
- homepage_uri?: string | undefined;
677
- logo_uri?: string | undefined;
678
- contacts?: string[] | undefined;
679
- user_information?: string | undefined;
680
- }[];
681
- formats: {
682
- format: "dc+sd-jwt" | "mso_mdoc";
683
- configuration_id: string;
684
- vct?: string | undefined;
685
- docType?: string | undefined;
686
- schema_uri?: string | undefined;
687
- "schema_uri#integrity"?: string | undefined;
688
- }[];
689
- authentication: {
690
- user_auth_required: boolean;
691
- min_loa: string;
692
- supported_eid_schemes: string[];
693
- };
694
- }[];
695
- taxonomy_uri: string;
696
- catalog_version: string;
697
- }>;
698
- }, "strip", z.ZodTypeAny, {
699
- header: {
700
- alg: string;
701
- kid: string;
702
- typ: string;
703
- };
704
- payload: {
705
- iat: number;
706
- exp: number;
707
- credentials: {
708
- name: string;
709
- description: string;
710
- claims: {
711
- name: string;
712
- taxonomy_ref: string;
713
- display_name: string;
714
- }[];
715
- version: string;
716
- credential_type: string;
717
- legal_type: string;
718
- validity_info: {
719
- max_validity_days: number;
720
- status_methods: string[];
721
- allowed_states: string[];
722
- };
723
- purposes: {
724
- id: string;
725
- description: string;
726
- claims_required: string[];
727
- claim_recommended: string[];
728
- category?: string | undefined;
729
- subcategory?: string | undefined;
730
- }[];
731
- issuers: {
732
- id: string;
733
- organization_name: string;
734
- organization_code: string;
735
- organization_country: string;
736
- homepage_uri?: string | undefined;
737
- policy_uri?: string | undefined;
738
- logo_uri?: string | undefined;
739
- contacts?: string[] | undefined;
740
- tos_uri?: string | undefined;
741
- }[];
742
- authentic_sources: {
743
- id: string;
744
- organization_name: string;
745
- organization_code: string;
746
- organization_country: string;
747
- source_type: string;
748
- homepage_uri?: string | undefined;
749
- logo_uri?: string | undefined;
750
- contacts?: string[] | undefined;
751
- user_information?: string | undefined;
752
- }[];
753
- formats: {
754
- format: "dc+sd-jwt" | "mso_mdoc";
755
- configuration_id: string;
756
- vct?: string | undefined;
757
- docType?: string | undefined;
758
- schema_uri?: string | undefined;
759
- "schema_uri#integrity"?: string | undefined;
760
- }[];
761
- authentication: {
762
- user_auth_required: boolean;
763
- min_loa: string;
764
- supported_eid_schemes: string[];
765
- };
766
- }[];
767
- taxonomy_uri: string;
768
- catalog_version: string;
769
- };
770
- }, {
771
- header: {
772
- alg: string;
773
- kid: string;
774
- typ: string;
775
- };
776
- payload: {
777
- iat: number;
778
- exp: number;
779
- credentials: {
780
- name: string;
781
- description: string;
782
- claims: {
783
- name: string;
784
- taxonomy_ref: string;
785
- display_name: string;
786
- }[];
787
- version: string;
788
- credential_type: string;
789
- legal_type: string;
790
- validity_info: {
791
- max_validity_days: number;
792
- status_methods: string[];
793
- allowed_states: string[];
794
- };
795
- purposes: {
796
- id: string;
797
- description: string;
798
- claims_required: string[];
799
- claim_recommended: string[];
800
- category?: string | undefined;
801
- subcategory?: string | undefined;
802
- }[];
803
- issuers: {
804
- id: string;
805
- organization_name: string;
806
- organization_code: string;
807
- organization_country: string;
808
- homepage_uri?: string | undefined;
809
- policy_uri?: string | undefined;
810
- logo_uri?: string | undefined;
811
- contacts?: string[] | undefined;
812
- tos_uri?: string | undefined;
813
- }[];
814
- authentic_sources: {
815
- id: string;
816
- organization_name: string;
817
- organization_code: string;
818
- organization_country: string;
819
- source_type: string;
820
- homepage_uri?: string | undefined;
821
- logo_uri?: string | undefined;
822
- contacts?: string[] | undefined;
823
- user_information?: string | undefined;
824
- }[];
825
- formats: {
826
- format: "dc+sd-jwt" | "mso_mdoc";
827
- configuration_id: string;
828
- vct?: string | undefined;
829
- docType?: string | undefined;
830
- schema_uri?: string | undefined;
831
- "schema_uri#integrity"?: string | undefined;
832
- }[];
833
- authentication: {
834
- user_auth_required: boolean;
835
- min_loa: string;
836
- supported_eid_schemes: string[];
837
- };
838
- }[];
839
- taxonomy_uri: string;
840
- catalog_version: string;
841
- };
842
- }>;
145
+ }, z.core.$strip>;
146
+ }, z.core.$strip>;
843
147
  export type DigitalCredentialsCatalogueJwt = z.infer<typeof DigitalCredentialsCatalogueJwt>;
844
148
  //# sourceMappingURL=types.d.ts.map