@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
@@ -1,72 +1,46 @@
1
1
  import * as z from "zod";
2
+ export declare const LocalizationInfo: z.ZodObject<{
3
+ available_locales: z.ZodArray<z.ZodString>;
4
+ base_uri: z.ZodString;
5
+ default_locale: z.ZodString;
6
+ version: z.ZodString;
7
+ }, z.core.$strip>;
8
+ export type LocalizationInfo = z.infer<typeof LocalizationInfo>;
9
+ /**
10
+ * Merged translations for one or more locales, keyed by locale code.
11
+ * Each locale maps l10n_id keys to their translated string values.
12
+ */
13
+ export type CatalogueTranslations = Record<string, Record<string, string>>;
2
14
  declare const AuthenticSource: z.ZodObject<{
3
15
  id: z.ZodString;
4
- organization_name: z.ZodString;
16
+ organization_name: z.ZodOptional<z.ZodString>;
17
+ organization_name_l10n_id: z.ZodOptional<z.ZodString>;
5
18
  organization_code: z.ZodOptional<z.ZodString>;
6
19
  organization_country: z.ZodString;
7
20
  organization_type: z.ZodString;
8
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
9
22
  homepage_uri: z.ZodOptional<z.ZodString>;
10
23
  logo_uri: z.ZodOptional<z.ZodString>;
11
24
  user_information: z.ZodOptional<z.ZodString>;
12
- }, "strip", z.ZodTypeAny, {
13
- id: string;
14
- organization_name: string;
15
- organization_country: string;
16
- organization_type: string;
17
- homepage_uri?: string | undefined;
18
- logo_uri?: string | undefined;
19
- contacts?: string[] | undefined;
20
- organization_code?: string | undefined;
21
- user_information?: string | undefined;
22
- }, {
23
- id: string;
24
- organization_name: string;
25
- organization_country: string;
26
- organization_type: string;
27
- homepage_uri?: string | undefined;
28
- logo_uri?: string | undefined;
29
- contacts?: string[] | undefined;
30
- organization_code?: string | undefined;
31
- user_information?: string | undefined;
32
- }>;
25
+ }, z.core.$strip>;
33
26
  export type AuthenticSource = z.infer<typeof AuthenticSource>;
34
27
  export declare const CredentialFormat: z.ZodObject<{
35
28
  configuration_id: z.ZodString;
36
- format: z.ZodEnum<["dc+sd-jwt", "mso_mdoc"]>;
29
+ format: z.ZodEnum<{
30
+ "dc+sd-jwt": "dc+sd-jwt";
31
+ mso_mdoc: "mso_mdoc";
32
+ }>;
37
33
  vct: z.ZodOptional<z.ZodString>;
38
34
  docType: z.ZodOptional<z.ZodString>;
39
35
  schema_uri: z.ZodOptional<z.ZodString>;
40
36
  "schema_uri#integrity": z.ZodOptional<z.ZodString>;
41
- }, "strip", z.ZodTypeAny, {
42
- format: "dc+sd-jwt" | "mso_mdoc";
43
- configuration_id: string;
44
- vct?: string | undefined;
45
- docType?: string | undefined;
46
- schema_uri?: string | undefined;
47
- "schema_uri#integrity"?: string | undefined;
48
- }, {
49
- format: "dc+sd-jwt" | "mso_mdoc";
50
- configuration_id: string;
51
- vct?: string | undefined;
52
- docType?: string | undefined;
53
- schema_uri?: string | undefined;
54
- "schema_uri#integrity"?: string | undefined;
55
- }>;
37
+ }, z.core.$strip>;
56
38
  export type CredentialFormat = z.infer<typeof CredentialFormat>;
57
39
  export declare const Claim: z.ZodObject<{
58
40
  name: z.ZodString;
59
41
  taxonomy_ref: z.ZodString;
60
42
  display_name: z.ZodString;
61
- }, "strip", z.ZodTypeAny, {
62
- name: string;
63
- taxonomy_ref: string;
64
- display_name: string;
65
- }, {
66
- name: string;
67
- taxonomy_ref: string;
68
- display_name: string;
69
- }>;
43
+ }, z.core.$strip>;
70
44
  /**
71
45
  * Unified shape for a Digital Credential in the catalogue, regardless of IT-Wallet version.
72
46
  * Please note that some of the version-specific properties might be missing in this representation.
@@ -75,539 +49,175 @@ export declare const DigitalCredential: z.ZodObject<{
75
49
  version: z.ZodString;
76
50
  credential_type: z.ZodString;
77
51
  legal_type: z.ZodString;
78
- name: z.ZodString;
79
- description: z.ZodString;
52
+ name: z.ZodOptional<z.ZodString>;
53
+ name_l10n_id: z.ZodOptional<z.ZodString>;
54
+ description: z.ZodOptional<z.ZodString>;
55
+ restriction_policy: z.ZodOptional<z.ZodObject<{
56
+ presentation_flows: z.ZodObject<{
57
+ remote: z.ZodBoolean;
58
+ proximity: z.ZodBoolean;
59
+ }, z.core.$strip>;
60
+ }, z.core.$strip>>;
80
61
  validity_info: z.ZodObject<{
81
62
  max_validity_days: z.ZodNumber;
82
- status_methods: z.ZodArray<z.ZodString, "many">;
83
- allowed_states: z.ZodArray<z.ZodString, "many">;
84
- }, "strip", z.ZodTypeAny, {
85
- max_validity_days: number;
86
- status_methods: string[];
87
- allowed_states: string[];
88
- }, {
89
- max_validity_days: number;
90
- status_methods: string[];
91
- allowed_states: string[];
92
- }>;
93
- purposes: z.ZodArray<z.ZodObject<{
63
+ status_methods: z.ZodArray<z.ZodString>;
64
+ administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
65
+ title_l10n_id: z.ZodString;
66
+ description_l10n_id: z.ZodString;
67
+ }, z.core.$strip>>;
68
+ allowed_states: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
69
+ title_l10n_id: z.ZodString;
70
+ description_l10n_id: z.ZodString;
71
+ }, z.core.$catchall<z.ZodString>>]>>;
72
+ }, z.core.$strip>;
73
+ administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
74
+ title_l10n_id: z.ZodString;
75
+ description_l10n_id: z.ZodString;
76
+ }, z.core.$strip>>;
77
+ domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
78
+ classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
79
+ purposes: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
94
80
  id: z.ZodString;
95
- description: z.ZodString;
96
- claims_required: z.ZodArray<z.ZodString, "many">;
97
- claim_recommended: z.ZodArray<z.ZodString, "many">;
98
- }, "strip", z.ZodTypeAny, {
99
- id: string;
100
- description: string;
101
- claims_required: string[];
102
- claim_recommended: string[];
103
- }, {
104
- id: string;
105
- description: string;
106
- claims_required: string[];
107
- claim_recommended: string[];
108
- }>, "many">;
81
+ description: z.ZodOptional<z.ZodString>;
82
+ claims_required: z.ZodOptional<z.ZodArray<z.ZodString>>;
83
+ claim_recommended: z.ZodOptional<z.ZodArray<z.ZodString>>;
84
+ }, z.core.$strip>]>>;
109
85
  issuers: z.ZodArray<z.ZodObject<{
110
86
  id: z.ZodString;
111
- organization_name: z.ZodString;
87
+ organization_name: z.ZodOptional<z.ZodString>;
88
+ organization_name_l10n_id: z.ZodOptional<z.ZodString>;
112
89
  organization_code: z.ZodString;
113
90
  organization_country: z.ZodString;
114
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
91
+ legal_type: z.ZodOptional<z.ZodString>;
92
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
115
93
  homepage_uri: z.ZodOptional<z.ZodString>;
116
94
  logo_uri: z.ZodOptional<z.ZodString>;
117
95
  policy_uri: z.ZodOptional<z.ZodString>;
118
96
  tos_uri: z.ZodOptional<z.ZodString>;
119
- }, "strip", z.ZodTypeAny, {
120
- id: string;
121
- organization_name: string;
122
- organization_code: string;
123
- organization_country: string;
124
- homepage_uri?: string | undefined;
125
- policy_uri?: string | undefined;
126
- logo_uri?: string | undefined;
127
- contacts?: string[] | undefined;
128
- tos_uri?: string | undefined;
129
- }, {
130
- id: string;
131
- organization_name: string;
132
- organization_code: string;
133
- organization_country: string;
134
- homepage_uri?: string | undefined;
135
- policy_uri?: string | undefined;
136
- logo_uri?: string | undefined;
137
- contacts?: string[] | undefined;
138
- tos_uri?: string | undefined;
139
- }>, "many">;
97
+ service_documentation: z.ZodOptional<z.ZodString>;
98
+ issuance_flows: z.ZodOptional<z.ZodObject<{
99
+ deferred_flow: z.ZodBoolean;
100
+ }, z.core.$strip>>;
101
+ }, z.core.$strip>>;
140
102
  authentic_sources: z.ZodArray<z.ZodObject<{
141
103
  id: z.ZodString;
142
- organization_name: z.ZodString;
104
+ organization_name: z.ZodOptional<z.ZodString>;
105
+ organization_name_l10n_id: z.ZodOptional<z.ZodString>;
143
106
  organization_code: z.ZodOptional<z.ZodString>;
144
107
  organization_country: z.ZodString;
145
108
  organization_type: z.ZodString;
146
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
109
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
147
110
  homepage_uri: z.ZodOptional<z.ZodString>;
148
111
  logo_uri: z.ZodOptional<z.ZodString>;
149
112
  user_information: z.ZodOptional<z.ZodString>;
150
- }, "strip", z.ZodTypeAny, {
151
- id: string;
152
- organization_name: string;
153
- organization_country: string;
154
- organization_type: string;
155
- homepage_uri?: string | undefined;
156
- logo_uri?: string | undefined;
157
- contacts?: string[] | undefined;
158
- organization_code?: string | undefined;
159
- user_information?: string | undefined;
160
- }, {
161
- id: string;
162
- organization_name: string;
163
- organization_country: string;
164
- organization_type: string;
165
- homepage_uri?: string | undefined;
166
- logo_uri?: string | undefined;
167
- contacts?: string[] | undefined;
168
- organization_code?: string | undefined;
169
- user_information?: string | undefined;
170
- }>, "many">;
171
- formats: z.ZodArray<z.ZodObject<{
113
+ }, z.core.$strip>>;
114
+ formats: z.ZodOptional<z.ZodArray<z.ZodObject<{
172
115
  configuration_id: z.ZodString;
173
- format: z.ZodEnum<["dc+sd-jwt", "mso_mdoc"]>;
116
+ format: z.ZodEnum<{
117
+ "dc+sd-jwt": "dc+sd-jwt";
118
+ mso_mdoc: "mso_mdoc";
119
+ }>;
174
120
  vct: z.ZodOptional<z.ZodString>;
175
121
  docType: z.ZodOptional<z.ZodString>;
176
122
  schema_uri: z.ZodOptional<z.ZodString>;
177
123
  "schema_uri#integrity": z.ZodOptional<z.ZodString>;
178
- }, "strip", z.ZodTypeAny, {
179
- format: "dc+sd-jwt" | "mso_mdoc";
180
- configuration_id: string;
181
- vct?: string | undefined;
182
- docType?: string | undefined;
183
- schema_uri?: string | undefined;
184
- "schema_uri#integrity"?: string | undefined;
185
- }, {
186
- format: "dc+sd-jwt" | "mso_mdoc";
187
- configuration_id: string;
188
- vct?: string | undefined;
189
- docType?: string | undefined;
190
- schema_uri?: string | undefined;
191
- "schema_uri#integrity"?: string | undefined;
192
- }>, "many">;
193
- }, "strip", z.ZodTypeAny, {
194
- name: string;
195
- description: string;
196
- version: string;
197
- credential_type: string;
198
- legal_type: string;
199
- validity_info: {
200
- max_validity_days: number;
201
- status_methods: string[];
202
- allowed_states: string[];
203
- };
204
- purposes: {
205
- id: string;
206
- description: string;
207
- claims_required: string[];
208
- claim_recommended: string[];
209
- }[];
210
- issuers: {
211
- id: string;
212
- organization_name: string;
213
- organization_code: string;
214
- organization_country: string;
215
- homepage_uri?: string | undefined;
216
- policy_uri?: string | undefined;
217
- logo_uri?: string | undefined;
218
- contacts?: string[] | undefined;
219
- tos_uri?: string | undefined;
220
- }[];
221
- authentic_sources: {
222
- id: string;
223
- organization_name: string;
224
- organization_country: string;
225
- organization_type: string;
226
- homepage_uri?: string | undefined;
227
- logo_uri?: string | undefined;
228
- contacts?: string[] | undefined;
229
- organization_code?: string | undefined;
230
- user_information?: string | undefined;
231
- }[];
232
- formats: {
233
- format: "dc+sd-jwt" | "mso_mdoc";
234
- configuration_id: string;
235
- vct?: string | undefined;
236
- docType?: string | undefined;
237
- schema_uri?: string | undefined;
238
- "schema_uri#integrity"?: string | undefined;
239
- }[];
240
- }, {
241
- name: string;
242
- description: string;
243
- version: string;
244
- credential_type: string;
245
- legal_type: string;
246
- validity_info: {
247
- max_validity_days: number;
248
- status_methods: string[];
249
- allowed_states: string[];
250
- };
251
- purposes: {
252
- id: string;
253
- description: string;
254
- claims_required: string[];
255
- claim_recommended: string[];
256
- }[];
257
- issuers: {
258
- id: string;
259
- organization_name: string;
260
- organization_code: string;
261
- organization_country: string;
262
- homepage_uri?: string | undefined;
263
- policy_uri?: string | undefined;
264
- logo_uri?: string | undefined;
265
- contacts?: string[] | undefined;
266
- tos_uri?: string | undefined;
267
- }[];
268
- authentic_sources: {
269
- id: string;
270
- organization_name: string;
271
- organization_country: string;
272
- organization_type: string;
273
- homepage_uri?: string | undefined;
274
- logo_uri?: string | undefined;
275
- contacts?: string[] | undefined;
276
- organization_code?: string | undefined;
277
- user_information?: string | undefined;
278
- }[];
279
- formats: {
280
- format: "dc+sd-jwt" | "mso_mdoc";
281
- configuration_id: string;
282
- vct?: string | undefined;
283
- docType?: string | undefined;
284
- schema_uri?: string | undefined;
285
- "schema_uri#integrity"?: string | undefined;
286
- }[];
287
- }>;
124
+ }, z.core.$strip>>>;
125
+ }, z.core.$strip>;
288
126
  export declare const DigitalCredentialsCatalogue: z.ZodObject<{
289
127
  taxonomy_uri: z.ZodString;
290
128
  credentials: z.ZodArray<z.ZodObject<{
291
129
  version: z.ZodString;
292
130
  credential_type: z.ZodString;
293
131
  legal_type: z.ZodString;
294
- name: z.ZodString;
295
- description: z.ZodString;
132
+ name: z.ZodOptional<z.ZodString>;
133
+ name_l10n_id: z.ZodOptional<z.ZodString>;
134
+ description: z.ZodOptional<z.ZodString>;
135
+ restriction_policy: z.ZodOptional<z.ZodObject<{
136
+ presentation_flows: z.ZodObject<{
137
+ remote: z.ZodBoolean;
138
+ proximity: z.ZodBoolean;
139
+ }, z.core.$strip>;
140
+ }, z.core.$strip>>;
296
141
  validity_info: z.ZodObject<{
297
142
  max_validity_days: z.ZodNumber;
298
- status_methods: z.ZodArray<z.ZodString, "many">;
299
- allowed_states: z.ZodArray<z.ZodString, "many">;
300
- }, "strip", z.ZodTypeAny, {
301
- max_validity_days: number;
302
- status_methods: string[];
303
- allowed_states: string[];
304
- }, {
305
- max_validity_days: number;
306
- status_methods: string[];
307
- allowed_states: string[];
308
- }>;
309
- purposes: z.ZodArray<z.ZodObject<{
143
+ status_methods: z.ZodArray<z.ZodString>;
144
+ administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
145
+ title_l10n_id: z.ZodString;
146
+ description_l10n_id: z.ZodString;
147
+ }, z.core.$strip>>;
148
+ allowed_states: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
149
+ title_l10n_id: z.ZodString;
150
+ description_l10n_id: z.ZodString;
151
+ }, z.core.$catchall<z.ZodString>>]>>;
152
+ }, z.core.$strip>;
153
+ administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
154
+ title_l10n_id: z.ZodString;
155
+ description_l10n_id: z.ZodString;
156
+ }, z.core.$strip>>;
157
+ domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
158
+ classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
159
+ purposes: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
310
160
  id: z.ZodString;
311
- description: z.ZodString;
312
- claims_required: z.ZodArray<z.ZodString, "many">;
313
- claim_recommended: z.ZodArray<z.ZodString, "many">;
314
- }, "strip", z.ZodTypeAny, {
315
- id: string;
316
- description: string;
317
- claims_required: string[];
318
- claim_recommended: string[];
319
- }, {
320
- id: string;
321
- description: string;
322
- claims_required: string[];
323
- claim_recommended: string[];
324
- }>, "many">;
161
+ description: z.ZodOptional<z.ZodString>;
162
+ claims_required: z.ZodOptional<z.ZodArray<z.ZodString>>;
163
+ claim_recommended: z.ZodOptional<z.ZodArray<z.ZodString>>;
164
+ }, z.core.$strip>]>>;
325
165
  issuers: z.ZodArray<z.ZodObject<{
326
166
  id: z.ZodString;
327
- organization_name: z.ZodString;
167
+ organization_name: z.ZodOptional<z.ZodString>;
168
+ organization_name_l10n_id: z.ZodOptional<z.ZodString>;
328
169
  organization_code: z.ZodString;
329
170
  organization_country: z.ZodString;
330
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
171
+ legal_type: z.ZodOptional<z.ZodString>;
172
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
331
173
  homepage_uri: z.ZodOptional<z.ZodString>;
332
174
  logo_uri: z.ZodOptional<z.ZodString>;
333
175
  policy_uri: z.ZodOptional<z.ZodString>;
334
176
  tos_uri: z.ZodOptional<z.ZodString>;
335
- }, "strip", z.ZodTypeAny, {
336
- id: string;
337
- organization_name: string;
338
- organization_code: string;
339
- organization_country: string;
340
- homepage_uri?: string | undefined;
341
- policy_uri?: string | undefined;
342
- logo_uri?: string | undefined;
343
- contacts?: string[] | undefined;
344
- tos_uri?: string | undefined;
345
- }, {
346
- id: string;
347
- organization_name: string;
348
- organization_code: string;
349
- organization_country: string;
350
- homepage_uri?: string | undefined;
351
- policy_uri?: string | undefined;
352
- logo_uri?: string | undefined;
353
- contacts?: string[] | undefined;
354
- tos_uri?: string | undefined;
355
- }>, "many">;
177
+ service_documentation: z.ZodOptional<z.ZodString>;
178
+ issuance_flows: z.ZodOptional<z.ZodObject<{
179
+ deferred_flow: z.ZodBoolean;
180
+ }, z.core.$strip>>;
181
+ }, z.core.$strip>>;
356
182
  authentic_sources: z.ZodArray<z.ZodObject<{
357
183
  id: z.ZodString;
358
- organization_name: z.ZodString;
184
+ organization_name: z.ZodOptional<z.ZodString>;
185
+ organization_name_l10n_id: z.ZodOptional<z.ZodString>;
359
186
  organization_code: z.ZodOptional<z.ZodString>;
360
187
  organization_country: z.ZodString;
361
188
  organization_type: z.ZodString;
362
- contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
189
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
363
190
  homepage_uri: z.ZodOptional<z.ZodString>;
364
191
  logo_uri: z.ZodOptional<z.ZodString>;
365
192
  user_information: z.ZodOptional<z.ZodString>;
366
- }, "strip", z.ZodTypeAny, {
367
- id: string;
368
- organization_name: string;
369
- organization_country: string;
370
- organization_type: string;
371
- homepage_uri?: string | undefined;
372
- logo_uri?: string | undefined;
373
- contacts?: string[] | undefined;
374
- organization_code?: string | undefined;
375
- user_information?: string | undefined;
376
- }, {
377
- id: string;
378
- organization_name: string;
379
- organization_country: string;
380
- organization_type: string;
381
- homepage_uri?: string | undefined;
382
- logo_uri?: string | undefined;
383
- contacts?: string[] | undefined;
384
- organization_code?: string | undefined;
385
- user_information?: string | undefined;
386
- }>, "many">;
387
- formats: z.ZodArray<z.ZodObject<{
193
+ }, z.core.$strip>>;
194
+ formats: z.ZodOptional<z.ZodArray<z.ZodObject<{
388
195
  configuration_id: z.ZodString;
389
- format: z.ZodEnum<["dc+sd-jwt", "mso_mdoc"]>;
196
+ format: z.ZodEnum<{
197
+ "dc+sd-jwt": "dc+sd-jwt";
198
+ mso_mdoc: "mso_mdoc";
199
+ }>;
390
200
  vct: z.ZodOptional<z.ZodString>;
391
201
  docType: z.ZodOptional<z.ZodString>;
392
202
  schema_uri: z.ZodOptional<z.ZodString>;
393
203
  "schema_uri#integrity": z.ZodOptional<z.ZodString>;
394
- }, "strip", z.ZodTypeAny, {
395
- format: "dc+sd-jwt" | "mso_mdoc";
396
- configuration_id: string;
397
- vct?: string | undefined;
398
- docType?: string | undefined;
399
- schema_uri?: string | undefined;
400
- "schema_uri#integrity"?: string | undefined;
401
- }, {
402
- format: "dc+sd-jwt" | "mso_mdoc";
403
- configuration_id: string;
404
- vct?: string | undefined;
405
- docType?: string | undefined;
406
- schema_uri?: string | undefined;
407
- "schema_uri#integrity"?: string | undefined;
408
- }>, "many">;
409
- }, "strip", z.ZodTypeAny, {
410
- name: string;
411
- description: string;
412
- version: string;
413
- credential_type: string;
414
- legal_type: string;
415
- validity_info: {
416
- max_validity_days: number;
417
- status_methods: string[];
418
- allowed_states: string[];
419
- };
420
- purposes: {
421
- id: string;
422
- description: string;
423
- claims_required: string[];
424
- claim_recommended: string[];
425
- }[];
426
- issuers: {
427
- id: string;
428
- organization_name: string;
429
- organization_code: string;
430
- organization_country: string;
431
- homepage_uri?: string | undefined;
432
- policy_uri?: string | undefined;
433
- logo_uri?: string | undefined;
434
- contacts?: string[] | undefined;
435
- tos_uri?: string | undefined;
436
- }[];
437
- authentic_sources: {
438
- id: string;
439
- organization_name: string;
440
- organization_country: string;
441
- organization_type: string;
442
- homepage_uri?: string | undefined;
443
- logo_uri?: string | undefined;
444
- contacts?: string[] | undefined;
445
- organization_code?: string | undefined;
446
- user_information?: string | undefined;
447
- }[];
448
- formats: {
449
- format: "dc+sd-jwt" | "mso_mdoc";
450
- configuration_id: string;
451
- vct?: string | undefined;
452
- docType?: string | undefined;
453
- schema_uri?: string | undefined;
454
- "schema_uri#integrity"?: string | undefined;
455
- }[];
456
- }, {
457
- name: string;
458
- description: string;
459
- version: string;
460
- credential_type: string;
461
- legal_type: string;
462
- validity_info: {
463
- max_validity_days: number;
464
- status_methods: string[];
465
- allowed_states: string[];
466
- };
467
- purposes: {
468
- id: string;
469
- description: string;
470
- claims_required: string[];
471
- claim_recommended: string[];
472
- }[];
473
- issuers: {
474
- id: string;
475
- organization_name: string;
476
- organization_code: string;
477
- organization_country: string;
478
- homepage_uri?: string | undefined;
479
- policy_uri?: string | undefined;
480
- logo_uri?: string | undefined;
481
- contacts?: string[] | undefined;
482
- tos_uri?: string | undefined;
483
- }[];
484
- authentic_sources: {
485
- id: string;
486
- organization_name: string;
487
- organization_country: string;
488
- organization_type: string;
489
- homepage_uri?: string | undefined;
490
- logo_uri?: string | undefined;
491
- contacts?: string[] | undefined;
492
- organization_code?: string | undefined;
493
- user_information?: string | undefined;
494
- }[];
495
- formats: {
496
- format: "dc+sd-jwt" | "mso_mdoc";
497
- configuration_id: string;
498
- vct?: string | undefined;
499
- docType?: string | undefined;
500
- schema_uri?: string | undefined;
501
- "schema_uri#integrity"?: string | undefined;
502
- }[];
503
- }>, "many">;
204
+ }, z.core.$strip>>>;
205
+ }, z.core.$strip>>;
504
206
  iat: z.ZodNumber;
505
207
  exp: z.ZodNumber;
506
- }, "strip", z.ZodTypeAny, {
507
- iat: number;
508
- exp: number;
509
- credentials: {
510
- name: string;
511
- description: string;
512
- version: string;
513
- credential_type: string;
514
- legal_type: string;
515
- validity_info: {
516
- max_validity_days: number;
517
- status_methods: string[];
518
- allowed_states: string[];
519
- };
520
- purposes: {
521
- id: string;
522
- description: string;
523
- claims_required: string[];
524
- claim_recommended: string[];
525
- }[];
526
- issuers: {
527
- id: string;
528
- organization_name: string;
529
- organization_code: string;
530
- organization_country: string;
531
- homepage_uri?: string | undefined;
532
- policy_uri?: string | undefined;
533
- logo_uri?: string | undefined;
534
- contacts?: string[] | undefined;
535
- tos_uri?: string | undefined;
536
- }[];
537
- authentic_sources: {
538
- id: string;
539
- organization_name: string;
540
- organization_country: string;
541
- organization_type: string;
542
- homepage_uri?: string | undefined;
543
- logo_uri?: string | undefined;
544
- contacts?: string[] | undefined;
545
- organization_code?: string | undefined;
546
- user_information?: string | undefined;
547
- }[];
548
- formats: {
549
- format: "dc+sd-jwt" | "mso_mdoc";
550
- configuration_id: string;
551
- vct?: string | undefined;
552
- docType?: string | undefined;
553
- schema_uri?: string | undefined;
554
- "schema_uri#integrity"?: string | undefined;
555
- }[];
556
- }[];
557
- taxonomy_uri: string;
558
- }, {
559
- iat: number;
560
- exp: number;
561
- credentials: {
562
- name: string;
563
- description: string;
564
- version: string;
565
- credential_type: string;
566
- legal_type: string;
567
- validity_info: {
568
- max_validity_days: number;
569
- status_methods: string[];
570
- allowed_states: string[];
571
- };
572
- purposes: {
573
- id: string;
574
- description: string;
575
- claims_required: string[];
576
- claim_recommended: string[];
577
- }[];
578
- issuers: {
579
- id: string;
580
- organization_name: string;
581
- organization_code: string;
582
- organization_country: string;
583
- homepage_uri?: string | undefined;
584
- policy_uri?: string | undefined;
585
- logo_uri?: string | undefined;
586
- contacts?: string[] | undefined;
587
- tos_uri?: string | undefined;
588
- }[];
589
- authentic_sources: {
590
- id: string;
591
- organization_name: string;
592
- organization_country: string;
593
- organization_type: string;
594
- homepage_uri?: string | undefined;
595
- logo_uri?: string | undefined;
596
- contacts?: string[] | undefined;
597
- organization_code?: string | undefined;
598
- user_information?: string | undefined;
599
- }[];
600
- formats: {
601
- format: "dc+sd-jwt" | "mso_mdoc";
602
- configuration_id: string;
603
- vct?: string | undefined;
604
- docType?: string | undefined;
605
- schema_uri?: string | undefined;
606
- "schema_uri#integrity"?: string | undefined;
607
- }[];
608
- }[];
609
- taxonomy_uri: string;
610
- }>;
208
+ localization: z.ZodOptional<z.ZodObject<{
209
+ available_locales: z.ZodArray<z.ZodString>;
210
+ base_uri: z.ZodString;
211
+ default_locale: z.ZodString;
212
+ version: z.ZodString;
213
+ }, z.core.$strip>>;
214
+ as_localization: z.ZodOptional<z.ZodObject<{
215
+ available_locales: z.ZodArray<z.ZodString>;
216
+ base_uri: z.ZodString;
217
+ default_locale: z.ZodString;
218
+ version: z.ZodString;
219
+ }, z.core.$strip>>;
220
+ }, z.core.$strip>;
611
221
  export type DigitalCredentialsCatalogue = z.infer<typeof DigitalCredentialsCatalogue>;
612
222
  export {};
613
223
  //# sourceMappingURL=DigitalCredentialsCatalogue.d.ts.map