@pagopa/io-react-native-wallet 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (409) 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/common/06-verify-and-parse-credential.sdjwt.js +2 -1
  11. package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
  12. package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
  13. package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
  14. package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
  15. package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
  16. package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +15 -8
  17. package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
  18. package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +0 -1
  19. package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
  20. package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +2 -2
  21. package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
  22. package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js +2 -1
  23. package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js.map +1 -1
  24. package/lib/commonjs/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
  25. package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
  26. package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
  27. package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
  28. package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
  29. package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +16 -5
  30. package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
  31. package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +4 -2
  32. package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
  33. package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +91 -30
  34. package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
  35. package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +4 -4
  36. package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
  37. package/lib/commonjs/index.js +3 -1
  38. package/lib/commonjs/index.js.map +1 -1
  39. package/lib/commonjs/sd-jwt/index.js +3 -2
  40. package/lib/commonjs/sd-jwt/index.js.map +1 -1
  41. package/lib/commonjs/sd-jwt/utils.js +2 -1
  42. package/lib/commonjs/sd-jwt/utils.js.map +1 -1
  43. package/lib/commonjs/trust/common/types.js +3 -3
  44. package/lib/commonjs/trust/common/types.js.map +1 -1
  45. package/lib/commonjs/trust/v1.0.0/types.js +6 -8
  46. package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
  47. package/lib/commonjs/trust/v1.3.3/types.js +1 -3
  48. package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
  49. package/lib/commonjs/utils/callbacks.js +2 -0
  50. package/lib/commonjs/utils/callbacks.js.map +1 -1
  51. package/lib/commonjs/utils/credentials.js +17 -2
  52. package/lib/commonjs/utils/credentials.js.map +1 -1
  53. package/lib/commonjs/utils/crypto.js +8 -0
  54. package/lib/commonjs/utils/crypto.js.map +1 -1
  55. package/lib/commonjs/utils/dpop.js +1 -1
  56. package/lib/commonjs/utils/dpop.js.map +1 -1
  57. package/lib/commonjs/utils/jwk.js +1 -1
  58. package/lib/commonjs/utils/jwk.js.map +1 -1
  59. package/lib/commonjs/utils/zod.js +1 -1
  60. package/lib/commonjs/utils/zod.js.map +1 -1
  61. package/lib/commonjs/wallet-instance-attestation/README.md +13 -10
  62. package/lib/commonjs/wallet-instance-attestation/api/types.js +9 -4
  63. package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
  64. package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js +2 -2
  65. package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
  66. package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
  67. package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
  68. package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js +4 -5
  69. package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
  70. package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +5 -7
  71. package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
  72. package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
  73. package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
  74. package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js +26 -0
  75. package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
  76. package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js +13 -24
  77. package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
  78. package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js +35 -0
  79. package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
  80. package/lib/commonjs/wallet-unit-attestation/README.md +73 -0
  81. package/lib/commonjs/wallet-unit-attestation/api/index.js +6 -0
  82. package/lib/commonjs/wallet-unit-attestation/api/index.js.map +1 -0
  83. package/lib/commonjs/wallet-unit-attestation/api/types.js +45 -0
  84. package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -0
  85. package/lib/commonjs/wallet-unit-attestation/index.js +20 -0
  86. package/lib/commonjs/wallet-unit-attestation/index.js.map +1 -0
  87. package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js +11 -0
  88. package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
  89. package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +17 -0
  90. package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
  91. package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +118 -0
  92. package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
  93. package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js +13 -0
  94. package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
  95. package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +23 -0
  96. package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
  97. package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js +20 -0
  98. package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
  99. package/lib/module/api/index.js +3 -0
  100. package/lib/module/api/index.js.map +1 -1
  101. package/lib/module/client/generated/wallet-provider.js +33 -1
  102. package/lib/module/client/generated/wallet-provider.js.map +1 -1
  103. package/lib/module/client/index.js +4 -2
  104. package/lib/module/client/index.js.map +1 -1
  105. package/lib/module/credential/issuance/README.md +2 -0
  106. package/lib/module/credential/issuance/api/IssuerConfig.js +2 -2
  107. package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
  108. package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +2 -1
  109. package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
  110. package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
  111. package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
  112. package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
  113. package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
  114. package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +16 -9
  115. package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
  116. package/lib/module/credential/issuance/v1.3.3/mappers.js +0 -1
  117. package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
  118. package/lib/module/credential/presentation/api/RelyingPartyConfig.js +1 -1
  119. package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
  120. package/lib/module/credential/presentation/common/utils/sd-jwt.js +2 -1
  121. package/lib/module/credential/presentation/common/utils/sd-jwt.js.map +1 -1
  122. package/lib/module/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
  123. package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
  124. package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
  125. package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
  126. package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
  127. package/lib/module/credentials-catalogue/v1.0.0/mappers.js +16 -5
  128. package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
  129. package/lib/module/credentials-catalogue/v1.3.3/mappers.js +4 -2
  130. package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
  131. package/lib/module/credentials-catalogue/v1.3.3/types.js +91 -30
  132. package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
  133. package/lib/module/credentials-catalogue/v1.3.3/utils.js +4 -4
  134. package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
  135. package/lib/module/index.js +2 -1
  136. package/lib/module/index.js.map +1 -1
  137. package/lib/module/sd-jwt/index.js +3 -2
  138. package/lib/module/sd-jwt/index.js.map +1 -1
  139. package/lib/module/sd-jwt/utils.js +2 -1
  140. package/lib/module/sd-jwt/utils.js.map +1 -1
  141. package/lib/module/trust/common/types.js +3 -3
  142. package/lib/module/trust/common/types.js.map +1 -1
  143. package/lib/module/trust/v1.0.0/types.js +5 -7
  144. package/lib/module/trust/v1.0.0/types.js.map +1 -1
  145. package/lib/module/trust/v1.3.3/types.js +1 -3
  146. package/lib/module/trust/v1.3.3/types.js.map +1 -1
  147. package/lib/module/utils/callbacks.js +3 -0
  148. package/lib/module/utils/callbacks.js.map +1 -1
  149. package/lib/module/utils/credentials.js +15 -1
  150. package/lib/module/utils/credentials.js.map +1 -1
  151. package/lib/module/utils/crypto.js +8 -0
  152. package/lib/module/utils/crypto.js.map +1 -1
  153. package/lib/module/utils/dpop.js +1 -1
  154. package/lib/module/utils/dpop.js.map +1 -1
  155. package/lib/module/utils/jwk.js +1 -1
  156. package/lib/module/utils/jwk.js.map +1 -1
  157. package/lib/module/utils/zod.js +1 -1
  158. package/lib/module/utils/zod.js.map +1 -1
  159. package/lib/module/wallet-instance-attestation/README.md +13 -10
  160. package/lib/module/wallet-instance-attestation/api/types.js +7 -2
  161. package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
  162. package/lib/module/wallet-instance-attestation/v1.0.0/index.js +3 -3
  163. package/lib/module/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
  164. package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
  165. package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
  166. package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js +3 -4
  167. package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
  168. package/lib/module/wallet-instance-attestation/v1.3.3/index.js +5 -7
  169. package/lib/module/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
  170. package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
  171. package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
  172. package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js +19 -0
  173. package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
  174. package/lib/module/wallet-instance-attestation/v1.3.3/types.js +10 -21
  175. package/lib/module/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
  176. package/lib/module/wallet-instance-attestation/v1.3.3/utils.js +29 -0
  177. package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
  178. package/lib/module/wallet-unit-attestation/README.md +73 -0
  179. package/lib/module/wallet-unit-attestation/api/index.js +2 -0
  180. package/lib/module/wallet-unit-attestation/api/index.js.map +1 -0
  181. package/lib/module/wallet-unit-attestation/api/types.js +36 -0
  182. package/lib/module/wallet-unit-attestation/api/types.js.map +1 -0
  183. package/lib/module/wallet-unit-attestation/index.js +3 -0
  184. package/lib/module/wallet-unit-attestation/index.js.map +1 -0
  185. package/lib/module/wallet-unit-attestation/v1.0.0/index.js +4 -0
  186. package/lib/module/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
  187. package/lib/module/wallet-unit-attestation/v1.3.3/index.js +10 -0
  188. package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
  189. package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +112 -0
  190. package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
  191. package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js +6 -0
  192. package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
  193. package/lib/module/wallet-unit-attestation/v1.3.3/types.js +14 -0
  194. package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
  195. package/lib/module/wallet-unit-attestation/v1.3.3/utils.js +15 -0
  196. package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
  197. package/lib/typescript/api/index.d.ts +2 -0
  198. package/lib/typescript/api/index.d.ts.map +1 -1
  199. package/lib/typescript/client/generated/wallet-provider.d.ts +122 -358
  200. package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
  201. package/lib/typescript/client/index.d.ts.map +1 -1
  202. package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +2 -0
  203. package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
  204. package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +21 -357
  205. package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
  206. package/lib/typescript/credential/issuance/api/types.d.ts +5 -41
  207. package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
  208. package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
  209. package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.sdjwt.d.ts.map +1 -1
  210. package/lib/typescript/credential/issuance/common/authorization.d.ts.map +1 -1
  211. package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts.map +1 -1
  212. package/lib/typescript/credential/issuance/v1.0.0/05-obtain-credential.d.ts.map +1 -1
  213. package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +103 -106
  214. package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts.map +1 -1
  215. package/lib/typescript/credential/issuance/v1.0.0/types.d.ts +4 -26
  216. package/lib/typescript/credential/issuance/v1.0.0/types.d.ts.map +1 -1
  217. package/lib/typescript/credential/issuance/v1.3.3/01-evaluate-issuer-trust.d.ts.map +1 -1
  218. package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts.map +1 -1
  219. package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
  220. package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +594 -2095
  221. package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
  222. package/lib/typescript/credential/issuance/v1.3.3/types.d.ts +1 -5
  223. package/lib/typescript/credential/issuance/v1.3.3/types.d.ts.map +1 -1
  224. package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +9 -154
  225. package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
  226. package/lib/typescript/credential/presentation/api/types.d.ts +30 -106
  227. package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
  228. package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +29 -244
  229. package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
  230. package/lib/typescript/credential/presentation/common/utils/http.d.ts.map +1 -1
  231. package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
  232. package/lib/typescript/credential/presentation/common/utils.d.ts.map +1 -1
  233. package/lib/typescript/credential/presentation/v1.0.0/06-send-authorization-response.d.ts.map +1 -1
  234. package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +56 -58
  235. package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
  236. package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +13 -52
  237. package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
  238. package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
  239. package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
  240. package/lib/typescript/credential/presentation/v1.3.3/04-verify-request-object.d.ts.map +1 -1
  241. package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +133 -525
  242. package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
  243. package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
  244. package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +39 -3672
  245. package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
  246. package/lib/typescript/credential/presentation/v1.3.3/utils.mdoc.d.ts.map +1 -1
  247. package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +6 -6
  248. package/lib/typescript/credential/status/v1.0.0/types.d.ts +33 -659
  249. package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
  250. package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +111 -525
  251. package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
  252. package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +48 -20
  253. package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
  254. package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +41 -737
  255. package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
  256. package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +147 -62
  257. package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
  258. package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +180 -941
  259. package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
  260. package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +1 -1
  261. package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
  262. package/lib/typescript/index.d.ts +4 -3
  263. package/lib/typescript/index.d.ts.map +1 -1
  264. package/lib/typescript/mdoc/index.d.ts.map +1 -1
  265. package/lib/typescript/mdoc/utils.d.ts.map +1 -1
  266. package/lib/typescript/sd-jwt/index.d.ts +16 -16
  267. package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
  268. package/lib/typescript/sd-jwt/types.d.ts +33 -492
  269. package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
  270. package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
  271. package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +12 -201
  272. package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
  273. package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
  274. package/lib/typescript/trust/common/types.d.ts +32 -1198
  275. package/lib/typescript/trust/common/types.d.ts.map +1 -1
  276. package/lib/typescript/trust/common/utils.d.ts.map +1 -1
  277. package/lib/typescript/trust/v1.0.0/build-chain.d.ts +1 -53
  278. package/lib/typescript/trust/v1.0.0/build-chain.d.ts.map +1 -1
  279. package/lib/typescript/trust/v1.0.0/entities.d.ts +324 -347
  280. package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
  281. package/lib/typescript/trust/v1.0.0/mappers.d.ts +31 -35
  282. package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
  283. package/lib/typescript/trust/v1.0.0/types.d.ts +678 -12454
  284. package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
  285. package/lib/typescript/trust/v1.0.0/verify-chain.d.ts +4 -56
  286. package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
  287. package/lib/typescript/trust/v1.3.3/entities.d.ts +43 -47
  288. package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
  289. package/lib/typescript/trust/v1.3.3/types.d.ts +655 -14339
  290. package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
  291. package/lib/typescript/utils/auth.d.ts +3 -25
  292. package/lib/typescript/utils/auth.d.ts.map +1 -1
  293. package/lib/typescript/utils/callbacks.d.ts.map +1 -1
  294. package/lib/typescript/utils/config.d.ts +3 -3
  295. package/lib/typescript/utils/config.d.ts.map +1 -1
  296. package/lib/typescript/utils/credentials.d.ts +5 -0
  297. package/lib/typescript/utils/credentials.d.ts.map +1 -1
  298. package/lib/typescript/utils/crypto.d.ts +18 -0
  299. package/lib/typescript/utils/crypto.d.ts.map +1 -1
  300. package/lib/typescript/utils/decoder.d.ts.map +1 -1
  301. package/lib/typescript/utils/dpop.d.ts +5 -12
  302. package/lib/typescript/utils/dpop.d.ts.map +1 -1
  303. package/lib/typescript/utils/errors.d.ts.map +1 -1
  304. package/lib/typescript/utils/jwk.d.ts +15 -175
  305. package/lib/typescript/utils/jwk.d.ts.map +1 -1
  306. package/lib/typescript/utils/mappers.d.ts.map +1 -1
  307. package/lib/typescript/utils/misc.d.ts +2 -2
  308. package/lib/typescript/utils/misc.d.ts.map +1 -1
  309. package/lib/typescript/utils/object.d.ts.map +1 -1
  310. package/lib/typescript/utils/par.d.ts +7 -45
  311. package/lib/typescript/utils/par.d.ts.map +1 -1
  312. package/lib/typescript/utils/parser.d.ts.map +1 -1
  313. package/lib/typescript/utils/pop.d.ts +1 -9
  314. package/lib/typescript/utils/pop.d.ts.map +1 -1
  315. package/lib/typescript/utils/string.d.ts.map +1 -1
  316. package/lib/typescript/utils/zod.d.ts +4 -4
  317. package/lib/typescript/utils/zod.d.ts.map +1 -1
  318. package/lib/typescript/wallet-instance-attestation/api/index.d.ts +9 -9
  319. package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
  320. package/lib/typescript/wallet-instance-attestation/api/types.d.ts +19 -174
  321. package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
  322. package/lib/typescript/wallet-instance-attestation/common/types.d.ts +14 -273
  323. package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
  324. package/lib/typescript/wallet-instance-attestation/v1.0.0/issuing.d.ts.map +1 -1
  325. package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts +5 -3
  326. package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts.map +1 -1
  327. package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +39 -629
  328. package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
  329. package/lib/typescript/wallet-instance-attestation/v1.3.3/index.d.ts.map +1 -1
  330. package/lib/typescript/wallet-instance-attestation/v1.3.3/issuing.d.ts.map +1 -1
  331. package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts +90 -0
  332. package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts.map +1 -0
  333. package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +29 -891
  334. package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts.map +1 -1
  335. package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts +15 -0
  336. package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -0
  337. package/lib/typescript/wallet-unit-attestation/api/index.d.ts +39 -0
  338. package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -0
  339. package/lib/typescript/wallet-unit-attestation/api/types.d.ts +67 -0
  340. package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -0
  341. package/lib/typescript/wallet-unit-attestation/index.d.ts +4 -0
  342. package/lib/typescript/wallet-unit-attestation/index.d.ts.map +1 -0
  343. package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts +3 -0
  344. package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts.map +1 -0
  345. package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts +3 -0
  346. package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -0
  347. package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts +3 -0
  348. package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -0
  349. package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +107 -0
  350. package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts.map +1 -0
  351. package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +69 -0
  352. package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -0
  353. package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts +7 -0
  354. package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -0
  355. package/package.json +8 -8
  356. package/src/api/index.ts +4 -0
  357. package/src/client/generated/wallet-provider.ts +44 -0
  358. package/src/client/index.ts +5 -1
  359. package/src/credential/issuance/README.md +2 -0
  360. package/src/credential/issuance/api/05-obtain-credential.ts +2 -0
  361. package/src/credential/issuance/api/IssuerConfig.ts +4 -2
  362. package/src/credential/issuance/common/06-verify-and-parse-credential.sdjwt.ts +2 -1
  363. package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -3
  364. package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +2 -0
  365. package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +25 -11
  366. package/src/credential/issuance/v1.3.3/mappers.ts +10 -9
  367. package/src/credential/presentation/api/RelyingPartyConfig.ts +1 -1
  368. package/src/credential/presentation/common/utils/sd-jwt.ts +4 -1
  369. package/src/credential/presentation/v1.0.0/04-verify-request-object.ts +2 -2
  370. package/src/credential/presentation/v1.3.3/04-verify-request-object.ts +4 -2
  371. package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +42 -10
  372. package/src/credentials-catalogue/v1.0.0/mappers.ts +27 -12
  373. package/src/credentials-catalogue/v1.3.3/mappers.ts +10 -4
  374. package/src/credentials-catalogue/v1.3.3/types.ts +102 -29
  375. package/src/credentials-catalogue/v1.3.3/utils.ts +9 -4
  376. package/src/index.ts +11 -2
  377. package/src/sd-jwt/index.ts +8 -3
  378. package/src/sd-jwt/utils.ts +5 -1
  379. package/src/trust/common/types.ts +3 -3
  380. package/src/trust/v1.0.0/types.ts +10 -10
  381. package/src/trust/v1.3.3/types.ts +4 -7
  382. package/src/utils/callbacks.ts +7 -1
  383. package/src/utils/credentials.ts +17 -1
  384. package/src/utils/crypto.ts +18 -0
  385. package/src/utils/dpop.ts +1 -1
  386. package/src/utils/jwk.ts +1 -1
  387. package/src/utils/mappers.ts +2 -2
  388. package/src/utils/zod.ts +5 -1
  389. package/src/wallet-instance-attestation/README.md +13 -10
  390. package/src/wallet-instance-attestation/api/index.ts +20 -13
  391. package/src/wallet-instance-attestation/api/types.ts +16 -4
  392. package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -3
  393. package/src/wallet-instance-attestation/v1.0.0/issuing.ts +7 -9
  394. package/src/wallet-instance-attestation/v1.0.0/mappers.ts +7 -5
  395. package/src/wallet-instance-attestation/v1.3.3/index.ts +5 -7
  396. package/src/wallet-instance-attestation/v1.3.3/issuing.ts +107 -3
  397. package/src/wallet-instance-attestation/v1.3.3/mappers.ts +18 -0
  398. package/src/wallet-instance-attestation/v1.3.3/types.ts +16 -30
  399. package/src/wallet-instance-attestation/v1.3.3/utils.ts +35 -0
  400. package/src/wallet-unit-attestation/README.md +73 -0
  401. package/src/wallet-unit-attestation/api/index.ts +51 -0
  402. package/src/wallet-unit-attestation/api/types.ts +49 -0
  403. package/src/wallet-unit-attestation/index.ts +3 -0
  404. package/src/wallet-unit-attestation/v1.0.0/index.ts +5 -0
  405. package/src/wallet-unit-attestation/v1.3.3/index.ts +11 -0
  406. package/src/wallet-unit-attestation/v1.3.3/issuing.ts +147 -0
  407. package/src/wallet-unit-attestation/v1.3.3/mappers.ts +10 -0
  408. package/src/wallet-unit-attestation/v1.3.3/types.ts +21 -0
  409. package/src/wallet-unit-attestation/v1.3.3/utils.ts +14 -0
@@ -1,14 +1,35 @@
1
- import type { z } from "zod";
2
1
  import { type FetchOptions } from "../common/utils";
3
2
  export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
4
3
  header: {
4
+ typ: "entity-statement+jwt";
5
5
  alg: string;
6
6
  kid: string;
7
- typ: "entity-statement+jwt";
8
7
  };
9
8
  payload: {
9
+ [x: string]: unknown;
10
10
  iss: string;
11
11
  sub: string;
12
+ iat: number;
13
+ exp: number;
14
+ metadata: {
15
+ [x: string]: unknown;
16
+ federation_entity: {
17
+ [x: string]: unknown;
18
+ federation_fetch_endpoint?: string | undefined;
19
+ federation_list_endpoint?: string | undefined;
20
+ federation_resolve_endpoint?: string | undefined;
21
+ federation_trust_mark_status_endpoint?: string | undefined;
22
+ federation_trust_mark_list_endpoint?: string | undefined;
23
+ federation_trust_mark_endpoint?: string | undefined;
24
+ federation_historical_keys_endpoint?: string | undefined;
25
+ endpoint_auth_signing_alg_values_supported?: string | undefined;
26
+ organization_name?: string | undefined;
27
+ homepage_uri?: string | undefined;
28
+ policy_uri?: string | undefined;
29
+ logo_uri?: string | undefined;
30
+ contacts?: string[] | undefined;
31
+ };
32
+ };
12
33
  jwks: {
13
34
  keys: {
14
35
  kty: "RSA" | "EC";
@@ -35,37 +56,17 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
35
56
  x5u?: string | undefined;
36
57
  }[];
37
58
  };
38
- iat: number;
39
- exp: number;
40
- metadata: {
41
- federation_entity: {
42
- federation_fetch_endpoint?: string | undefined;
43
- federation_list_endpoint?: string | undefined;
44
- federation_resolve_endpoint?: string | undefined;
45
- federation_trust_mark_status_endpoint?: string | undefined;
46
- federation_trust_mark_list_endpoint?: string | undefined;
47
- federation_trust_mark_endpoint?: string | undefined;
48
- federation_historical_keys_endpoint?: string | undefined;
49
- endpoint_auth_signing_alg_values_supported?: string | undefined;
50
- organization_name?: string | undefined;
51
- homepage_uri?: string | undefined;
52
- policy_uri?: string | undefined;
53
- logo_uri?: string | undefined;
54
- contacts?: string[] | undefined;
55
- } & {
56
- [k: string]: unknown;
57
- };
58
- } & {
59
- [k: string]: unknown;
60
- };
61
59
  authority_hints?: string[] | undefined;
62
- } & {
63
- [k: string]: unknown;
64
60
  };
65
61
  } & {
66
62
  payload: {
67
63
  metadata: {
68
64
  wallet_provider: {
65
+ [x: string]: unknown;
66
+ token_endpoint: string;
67
+ grant_types_supported: string[];
68
+ token_endpoint_auth_methods_supported: string[];
69
+ token_endpoint_auth_signing_alg_values_supported: string[];
69
70
  jwks: {
70
71
  keys: {
71
72
  kty: "RSA" | "EC";
@@ -92,26 +93,42 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
92
93
  x5u?: string | undefined;
93
94
  }[];
94
95
  };
95
- token_endpoint: string;
96
- grant_types_supported: string[];
97
- token_endpoint_auth_methods_supported: string[];
98
- token_endpoint_auth_signing_alg_values_supported: string[];
99
96
  aal_values_supported?: string[] | undefined;
100
- } & {
101
- [k: string]: unknown;
102
97
  };
103
98
  };
104
99
  };
105
100
  }>;
106
101
  export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
107
102
  header: {
103
+ typ: "entity-statement+jwt";
108
104
  alg: string;
109
105
  kid: string;
110
- typ: "entity-statement+jwt";
111
106
  };
112
107
  payload: {
108
+ [x: string]: unknown;
113
109
  iss: string;
114
110
  sub: string;
111
+ iat: number;
112
+ exp: number;
113
+ metadata: {
114
+ [x: string]: unknown;
115
+ federation_entity: {
116
+ [x: string]: unknown;
117
+ federation_fetch_endpoint?: string | undefined;
118
+ federation_list_endpoint?: string | undefined;
119
+ federation_resolve_endpoint?: string | undefined;
120
+ federation_trust_mark_status_endpoint?: string | undefined;
121
+ federation_trust_mark_list_endpoint?: string | undefined;
122
+ federation_trust_mark_endpoint?: string | undefined;
123
+ federation_historical_keys_endpoint?: string | undefined;
124
+ endpoint_auth_signing_alg_values_supported?: string | undefined;
125
+ organization_name?: string | undefined;
126
+ homepage_uri?: string | undefined;
127
+ policy_uri?: string | undefined;
128
+ logo_uri?: string | undefined;
129
+ contacts?: string[] | undefined;
130
+ };
131
+ };
115
132
  jwks: {
116
133
  keys: {
117
134
  kty: "RSA" | "EC";
@@ -138,32 +155,7 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
138
155
  x5u?: string | undefined;
139
156
  }[];
140
157
  };
141
- iat: number;
142
- exp: number;
143
- metadata: {
144
- federation_entity: {
145
- federation_fetch_endpoint?: string | undefined;
146
- federation_list_endpoint?: string | undefined;
147
- federation_resolve_endpoint?: string | undefined;
148
- federation_trust_mark_status_endpoint?: string | undefined;
149
- federation_trust_mark_list_endpoint?: string | undefined;
150
- federation_trust_mark_endpoint?: string | undefined;
151
- federation_historical_keys_endpoint?: string | undefined;
152
- endpoint_auth_signing_alg_values_supported?: string | undefined;
153
- organization_name?: string | undefined;
154
- homepage_uri?: string | undefined;
155
- policy_uri?: string | undefined;
156
- logo_uri?: string | undefined;
157
- contacts?: string[] | undefined;
158
- } & {
159
- [k: string]: unknown;
160
- };
161
- } & {
162
- [k: string]: unknown;
163
- };
164
158
  authority_hints?: string[] | undefined;
165
- } & {
166
- [k: string]: unknown;
167
159
  };
168
160
  } & {
169
161
  payload: {
@@ -195,39 +187,14 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
195
187
  };
196
188
  metadata: {
197
189
  openid_credential_issuer: {
198
- jwks: {
199
- keys: {
200
- kty: "RSA" | "EC";
201
- alg?: string | undefined;
202
- crv?: string | undefined;
203
- d?: string | undefined;
204
- dp?: string | undefined;
205
- dq?: string | undefined;
206
- e?: string | undefined;
207
- ext?: boolean | undefined;
208
- k?: string | undefined;
209
- key_ops?: string[] | undefined;
210
- kid?: string | undefined;
211
- n?: string | undefined;
212
- p?: string | undefined;
213
- q?: string | undefined;
214
- qi?: string | undefined;
215
- use?: string | undefined;
216
- x?: string | undefined;
217
- y?: string | undefined;
218
- x5c?: string[] | undefined;
219
- x5t?: string | undefined;
220
- "x5t#S256"?: string | undefined;
221
- x5u?: string | undefined;
222
- }[];
223
- };
190
+ credential_issuer: string;
191
+ credential_endpoint: string;
192
+ nonce_endpoint: string;
193
+ status_attestation_endpoint: string;
224
194
  display: {
225
195
  name: string;
226
196
  locale: string;
227
197
  }[];
228
- credential_issuer: string;
229
- nonce_endpoint: string;
230
- credential_endpoint: string;
231
198
  credential_configurations_supported: Record<string, ({
232
199
  format: "dc+sd-jwt";
233
200
  vct: string;
@@ -235,11 +202,11 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
235
202
  format: "mso_mdoc";
236
203
  doctype: string;
237
204
  }) & {
205
+ scope: string;
238
206
  display: {
239
207
  name: string;
240
208
  locale: string;
241
209
  }[];
242
- scope: string;
243
210
  claims: {
244
211
  path: (string | number | null)[];
245
212
  display: {
@@ -253,17 +220,11 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
253
220
  issuance_errors_supported?: Record<string, {
254
221
  display: {
255
222
  title: string;
256
- locale: string;
257
223
  description: string;
224
+ locale: string;
258
225
  }[];
259
226
  }> | undefined;
260
227
  }>;
261
- status_attestation_endpoint: string;
262
- trust_frameworks_supported: string[];
263
- evidence_supported: string[];
264
- revocation_endpoint?: string | undefined;
265
- };
266
- oauth_authorization_server: {
267
228
  jwks: {
268
229
  keys: {
269
230
  kty: "RSA" | "EC";
@@ -290,55 +251,109 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
290
251
  x5u?: string | undefined;
291
252
  }[];
292
253
  };
293
- pushed_authorization_request_endpoint: string;
254
+ trust_frameworks_supported: string[];
255
+ evidence_supported: string[];
256
+ revocation_endpoint?: string | undefined;
257
+ };
258
+ oauth_authorization_server: {
294
259
  authorization_endpoint: string;
260
+ pushed_authorization_request_endpoint: string;
295
261
  token_endpoint: string;
296
- response_modes_supported: string[];
297
- request_object_signing_alg_values_supported: string[];
298
262
  client_registration_types_supported: string[];
299
263
  code_challenge_methods_supported: string[];
300
264
  acr_values_supported: string[];
301
265
  grant_types_supported: string[];
302
266
  issuer: string;
267
+ jwks: {
268
+ keys: {
269
+ kty: "RSA" | "EC";
270
+ alg?: string | undefined;
271
+ crv?: string | undefined;
272
+ d?: string | undefined;
273
+ dp?: string | undefined;
274
+ dq?: string | undefined;
275
+ e?: string | undefined;
276
+ ext?: boolean | undefined;
277
+ k?: string | undefined;
278
+ key_ops?: string[] | undefined;
279
+ kid?: string | undefined;
280
+ n?: string | undefined;
281
+ p?: string | undefined;
282
+ q?: string | undefined;
283
+ qi?: string | undefined;
284
+ use?: string | undefined;
285
+ x?: string | undefined;
286
+ y?: string | undefined;
287
+ x5c?: string[] | undefined;
288
+ x5t?: string | undefined;
289
+ "x5t#S256"?: string | undefined;
290
+ x5u?: string | undefined;
291
+ }[];
292
+ };
303
293
  scopes_supported: string[];
294
+ response_modes_supported: string[];
304
295
  token_endpoint_auth_methods_supported: string[];
305
296
  token_endpoint_auth_signing_alg_values_supported: string[];
297
+ request_object_signing_alg_values_supported: string[];
306
298
  };
307
299
  openid_credential_verifier?: {
308
300
  jwks: {
309
- keys: z.objectInputType<{
310
- kty: z.ZodString;
311
- kid: z.ZodString;
312
- use: z.ZodOptional<z.ZodString>;
313
- key_ops: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
314
- alg: z.ZodOptional<z.ZodString>;
315
- x5u: z.ZodOptional<z.ZodString>;
316
- x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
317
- x5t: z.ZodOptional<z.ZodString>;
318
- 'x5t#S256': z.ZodOptional<z.ZodString>;
319
- }, z.ZodTypeAny, "passthrough">[];
301
+ keys: {
302
+ [x: string]: unknown;
303
+ kid: string;
304
+ kty: string;
305
+ alg?: string | undefined;
306
+ key_ops?: string[] | undefined;
307
+ use?: string | undefined;
308
+ x5c?: string[] | undefined;
309
+ x5t?: string | undefined;
310
+ "x5t#S256"?: string | undefined;
311
+ x5u?: string | undefined;
312
+ }[];
320
313
  };
321
- contacts?: string[] | undefined;
322
- client_id?: string | undefined;
323
- authorization_encrypted_response_alg?: string | undefined;
324
- authorization_encrypted_response_enc?: string | undefined;
325
314
  application_type?: string | undefined;
315
+ client_id?: string | undefined;
326
316
  client_name?: string | undefined;
317
+ contacts?: string[] | undefined;
327
318
  request_uris?: string[] | undefined;
328
319
  authorization_signed_response_alg?: string | undefined;
320
+ authorization_encrypted_response_alg?: string | undefined;
321
+ authorization_encrypted_response_enc?: string | undefined;
329
322
  } | undefined;
330
323
  };
331
324
  };
332
325
  }>;
333
326
  export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
334
327
  header: {
328
+ typ: "entity-statement+jwt";
335
329
  alg: string;
336
330
  kid: string;
337
- typ: "entity-statement+jwt";
338
331
  };
339
332
  payload: {
333
+ [x: string]: unknown;
340
334
  iss: string;
341
335
  sub: string;
336
+ iat: number;
337
+ exp: number;
338
+ metadata: {
339
+ [x: string]: unknown;
340
+ federation_entity: {
341
+ [x: string]: unknown;
342
+ federation_fetch_endpoint?: string | undefined;
343
+ federation_list_endpoint?: string | undefined;
344
+ federation_resolve_endpoint?: string | undefined;
345
+ federation_trust_mark_status_endpoint?: string | undefined;
346
+ federation_trust_mark_list_endpoint?: string | undefined;
347
+ federation_trust_mark_endpoint?: string | undefined;
348
+ federation_historical_keys_endpoint?: string | undefined;
349
+ endpoint_auth_signing_alg_values_supported?: string | undefined;
350
+ organization_name?: string | undefined;
351
+ homepage_uri?: string | undefined;
352
+ policy_uri?: string | undefined;
353
+ logo_uri?: string | undefined;
354
+ contacts?: string[] | undefined;
355
+ };
356
+ };
342
357
  jwks: {
343
358
  keys: {
344
359
  kty: "RSA" | "EC";
@@ -365,10 +380,25 @@ export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string,
365
380
  x5u?: string | undefined;
366
381
  }[];
367
382
  };
383
+ authority_hints?: string[] | undefined;
384
+ };
385
+ }>;
386
+ export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
387
+ header: {
388
+ typ: "entity-statement+jwt";
389
+ alg: string;
390
+ kid: string;
391
+ };
392
+ payload: {
393
+ [x: string]: unknown;
394
+ iss: string;
395
+ sub: string;
368
396
  iat: number;
369
397
  exp: number;
370
398
  metadata: {
399
+ [x: string]: unknown;
371
400
  federation_entity: {
401
+ [x: string]: unknown;
372
402
  federation_fetch_endpoint?: string | undefined;
373
403
  federation_list_endpoint?: string | undefined;
374
404
  federation_resolve_endpoint?: string | undefined;
@@ -382,26 +412,8 @@ export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string,
382
412
  policy_uri?: string | undefined;
383
413
  logo_uri?: string | undefined;
384
414
  contacts?: string[] | undefined;
385
- } & {
386
- [k: string]: unknown;
387
415
  };
388
- } & {
389
- [k: string]: unknown;
390
416
  };
391
- authority_hints?: string[] | undefined;
392
- } & {
393
- [k: string]: unknown;
394
- };
395
- }>;
396
- export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
397
- header: {
398
- alg: string;
399
- kid: string;
400
- typ: "entity-statement+jwt";
401
- };
402
- payload: {
403
- iss: string;
404
- sub: string;
405
417
  jwks: {
406
418
  keys: {
407
419
  kty: "RSA" | "EC";
@@ -428,71 +440,69 @@ export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string,
428
440
  x5u?: string | undefined;
429
441
  }[];
430
442
  };
431
- iat: number;
432
- exp: number;
433
- metadata: {
434
- federation_entity: {
435
- federation_fetch_endpoint?: string | undefined;
436
- federation_list_endpoint?: string | undefined;
437
- federation_resolve_endpoint?: string | undefined;
438
- federation_trust_mark_status_endpoint?: string | undefined;
439
- federation_trust_mark_list_endpoint?: string | undefined;
440
- federation_trust_mark_endpoint?: string | undefined;
441
- federation_historical_keys_endpoint?: string | undefined;
442
- endpoint_auth_signing_alg_values_supported?: string | undefined;
443
- organization_name?: string | undefined;
444
- homepage_uri?: string | undefined;
445
- policy_uri?: string | undefined;
446
- logo_uri?: string | undefined;
447
- contacts?: string[] | undefined;
448
- } & {
449
- [k: string]: unknown;
450
- };
451
- } & {
452
- [k: string]: unknown;
453
- };
454
443
  authority_hints?: string[] | undefined;
455
- } & {
456
- [k: string]: unknown;
457
444
  };
458
445
  } & {
459
446
  payload: {
460
447
  metadata: {
461
448
  openid_credential_verifier: {
462
449
  jwks: {
463
- keys: z.objectInputType<{
464
- kty: z.ZodString;
465
- kid: z.ZodString;
466
- use: z.ZodOptional<z.ZodString>;
467
- key_ops: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
468
- alg: z.ZodOptional<z.ZodString>;
469
- x5u: z.ZodOptional<z.ZodString>;
470
- x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
471
- x5t: z.ZodOptional<z.ZodString>;
472
- 'x5t#S256': z.ZodOptional<z.ZodString>;
473
- }, z.ZodTypeAny, "passthrough">[];
474
- };
475
- contacts?: string[] | undefined;
476
- client_id?: string | undefined;
477
- authorization_encrypted_response_alg?: string | undefined;
478
- authorization_encrypted_response_enc?: string | undefined;
479
- application_type?: string | undefined;
480
- client_name?: string | undefined;
450
+ keys: {
451
+ [x: string]: unknown;
452
+ kid: string;
453
+ kty: string;
454
+ alg?: string | undefined;
455
+ key_ops?: string[] | undefined;
456
+ use?: string | undefined;
457
+ x5c?: string[] | undefined;
458
+ x5t?: string | undefined;
459
+ "x5t#S256"?: string | undefined;
460
+ x5u?: string | undefined;
461
+ }[];
462
+ };
463
+ application_type?: string | undefined;
464
+ client_id?: string | undefined;
465
+ client_name?: string | undefined;
466
+ contacts?: string[] | undefined;
481
467
  request_uris?: string[] | undefined;
482
468
  authorization_signed_response_alg?: string | undefined;
469
+ authorization_encrypted_response_alg?: string | undefined;
470
+ authorization_encrypted_response_enc?: string | undefined;
483
471
  };
484
472
  };
485
473
  };
486
474
  }>;
487
475
  export declare const getEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
488
476
  header: {
477
+ typ: "entity-statement+jwt";
489
478
  alg: string;
490
479
  kid: string;
491
- typ: "entity-statement+jwt";
492
480
  };
493
481
  payload: {
482
+ [x: string]: unknown;
494
483
  iss: string;
495
484
  sub: string;
485
+ iat: number;
486
+ exp: number;
487
+ metadata: {
488
+ [x: string]: unknown;
489
+ federation_entity: {
490
+ [x: string]: unknown;
491
+ federation_fetch_endpoint?: string | undefined;
492
+ federation_list_endpoint?: string | undefined;
493
+ federation_resolve_endpoint?: string | undefined;
494
+ federation_trust_mark_status_endpoint?: string | undefined;
495
+ federation_trust_mark_list_endpoint?: string | undefined;
496
+ federation_trust_mark_endpoint?: string | undefined;
497
+ federation_historical_keys_endpoint?: string | undefined;
498
+ endpoint_auth_signing_alg_values_supported?: string | undefined;
499
+ organization_name?: string | undefined;
500
+ homepage_uri?: string | undefined;
501
+ policy_uri?: string | undefined;
502
+ logo_uri?: string | undefined;
503
+ contacts?: string[] | undefined;
504
+ };
505
+ };
496
506
  jwks: {
497
507
  keys: {
498
508
  kty: "RSA" | "EC";
@@ -519,10 +529,24 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
519
529
  x5u?: string | undefined;
520
530
  }[];
521
531
  };
532
+ authority_hints?: string[] | undefined;
533
+ };
534
+ } | ({
535
+ header: {
536
+ typ: "entity-statement+jwt";
537
+ alg: string;
538
+ kid: string;
539
+ };
540
+ payload: {
541
+ [x: string]: unknown;
542
+ iss: string;
543
+ sub: string;
522
544
  iat: number;
523
545
  exp: number;
524
546
  metadata: {
547
+ [x: string]: unknown;
525
548
  federation_entity: {
549
+ [x: string]: unknown;
526
550
  federation_fetch_endpoint?: string | undefined;
527
551
  federation_list_endpoint?: string | undefined;
528
552
  federation_resolve_endpoint?: string | undefined;
@@ -536,25 +560,8 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
536
560
  policy_uri?: string | undefined;
537
561
  logo_uri?: string | undefined;
538
562
  contacts?: string[] | undefined;
539
- } & {
540
- [k: string]: unknown;
541
563
  };
542
- } & {
543
- [k: string]: unknown;
544
564
  };
545
- authority_hints?: string[] | undefined;
546
- } & {
547
- [k: string]: unknown;
548
- };
549
- } | ({
550
- header: {
551
- alg: string;
552
- kid: string;
553
- typ: "entity-statement+jwt";
554
- };
555
- payload: {
556
- iss: string;
557
- sub: string;
558
565
  jwks: {
559
566
  keys: {
560
567
  kty: "RSA" | "EC";
@@ -581,32 +588,7 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
581
588
  x5u?: string | undefined;
582
589
  }[];
583
590
  };
584
- iat: number;
585
- exp: number;
586
- metadata: {
587
- federation_entity: {
588
- federation_fetch_endpoint?: string | undefined;
589
- federation_list_endpoint?: string | undefined;
590
- federation_resolve_endpoint?: string | undefined;
591
- federation_trust_mark_status_endpoint?: string | undefined;
592
- federation_trust_mark_list_endpoint?: string | undefined;
593
- federation_trust_mark_endpoint?: string | undefined;
594
- federation_historical_keys_endpoint?: string | undefined;
595
- endpoint_auth_signing_alg_values_supported?: string | undefined;
596
- organization_name?: string | undefined;
597
- homepage_uri?: string | undefined;
598
- policy_uri?: string | undefined;
599
- logo_uri?: string | undefined;
600
- contacts?: string[] | undefined;
601
- } & {
602
- [k: string]: unknown;
603
- };
604
- } & {
605
- [k: string]: unknown;
606
- };
607
591
  authority_hints?: string[] | undefined;
608
- } & {
609
- [k: string]: unknown;
610
592
  };
611
593
  } & {
612
594
  payload: {
@@ -638,39 +620,14 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
638
620
  };
639
621
  metadata: {
640
622
  openid_credential_issuer: {
641
- jwks: {
642
- keys: {
643
- kty: "RSA" | "EC";
644
- alg?: string | undefined;
645
- crv?: string | undefined;
646
- d?: string | undefined;
647
- dp?: string | undefined;
648
- dq?: string | undefined;
649
- e?: string | undefined;
650
- ext?: boolean | undefined;
651
- k?: string | undefined;
652
- key_ops?: string[] | undefined;
653
- kid?: string | undefined;
654
- n?: string | undefined;
655
- p?: string | undefined;
656
- q?: string | undefined;
657
- qi?: string | undefined;
658
- use?: string | undefined;
659
- x?: string | undefined;
660
- y?: string | undefined;
661
- x5c?: string[] | undefined;
662
- x5t?: string | undefined;
663
- "x5t#S256"?: string | undefined;
664
- x5u?: string | undefined;
665
- }[];
666
- };
623
+ credential_issuer: string;
624
+ credential_endpoint: string;
625
+ nonce_endpoint: string;
626
+ status_attestation_endpoint: string;
667
627
  display: {
668
628
  name: string;
669
629
  locale: string;
670
630
  }[];
671
- credential_issuer: string;
672
- nonce_endpoint: string;
673
- credential_endpoint: string;
674
631
  credential_configurations_supported: Record<string, ({
675
632
  format: "dc+sd-jwt";
676
633
  vct: string;
@@ -678,11 +635,11 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
678
635
  format: "mso_mdoc";
679
636
  doctype: string;
680
637
  }) & {
638
+ scope: string;
681
639
  display: {
682
640
  name: string;
683
641
  locale: string;
684
642
  }[];
685
- scope: string;
686
643
  claims: {
687
644
  path: (string | number | null)[];
688
645
  display: {
@@ -696,17 +653,11 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
696
653
  issuance_errors_supported?: Record<string, {
697
654
  display: {
698
655
  title: string;
699
- locale: string;
700
656
  description: string;
657
+ locale: string;
701
658
  }[];
702
659
  }> | undefined;
703
660
  }>;
704
- status_attestation_endpoint: string;
705
- trust_frameworks_supported: string[];
706
- evidence_supported: string[];
707
- revocation_endpoint?: string | undefined;
708
- };
709
- oauth_authorization_server: {
710
661
  jwks: {
711
662
  keys: {
712
663
  kty: "RSA" | "EC";
@@ -733,54 +684,108 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
733
684
  x5u?: string | undefined;
734
685
  }[];
735
686
  };
736
- pushed_authorization_request_endpoint: string;
687
+ trust_frameworks_supported: string[];
688
+ evidence_supported: string[];
689
+ revocation_endpoint?: string | undefined;
690
+ };
691
+ oauth_authorization_server: {
737
692
  authorization_endpoint: string;
693
+ pushed_authorization_request_endpoint: string;
738
694
  token_endpoint: string;
739
- response_modes_supported: string[];
740
- request_object_signing_alg_values_supported: string[];
741
695
  client_registration_types_supported: string[];
742
696
  code_challenge_methods_supported: string[];
743
697
  acr_values_supported: string[];
744
698
  grant_types_supported: string[];
745
699
  issuer: string;
700
+ jwks: {
701
+ keys: {
702
+ kty: "RSA" | "EC";
703
+ alg?: string | undefined;
704
+ crv?: string | undefined;
705
+ d?: string | undefined;
706
+ dp?: string | undefined;
707
+ dq?: string | undefined;
708
+ e?: string | undefined;
709
+ ext?: boolean | undefined;
710
+ k?: string | undefined;
711
+ key_ops?: string[] | undefined;
712
+ kid?: string | undefined;
713
+ n?: string | undefined;
714
+ p?: string | undefined;
715
+ q?: string | undefined;
716
+ qi?: string | undefined;
717
+ use?: string | undefined;
718
+ x?: string | undefined;
719
+ y?: string | undefined;
720
+ x5c?: string[] | undefined;
721
+ x5t?: string | undefined;
722
+ "x5t#S256"?: string | undefined;
723
+ x5u?: string | undefined;
724
+ }[];
725
+ };
746
726
  scopes_supported: string[];
727
+ response_modes_supported: string[];
747
728
  token_endpoint_auth_methods_supported: string[];
748
729
  token_endpoint_auth_signing_alg_values_supported: string[];
730
+ request_object_signing_alg_values_supported: string[];
749
731
  };
750
732
  openid_credential_verifier?: {
751
733
  jwks: {
752
- keys: z.objectInputType<{
753
- kty: z.ZodString;
754
- kid: z.ZodString;
755
- use: z.ZodOptional<z.ZodString>;
756
- key_ops: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
757
- alg: z.ZodOptional<z.ZodString>;
758
- x5u: z.ZodOptional<z.ZodString>;
759
- x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
760
- x5t: z.ZodOptional<z.ZodString>;
761
- 'x5t#S256': z.ZodOptional<z.ZodString>;
762
- }, z.ZodTypeAny, "passthrough">[];
734
+ keys: {
735
+ [x: string]: unknown;
736
+ kid: string;
737
+ kty: string;
738
+ alg?: string | undefined;
739
+ key_ops?: string[] | undefined;
740
+ use?: string | undefined;
741
+ x5c?: string[] | undefined;
742
+ x5t?: string | undefined;
743
+ "x5t#S256"?: string | undefined;
744
+ x5u?: string | undefined;
745
+ }[];
763
746
  };
764
- contacts?: string[] | undefined;
765
- client_id?: string | undefined;
766
- authorization_encrypted_response_alg?: string | undefined;
767
- authorization_encrypted_response_enc?: string | undefined;
768
747
  application_type?: string | undefined;
748
+ client_id?: string | undefined;
769
749
  client_name?: string | undefined;
750
+ contacts?: string[] | undefined;
770
751
  request_uris?: string[] | undefined;
771
752
  authorization_signed_response_alg?: string | undefined;
753
+ authorization_encrypted_response_alg?: string | undefined;
754
+ authorization_encrypted_response_enc?: string | undefined;
772
755
  } | undefined;
773
756
  };
774
757
  };
775
758
  }) | ({
776
759
  header: {
760
+ typ: "entity-statement+jwt";
777
761
  alg: string;
778
762
  kid: string;
779
- typ: "entity-statement+jwt";
780
763
  };
781
764
  payload: {
765
+ [x: string]: unknown;
782
766
  iss: string;
783
767
  sub: string;
768
+ iat: number;
769
+ exp: number;
770
+ metadata: {
771
+ [x: string]: unknown;
772
+ federation_entity: {
773
+ [x: string]: unknown;
774
+ federation_fetch_endpoint?: string | undefined;
775
+ federation_list_endpoint?: string | undefined;
776
+ federation_resolve_endpoint?: string | undefined;
777
+ federation_trust_mark_status_endpoint?: string | undefined;
778
+ federation_trust_mark_list_endpoint?: string | undefined;
779
+ federation_trust_mark_endpoint?: string | undefined;
780
+ federation_historical_keys_endpoint?: string | undefined;
781
+ endpoint_auth_signing_alg_values_supported?: string | undefined;
782
+ organization_name?: string | undefined;
783
+ homepage_uri?: string | undefined;
784
+ policy_uri?: string | undefined;
785
+ logo_uri?: string | undefined;
786
+ contacts?: string[] | undefined;
787
+ };
788
+ };
784
789
  jwks: {
785
790
  keys: {
786
791
  kty: "RSA" | "EC";
@@ -807,70 +812,68 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
807
812
  x5u?: string | undefined;
808
813
  }[];
809
814
  };
810
- iat: number;
811
- exp: number;
812
- metadata: {
813
- federation_entity: {
814
- federation_fetch_endpoint?: string | undefined;
815
- federation_list_endpoint?: string | undefined;
816
- federation_resolve_endpoint?: string | undefined;
817
- federation_trust_mark_status_endpoint?: string | undefined;
818
- federation_trust_mark_list_endpoint?: string | undefined;
819
- federation_trust_mark_endpoint?: string | undefined;
820
- federation_historical_keys_endpoint?: string | undefined;
821
- endpoint_auth_signing_alg_values_supported?: string | undefined;
822
- organization_name?: string | undefined;
823
- homepage_uri?: string | undefined;
824
- policy_uri?: string | undefined;
825
- logo_uri?: string | undefined;
826
- contacts?: string[] | undefined;
827
- } & {
828
- [k: string]: unknown;
829
- };
830
- } & {
831
- [k: string]: unknown;
832
- };
833
815
  authority_hints?: string[] | undefined;
834
- } & {
835
- [k: string]: unknown;
836
816
  };
837
817
  } & {
838
818
  payload: {
839
819
  metadata: {
840
820
  openid_credential_verifier: {
841
821
  jwks: {
842
- keys: z.objectInputType<{
843
- kty: z.ZodString;
844
- kid: z.ZodString;
845
- use: z.ZodOptional<z.ZodString>;
846
- key_ops: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
847
- alg: z.ZodOptional<z.ZodString>;
848
- x5u: z.ZodOptional<z.ZodString>;
849
- x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
850
- x5t: z.ZodOptional<z.ZodString>;
851
- 'x5t#S256': z.ZodOptional<z.ZodString>;
852
- }, z.ZodTypeAny, "passthrough">[];
822
+ keys: {
823
+ [x: string]: unknown;
824
+ kid: string;
825
+ kty: string;
826
+ alg?: string | undefined;
827
+ key_ops?: string[] | undefined;
828
+ use?: string | undefined;
829
+ x5c?: string[] | undefined;
830
+ x5t?: string | undefined;
831
+ "x5t#S256"?: string | undefined;
832
+ x5u?: string | undefined;
833
+ }[];
853
834
  };
854
- contacts?: string[] | undefined;
855
- client_id?: string | undefined;
856
- authorization_encrypted_response_alg?: string | undefined;
857
- authorization_encrypted_response_enc?: string | undefined;
858
835
  application_type?: string | undefined;
836
+ client_id?: string | undefined;
859
837
  client_name?: string | undefined;
838
+ contacts?: string[] | undefined;
860
839
  request_uris?: string[] | undefined;
861
840
  authorization_signed_response_alg?: string | undefined;
841
+ authorization_encrypted_response_alg?: string | undefined;
842
+ authorization_encrypted_response_enc?: string | undefined;
862
843
  };
863
844
  };
864
845
  };
865
846
  }) | ({
866
847
  header: {
848
+ typ: "entity-statement+jwt";
867
849
  alg: string;
868
850
  kid: string;
869
- typ: "entity-statement+jwt";
870
851
  };
871
852
  payload: {
853
+ [x: string]: unknown;
872
854
  iss: string;
873
855
  sub: string;
856
+ iat: number;
857
+ exp: number;
858
+ metadata: {
859
+ [x: string]: unknown;
860
+ federation_entity: {
861
+ [x: string]: unknown;
862
+ federation_fetch_endpoint?: string | undefined;
863
+ federation_list_endpoint?: string | undefined;
864
+ federation_resolve_endpoint?: string | undefined;
865
+ federation_trust_mark_status_endpoint?: string | undefined;
866
+ federation_trust_mark_list_endpoint?: string | undefined;
867
+ federation_trust_mark_endpoint?: string | undefined;
868
+ federation_historical_keys_endpoint?: string | undefined;
869
+ endpoint_auth_signing_alg_values_supported?: string | undefined;
870
+ organization_name?: string | undefined;
871
+ homepage_uri?: string | undefined;
872
+ policy_uri?: string | undefined;
873
+ logo_uri?: string | undefined;
874
+ contacts?: string[] | undefined;
875
+ };
876
+ };
874
877
  jwks: {
875
878
  keys: {
876
879
  kty: "RSA" | "EC";
@@ -897,37 +900,17 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
897
900
  x5u?: string | undefined;
898
901
  }[];
899
902
  };
900
- iat: number;
901
- exp: number;
902
- metadata: {
903
- federation_entity: {
904
- federation_fetch_endpoint?: string | undefined;
905
- federation_list_endpoint?: string | undefined;
906
- federation_resolve_endpoint?: string | undefined;
907
- federation_trust_mark_status_endpoint?: string | undefined;
908
- federation_trust_mark_list_endpoint?: string | undefined;
909
- federation_trust_mark_endpoint?: string | undefined;
910
- federation_historical_keys_endpoint?: string | undefined;
911
- endpoint_auth_signing_alg_values_supported?: string | undefined;
912
- organization_name?: string | undefined;
913
- homepage_uri?: string | undefined;
914
- policy_uri?: string | undefined;
915
- logo_uri?: string | undefined;
916
- contacts?: string[] | undefined;
917
- } & {
918
- [k: string]: unknown;
919
- };
920
- } & {
921
- [k: string]: unknown;
922
- };
923
903
  authority_hints?: string[] | undefined;
924
- } & {
925
- [k: string]: unknown;
926
904
  };
927
905
  } & {
928
906
  payload: {
929
907
  metadata: {
930
908
  wallet_provider: {
909
+ [x: string]: unknown;
910
+ token_endpoint: string;
911
+ grant_types_supported: string[];
912
+ token_endpoint_auth_methods_supported: string[];
913
+ token_endpoint_auth_signing_alg_values_supported: string[];
931
914
  jwks: {
932
915
  keys: {
933
916
  kty: "RSA" | "EC";
@@ -954,13 +937,7 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
954
937
  x5u?: string | undefined;
955
938
  }[];
956
939
  };
957
- token_endpoint: string;
958
- grant_types_supported: string[];
959
- token_endpoint_auth_methods_supported: string[];
960
- token_endpoint_auth_signing_alg_values_supported: string[];
961
940
  aal_values_supported?: string[] | undefined;
962
- } & {
963
- [k: string]: unknown;
964
941
  };
965
942
  };
966
943
  };