@trinsic/api 3.0.1 → 3.1.0-preview1

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 (791) hide show
  1. package/.openapi-generator/FILES +270 -3
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +0 -2
  4. package/dist/apis/ProvidersApi.d.ts +50 -1
  5. package/dist/apis/ProvidersApi.js +64 -6
  6. package/dist/apis/RedirectUrisApi.d.ts +34 -0
  7. package/dist/apis/RedirectUrisApi.js +49 -18
  8. package/dist/apis/SessionsApi.d.ts +125 -22
  9. package/dist/apis/SessionsApi.js +182 -99
  10. package/dist/apis/VerificationProfilesApi.d.ts +88 -2
  11. package/dist/apis/VerificationProfilesApi.js +108 -20
  12. package/dist/esm/apis/ProvidersApi.d.ts +50 -1
  13. package/dist/esm/apis/ProvidersApi.js +65 -7
  14. package/dist/esm/apis/RedirectUrisApi.d.ts +34 -0
  15. package/dist/esm/apis/RedirectUrisApi.js +49 -18
  16. package/dist/esm/apis/SessionsApi.d.ts +125 -22
  17. package/dist/esm/apis/SessionsApi.js +183 -100
  18. package/dist/esm/apis/VerificationProfilesApi.d.ts +88 -2
  19. package/dist/esm/apis/VerificationProfilesApi.js +108 -20
  20. package/dist/esm/models/AadhaarAddress.d.ts +100 -0
  21. package/dist/esm/models/AadhaarAddress.js +63 -0
  22. package/dist/esm/models/AadhaarClaims.d.ts +58 -0
  23. package/dist/esm/models/AadhaarClaims.js +48 -0
  24. package/dist/esm/models/AadhaarInput.js +1 -1
  25. package/dist/esm/models/AadhaarLanguage.d.ts +55 -0
  26. package/dist/esm/models/AadhaarLanguage.js +44 -0
  27. package/dist/esm/models/AadhaarLocalizedClaims.d.ts +46 -0
  28. package/dist/esm/models/AadhaarLocalizedClaims.js +47 -0
  29. package/dist/esm/models/AppleWalletInput.d.ts +13 -0
  30. package/dist/esm/models/AppleWalletInput.js +3 -0
  31. package/dist/esm/models/AudkenniProviderOutput.d.ts +58 -0
  32. package/dist/esm/models/AudkenniProviderOutput.js +53 -0
  33. package/dist/esm/models/BelgiumIdCardProviderOutput.js +1 -1
  34. package/dist/esm/models/BoliviaCiLookupInput.d.ts +43 -0
  35. package/dist/esm/models/BoliviaCiLookupInput.js +43 -0
  36. package/dist/esm/models/BoliviaCiProviderOutput.d.ts +63 -0
  37. package/dist/esm/models/BoliviaCiProviderOutput.js +57 -0
  38. package/dist/esm/models/BrazilCpfCheckInput.d.ts +14 -0
  39. package/dist/esm/models/BrazilCpfCheckInput.js +4 -0
  40. package/dist/esm/models/ChinaResidentIdMatchInput.d.ts +50 -0
  41. package/dist/esm/models/ChinaResidentIdMatchInput.js +55 -0
  42. package/dist/esm/models/ChinaResidentIdMatchOutput.d.ts +50 -0
  43. package/dist/esm/models/ChinaResidentIdMatchOutput.js +45 -0
  44. package/dist/esm/models/ColombiaCcLookupInput.d.ts +44 -0
  45. package/dist/esm/models/ColombiaCcLookupInput.js +43 -0
  46. package/dist/esm/models/ColombiaCcProviderOutput.d.ts +109 -0
  47. package/dist/esm/models/ColombiaCcProviderOutput.js +80 -0
  48. package/dist/esm/models/ColombiaExpeditionPlace.d.ts +46 -0
  49. package/dist/esm/models/ColombiaExpeditionPlace.js +43 -0
  50. package/dist/esm/models/ConnectIdAddress.d.ts +58 -0
  51. package/dist/esm/models/ConnectIdAddress.js +49 -0
  52. package/dist/esm/models/ConnectIdAgeVerification.d.ts +38 -0
  53. package/dist/esm/models/ConnectIdAgeVerification.js +43 -0
  54. package/dist/esm/models/ConnectIdProviderOutput.d.ts +90 -0
  55. package/dist/esm/models/ConnectIdProviderOutput.js +61 -0
  56. package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
  57. package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.js +69 -0
  58. package/dist/esm/models/CreateDirectProviderSessionRequest.d.ts +9 -0
  59. package/dist/esm/models/CreateDirectProviderSessionRequest.js +2 -0
  60. package/dist/esm/models/CreateHostedProviderSessionRequest.d.ts +8 -0
  61. package/dist/esm/models/CreateHostedProviderSessionRequest.js +2 -0
  62. package/dist/esm/models/CzechMojeIdAddressOutput.d.ts +62 -0
  63. package/dist/esm/models/CzechMojeIdAddressOutput.js +51 -0
  64. package/dist/esm/models/CzechMojeIdProviderOutput.d.ts +190 -0
  65. package/dist/esm/models/CzechMojeIdProviderOutput.js +90 -0
  66. package/dist/esm/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
  67. package/dist/esm/models/CzechiaMojeIdProviderOutput.js +1 -1
  68. package/dist/esm/models/DigilockerAadhaarProviderOutput.d.ts +76 -0
  69. package/dist/esm/models/DigilockerAadhaarProviderOutput.js +57 -0
  70. package/dist/esm/models/DocumentData.js +2 -2
  71. package/dist/esm/models/ElSalvadorDuiLookupInput.d.ts +45 -0
  72. package/dist/esm/models/ElSalvadorDuiLookupInput.js +43 -0
  73. package/dist/esm/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
  74. package/dist/esm/models/ElSalvadorDuiProviderOutput.js +51 -0
  75. package/dist/esm/models/EstoniaIdCardProviderOutput.js +1 -1
  76. package/dist/esm/models/FaydaProviderAddress.d.ts +50 -0
  77. package/dist/esm/models/FaydaProviderAddress.js +45 -0
  78. package/dist/esm/models/FaydaProviderOutput.d.ts +78 -3
  79. package/dist/esm/models/FaydaProviderOutput.js +19 -0
  80. package/dist/esm/models/FinlandIdCardProviderOutput.js +1 -1
  81. package/dist/esm/models/FinnishTrustNetworkProviderOutput.d.ts +123 -0
  82. package/dist/esm/models/FinnishTrustNetworkProviderOutput.js +61 -0
  83. package/dist/esm/models/FranceIdentiteInput.d.ts +35 -0
  84. package/dist/esm/models/FranceIdentiteInput.js +42 -0
  85. package/dist/esm/models/FranceIdentiteProviderOutput.d.ts +33 -0
  86. package/dist/esm/models/FranceIdentiteProviderOutput.js +44 -0
  87. package/dist/esm/models/FrejaIndirectProviderOutput.d.ts +53 -0
  88. package/dist/esm/models/FrejaIndirectProviderOutput.js +55 -0
  89. package/dist/esm/models/FrejaProviderOutput.d.ts +103 -11
  90. package/dist/esm/models/FrejaProviderOutput.js +38 -16
  91. package/dist/esm/models/FrenchNumeriqueGivenName.d.ts +2 -2
  92. package/dist/esm/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
  93. package/dist/esm/models/FrenchNumeriqueProviderOutput.js +4 -4
  94. package/dist/esm/models/GetProviderResponse.d.ts +33 -0
  95. package/dist/esm/models/GetProviderResponse.js +44 -0
  96. package/dist/esm/models/GoogleWalletInput.d.ts +13 -0
  97. package/dist/esm/models/GoogleWalletInput.js +3 -0
  98. package/dist/esm/models/GuatemalaCuiLookupInput.d.ts +43 -0
  99. package/dist/esm/models/GuatemalaCuiLookupInput.js +41 -0
  100. package/dist/esm/models/GuatemalaCuiProviderOutput.d.ts +112 -0
  101. package/dist/esm/models/GuatemalaCuiProviderOutput.js +77 -0
  102. package/dist/esm/models/IndiaPanLookupInput.d.ts +33 -0
  103. package/dist/esm/models/IndiaPanLookupInput.js +43 -0
  104. package/dist/esm/models/IndiaPanLookupProviderOutput.d.ts +106 -0
  105. package/dist/esm/models/IndiaPanLookupProviderOutput.js +56 -0
  106. package/dist/esm/models/IndiaPanStructuredNumber.d.ts +128 -0
  107. package/dist/esm/models/IndiaPanStructuredNumber.js +61 -0
  108. package/dist/esm/models/IndonesiaDukcapilMatchInput.js +2 -2
  109. package/dist/esm/models/IndonesiaNikInput.js +1 -1
  110. package/dist/esm/models/IntegrationStep.d.ts +1 -1
  111. package/dist/esm/models/ItsmeProviderOutput.js +1 -1
  112. package/dist/esm/models/KenyaNidBiometric2Input.d.ts +5 -1
  113. package/dist/esm/models/KenyaNidInput.js +1 -1
  114. package/dist/esm/models/KenyaNidLookup2Input.d.ts +5 -1
  115. package/dist/esm/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
  116. package/dist/esm/models/KenyaNidLookup2ProviderOutput.js +2 -2
  117. package/dist/esm/models/KenyaNidMatch2Input.d.ts +5 -1
  118. package/dist/esm/models/KenyaNidMatch2Input.js +1 -1
  119. package/dist/esm/models/KoreaTelcoMatchInput.d.ts +65 -0
  120. package/dist/esm/models/KoreaTelcoMatchInput.js +66 -0
  121. package/dist/esm/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
  122. package/dist/esm/models/KoreaTelcoMatchProviderOutput.js +51 -0
  123. package/dist/esm/models/KoreaTelcoMatchSex.d.ts +25 -0
  124. package/dist/esm/models/KoreaTelcoMatchSex.js +43 -0
  125. package/dist/esm/models/LaWalletProviderOutput.js +3 -3
  126. package/dist/esm/models/LithuaniaIdCardProviderOutput.js +1 -1
  127. package/dist/esm/models/LloydsSmartIdProviderOutput.d.ts +2 -2
  128. package/dist/esm/models/LloydsSmartIdProviderOutput.js +1 -1
  129. package/dist/esm/models/MdlOutput.d.ts +2 -2
  130. package/dist/esm/models/MdlOutputCertificateData.js +2 -2
  131. package/dist/esm/models/MitIdProviderOutput.d.ts +10 -10
  132. package/dist/esm/models/MitIdProviderOutput.js +1 -1
  133. package/dist/esm/models/MobileCarrier.d.ts +26 -0
  134. package/dist/esm/models/MobileCarrier.js +44 -0
  135. package/dist/esm/models/MobileIdProviderOutput.js +1 -1
  136. package/dist/esm/models/MobileOperatingSystem.d.ts +26 -0
  137. package/dist/esm/models/MobileOperatingSystem.js +44 -0
  138. package/dist/esm/models/NetherlandsIdinAddress.d.ts +58 -0
  139. package/dist/esm/models/NetherlandsIdinAddress.js +59 -0
  140. package/dist/esm/models/NetherlandsIdinProviderOutput.d.ts +97 -0
  141. package/dist/esm/models/NetherlandsIdinProviderOutput.js +76 -0
  142. package/dist/esm/models/NigeriaNinInput.js +1 -1
  143. package/dist/esm/models/NigeriaNinLookup2ProviderOutput.d.ts +112 -0
  144. package/dist/esm/models/NigeriaNinLookup2ProviderOutput.js +69 -0
  145. package/dist/esm/models/NigeriaNinMatch2Input.js +1 -1
  146. package/dist/esm/models/NorwegianBankIdProviderOutput.d.ts +97 -0
  147. package/dist/esm/models/NorwegianBankIdProviderOutput.js +55 -0
  148. package/dist/esm/models/OneIdProviderAddress.d.ts +56 -0
  149. package/dist/esm/models/OneIdProviderAddress.js +49 -0
  150. package/dist/esm/models/OneIdProviderOutput.d.ts +63 -0
  151. package/dist/esm/models/OneIdProviderOutput.js +52 -0
  152. package/dist/esm/models/OutputFrejaAddress.d.ts +50 -0
  153. package/dist/esm/models/OutputFrejaAddress.js +47 -0
  154. package/dist/esm/models/OutputFrejaDocument.d.ts +56 -0
  155. package/dist/esm/models/OutputFrejaDocument.js +47 -0
  156. package/dist/esm/models/PanamaCedulaLookupInput.d.ts +52 -0
  157. package/dist/esm/models/PanamaCedulaLookupInput.js +43 -0
  158. package/dist/esm/models/PanamaCedulaProviderOutput.d.ts +110 -0
  159. package/dist/esm/models/PanamaCedulaProviderOutput.js +65 -0
  160. package/dist/esm/models/PersonData.js +1 -1
  161. package/dist/esm/models/PeruDniProviderOutput.d.ts +1 -1
  162. package/dist/esm/models/PeruDniProviderOutput.js +3 -3
  163. package/dist/esm/models/PhilippineMatchInput.js +1 -1
  164. package/dist/esm/models/PhilippinesDigitalNidProviderOutput.d.ts +64 -0
  165. package/dist/esm/models/PhilippinesDigitalNidProviderOutput.js +20 -0
  166. package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.d.ts +54 -1
  167. package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.js +16 -0
  168. package/dist/esm/models/PolandEdoAppProviderOutput.js +1 -1
  169. package/dist/esm/models/PolandMobywatelMatchInput.d.ts +83 -0
  170. package/dist/esm/models/PolandMobywatelMatchInput.js +55 -0
  171. package/dist/esm/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
  172. package/dist/esm/models/PolandMobywatelMatchProviderOutput.js +79 -0
  173. package/dist/esm/models/PortugalIdCardProviderOutput.js +1 -1
  174. package/dist/esm/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
  175. package/dist/esm/models/PostOfficeEasyIdProviderOutput.js +1 -1
  176. package/dist/esm/models/Provider.d.ts +7 -0
  177. package/dist/esm/models/Provider.js +3 -0
  178. package/dist/esm/models/ProviderInput.d.ts +91 -0
  179. package/dist/esm/models/ProviderInput.js +39 -0
  180. package/dist/esm/models/ProviderOutput.d.ts +196 -12
  181. package/dist/esm/models/ProviderOutput.js +89 -11
  182. package/dist/esm/models/ProviderSupportedLanguage.d.ts +38 -0
  183. package/dist/esm/models/ProviderSupportedLanguage.js +45 -0
  184. package/dist/esm/models/Raw18013DocumentRequest.d.ts +60 -0
  185. package/dist/esm/models/Raw18013DocumentRequest.js +47 -0
  186. package/dist/esm/models/Raw18013RequestInput.d.ts +38 -0
  187. package/dist/esm/models/Raw18013RequestInput.js +44 -0
  188. package/dist/esm/models/RecommendProvidersResponse.d.ts +6 -0
  189. package/dist/esm/models/RecommendProvidersResponse.js +4 -0
  190. package/dist/esm/models/SamsungWalletInput.d.ts +37 -0
  191. package/dist/esm/models/SamsungWalletInput.js +42 -0
  192. package/dist/esm/models/SerbiaIdCardProviderOutput.js +1 -1
  193. package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
  194. package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.js +69 -0
  195. package/dist/esm/models/SingpassLoginProviderOutput.d.ts +87 -0
  196. package/dist/esm/models/SingpassLoginProviderOutput.js +53 -0
  197. package/dist/esm/models/SingpassMyInfoDescription.d.ts +38 -0
  198. package/dist/esm/models/SingpassMyInfoDescription.js +43 -0
  199. package/dist/esm/models/SingpassMyInfoProviderOutput.d.ts +39 -0
  200. package/dist/esm/models/SingpassMyInfoProviderOutput.js +44 -0
  201. package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
  202. package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.js +59 -0
  203. package/dist/esm/models/SingpassPersonalCatalog.d.ts +255 -0
  204. package/dist/esm/models/SingpassPersonalCatalog.js +90 -0
  205. package/dist/esm/models/SingpassPhoneNumber.d.ts +44 -0
  206. package/dist/esm/models/SingpassPhoneNumber.js +45 -0
  207. package/dist/esm/models/SmartIdProviderOutput.d.ts +1 -1
  208. package/dist/esm/models/SmartIdProviderOutput.js +1 -1
  209. package/dist/esm/models/SouthAfricaNidInput.js +1 -1
  210. package/dist/esm/models/SouthAfricaNidMatch2Input.js +1 -1
  211. package/dist/esm/models/SpidProviderOutput.js +2 -2
  212. package/dist/esm/models/StepRefreshInfo.js +2 -2
  213. package/dist/esm/models/SwedenBankIdProviderOutput.d.ts +3 -3
  214. package/dist/esm/models/SwedenBankIdProviderOutput.js +3 -3
  215. package/dist/esm/models/UgandaNidMatch2Input.js +1 -1
  216. package/dist/esm/models/UkEvisaLookupInput.d.ts +38 -0
  217. package/dist/esm/models/UkEvisaLookupInput.js +47 -0
  218. package/dist/esm/models/UnitedKingdomEvisaProviderOutput.d.ts +108 -0
  219. package/dist/esm/models/UnitedKingdomEvisaProviderOutput.js +61 -0
  220. package/dist/esm/models/UsaCaliforniaDmvInput.d.ts +35 -0
  221. package/dist/esm/models/UsaCaliforniaDmvInput.js +42 -0
  222. package/dist/esm/models/VerificationProfileResponse.d.ts +12 -0
  223. package/dist/esm/models/VerificationProfileResponse.js +6 -0
  224. package/dist/esm/models/YotiDeeplinkProviderOutput.d.ts +112 -0
  225. package/dist/esm/models/YotiDeeplinkProviderOutput.js +65 -0
  226. package/dist/esm/models/YotiDocumentDetails.js +1 -1
  227. package/dist/esm/models/YotiProviderOutput.d.ts +2 -2
  228. package/dist/esm/models/YotiProviderOutput.js +1 -1
  229. package/dist/esm/models/index.d.ts +64 -3
  230. package/dist/esm/models/index.js +64 -3
  231. package/dist/esm/runtime.js +15 -0
  232. package/dist/models/AadhaarAddress.d.ts +100 -0
  233. package/dist/models/AadhaarAddress.js +70 -0
  234. package/dist/models/AadhaarClaims.d.ts +58 -0
  235. package/dist/models/AadhaarClaims.js +55 -0
  236. package/dist/models/AadhaarInput.js +1 -1
  237. package/dist/models/AadhaarLanguage.d.ts +55 -0
  238. package/dist/models/AadhaarLanguage.js +51 -0
  239. package/dist/models/AadhaarLocalizedClaims.d.ts +46 -0
  240. package/dist/models/AadhaarLocalizedClaims.js +54 -0
  241. package/dist/models/AppleWalletInput.d.ts +13 -0
  242. package/dist/models/AppleWalletInput.js +3 -0
  243. package/dist/models/AudkenniProviderOutput.d.ts +58 -0
  244. package/dist/models/AudkenniProviderOutput.js +60 -0
  245. package/dist/models/BelgiumIdCardProviderOutput.js +1 -1
  246. package/dist/models/BoliviaCiLookupInput.d.ts +43 -0
  247. package/dist/models/BoliviaCiLookupInput.js +50 -0
  248. package/dist/models/BoliviaCiProviderOutput.d.ts +63 -0
  249. package/dist/models/BoliviaCiProviderOutput.js +64 -0
  250. package/dist/models/BrazilCpfCheckInput.d.ts +14 -0
  251. package/dist/models/BrazilCpfCheckInput.js +4 -0
  252. package/dist/models/ChinaResidentIdMatchInput.d.ts +50 -0
  253. package/dist/models/ChinaResidentIdMatchInput.js +62 -0
  254. package/dist/models/ChinaResidentIdMatchOutput.d.ts +50 -0
  255. package/dist/models/ChinaResidentIdMatchOutput.js +52 -0
  256. package/dist/models/ColombiaCcLookupInput.d.ts +44 -0
  257. package/dist/models/ColombiaCcLookupInput.js +50 -0
  258. package/dist/models/ColombiaCcProviderOutput.d.ts +109 -0
  259. package/dist/models/ColombiaCcProviderOutput.js +87 -0
  260. package/dist/models/ColombiaExpeditionPlace.d.ts +46 -0
  261. package/dist/models/ColombiaExpeditionPlace.js +50 -0
  262. package/dist/models/ConnectIdAddress.d.ts +58 -0
  263. package/dist/models/ConnectIdAddress.js +56 -0
  264. package/dist/models/ConnectIdAgeVerification.d.ts +38 -0
  265. package/dist/models/ConnectIdAgeVerification.js +50 -0
  266. package/dist/models/ConnectIdProviderOutput.d.ts +90 -0
  267. package/dist/models/ConnectIdProviderOutput.js +68 -0
  268. package/dist/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
  269. package/dist/models/CoteDIvoireNidLookup2ProviderOutput.js +76 -0
  270. package/dist/models/CreateDirectProviderSessionRequest.d.ts +9 -0
  271. package/dist/models/CreateDirectProviderSessionRequest.js +2 -0
  272. package/dist/models/CreateHostedProviderSessionRequest.d.ts +8 -0
  273. package/dist/models/CreateHostedProviderSessionRequest.js +2 -0
  274. package/dist/models/CzechMojeIdAddressOutput.d.ts +62 -0
  275. package/dist/models/CzechMojeIdAddressOutput.js +58 -0
  276. package/dist/models/CzechMojeIdProviderOutput.d.ts +190 -0
  277. package/dist/models/CzechMojeIdProviderOutput.js +97 -0
  278. package/dist/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
  279. package/dist/models/CzechiaMojeIdProviderOutput.js +1 -1
  280. package/dist/models/DigilockerAadhaarProviderOutput.d.ts +76 -0
  281. package/dist/models/DigilockerAadhaarProviderOutput.js +64 -0
  282. package/dist/models/DocumentData.js +2 -2
  283. package/dist/models/ElSalvadorDuiLookupInput.d.ts +45 -0
  284. package/dist/models/ElSalvadorDuiLookupInput.js +50 -0
  285. package/dist/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
  286. package/dist/models/ElSalvadorDuiProviderOutput.js +58 -0
  287. package/dist/models/EstoniaIdCardProviderOutput.js +1 -1
  288. package/dist/models/FaydaProviderAddress.d.ts +50 -0
  289. package/dist/models/FaydaProviderAddress.js +52 -0
  290. package/dist/models/FaydaProviderOutput.d.ts +78 -3
  291. package/dist/models/FaydaProviderOutput.js +19 -0
  292. package/dist/models/FinlandIdCardProviderOutput.js +1 -1
  293. package/dist/models/FinnishTrustNetworkProviderOutput.d.ts +123 -0
  294. package/dist/models/FinnishTrustNetworkProviderOutput.js +68 -0
  295. package/dist/models/FranceIdentiteInput.d.ts +35 -0
  296. package/dist/models/FranceIdentiteInput.js +49 -0
  297. package/dist/models/FranceIdentiteProviderOutput.d.ts +33 -0
  298. package/dist/models/FranceIdentiteProviderOutput.js +51 -0
  299. package/dist/models/FrejaIndirectProviderOutput.d.ts +53 -0
  300. package/dist/models/FrejaIndirectProviderOutput.js +62 -0
  301. package/dist/models/FrejaProviderOutput.d.ts +103 -11
  302. package/dist/models/FrejaProviderOutput.js +38 -16
  303. package/dist/models/FrenchNumeriqueGivenName.d.ts +2 -2
  304. package/dist/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
  305. package/dist/models/FrenchNumeriqueProviderOutput.js +4 -4
  306. package/dist/models/GetProviderResponse.d.ts +33 -0
  307. package/dist/models/GetProviderResponse.js +51 -0
  308. package/dist/models/GoogleWalletInput.d.ts +13 -0
  309. package/dist/models/GoogleWalletInput.js +3 -0
  310. package/dist/models/GuatemalaCuiLookupInput.d.ts +43 -0
  311. package/dist/models/GuatemalaCuiLookupInput.js +48 -0
  312. package/dist/models/GuatemalaCuiProviderOutput.d.ts +112 -0
  313. package/dist/models/GuatemalaCuiProviderOutput.js +84 -0
  314. package/dist/models/IndiaPanLookupInput.d.ts +33 -0
  315. package/dist/models/IndiaPanLookupInput.js +50 -0
  316. package/dist/models/IndiaPanLookupProviderOutput.d.ts +106 -0
  317. package/dist/models/IndiaPanLookupProviderOutput.js +63 -0
  318. package/dist/models/IndiaPanStructuredNumber.d.ts +128 -0
  319. package/dist/models/IndiaPanStructuredNumber.js +68 -0
  320. package/dist/models/IndonesiaDukcapilMatchInput.js +2 -2
  321. package/dist/models/IndonesiaNikInput.js +1 -1
  322. package/dist/models/IntegrationStep.d.ts +1 -1
  323. package/dist/models/ItsmeProviderOutput.js +1 -1
  324. package/dist/models/KenyaNidBiometric2Input.d.ts +5 -1
  325. package/dist/models/KenyaNidInput.js +1 -1
  326. package/dist/models/KenyaNidLookup2Input.d.ts +5 -1
  327. package/dist/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
  328. package/dist/models/KenyaNidLookup2ProviderOutput.js +2 -2
  329. package/dist/models/KenyaNidMatch2Input.d.ts +5 -1
  330. package/dist/models/KenyaNidMatch2Input.js +1 -1
  331. package/dist/models/KoreaTelcoMatchInput.d.ts +65 -0
  332. package/dist/models/KoreaTelcoMatchInput.js +73 -0
  333. package/dist/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
  334. package/dist/models/KoreaTelcoMatchProviderOutput.js +58 -0
  335. package/dist/models/KoreaTelcoMatchSex.d.ts +25 -0
  336. package/dist/models/KoreaTelcoMatchSex.js +51 -0
  337. package/dist/models/LaWalletProviderOutput.js +3 -3
  338. package/dist/models/LithuaniaIdCardProviderOutput.js +1 -1
  339. package/dist/models/LloydsSmartIdProviderOutput.d.ts +2 -2
  340. package/dist/models/LloydsSmartIdProviderOutput.js +1 -1
  341. package/dist/models/MdlOutput.d.ts +2 -2
  342. package/dist/models/MdlOutputCertificateData.js +2 -2
  343. package/dist/models/MitIdProviderOutput.d.ts +10 -10
  344. package/dist/models/MitIdProviderOutput.js +1 -1
  345. package/dist/models/MobileCarrier.d.ts +26 -0
  346. package/dist/models/MobileCarrier.js +52 -0
  347. package/dist/models/MobileIdProviderOutput.js +1 -1
  348. package/dist/models/MobileOperatingSystem.d.ts +26 -0
  349. package/dist/models/MobileOperatingSystem.js +52 -0
  350. package/dist/models/NetherlandsIdinAddress.d.ts +58 -0
  351. package/dist/models/NetherlandsIdinAddress.js +66 -0
  352. package/dist/models/NetherlandsIdinProviderOutput.d.ts +97 -0
  353. package/dist/models/NetherlandsIdinProviderOutput.js +83 -0
  354. package/dist/models/NigeriaNinInput.js +1 -1
  355. package/dist/models/NigeriaNinLookup2ProviderOutput.d.ts +112 -0
  356. package/dist/models/NigeriaNinLookup2ProviderOutput.js +76 -0
  357. package/dist/models/NigeriaNinMatch2Input.js +1 -1
  358. package/dist/models/NorwegianBankIdProviderOutput.d.ts +97 -0
  359. package/dist/models/NorwegianBankIdProviderOutput.js +62 -0
  360. package/dist/models/OneIdProviderAddress.d.ts +56 -0
  361. package/dist/models/OneIdProviderAddress.js +56 -0
  362. package/dist/models/OneIdProviderOutput.d.ts +63 -0
  363. package/dist/models/OneIdProviderOutput.js +59 -0
  364. package/dist/models/OutputFrejaAddress.d.ts +50 -0
  365. package/dist/models/OutputFrejaAddress.js +54 -0
  366. package/dist/models/OutputFrejaDocument.d.ts +56 -0
  367. package/dist/models/OutputFrejaDocument.js +54 -0
  368. package/dist/models/PanamaCedulaLookupInput.d.ts +52 -0
  369. package/dist/models/PanamaCedulaLookupInput.js +50 -0
  370. package/dist/models/PanamaCedulaProviderOutput.d.ts +110 -0
  371. package/dist/models/PanamaCedulaProviderOutput.js +72 -0
  372. package/dist/models/PersonData.js +1 -1
  373. package/dist/models/PeruDniProviderOutput.d.ts +1 -1
  374. package/dist/models/PeruDniProviderOutput.js +3 -3
  375. package/dist/models/PhilippineMatchInput.js +1 -1
  376. package/dist/models/PhilippinesDigitalNidProviderOutput.d.ts +64 -0
  377. package/dist/models/PhilippinesDigitalNidProviderOutput.js +20 -0
  378. package/dist/models/PhilippinesPhysicalNidProviderOutput.d.ts +54 -1
  379. package/dist/models/PhilippinesPhysicalNidProviderOutput.js +16 -0
  380. package/dist/models/PolandEdoAppProviderOutput.js +1 -1
  381. package/dist/models/PolandMobywatelMatchInput.d.ts +83 -0
  382. package/dist/models/PolandMobywatelMatchInput.js +62 -0
  383. package/dist/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
  384. package/dist/models/PolandMobywatelMatchProviderOutput.js +86 -0
  385. package/dist/models/PortugalIdCardProviderOutput.js +1 -1
  386. package/dist/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
  387. package/dist/models/PostOfficeEasyIdProviderOutput.js +1 -1
  388. package/dist/models/Provider.d.ts +7 -0
  389. package/dist/models/Provider.js +3 -0
  390. package/dist/models/ProviderInput.d.ts +91 -0
  391. package/dist/models/ProviderInput.js +39 -0
  392. package/dist/models/ProviderOutput.d.ts +196 -12
  393. package/dist/models/ProviderOutput.js +89 -11
  394. package/dist/models/ProviderSupportedLanguage.d.ts +38 -0
  395. package/dist/models/ProviderSupportedLanguage.js +52 -0
  396. package/dist/models/Raw18013DocumentRequest.d.ts +60 -0
  397. package/dist/models/Raw18013DocumentRequest.js +54 -0
  398. package/dist/models/Raw18013RequestInput.d.ts +38 -0
  399. package/dist/models/Raw18013RequestInput.js +51 -0
  400. package/dist/models/RecommendProvidersResponse.d.ts +6 -0
  401. package/dist/models/RecommendProvidersResponse.js +4 -0
  402. package/dist/models/SamsungWalletInput.d.ts +37 -0
  403. package/dist/models/SamsungWalletInput.js +49 -0
  404. package/dist/models/SerbiaIdCardProviderOutput.js +1 -1
  405. package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
  406. package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.js +76 -0
  407. package/dist/models/SingpassLoginProviderOutput.d.ts +87 -0
  408. package/dist/models/SingpassLoginProviderOutput.js +60 -0
  409. package/dist/models/SingpassMyInfoDescription.d.ts +38 -0
  410. package/dist/models/SingpassMyInfoDescription.js +50 -0
  411. package/dist/models/SingpassMyInfoProviderOutput.d.ts +39 -0
  412. package/dist/models/SingpassMyInfoProviderOutput.js +51 -0
  413. package/dist/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
  414. package/dist/models/SingpassMyInfoRegisteredAddressOutput.js +66 -0
  415. package/dist/models/SingpassPersonalCatalog.d.ts +255 -0
  416. package/dist/models/SingpassPersonalCatalog.js +97 -0
  417. package/dist/models/SingpassPhoneNumber.d.ts +44 -0
  418. package/dist/models/SingpassPhoneNumber.js +52 -0
  419. package/dist/models/SmartIdProviderOutput.d.ts +1 -1
  420. package/dist/models/SmartIdProviderOutput.js +1 -1
  421. package/dist/models/SouthAfricaNidInput.js +1 -1
  422. package/dist/models/SouthAfricaNidMatch2Input.js +1 -1
  423. package/dist/models/SpidProviderOutput.js +2 -2
  424. package/dist/models/StepRefreshInfo.js +2 -2
  425. package/dist/models/SwedenBankIdProviderOutput.d.ts +3 -3
  426. package/dist/models/SwedenBankIdProviderOutput.js +3 -3
  427. package/dist/models/UgandaNidMatch2Input.js +1 -1
  428. package/dist/models/UkEvisaLookupInput.d.ts +38 -0
  429. package/dist/models/UkEvisaLookupInput.js +54 -0
  430. package/dist/models/UnitedKingdomEvisaProviderOutput.d.ts +108 -0
  431. package/dist/models/UnitedKingdomEvisaProviderOutput.js +68 -0
  432. package/dist/models/UsaCaliforniaDmvInput.d.ts +35 -0
  433. package/dist/models/UsaCaliforniaDmvInput.js +49 -0
  434. package/dist/models/VerificationProfileResponse.d.ts +12 -0
  435. package/dist/models/VerificationProfileResponse.js +6 -0
  436. package/dist/models/YotiDeeplinkProviderOutput.d.ts +112 -0
  437. package/dist/models/YotiDeeplinkProviderOutput.js +72 -0
  438. package/dist/models/YotiDocumentDetails.js +1 -1
  439. package/dist/models/YotiProviderOutput.d.ts +2 -2
  440. package/dist/models/YotiProviderOutput.js +1 -1
  441. package/dist/models/index.d.ts +64 -3
  442. package/dist/models/index.js +64 -3
  443. package/dist/runtime.js +15 -0
  444. package/docs/AadhaarAddress.md +57 -0
  445. package/docs/AadhaarClaims.md +40 -0
  446. package/docs/AadhaarInput.md +36 -0
  447. package/docs/AadhaarLanguage.md +37 -0
  448. package/docs/AadhaarLocalizedClaims.md +38 -0
  449. package/docs/AddRedirectUriRequest.md +34 -0
  450. package/docs/AddRedirectUriResponse.md +34 -0
  451. package/docs/Address.md +49 -0
  452. package/docs/AppleWalletInput.md +36 -0
  453. package/docs/AppleWalletProviderOutput.md +35 -0
  454. package/docs/AttachmentInfo.md +40 -0
  455. package/docs/AttributeAvailability.md +33 -0
  456. package/docs/AudkenniProviderOutput.md +41 -0
  457. package/docs/AustriaHandySignaturProviderOutput.md +37 -0
  458. package/docs/BelgiumIdCardProviderOutput.md +41 -0
  459. package/docs/BoliviaCiLookupInput.md +36 -0
  460. package/docs/BoliviaCiProviderOutput.md +43 -0
  461. package/docs/BrazilCpfCheckInput.md +38 -0
  462. package/docs/BrazilDigitalCnhInput.md +40 -0
  463. package/docs/CancelSessionResponse.md +34 -0
  464. package/docs/ChinaResidentIdMatchInput.md +40 -0
  465. package/docs/ChinaResidentIdMatchOutput.md +39 -0
  466. package/docs/ColombiaCcLookupInput.md +36 -0
  467. package/docs/ColombiaCcProviderOutput.md +53 -0
  468. package/docs/ColombiaExpeditionPlace.md +37 -0
  469. package/docs/ConnectIdAddress.md +42 -0
  470. package/docs/ConnectIdAgeVerification.md +36 -0
  471. package/docs/ConnectIdProviderOutput.md +53 -0
  472. package/docs/ContractAttachment.md +37 -0
  473. package/docs/ContractAttribute.md +37 -0
  474. package/docs/CoteDIvoireNidLookup2Input.md +34 -0
  475. package/docs/CoteDIvoireNidLookup2ProviderOutput.md +51 -0
  476. package/docs/CreateDirectProviderSessionRequest.md +46 -0
  477. package/docs/CreateDirectProviderSessionResponse.md +38 -0
  478. package/docs/CreateHostedProviderSessionRequest.md +42 -0
  479. package/docs/CreateHostedProviderSessionResponse.md +38 -0
  480. package/docs/CreateVerificationProfileResponse.md +34 -0
  481. package/docs/CzechMojeIdAddressOutput.md +44 -0
  482. package/docs/CzechMojeIdProviderOutput.md +83 -0
  483. package/docs/CzechiaMojeIdProviderOutput.md +41 -0
  484. package/docs/DigilockerAadhaarProviderOutput.md +47 -0
  485. package/docs/DocumentData.md +46 -0
  486. package/docs/DocumentType.md +32 -0
  487. package/docs/ElSalvadorDuiLookupInput.md +36 -0
  488. package/docs/ElSalvadorDuiProviderOutput.md +39 -0
  489. package/docs/EstoniaIdCardProviderOutput.md +41 -0
  490. package/docs/FaydaProviderAddress.md +38 -0
  491. package/docs/FaydaProviderOutput.md +53 -0
  492. package/docs/FinlandIdCardProviderOutput.md +41 -0
  493. package/docs/FinnishTrustNetworkProviderOutput.md +55 -0
  494. package/docs/FranceIdentiteInput.md +34 -0
  495. package/docs/FranceIdentiteProviderOutput.md +35 -0
  496. package/docs/FrejaIndirectProviderOutput.md +41 -0
  497. package/docs/FrejaProviderOutput.md +69 -0
  498. package/docs/FrenchNumeriqueGivenName.md +39 -0
  499. package/docs/FrenchNumeriqueNationality.md +37 -0
  500. package/docs/FrenchNumeriquePhone.md +39 -0
  501. package/docs/FrenchNumeriqueProviderOutput.md +83 -0
  502. package/docs/GetAttachmentRequest.md +34 -0
  503. package/docs/GetAttachmentResponse.md +36 -0
  504. package/docs/GetProviderResponse.md +34 -0
  505. package/docs/GetSessionResponse.md +34 -0
  506. package/docs/GetSessionResultRequest.md +34 -0
  507. package/docs/GetSessionResultResponse.md +36 -0
  508. package/docs/GoogleWalletInput.md +36 -0
  509. package/docs/GoogleWalletProviderOutput.md +35 -0
  510. package/docs/GuatemalaCuiLookupInput.md +34 -0
  511. package/docs/GuatemalaCuiProviderOutput.md +53 -0
  512. package/docs/IdentityData.md +46 -0
  513. package/docs/IdinInput.md +34 -0
  514. package/docs/IndiaPanLookupInput.md +34 -0
  515. package/docs/IndiaPanLookupProviderOutput.md +49 -0
  516. package/docs/IndiaPanStructuredNumber.md +44 -0
  517. package/docs/IndonesiaDukcapilMatchInput.md +48 -0
  518. package/docs/IndonesiaNikInput.md +38 -0
  519. package/docs/IntegrationCapability.md +32 -0
  520. package/docs/IntegrationLaunchMethod.md +32 -0
  521. package/docs/IntegrationStep.md +39 -0
  522. package/docs/ItsmeProviderOutput.md +43 -0
  523. package/docs/KenyaNidBiometric2Input.md +38 -0
  524. package/docs/KenyaNidInput.md +44 -0
  525. package/docs/KenyaNidLookup2Address.md +43 -0
  526. package/docs/KenyaNidLookup2Input.md +34 -0
  527. package/docs/KenyaNidLookup2ProviderOutput.md +55 -0
  528. package/docs/KenyaNidMatch2Input.md +44 -0
  529. package/docs/KenyaNidMatch2InputSex.md +32 -0
  530. package/docs/KoreaTelcoMatchInput.md +44 -0
  531. package/docs/KoreaTelcoMatchProviderOutput.md +39 -0
  532. package/docs/KoreaTelcoMatchSex.md +32 -0
  533. package/docs/LaWalletProviderOutput.md +69 -0
  534. package/docs/LatviaEparakstsMobileProviderOutput.md +39 -0
  535. package/docs/LatviaEparakstsProviderOutput.md +39 -0
  536. package/docs/ListProvidersResponse.md +34 -0
  537. package/docs/ListRedirectUrisResponse.md +37 -0
  538. package/docs/ListSessionsResponse.md +38 -0
  539. package/docs/ListVerificationProfilesResponse.md +36 -0
  540. package/docs/LithuaniaIdCardProviderOutput.md +41 -0
  541. package/docs/LloydsSmartIdProviderOutput.md +57 -0
  542. package/docs/Match.md +36 -0
  543. package/docs/MatchData.md +55 -0
  544. package/docs/MdlExchangeMechanism.md +32 -0
  545. package/docs/MdlOutput.md +40 -0
  546. package/docs/MdlOutputCertificateData.md +42 -0
  547. package/docs/MdlOutputFieldData.md +36 -0
  548. package/docs/MdlOutputFieldDataType.md +32 -0
  549. package/docs/MexicoCurpInput.md +34 -0
  550. package/docs/MexicoCurpProviderOutput.md +35 -0
  551. package/docs/MitIdProviderOutput.md +55 -0
  552. package/docs/MobileCarrier.md +32 -0
  553. package/docs/MobileIdInput.md +38 -0
  554. package/docs/MobileIdLanguage.md +32 -0
  555. package/docs/MobileIdProviderOutput.md +51 -0
  556. package/docs/MobileOperatingSystem.md +32 -0
  557. package/docs/NetherlandsIdinAddress.md +42 -0
  558. package/docs/NetherlandsIdinProviderOutput.md +53 -0
  559. package/docs/NigeriaNinBiometric2Input.md +38 -0
  560. package/docs/NigeriaNinInput.md +46 -0
  561. package/docs/NigeriaNinLookup2Input.md +34 -0
  562. package/docs/NigeriaNinLookup2ProviderOutput.md +57 -0
  563. package/docs/NigeriaNinMatch2Input.md +46 -0
  564. package/docs/NigeriaNinMatch2InputSex.md +32 -0
  565. package/docs/NorwegianBankIdProviderOutput.md +49 -0
  566. package/docs/OneIdProviderAddress.md +42 -0
  567. package/docs/OneIdProviderOutput.md +45 -0
  568. package/docs/OrderDirection.md +32 -0
  569. package/docs/OutputFrejaAddress.md +40 -0
  570. package/docs/OutputFrejaDocument.md +40 -0
  571. package/docs/PanamaCedulaLookupInput.md +36 -0
  572. package/docs/PanamaCedulaProviderOutput.md +49 -0
  573. package/docs/PersonData.md +53 -0
  574. package/docs/PeruDniAddress.md +39 -0
  575. package/docs/PeruDniLookupInput.md +34 -0
  576. package/docs/PeruDniProviderOutput.md +65 -0
  577. package/docs/PhilippineMatchInput.md +42 -0
  578. package/docs/PhilippineQRInput.md +36 -0
  579. package/docs/PhilippinesDigitalNidProviderOutput.md +55 -0
  580. package/docs/PhilippinesPhysicalNidProviderOutput.md +51 -0
  581. package/docs/PolandEdoAppProviderOutput.md +41 -0
  582. package/docs/PolandMobywatelMatchInput.md +48 -0
  583. package/docs/PolandMobywatelMatchProviderOutput.md +73 -0
  584. package/docs/PolandMojeIdProviderOutput.md +39 -0
  585. package/docs/PortugalIdCardProviderOutput.md +41 -0
  586. package/docs/PostOfficeEasyIdProviderOutput.md +57 -0
  587. package/docs/ProblemDetails.md +42 -0
  588. package/docs/Provider.md +78 -0
  589. package/docs/ProviderHealth.md +33 -0
  590. package/docs/ProviderInput.md +124 -0
  591. package/docs/ProviderOutput.md +150 -0
  592. package/docs/ProviderSupportedLanguage.md +36 -0
  593. package/docs/ProvidersApi.md +160 -0
  594. package/docs/Raw18013DocumentRequest.md +36 -0
  595. package/docs/Raw18013RequestInput.md +35 -0
  596. package/docs/RecommendProviderHealthOption.md +32 -0
  597. package/docs/RecommendProviderInformation.md +50 -0
  598. package/docs/RecommendProvidersRequest.md +38 -0
  599. package/docs/RecommendProvidersResponse.md +36 -0
  600. package/docs/RecommendationInfo.md +41 -0
  601. package/docs/RedirectUriResponse.md +36 -0
  602. package/docs/RedirectUrisApi.md +239 -0
  603. package/docs/RefreshStepContentRequest.md +34 -0
  604. package/docs/RefreshStepContentResponse.md +34 -0
  605. package/docs/ResultCollection.md +36 -0
  606. package/docs/ResultCollectionMethod.md +32 -0
  607. package/docs/SamsungWalletInput.md +34 -0
  608. package/docs/SamsungWalletProviderOutput.md +35 -0
  609. package/docs/SerbiaIdCardProviderOutput.md +41 -0
  610. package/docs/Session.md +44 -0
  611. package/docs/SessionErrorCode.md +32 -0
  612. package/docs/SessionOrdering.md +32 -0
  613. package/docs/SessionsApi.md +869 -0
  614. package/docs/Sex.md +32 -0
  615. package/docs/SignzyIndiaAadhaarFetchProviderOutput.md +57 -0
  616. package/docs/SingpassLoginProviderOutput.md +47 -0
  617. package/docs/SingpassMyInfoDescription.md +36 -0
  618. package/docs/SingpassMyInfoProviderOutput.md +37 -0
  619. package/docs/SingpassMyInfoRegisteredAddressOutput.md +53 -0
  620. package/docs/SingpassPersonalCatalog.md +81 -0
  621. package/docs/SingpassPhoneNumber.md +39 -0
  622. package/docs/SmartIdInput.md +34 -0
  623. package/docs/SmartIdProviderOutput.md +59 -0
  624. package/docs/SouthAfricaNidBiometric2Input.md +38 -0
  625. package/docs/SouthAfricaNidInput.md +40 -0
  626. package/docs/SouthAfricaNidLookup2Input.md +34 -0
  627. package/docs/SouthAfricaNidMatch2Input.md +46 -0
  628. package/docs/SouthAfricaNidMatch2InputSex.md +32 -0
  629. package/docs/SpidBillingInformation.md +39 -0
  630. package/docs/SpidInput.md +36 -0
  631. package/docs/SpidProviderOutput.md +81 -0
  632. package/docs/StepRefreshInfo.md +38 -0
  633. package/docs/SubProviderMetadata.md +41 -0
  634. package/docs/SubmitNativeChallengeResponseRequest.md +36 -0
  635. package/docs/SubmitNativeChallengeResponseResponse.md +34 -0
  636. package/docs/SwedenBankIdProviderOutput.md +59 -0
  637. package/docs/TrinsicTestDatabaseLookupInput.md +40 -0
  638. package/docs/TrinsicTestSubProvidersInput.md +34 -0
  639. package/docs/UgandaNidMatch2Input.md +38 -0
  640. package/docs/UkEvisaLookupInput.md +36 -0
  641. package/docs/UnitedKingdomEvisaProviderOutput.md +55 -0
  642. package/docs/UsaCaliforniaDmvInput.md +34 -0
  643. package/docs/VerificationProfileResponse.md +50 -0
  644. package/docs/VerificationProfilesApi.md +339 -0
  645. package/docs/YotiDeeplinkProviderOutput.md +57 -0
  646. package/docs/YotiDocumentDetails.md +42 -0
  647. package/docs/YotiProviderOutput.md +57 -0
  648. package/docs/YotiStructuredPostalAddress.md +72 -0
  649. package/docs/ZimbabweNidLookup2Input.md +34 -0
  650. package/package.json +2 -2
  651. package/src/apis/ProvidersApi.ts +111 -6
  652. package/src/apis/RedirectUrisApi.ts +77 -18
  653. package/src/apis/SessionsApi.ts +286 -124
  654. package/src/apis/VerificationProfilesApi.ts +189 -21
  655. package/src/models/AadhaarAddress.ts +155 -0
  656. package/src/models/AadhaarClaims.ts +104 -0
  657. package/src/models/AadhaarInput.ts +1 -1
  658. package/src/models/AadhaarLanguage.ts +90 -0
  659. package/src/models/AadhaarLocalizedClaims.ts +96 -0
  660. package/src/models/AppleWalletInput.ts +21 -0
  661. package/src/models/AudkenniProviderOutput.ts +100 -0
  662. package/src/models/BelgiumIdCardProviderOutput.ts +1 -1
  663. package/src/models/BoliviaCiLookupInput.ts +78 -0
  664. package/src/models/BoliviaCiProviderOutput.ts +108 -0
  665. package/src/models/BrazilCpfCheckInput.ts +18 -0
  666. package/src/models/ChinaResidentIdMatchInput.ts +93 -0
  667. package/src/models/ChinaResidentIdMatchOutput.ts +87 -0
  668. package/src/models/ColombiaCcLookupInput.ts +79 -0
  669. package/src/models/ColombiaCcProviderOutput.ts +177 -0
  670. package/src/models/ColombiaExpeditionPlace.ts +81 -0
  671. package/src/models/ConnectIdAddress.ts +99 -0
  672. package/src/models/ConnectIdAgeVerification.ts +73 -0
  673. package/src/models/ConnectIdProviderOutput.ts +154 -0
  674. package/src/models/CoteDIvoireNidLookup2ProviderOutput.ts +144 -0
  675. package/src/models/CreateDirectProviderSessionRequest.ts +11 -0
  676. package/src/models/CreateHostedProviderSessionRequest.ts +10 -0
  677. package/src/models/CzechMojeIdAddressOutput.ts +105 -0
  678. package/src/models/CzechMojeIdProviderOutput.ts +278 -0
  679. package/src/models/CzechiaMojeIdProviderOutput.ts +2 -2
  680. package/src/models/DigilockerAadhaarProviderOutput.ts +135 -0
  681. package/src/models/DocumentData.ts +2 -2
  682. package/src/models/ElSalvadorDuiLookupInput.ts +80 -0
  683. package/src/models/ElSalvadorDuiProviderOutput.ts +91 -0
  684. package/src/models/EstoniaIdCardProviderOutput.ts +1 -1
  685. package/src/models/FaydaProviderAddress.ts +87 -0
  686. package/src/models/FaydaProviderOutput.ts +103 -3
  687. package/src/models/FinlandIdCardProviderOutput.ts +1 -1
  688. package/src/models/FinnishTrustNetworkProviderOutput.ts +176 -0
  689. package/src/models/FranceIdentiteInput.ts +75 -0
  690. package/src/models/FranceIdentiteProviderOutput.ts +74 -0
  691. package/src/models/FrejaIndirectProviderOutput.ts +96 -0
  692. package/src/models/FrejaProviderOutput.ts +152 -23
  693. package/src/models/FrenchNumeriqueGivenName.ts +2 -2
  694. package/src/models/FrenchNumeriqueProviderOutput.ts +12 -12
  695. package/src/models/GetProviderResponse.ts +74 -0
  696. package/src/models/GoogleWalletInput.ts +21 -0
  697. package/src/models/GuatemalaCuiLookupInput.ts +76 -0
  698. package/src/models/GuatemalaCuiProviderOutput.ts +172 -0
  699. package/src/models/IndiaPanLookupInput.ts +67 -0
  700. package/src/models/IndiaPanLookupProviderOutput.ts +160 -0
  701. package/src/models/IndiaPanStructuredNumber.ts +176 -0
  702. package/src/models/IndonesiaDukcapilMatchInput.ts +2 -2
  703. package/src/models/IndonesiaNikInput.ts +1 -1
  704. package/src/models/IntegrationStep.ts +1 -1
  705. package/src/models/ItsmeProviderOutput.ts +1 -1
  706. package/src/models/KenyaNidBiometric2Input.ts +5 -1
  707. package/src/models/KenyaNidInput.ts +1 -1
  708. package/src/models/KenyaNidLookup2Input.ts +5 -1
  709. package/src/models/KenyaNidLookup2ProviderOutput.ts +5 -6
  710. package/src/models/KenyaNidMatch2Input.ts +6 -2
  711. package/src/models/KoreaTelcoMatchInput.ts +135 -0
  712. package/src/models/KoreaTelcoMatchProviderOutput.ts +96 -0
  713. package/src/models/KoreaTelcoMatchSex.ts +53 -0
  714. package/src/models/LaWalletProviderOutput.ts +3 -3
  715. package/src/models/LithuaniaIdCardProviderOutput.ts +1 -1
  716. package/src/models/LloydsSmartIdProviderOutput.ts +3 -3
  717. package/src/models/MdlOutput.ts +2 -2
  718. package/src/models/MdlOutputCertificateData.ts +2 -2
  719. package/src/models/MitIdProviderOutput.ts +11 -11
  720. package/src/models/MobileCarrier.ts +54 -0
  721. package/src/models/MobileIdProviderOutput.ts +1 -1
  722. package/src/models/MobileOperatingSystem.ts +54 -0
  723. package/src/models/NetherlandsIdinAddress.ts +104 -0
  724. package/src/models/NetherlandsIdinProviderOutput.ts +163 -0
  725. package/src/models/NigeriaNinInput.ts +1 -1
  726. package/src/models/NigeriaNinLookup2ProviderOutput.ts +170 -0
  727. package/src/models/NigeriaNinMatch2Input.ts +1 -1
  728. package/src/models/NorwegianBankIdProviderOutput.ts +144 -0
  729. package/src/models/OneIdProviderAddress.ts +97 -0
  730. package/src/models/OneIdProviderOutput.ts +113 -0
  731. package/src/models/OutputFrejaAddress.ts +89 -0
  732. package/src/models/OutputFrejaDocument.ts +95 -0
  733. package/src/models/PanamaCedulaLookupInput.ts +87 -0
  734. package/src/models/PanamaCedulaProviderOutput.ts +162 -0
  735. package/src/models/PersonData.ts +1 -1
  736. package/src/models/PeruDniProviderOutput.ts +4 -4
  737. package/src/models/PhilippineMatchInput.ts +1 -1
  738. package/src/models/PhilippinesDigitalNidProviderOutput.ts +84 -0
  739. package/src/models/PhilippinesPhysicalNidProviderOutput.ts +70 -1
  740. package/src/models/PolandEdoAppProviderOutput.ts +1 -1
  741. package/src/models/PolandMobywatelMatchInput.ts +130 -0
  742. package/src/models/PolandMobywatelMatchProviderOutput.ts +224 -0
  743. package/src/models/PortugalIdCardProviderOutput.ts +1 -1
  744. package/src/models/PostOfficeEasyIdProviderOutput.ts +3 -3
  745. package/src/models/Provider.ts +15 -0
  746. package/src/models/ProviderInput.ts +195 -0
  747. package/src/models/ProviderOutput.ts +459 -67
  748. package/src/models/ProviderSupportedLanguage.ts +74 -0
  749. package/src/models/Raw18013DocumentRequest.ts +93 -0
  750. package/src/models/Raw18013RequestInput.ts +79 -0
  751. package/src/models/RecommendProvidersResponse.ts +9 -0
  752. package/src/models/SamsungWalletInput.ts +77 -0
  753. package/src/models/SerbiaIdCardProviderOutput.ts +1 -1
  754. package/src/models/SignzyIndiaAadhaarFetchProviderOutput.ts +183 -0
  755. package/src/models/SingpassLoginProviderOutput.ts +132 -0
  756. package/src/models/SingpassMyInfoDescription.ts +73 -0
  757. package/src/models/SingpassMyInfoProviderOutput.ts +81 -0
  758. package/src/models/SingpassMyInfoRegisteredAddressOutput.ts +162 -0
  759. package/src/models/SingpassPersonalCatalog.ts +353 -0
  760. package/src/models/SingpassPhoneNumber.ts +81 -0
  761. package/src/models/SmartIdProviderOutput.ts +2 -2
  762. package/src/models/SouthAfricaNidInput.ts +1 -1
  763. package/src/models/SouthAfricaNidMatch2Input.ts +1 -1
  764. package/src/models/SpidProviderOutput.ts +2 -2
  765. package/src/models/StepRefreshInfo.ts +2 -2
  766. package/src/models/SwedenBankIdProviderOutput.ts +6 -6
  767. package/src/models/UgandaNidMatch2Input.ts +1 -1
  768. package/src/models/UkEvisaLookupInput.ts +75 -0
  769. package/src/models/UnitedKingdomEvisaProviderOutput.ts +161 -0
  770. package/src/models/UsaCaliforniaDmvInput.ts +75 -0
  771. package/src/models/VerificationProfileResponse.ts +17 -0
  772. package/src/models/YotiDeeplinkProviderOutput.ts +180 -0
  773. package/src/models/YotiDocumentDetails.ts +1 -1
  774. package/src/models/YotiProviderOutput.ts +3 -3
  775. package/src/models/index.ts +64 -3
  776. package/src/runtime.ts +18 -0
  777. package/dist/esm/models/CreateWidgetSessionRequest.d.ts +0 -57
  778. package/dist/esm/models/CreateWidgetSessionRequest.js +0 -50
  779. package/dist/esm/models/CreateWidgetSessionResponse.d.ts +0 -54
  780. package/dist/esm/models/CreateWidgetSessionResponse.js +0 -51
  781. package/dist/esm/models/HttpValidationProblemDetails.d.ts +0 -64
  782. package/dist/esm/models/HttpValidationProblemDetails.js +0 -51
  783. package/dist/models/CreateWidgetSessionRequest.d.ts +0 -57
  784. package/dist/models/CreateWidgetSessionRequest.js +0 -57
  785. package/dist/models/CreateWidgetSessionResponse.d.ts +0 -54
  786. package/dist/models/CreateWidgetSessionResponse.js +0 -58
  787. package/dist/models/HttpValidationProblemDetails.d.ts +0 -64
  788. package/dist/models/HttpValidationProblemDetails.js +0 -58
  789. package/src/models/CreateWidgetSessionRequest.ts +0 -104
  790. package/src/models/CreateWidgetSessionResponse.ts +0 -94
  791. package/src/models/HttpValidationProblemDetails.ts +0 -105
@@ -12,6 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { ContractAttachmentFromJSON, ContractAttachmentToJSON, } from './ContractAttachment';
15
+ import { ProviderSupportedLanguageFromJSON, ProviderSupportedLanguageToJSON, } from './ProviderSupportedLanguage';
15
16
  import { ProviderHealthFromJSON, ProviderHealthToJSON, } from './ProviderHealth';
16
17
  import { SubProviderMetadataFromJSON, SubProviderMetadataToJSON, } from './SubProviderMetadata';
17
18
  import { ResultCollectionMethodFromJSON, ResultCollectionMethodToJSON, } from './ResultCollectionMethod';
@@ -86,6 +87,7 @@ export function ProviderFromJSONTyped(json, ignoreDiscriminator) {
86
87
  'requiresInput': json['requiresInput'],
87
88
  'hasTrinsicInterface': json['hasTrinsicInterface'],
88
89
  'supportsDirectProviderSessions': json['supportsDirectProviderSessions'],
90
+ 'supportedLanguages': json['supportedLanguages'] == null ? undefined : (json['supportedLanguages'].map(ProviderSupportedLanguageFromJSON)),
89
91
  'availableAttributes': json['availableAttributes'] == null ? undefined : (json['availableAttributes'].map(ContractAttributeFromJSON)),
90
92
  'availableAttachments': json['availableAttachments'] == null ? undefined : (json['availableAttachments'].map(ContractAttachmentFromJSON)),
91
93
  'subProviders': json['subProviders'] == null ? undefined : (json['subProviders'].map(SubProviderMetadataFromJSON)),
@@ -117,6 +119,7 @@ export function ProviderToJSONTyped(value, ignoreDiscriminator = false) {
117
119
  'requiresInput': value['requiresInput'],
118
120
  'hasTrinsicInterface': value['hasTrinsicInterface'],
119
121
  'supportsDirectProviderSessions': value['supportsDirectProviderSessions'],
122
+ 'supportedLanguages': value['supportedLanguages'] == null ? undefined : (value['supportedLanguages'].map(ProviderSupportedLanguageToJSON)),
120
123
  'availableAttributes': value['availableAttributes'] == null ? undefined : (value['availableAttributes'].map(ContractAttributeToJSON)),
121
124
  'availableAttachments': value['availableAttachments'] == null ? undefined : (value['availableAttachments'].map(ContractAttachmentToJSON)),
122
125
  'subProviders': value['subProviders'] == null ? undefined : (value['subProviders'].map(SubProviderMetadataToJSON)),
@@ -12,7 +12,10 @@
12
12
  import type { BrazilCpfCheckInput } from './BrazilCpfCheckInput';
13
13
  import type { BrazilDigitalCnhInput } from './BrazilDigitalCnhInput';
14
14
  import type { SouthAfricaNidBiometric2Input } from './SouthAfricaNidBiometric2Input';
15
+ import type { ColombiaCcLookupInput } from './ColombiaCcLookupInput';
15
16
  import type { PeruDniLookupInput } from './PeruDniLookupInput';
17
+ import type { GuatemalaCuiLookupInput } from './GuatemalaCuiLookupInput';
18
+ import type { ChinaResidentIdMatchInput } from './ChinaResidentIdMatchInput';
16
19
  import type { PhilippineMatchInput } from './PhilippineMatchInput';
17
20
  import type { PhilippineQRInput } from './PhilippineQRInput';
18
21
  import type { KenyaNidBiometric2Input } from './KenyaNidBiometric2Input';
@@ -29,18 +32,28 @@ import type { NigeriaNinMatch2Input } from './NigeriaNinMatch2Input';
29
32
  import type { IndonesiaNikInput } from './IndonesiaNikInput';
30
33
  import type { CoteDIvoireNidLookup2Input } from './CoteDIvoireNidLookup2Input';
31
34
  import type { IdinInput } from './IdinInput';
35
+ import type { UkEvisaLookupInput } from './UkEvisaLookupInput';
32
36
  import type { AppleWalletInput } from './AppleWalletInput';
33
37
  import type { MexicoCurpInput } from './MexicoCurpInput';
34
38
  import type { NigeriaNinLookup2Input } from './NigeriaNinLookup2Input';
35
39
  import type { TrinsicTestSubProvidersInput } from './TrinsicTestSubProvidersInput';
36
40
  import type { SpidInput } from './SpidInput';
37
41
  import type { SouthAfricaNidInput } from './SouthAfricaNidInput';
42
+ import type { ElSalvadorDuiLookupInput } from './ElSalvadorDuiLookupInput';
43
+ import type { KoreaTelcoMatchInput } from './KoreaTelcoMatchInput';
44
+ import type { BoliviaCiLookupInput } from './BoliviaCiLookupInput';
38
45
  import type { NigeriaNinInput } from './NigeriaNinInput';
46
+ import type { PolandMobywatelMatchInput } from './PolandMobywatelMatchInput';
47
+ import type { SamsungWalletInput } from './SamsungWalletInput';
39
48
  import type { SouthAfricaNidMatch2Input } from './SouthAfricaNidMatch2Input';
49
+ import type { FranceIdentiteInput } from './FranceIdentiteInput';
40
50
  import type { GoogleWalletInput } from './GoogleWalletInput';
41
51
  import type { TrinsicTestDatabaseLookupInput } from './TrinsicTestDatabaseLookupInput';
52
+ import type { PanamaCedulaLookupInput } from './PanamaCedulaLookupInput';
42
53
  import type { SouthAfricaNidLookup2Input } from './SouthAfricaNidLookup2Input';
43
54
  import type { NigeriaNinBiometric2Input } from './NigeriaNinBiometric2Input';
55
+ import type { IndiaPanLookupInput } from './IndiaPanLookupInput';
56
+ import type { UsaCaliforniaDmvInput } from './UsaCaliforniaDmvInput';
44
57
  /**
45
58
  *
46
59
  * @export
@@ -59,6 +72,12 @@ export interface ProviderInput {
59
72
  * @memberof ProviderInput
60
73
  */
61
74
  indonesiaNikLookup?: IndonesiaNikInput | null;
75
+ /**
76
+ * Input for the `china-resident-id-match` provider
77
+ * @type {ChinaResidentIdMatchInput}
78
+ * @memberof ProviderInput
79
+ */
80
+ chinaResidentIdMatch?: ChinaResidentIdMatchInput | null;
62
81
  /**
63
82
  * Input for the `indonesia-dukcapil-match` provider
64
83
  * @type {IndonesiaDukcapilMatchInput}
@@ -161,6 +180,18 @@ export interface ProviderInput {
161
180
  * @memberof ProviderInput
162
181
  */
163
182
  indiaDigilockerAadhaarMatch?: AadhaarInput | null;
183
+ /**
184
+ * Input for the `india-pan-lookup` provider
185
+ * @type {IndiaPanLookupInput}
186
+ * @memberof ProviderInput
187
+ */
188
+ indiaPanLookup?: IndiaPanLookupInput | null;
189
+ /**
190
+ * Input for the `korea-telco-match` provider
191
+ * @type {KoreaTelcoMatchInput}
192
+ * @memberof ProviderInput
193
+ */
194
+ koreaTelcoMatch?: KoreaTelcoMatchInput | null;
164
195
  /**
165
196
  * Input for the `brazil-cpf-lookup` provider
166
197
  * @type {BrazilCpfCheckInput}
@@ -227,12 +258,72 @@ export interface ProviderInput {
227
258
  * @memberof ProviderInput
228
259
  */
229
260
  appleWallet?: AppleWalletInput | null;
261
+ /**
262
+ * Input for the `samsung-wallet` provider
263
+ * @type {SamsungWalletInput}
264
+ * @memberof ProviderInput
265
+ */
266
+ samsungWallet?: SamsungWalletInput | null;
267
+ /**
268
+ * Input for the `france-identite` provider
269
+ * @type {FranceIdentiteInput}
270
+ * @memberof ProviderInput
271
+ */
272
+ franceIdentite?: FranceIdentiteInput | null;
273
+ /**
274
+ * Input for the `poland-mobywatel-match` provider
275
+ * @type {PolandMobywatelMatchInput}
276
+ * @memberof ProviderInput
277
+ */
278
+ polandMobywatelMatch?: PolandMobywatelMatchInput | null;
279
+ /**
280
+ * Input for the `bolivia-ci-lookup` provider
281
+ * @type {BoliviaCiLookupInput}
282
+ * @memberof ProviderInput
283
+ */
284
+ boliviaCiLookup?: BoliviaCiLookupInput | null;
285
+ /**
286
+ * Input for the `colombia-cc-lookup` provider
287
+ * @type {ColombiaCcLookupInput}
288
+ * @memberof ProviderInput
289
+ */
290
+ colombiaCcLookup?: ColombiaCcLookupInput | null;
291
+ /**
292
+ * Input for the `el-salvador-dui-lookup` provider
293
+ * @type {ElSalvadorDuiLookupInput}
294
+ * @memberof ProviderInput
295
+ */
296
+ elSalvadorDuiLookup?: ElSalvadorDuiLookupInput | null;
297
+ /**
298
+ * Input for the `guatemala-cui-lookup` provider
299
+ * @type {GuatemalaCuiLookupInput}
300
+ * @memberof ProviderInput
301
+ */
302
+ guatemalaCuiLookup?: GuatemalaCuiLookupInput | null;
303
+ /**
304
+ * Input for the `panama-cedula-lookup` provider
305
+ * @type {PanamaCedulaLookupInput}
306
+ * @memberof ProviderInput
307
+ */
308
+ panamaCedulaLookup?: PanamaCedulaLookupInput | null;
230
309
  /**
231
310
  * Input for the `peru-dni-lookup` provider
232
311
  * @type {PeruDniLookupInput}
233
312
  * @memberof ProviderInput
234
313
  */
235
314
  peruDniLookup?: PeruDniLookupInput | null;
315
+ /**
316
+ * Input for the `uk-evisa-lookup` provider
317
+ * @type {UkEvisaLookupInput}
318
+ * @memberof ProviderInput
319
+ */
320
+ ukEvisaLookup?: UkEvisaLookupInput | null;
321
+ /**
322
+ * Input for the `usa-california-dmv` provider
323
+ * @type {UsaCaliforniaDmvInput}
324
+ * @memberof ProviderInput
325
+ */
326
+ usaCaliforniaDmv?: UsaCaliforniaDmvInput | null;
236
327
  /**
237
328
  * *TEST MODE ONLY.*
238
329
  *
@@ -14,7 +14,10 @@
14
14
  import { BrazilCpfCheckInputFromJSON, BrazilCpfCheckInputToJSON, } from './BrazilCpfCheckInput';
15
15
  import { BrazilDigitalCnhInputFromJSON, BrazilDigitalCnhInputToJSON, } from './BrazilDigitalCnhInput';
16
16
  import { SouthAfricaNidBiometric2InputFromJSON, SouthAfricaNidBiometric2InputToJSON, } from './SouthAfricaNidBiometric2Input';
17
+ import { ColombiaCcLookupInputFromJSON, ColombiaCcLookupInputToJSON, } from './ColombiaCcLookupInput';
17
18
  import { PeruDniLookupInputFromJSON, PeruDniLookupInputToJSON, } from './PeruDniLookupInput';
19
+ import { GuatemalaCuiLookupInputFromJSON, GuatemalaCuiLookupInputToJSON, } from './GuatemalaCuiLookupInput';
20
+ import { ChinaResidentIdMatchInputFromJSON, ChinaResidentIdMatchInputToJSON, } from './ChinaResidentIdMatchInput';
18
21
  import { PhilippineMatchInputFromJSON, PhilippineMatchInputToJSON, } from './PhilippineMatchInput';
19
22
  import { PhilippineQRInputFromJSON, PhilippineQRInputToJSON, } from './PhilippineQRInput';
20
23
  import { KenyaNidBiometric2InputFromJSON, KenyaNidBiometric2InputToJSON, } from './KenyaNidBiometric2Input';
@@ -31,18 +34,28 @@ import { NigeriaNinMatch2InputFromJSON, NigeriaNinMatch2InputToJSON, } from './N
31
34
  import { IndonesiaNikInputFromJSON, IndonesiaNikInputToJSON, } from './IndonesiaNikInput';
32
35
  import { CoteDIvoireNidLookup2InputFromJSON, CoteDIvoireNidLookup2InputToJSON, } from './CoteDIvoireNidLookup2Input';
33
36
  import { IdinInputFromJSON, IdinInputToJSON, } from './IdinInput';
37
+ import { UkEvisaLookupInputFromJSON, UkEvisaLookupInputToJSON, } from './UkEvisaLookupInput';
34
38
  import { AppleWalletInputFromJSON, AppleWalletInputToJSON, } from './AppleWalletInput';
35
39
  import { MexicoCurpInputFromJSON, MexicoCurpInputToJSON, } from './MexicoCurpInput';
36
40
  import { NigeriaNinLookup2InputFromJSON, NigeriaNinLookup2InputToJSON, } from './NigeriaNinLookup2Input';
37
41
  import { TrinsicTestSubProvidersInputFromJSON, TrinsicTestSubProvidersInputToJSON, } from './TrinsicTestSubProvidersInput';
38
42
  import { SpidInputFromJSON, SpidInputToJSON, } from './SpidInput';
39
43
  import { SouthAfricaNidInputFromJSON, SouthAfricaNidInputToJSON, } from './SouthAfricaNidInput';
44
+ import { ElSalvadorDuiLookupInputFromJSON, ElSalvadorDuiLookupInputToJSON, } from './ElSalvadorDuiLookupInput';
45
+ import { KoreaTelcoMatchInputFromJSON, KoreaTelcoMatchInputToJSON, } from './KoreaTelcoMatchInput';
46
+ import { BoliviaCiLookupInputFromJSON, BoliviaCiLookupInputToJSON, } from './BoliviaCiLookupInput';
40
47
  import { NigeriaNinInputFromJSON, NigeriaNinInputToJSON, } from './NigeriaNinInput';
48
+ import { PolandMobywatelMatchInputFromJSON, PolandMobywatelMatchInputToJSON, } from './PolandMobywatelMatchInput';
49
+ import { SamsungWalletInputFromJSON, SamsungWalletInputToJSON, } from './SamsungWalletInput';
41
50
  import { SouthAfricaNidMatch2InputFromJSON, SouthAfricaNidMatch2InputToJSON, } from './SouthAfricaNidMatch2Input';
51
+ import { FranceIdentiteInputFromJSON, FranceIdentiteInputToJSON, } from './FranceIdentiteInput';
42
52
  import { GoogleWalletInputFromJSON, GoogleWalletInputToJSON, } from './GoogleWalletInput';
43
53
  import { TrinsicTestDatabaseLookupInputFromJSON, TrinsicTestDatabaseLookupInputToJSON, } from './TrinsicTestDatabaseLookupInput';
54
+ import { PanamaCedulaLookupInputFromJSON, PanamaCedulaLookupInputToJSON, } from './PanamaCedulaLookupInput';
44
55
  import { SouthAfricaNidLookup2InputFromJSON, SouthAfricaNidLookup2InputToJSON, } from './SouthAfricaNidLookup2Input';
45
56
  import { NigeriaNinBiometric2InputFromJSON, NigeriaNinBiometric2InputToJSON, } from './NigeriaNinBiometric2Input';
57
+ import { IndiaPanLookupInputFromJSON, IndiaPanLookupInputToJSON, } from './IndiaPanLookupInput';
58
+ import { UsaCaliforniaDmvInputFromJSON, UsaCaliforniaDmvInputToJSON, } from './UsaCaliforniaDmvInput';
46
59
  /**
47
60
  * Check if a given object implements the ProviderInput interface.
48
61
  */
@@ -59,6 +72,7 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
59
72
  return {
60
73
  'kenyaNidMatchBiometric2': json['kenya-nid-match-biometric-2'] == null ? undefined : KenyaNidBiometric2InputFromJSON(json['kenya-nid-match-biometric-2']),
61
74
  'indonesiaNikLookup': json['indonesia-nik-lookup'] == null ? undefined : IndonesiaNikInputFromJSON(json['indonesia-nik-lookup']),
75
+ 'chinaResidentIdMatch': json['china-resident-id-match'] == null ? undefined : ChinaResidentIdMatchInputFromJSON(json['china-resident-id-match']),
62
76
  'indonesiaDukcapilMatch': json['indonesia-dukcapil-match'] == null ? undefined : IndonesiaDukcapilMatchInputFromJSON(json['indonesia-dukcapil-match']),
63
77
  'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpInputFromJSON(json['mexico-curp-lookup']),
64
78
  'southAfricaNidLookup': json['south-africa-nid-lookup'] == null ? undefined : SouthAfricaNidInputFromJSON(json['south-africa-nid-lookup']),
@@ -76,6 +90,8 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
76
90
  'nigeriaNinMatchBiometric2': json['nigeria-nin-match-biometric-2'] == null ? undefined : NigeriaNinBiometric2InputFromJSON(json['nigeria-nin-match-biometric-2']),
77
91
  'nigeriaNinLookup': json['nigeria-nin-lookup'] == null ? undefined : NigeriaNinInputFromJSON(json['nigeria-nin-lookup']),
78
92
  'indiaDigilockerAadhaarMatch': json['india-digilocker-aadhaar-match'] == null ? undefined : AadhaarInputFromJSON(json['india-digilocker-aadhaar-match']),
93
+ 'indiaPanLookup': json['india-pan-lookup'] == null ? undefined : IndiaPanLookupInputFromJSON(json['india-pan-lookup']),
94
+ 'koreaTelcoMatch': json['korea-telco-match'] == null ? undefined : KoreaTelcoMatchInputFromJSON(json['korea-telco-match']),
79
95
  'brazilCpfLookup': json['brazil-cpf-lookup'] == null ? undefined : BrazilCpfCheckInputFromJSON(json['brazil-cpf-lookup']),
80
96
  'brazilDigitalCnh': json['brazil-digital-cnh'] == null ? undefined : BrazilDigitalCnhInputFromJSON(json['brazil-digital-cnh']),
81
97
  'philippinesPhilsysMatch': json['philippines-philsys-match'] == null ? undefined : PhilippineMatchInputFromJSON(json['philippines-philsys-match']),
@@ -87,7 +103,17 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
87
103
  'italySpid': json['italy-spid'] == null ? undefined : SpidInputFromJSON(json['italy-spid']),
88
104
  'googleWallet': json['google-wallet'] == null ? undefined : GoogleWalletInputFromJSON(json['google-wallet']),
89
105
  'appleWallet': json['apple-wallet'] == null ? undefined : AppleWalletInputFromJSON(json['apple-wallet']),
106
+ 'samsungWallet': json['samsung-wallet'] == null ? undefined : SamsungWalletInputFromJSON(json['samsung-wallet']),
107
+ 'franceIdentite': json['france-identite'] == null ? undefined : FranceIdentiteInputFromJSON(json['france-identite']),
108
+ 'polandMobywatelMatch': json['poland-mobywatel-match'] == null ? undefined : PolandMobywatelMatchInputFromJSON(json['poland-mobywatel-match']),
109
+ 'boliviaCiLookup': json['bolivia-ci-lookup'] == null ? undefined : BoliviaCiLookupInputFromJSON(json['bolivia-ci-lookup']),
110
+ 'colombiaCcLookup': json['colombia-cc-lookup'] == null ? undefined : ColombiaCcLookupInputFromJSON(json['colombia-cc-lookup']),
111
+ 'elSalvadorDuiLookup': json['el-salvador-dui-lookup'] == null ? undefined : ElSalvadorDuiLookupInputFromJSON(json['el-salvador-dui-lookup']),
112
+ 'guatemalaCuiLookup': json['guatemala-cui-lookup'] == null ? undefined : GuatemalaCuiLookupInputFromJSON(json['guatemala-cui-lookup']),
113
+ 'panamaCedulaLookup': json['panama-cedula-lookup'] == null ? undefined : PanamaCedulaLookupInputFromJSON(json['panama-cedula-lookup']),
90
114
  'peruDniLookup': json['peru-dni-lookup'] == null ? undefined : PeruDniLookupInputFromJSON(json['peru-dni-lookup']),
115
+ 'ukEvisaLookup': json['uk-evisa-lookup'] == null ? undefined : UkEvisaLookupInputFromJSON(json['uk-evisa-lookup']),
116
+ 'usaCaliforniaDmv': json['usa-california-dmv'] == null ? undefined : UsaCaliforniaDmvInputFromJSON(json['usa-california-dmv']),
91
117
  'trinsicTestDatabaseLookup': json['trinsic-test-database-lookup'] == null ? undefined : TrinsicTestDatabaseLookupInputFromJSON(json['trinsic-test-database-lookup']),
92
118
  'trinsicTestSubProviders': json['trinsic-test-sub-providers'] == null ? undefined : TrinsicTestSubProvidersInputFromJSON(json['trinsic-test-sub-providers']),
93
119
  };
@@ -102,6 +128,7 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
102
128
  return {
103
129
  'kenya-nid-match-biometric-2': KenyaNidBiometric2InputToJSON(value['kenyaNidMatchBiometric2']),
104
130
  'indonesia-nik-lookup': IndonesiaNikInputToJSON(value['indonesiaNikLookup']),
131
+ 'china-resident-id-match': ChinaResidentIdMatchInputToJSON(value['chinaResidentIdMatch']),
105
132
  'indonesia-dukcapil-match': IndonesiaDukcapilMatchInputToJSON(value['indonesiaDukcapilMatch']),
106
133
  'mexico-curp-lookup': MexicoCurpInputToJSON(value['mexicoCurpLookup']),
107
134
  'south-africa-nid-lookup': SouthAfricaNidInputToJSON(value['southAfricaNidLookup']),
@@ -119,6 +146,8 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
119
146
  'nigeria-nin-match-biometric-2': NigeriaNinBiometric2InputToJSON(value['nigeriaNinMatchBiometric2']),
120
147
  'nigeria-nin-lookup': NigeriaNinInputToJSON(value['nigeriaNinLookup']),
121
148
  'india-digilocker-aadhaar-match': AadhaarInputToJSON(value['indiaDigilockerAadhaarMatch']),
149
+ 'india-pan-lookup': IndiaPanLookupInputToJSON(value['indiaPanLookup']),
150
+ 'korea-telco-match': KoreaTelcoMatchInputToJSON(value['koreaTelcoMatch']),
122
151
  'brazil-cpf-lookup': BrazilCpfCheckInputToJSON(value['brazilCpfLookup']),
123
152
  'brazil-digital-cnh': BrazilDigitalCnhInputToJSON(value['brazilDigitalCnh']),
124
153
  'philippines-philsys-match': PhilippineMatchInputToJSON(value['philippinesPhilsysMatch']),
@@ -130,7 +159,17 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
130
159
  'italy-spid': SpidInputToJSON(value['italySpid']),
131
160
  'google-wallet': GoogleWalletInputToJSON(value['googleWallet']),
132
161
  'apple-wallet': AppleWalletInputToJSON(value['appleWallet']),
162
+ 'samsung-wallet': SamsungWalletInputToJSON(value['samsungWallet']),
163
+ 'france-identite': FranceIdentiteInputToJSON(value['franceIdentite']),
164
+ 'poland-mobywatel-match': PolandMobywatelMatchInputToJSON(value['polandMobywatelMatch']),
165
+ 'bolivia-ci-lookup': BoliviaCiLookupInputToJSON(value['boliviaCiLookup']),
166
+ 'colombia-cc-lookup': ColombiaCcLookupInputToJSON(value['colombiaCcLookup']),
167
+ 'el-salvador-dui-lookup': ElSalvadorDuiLookupInputToJSON(value['elSalvadorDuiLookup']),
168
+ 'guatemala-cui-lookup': GuatemalaCuiLookupInputToJSON(value['guatemalaCuiLookup']),
169
+ 'panama-cedula-lookup': PanamaCedulaLookupInputToJSON(value['panamaCedulaLookup']),
133
170
  'peru-dni-lookup': PeruDniLookupInputToJSON(value['peruDniLookup']),
171
+ 'uk-evisa-lookup': UkEvisaLookupInputToJSON(value['ukEvisaLookup']),
172
+ 'usa-california-dmv': UsaCaliforniaDmvInputToJSON(value['usaCaliforniaDmv']),
134
173
  'trinsic-test-database-lookup': TrinsicTestDatabaseLookupInputToJSON(value['trinsicTestDatabaseLookup']),
135
174
  'trinsic-test-sub-providers': TrinsicTestSubProvidersInputToJSON(value['trinsicTestSubProviders']),
136
175
  };
@@ -15,39 +15,71 @@ import type { GoogleWalletProviderOutput } from './GoogleWalletProviderOutput';
15
15
  import type { SmartIdProviderOutput } from './SmartIdProviderOutput';
16
16
  import type { LatviaEparakstsProviderOutput } from './LatviaEparakstsProviderOutput';
17
17
  import type { MitIdProviderOutput } from './MitIdProviderOutput';
18
+ import type { NorwegianBankIdProviderOutput } from './NorwegianBankIdProviderOutput';
18
19
  import type { PhilippinesDigitalNidProviderOutput } from './PhilippinesDigitalNidProviderOutput';
19
20
  import type { PolandEdoAppProviderOutput } from './PolandEdoAppProviderOutput';
20
- import type { PortugalIdCardProviderOutput } from './PortugalIdCardProviderOutput';
21
- import type { LaWalletProviderOutput } from './LaWalletProviderOutput';
21
+ import type { KoreaTelcoMatchProviderOutput } from './KoreaTelcoMatchProviderOutput';
22
+ import type { ElSalvadorDuiProviderOutput } from './ElSalvadorDuiProviderOutput';
22
23
  import type { PostOfficeEasyIdProviderOutput } from './PostOfficeEasyIdProviderOutput';
23
24
  import type { LithuaniaIdCardProviderOutput } from './LithuaniaIdCardProviderOutput';
24
- import type { PeruDniProviderOutput } from './PeruDniProviderOutput';
25
+ import type { FranceIdentiteProviderOutput } from './FranceIdentiteProviderOutput';
26
+ import type { NigeriaNinLookup2ProviderOutput } from './NigeriaNinLookup2ProviderOutput';
25
27
  import type { FinlandIdCardProviderOutput } from './FinlandIdCardProviderOutput';
28
+ import type { SingpassLoginProviderOutput } from './SingpassLoginProviderOutput';
29
+ import type { CzechMojeIdProviderOutput } from './CzechMojeIdProviderOutput';
26
30
  import type { CzechiaMojeIdProviderOutput } from './CzechiaMojeIdProviderOutput';
27
- import type { ItsmeProviderOutput } from './ItsmeProviderOutput';
28
31
  import type { FaydaProviderOutput } from './FaydaProviderOutput';
29
32
  import type { MexicoCurpProviderOutput } from './MexicoCurpProviderOutput';
33
+ import type { SingpassMyInfoProviderOutput } from './SingpassMyInfoProviderOutput';
34
+ import type { ColombiaCcProviderOutput } from './ColombiaCcProviderOutput';
35
+ import type { SpidProviderOutput } from './SpidProviderOutput';
36
+ import type { MobileIdProviderOutput } from './MobileIdProviderOutput';
37
+ import type { FrejaIndirectProviderOutput } from './FrejaIndirectProviderOutput';
38
+ import type { IndiaPanLookupProviderOutput } from './IndiaPanLookupProviderOutput';
39
+ import type { GuatemalaCuiProviderOutput } from './GuatemalaCuiProviderOutput';
40
+ import type { LatviaEparakstsMobileProviderOutput } from './LatviaEparakstsMobileProviderOutput';
41
+ import type { SamsungWalletProviderOutput } from './SamsungWalletProviderOutput';
42
+ import type { SwedenBankIdProviderOutput } from './SwedenBankIdProviderOutput';
43
+ import type { BoliviaCiProviderOutput } from './BoliviaCiProviderOutput';
44
+ import type { DigilockerAadhaarProviderOutput } from './DigilockerAadhaarProviderOutput';
45
+ import type { PortugalIdCardProviderOutput } from './PortugalIdCardProviderOutput';
46
+ import type { LaWalletProviderOutput } from './LaWalletProviderOutput';
47
+ import type { YotiDeeplinkProviderOutput } from './YotiDeeplinkProviderOutput';
48
+ import type { PolandMobywatelMatchProviderOutput } from './PolandMobywatelMatchProviderOutput';
49
+ import type { FinnishTrustNetworkProviderOutput } from './FinnishTrustNetworkProviderOutput';
50
+ import type { SignzyIndiaAadhaarFetchProviderOutput } from './SignzyIndiaAadhaarFetchProviderOutput';
51
+ import type { PeruDniProviderOutput } from './PeruDniProviderOutput';
52
+ import type { ChinaResidentIdMatchOutput } from './ChinaResidentIdMatchOutput';
53
+ import type { ConnectIdProviderOutput } from './ConnectIdProviderOutput';
54
+ import type { ItsmeProviderOutput } from './ItsmeProviderOutput';
30
55
  import type { YotiProviderOutput } from './YotiProviderOutput';
31
56
  import type { EstoniaIdCardProviderOutput } from './EstoniaIdCardProviderOutput';
32
57
  import type { AustriaHandySignaturProviderOutput } from './AustriaHandySignaturProviderOutput';
33
58
  import type { SerbiaIdCardProviderOutput } from './SerbiaIdCardProviderOutput';
34
59
  import type { PolandMojeIdProviderOutput } from './PolandMojeIdProviderOutput';
35
- import type { SpidProviderOutput } from './SpidProviderOutput';
36
60
  import type { AppleWalletProviderOutput } from './AppleWalletProviderOutput';
37
- import type { MobileIdProviderOutput } from './MobileIdProviderOutput';
61
+ import type { PanamaCedulaProviderOutput } from './PanamaCedulaProviderOutput';
38
62
  import type { BelgiumIdCardProviderOutput } from './BelgiumIdCardProviderOutput';
39
63
  import type { LloydsSmartIdProviderOutput } from './LloydsSmartIdProviderOutput';
64
+ import type { OneIdProviderOutput } from './OneIdProviderOutput';
40
65
  import type { KenyaNidLookup2ProviderOutput } from './KenyaNidLookup2ProviderOutput';
41
- import type { LatviaEparakstsMobileProviderOutput } from './LatviaEparakstsMobileProviderOutput';
42
- import type { SamsungWalletProviderOutput } from './SamsungWalletProviderOutput';
43
66
  import type { PhilippinesPhysicalNidProviderOutput } from './PhilippinesPhysicalNidProviderOutput';
44
- import type { SwedenBankIdProviderOutput } from './SwedenBankIdProviderOutput';
67
+ import type { AudkenniProviderOutput } from './AudkenniProviderOutput';
68
+ import type { CoteDIvoireNidLookup2ProviderOutput } from './CoteDIvoireNidLookup2ProviderOutput';
69
+ import type { NetherlandsIdinProviderOutput } from './NetherlandsIdinProviderOutput';
70
+ import type { UnitedKingdomEvisaProviderOutput } from './UnitedKingdomEvisaProviderOutput';
45
71
  /**
46
72
  *
47
73
  * @export
48
74
  * @interface ProviderOutput
49
75
  */
50
76
  export interface ProviderOutput {
77
+ /**
78
+ * Exposed properties for the `audkenni` provider which do not directly map to the normalized IdentityData model.
79
+ * @type {AudkenniProviderOutput}
80
+ * @memberof ProviderOutput
81
+ */
82
+ audkenni?: AudkenniProviderOutput | null;
51
83
  /**
52
84
  * Exposed properties for the `a-at-handy-signatur-login` Provider which do not directly map to the normalized IdentityData model.
53
85
  * @type {AustriaHandySignaturProviderOutput}
@@ -79,11 +111,12 @@ export interface ProviderOutput {
79
111
  */
80
112
  aFiIdLogin?: FinlandIdCardProviderOutput | null;
81
113
  /**
82
- * Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData model.
83
- * @type {FrejaProviderOutput}
114
+ * Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData
115
+ * model.
116
+ * @type {FrejaIndirectProviderOutput}
84
117
  * @memberof ProviderOutput
85
118
  */
86
- aFrejaEidLogin?: FrejaProviderOutput | null;
119
+ aFrejaEidLogin?: FrejaIndirectProviderOutput | null;
87
120
  /**
88
121
  * Exposed properties for the `a-itsme-login` Provider which do not directly map to the normalized IdentityData model.
89
122
  * @type {ItsmeProviderOutput}
@@ -138,6 +171,42 @@ export interface ProviderOutput {
138
171
  * @memberof ProviderOutput
139
172
  */
140
173
  appleWallet?: AppleWalletProviderOutput | null;
174
+ /**
175
+ * Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model.
176
+ * @type {ConnectIdProviderOutput}
177
+ * @memberof ProviderOutput
178
+ */
179
+ australiaConnectId?: ConnectIdProviderOutput | null;
180
+ /**
181
+ * Exposed properties for the `bolivia-ci-lookup` Provider which do not directly map to the normalized IdentityData model.
182
+ * @type {BoliviaCiProviderOutput}
183
+ * @memberof ProviderOutput
184
+ */
185
+ boliviaCiLookup?: BoliviaCiProviderOutput | null;
186
+ /**
187
+ * Exposed properties for the `colombia-cc-lookup` Provider which do not directly map to the normalized IdentityData model.
188
+ * @type {ColombiaCcProviderOutput}
189
+ * @memberof ProviderOutput
190
+ */
191
+ colombiaCcLookup?: ColombiaCcProviderOutput | null;
192
+ /**
193
+ * Exposed properties for the `cote-divoire-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
194
+ * @type {CoteDIvoireNidLookup2ProviderOutput}
195
+ * @memberof ProviderOutput
196
+ */
197
+ coteDivoireNidLookup2?: CoteDIvoireNidLookup2ProviderOutput | null;
198
+ /**
199
+ * Exposed properties for the `el-salvador-dui-lookup` Provider which do not directly map to the normalized IdentityData model.
200
+ * @type {ElSalvadorDuiProviderOutput}
201
+ * @memberof ProviderOutput
202
+ */
203
+ elSalvadorDuiLookup?: ElSalvadorDuiProviderOutput | null;
204
+ /**
205
+ * Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model.
206
+ * @type {CzechMojeIdProviderOutput}
207
+ * @memberof ProviderOutput
208
+ */
209
+ czechRepublicMojeid?: CzechMojeIdProviderOutput | null;
141
210
  /**
142
211
  * Exposed properties for the `denmark-mitid` Provider which do not directly map to the normalized IdentityData model.
143
212
  * @type {MitIdProviderOutput}
@@ -150,18 +219,73 @@ export interface ProviderOutput {
150
219
  * @memberof ProviderOutput
151
220
  */
152
221
  ethiopiaFayda?: FaydaProviderOutput | null;
222
+ /**
223
+ * Exposed properties for the `finnish-trust-network` Provider which do not directly map to the normalized IdentityData model.
224
+ * @type {FinnishTrustNetworkProviderOutput}
225
+ * @memberof ProviderOutput
226
+ */
227
+ finnishTrustNetwork?: FinnishTrustNetworkProviderOutput | null;
228
+ /**
229
+ * Exposed properties for the `france-identite` Provider which do not directly map to the normalized IdentityData model.
230
+ * @type {FranceIdentiteProviderOutput}
231
+ * @memberof ProviderOutput
232
+ */
233
+ franceIdentite?: FranceIdentiteProviderOutput | null;
153
234
  /**
154
235
  * Exposed properties for the `france-identite-numerique` Provider which do not directly map to the normalized IdentityData model.
155
236
  * @type {FrenchNumeriqueProviderOutput}
156
237
  * @memberof ProviderOutput
157
238
  */
158
239
  franceIdentiteNumerique?: FrenchNumeriqueProviderOutput | null;
240
+ /**
241
+ * Exposed properties for the `freja` Provider which do not directly map to the normalized IdentityData
242
+ * model.
243
+ * @type {FrejaProviderOutput}
244
+ * @memberof ProviderOutput
245
+ */
246
+ freja?: FrejaProviderOutput | null;
159
247
  /**
160
248
  * Exposed properties for the `google-wallet` Provider which do not directly map to the normalized IdentityData model.
161
249
  * @type {GoogleWalletProviderOutput}
162
250
  * @memberof ProviderOutput
163
251
  */
164
252
  googleWallet?: GoogleWalletProviderOutput | null;
253
+ /**
254
+ * Exposed properties for the `guatemala-cui-lookup` Provider which do not directly map to the normalized IdentityData model.
255
+ * @type {GuatemalaCuiProviderOutput}
256
+ * @memberof ProviderOutput
257
+ */
258
+ guatemalaCuiLookup?: GuatemalaCuiProviderOutput | null;
259
+ /**
260
+ * Exposed properties for the `panama-cedula-lookup` Provider which do not directly map to the normalized IdentityData model.
261
+ * @type {PanamaCedulaProviderOutput}
262
+ * @memberof ProviderOutput
263
+ */
264
+ panamaCedulaLookup?: PanamaCedulaProviderOutput | null;
265
+ /**
266
+ * Exposed properties for the `india-digilocker-aadhaar` Provider which do not directly map to the normalized IdentityData model.
267
+ * @type {DigilockerAadhaarProviderOutput}
268
+ * @memberof ProviderOutput
269
+ */
270
+ indiaDigilockerAadhaar?: DigilockerAadhaarProviderOutput | null;
271
+ /**
272
+ * Exposed properties for the `india-digilocker-aadhaar-fetch` Provider which do not directly map to the normalized IdentityData model.
273
+ * @type {SignzyIndiaAadhaarFetchProviderOutput}
274
+ * @memberof ProviderOutput
275
+ */
276
+ indiaDigilockerAadhaarFetch?: SignzyIndiaAadhaarFetchProviderOutput | null;
277
+ /**
278
+ * Exposed properties for the `india-pan-lookup` Provider which do not directly map to the normalized IdentityData model.
279
+ * @type {IndiaPanLookupProviderOutput}
280
+ * @memberof ProviderOutput
281
+ */
282
+ indiaPanLookup?: IndiaPanLookupProviderOutput | null;
283
+ /**
284
+ * Exposed properties for the `china-resident-id-match` Provider which do not directly map to the normalized IdentityData model.
285
+ * @type {ChinaResidentIdMatchOutput}
286
+ * @memberof ProviderOutput
287
+ */
288
+ chinaResidentIdMatch?: ChinaResidentIdMatchOutput | null;
165
289
  /**
166
290
  * Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model.
167
291
  * @type {SpidProviderOutput}
@@ -174,6 +298,12 @@ export interface ProviderOutput {
174
298
  * @memberof ProviderOutput
175
299
  */
176
300
  kenyaNidLookup2?: KenyaNidLookup2ProviderOutput | null;
301
+ /**
302
+ * Exposed properties for the `korea-telco-match` Provider which do not directly map to the normalized IdentityData model.
303
+ * @type {KoreaTelcoMatchProviderOutput}
304
+ * @memberof ProviderOutput
305
+ */
306
+ koreaTelcoMatch?: KoreaTelcoMatchProviderOutput | null;
177
307
  /**
178
308
  * Exposed properties for the `lloyds-smart-id` Provider which do not directly map to the normalized IdentityData model.
179
309
  * @type {LloydsSmartIdProviderOutput}
@@ -192,12 +322,30 @@ export interface ProviderOutput {
192
322
  * @memberof ProviderOutput
193
323
  */
194
324
  mobileId?: MobileIdProviderOutput | null;
325
+ /**
326
+ * Exposed properties for the `nigeria-nin-lookup-2` Provider which do not directly map to the normalized IdentityData model.
327
+ * @type {NigeriaNinLookup2ProviderOutput}
328
+ * @memberof ProviderOutput
329
+ */
330
+ nigeriaNinLookup2?: NigeriaNinLookup2ProviderOutput | null;
331
+ /**
332
+ * Exposed properties for the `oneid` Provider which do not directly map to the normalized IdentityData model.
333
+ * @type {OneIdProviderOutput}
334
+ * @memberof ProviderOutput
335
+ */
336
+ oneid?: OneIdProviderOutput | null;
195
337
  /**
196
338
  * Exposed properties for the `peru-dni-lookup` Provider which do not directly map to the normalized IdentityData model.
197
339
  * @type {PeruDniProviderOutput}
198
340
  * @memberof ProviderOutput
199
341
  */
200
342
  peruDniLookup?: PeruDniProviderOutput | null;
343
+ /**
344
+ * Exposed properties for the `norway-bankid` Provider which do not directly map to the normalized IdentityData model.
345
+ * @type {NorwegianBankIdProviderOutput}
346
+ * @memberof ProviderOutput
347
+ */
348
+ norwayBankid?: NorwegianBankIdProviderOutput | null;
201
349
  /**
202
350
  * Exposed properties for the `philippines-digital-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
203
351
  * @type {PhilippinesDigitalNidProviderOutput}
@@ -210,6 +358,12 @@ export interface ProviderOutput {
210
358
  * @memberof ProviderOutput
211
359
  */
212
360
  philippinesPhysicalNationalIdQr?: PhilippinesPhysicalNidProviderOutput | null;
361
+ /**
362
+ * Exposed properties for the `poland-mobywatel-match` Provider which do not directly map to the normalized IdentityData model.
363
+ * @type {PolandMobywatelMatchProviderOutput}
364
+ * @memberof ProviderOutput
365
+ */
366
+ polandMobywatelMatch?: PolandMobywatelMatchProviderOutput | null;
213
367
  /**
214
368
  * Exposed properties for the `post-office-easyid` Provider which do not directly map to the normalized IdentityData model.
215
369
  * @type {PostOfficeEasyIdProviderOutput}
@@ -222,12 +376,30 @@ export interface ProviderOutput {
222
376
  * @memberof ProviderOutput
223
377
  */
224
378
  samsungWallet?: SamsungWalletProviderOutput | null;
379
+ /**
380
+ * Exposed properties for the `singpass-login` Provider which do not directly map to the normalized IdentityData model.
381
+ * @type {SingpassLoginProviderOutput}
382
+ * @memberof ProviderOutput
383
+ */
384
+ singpassLogin?: SingpassLoginProviderOutput | null;
385
+ /**
386
+ * Exposed properties for the `singpass-myinfo` Provider which do not directly map to the normalized IdentityData model.
387
+ * @type {SingpassMyInfoProviderOutput}
388
+ * @memberof ProviderOutput
389
+ */
390
+ singpassMyinfo?: SingpassMyInfoProviderOutput | null;
225
391
  /**
226
392
  * Exposed properties for the `smart-id` Provider which do not directly map to the normalized IdentityData model.
227
393
  * @type {SmartIdProviderOutput}
228
394
  * @memberof ProviderOutput
229
395
  */
230
396
  smartId?: SmartIdProviderOutput | null;
397
+ /**
398
+ * Exposed properties for the `uk-evisa-lookup` Provider which do not directly map to the normalized IdentityData model.
399
+ * @type {UnitedKingdomEvisaProviderOutput}
400
+ * @memberof ProviderOutput
401
+ */
402
+ ukEvisaLookup?: UnitedKingdomEvisaProviderOutput | null;
231
403
  /**
232
404
  * Exposed properties for the `sweden-bankid` Provider which do not directly map to the normalized IdentityData model.
233
405
  * @type {SwedenBankIdProviderOutput}
@@ -240,12 +412,24 @@ export interface ProviderOutput {
240
412
  * @memberof ProviderOutput
241
413
  */
242
414
  usaLouisianaWallet?: LaWalletProviderOutput | null;
415
+ /**
416
+ * Exposed properties for the `netherlands-idin` Provider which do not directly map to the normalized IdentityData model.
417
+ * @type {NetherlandsIdinProviderOutput}
418
+ * @memberof ProviderOutput
419
+ */
420
+ netherlandsIdin?: NetherlandsIdinProviderOutput | null;
243
421
  /**
244
422
  * Exposed properties for the `yoti` Provider which do not directly map to the normalized IdentityData model.
245
423
  * @type {YotiProviderOutput}
246
424
  * @memberof ProviderOutput
247
425
  */
248
426
  yoti?: YotiProviderOutput | null;
427
+ /**
428
+ * Exposed properties for the `yoti-deeplink` Provider which do not directly map to the normalized IdentityData model.
429
+ * @type {YotiDeeplinkProviderOutput}
430
+ * @memberof ProviderOutput
431
+ */
432
+ yotiDeeplink?: YotiDeeplinkProviderOutput | null;
249
433
  }
250
434
  /**
251
435
  * Check if a given object implements the ProviderOutput interface.