@trinsic/api 2.3.0-alpha2 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (558) hide show
  1. package/.openapi-generator/FILES +65 -30
  2. package/dist/apis/ProvidersApi.d.ts +53 -0
  3. package/dist/apis/{AttachmentsApi.js → ProvidersApi.js} +16 -15
  4. package/dist/{esm/apis/EnvironmentRedirectUrisApi.d.ts → apis/RedirectUrisApi.d.ts} +24 -24
  5. package/dist/apis/{EnvironmentRedirectUrisApi.js → RedirectUrisApi.js} +14 -14
  6. package/dist/apis/SessionsApi.d.ts +63 -5
  7. package/dist/apis/SessionsApi.js +80 -2
  8. package/dist/apis/VerificationProfilesApi.d.ts +4 -2
  9. package/dist/apis/VerificationProfilesApi.js +5 -2
  10. package/dist/apis/index.d.ts +2 -4
  11. package/dist/apis/index.js +2 -4
  12. package/dist/esm/apis/ProvidersApi.d.ts +53 -0
  13. package/dist/esm/apis/{AttachmentsApi.js → ProvidersApi.js} +15 -14
  14. package/dist/{apis/EnvironmentRedirectUrisApi.d.ts → esm/apis/RedirectUrisApi.d.ts} +24 -24
  15. package/dist/esm/apis/{EnvironmentRedirectUrisApi.js → RedirectUrisApi.js} +13 -13
  16. package/dist/esm/apis/SessionsApi.d.ts +63 -5
  17. package/dist/esm/apis/SessionsApi.js +81 -3
  18. package/dist/esm/apis/VerificationProfilesApi.d.ts +4 -2
  19. package/dist/esm/apis/VerificationProfilesApi.js +5 -2
  20. package/dist/esm/apis/index.d.ts +2 -4
  21. package/dist/esm/apis/index.js +2 -4
  22. package/dist/esm/models/AddRedirectUriRequest.d.ts +32 -0
  23. package/dist/esm/models/{EnvironmentRedirectUrisAddRequest.js → AddRedirectUriRequest.js} +8 -8
  24. package/dist/esm/models/Address.d.ts +5 -2
  25. package/dist/esm/models/AppleWalletProviderOutput.d.ts +33 -0
  26. package/dist/esm/models/AppleWalletProviderOutput.js +44 -0
  27. package/dist/esm/models/AttachmentInfo.d.ts +62 -0
  28. package/dist/esm/models/AttachmentInfo.js +55 -0
  29. package/dist/esm/models/AttributeAvailability.d.ts +26 -0
  30. package/dist/esm/models/AttributeAvailability.js +44 -0
  31. package/dist/esm/models/AustriaHandySignaturProviderOutput.d.ts +38 -0
  32. package/dist/esm/models/AustriaHandySignaturProviderOutput.js +47 -0
  33. package/dist/esm/models/BelgiumIdCardProviderOutput.d.ts +57 -0
  34. package/dist/esm/models/BelgiumIdCardProviderOutput.js +55 -0
  35. package/dist/esm/models/ContractAttachment.d.ts +49 -0
  36. package/dist/esm/models/ContractAttachment.js +48 -0
  37. package/dist/esm/models/ContractAttribute.d.ts +39 -0
  38. package/dist/esm/models/ContractAttribute.js +48 -0
  39. package/dist/esm/models/CoteDIvoireNidLookup2Input.d.ts +32 -0
  40. package/dist/esm/models/CoteDIvoireNidLookup2Input.js +41 -0
  41. package/dist/esm/models/CzechiaMojeIdProviderOutput.d.ts +52 -0
  42. package/dist/esm/models/CzechiaMojeIdProviderOutput.js +55 -0
  43. package/dist/esm/models/DocumentData.d.ts +13 -5
  44. package/dist/esm/models/DocumentData.js +2 -0
  45. package/dist/esm/models/EstoniaIdCardProviderOutput.d.ts +64 -0
  46. package/dist/esm/models/EstoniaIdCardProviderOutput.js +55 -0
  47. package/dist/esm/models/FaydaProviderOutput.d.ts +1 -1
  48. package/dist/esm/models/FinlandIdCardProviderOutput.d.ts +63 -0
  49. package/dist/esm/models/FinlandIdCardProviderOutput.js +55 -0
  50. package/dist/esm/models/FrejaProviderOutput.d.ts +53 -0
  51. package/dist/esm/models/FrejaProviderOutput.js +55 -0
  52. package/dist/esm/models/FrenchNumeriqueGivenName.d.ts +45 -0
  53. package/dist/esm/models/FrenchNumeriqueGivenName.js +45 -0
  54. package/dist/esm/models/FrenchNumeriqueNationality.d.ts +38 -0
  55. package/dist/esm/models/FrenchNumeriqueNationality.js +43 -0
  56. package/dist/esm/models/FrenchNumeriquePhone.d.ts +44 -0
  57. package/dist/esm/models/FrenchNumeriquePhone.js +45 -0
  58. package/dist/esm/models/FrenchNumeriqueProviderOutput.d.ts +205 -0
  59. package/dist/esm/models/FrenchNumeriqueProviderOutput.js +92 -0
  60. package/dist/esm/models/GetAttachmentRequest.d.ts +4 -8
  61. package/dist/esm/models/GetAttachmentRequest.js +3 -7
  62. package/dist/esm/models/GoogleWalletProviderOutput.d.ts +33 -0
  63. package/dist/esm/models/GoogleWalletProviderOutput.js +44 -0
  64. package/dist/esm/models/IdentityData.d.ts +15 -13
  65. package/dist/esm/models/IdentityData.js +4 -7
  66. package/dist/esm/models/ItsmeProviderOutput.d.ts +69 -0
  67. package/dist/esm/models/ItsmeProviderOutput.js +55 -0
  68. package/dist/esm/models/KenyaNidLookup2Address.d.ts +90 -0
  69. package/dist/esm/models/KenyaNidLookup2Address.js +49 -0
  70. package/dist/esm/models/KenyaNidLookup2ProviderOutput.d.ts +114 -0
  71. package/dist/esm/models/KenyaNidLookup2ProviderOutput.js +74 -0
  72. package/dist/esm/models/KenyaNidMatch2Input.d.ts +3 -3
  73. package/dist/esm/models/KenyaNidMatch2Input.js +3 -3
  74. package/dist/esm/models/KenyaNidMatch2InputSex.d.ts +25 -0
  75. package/dist/esm/models/KenyaNidMatch2InputSex.js +43 -0
  76. package/dist/esm/models/LaWalletProviderOutput.d.ts +148 -0
  77. package/dist/esm/models/LaWalletProviderOutput.js +109 -0
  78. package/dist/esm/models/LatviaEparakstsMobileProviderOutput.d.ts +60 -0
  79. package/dist/esm/models/LatviaEparakstsMobileProviderOutput.js +51 -0
  80. package/dist/esm/models/LatviaEparakstsProviderOutput.d.ts +60 -0
  81. package/dist/esm/models/LatviaEparakstsProviderOutput.js +51 -0
  82. package/dist/esm/models/ListProvidersResponse.d.ts +4 -4
  83. package/dist/esm/models/ListProvidersResponse.js +3 -3
  84. package/dist/esm/models/ListRedirectUrisResponse.d.ts +39 -0
  85. package/dist/esm/models/{ListEnvironmentRedirectUrisResponse.js → ListRedirectUrisResponse.js} +8 -8
  86. package/dist/esm/models/LithuaniaIdCardProviderOutput.d.ts +68 -0
  87. package/dist/esm/models/LithuaniaIdCardProviderOutput.js +55 -0
  88. package/dist/esm/models/LloydsSmartIdProviderOutput.d.ts +112 -0
  89. package/dist/esm/models/LloydsSmartIdProviderOutput.js +65 -0
  90. package/dist/esm/models/Match.d.ts +8 -0
  91. package/dist/esm/models/MatchData.d.ts +26 -3
  92. package/dist/esm/models/MatchData.js +2 -0
  93. package/dist/esm/models/MdlOutput.d.ts +60 -0
  94. package/dist/esm/models/MdlOutput.js +56 -0
  95. package/dist/esm/models/MdlOutputCertificateData.d.ts +60 -0
  96. package/dist/esm/models/{MdlCertificateData.js → MdlOutputCertificateData.js} +8 -8
  97. package/dist/esm/models/MdlOutputFieldData.d.ts +39 -0
  98. package/dist/esm/models/{ExternalMdlFieldData.js → MdlOutputFieldData.js} +11 -11
  99. package/dist/esm/models/MdlOutputFieldDataType.d.ts +29 -0
  100. package/dist/esm/models/MdlOutputFieldDataType.js +47 -0
  101. package/dist/esm/models/MexicoCurpProviderOutput.d.ts +1 -1
  102. package/dist/esm/models/MitIdProviderOutput.d.ts +137 -0
  103. package/dist/esm/models/MitIdProviderOutput.js +61 -0
  104. package/dist/esm/models/MobileIdInput.d.ts +3 -3
  105. package/dist/esm/models/MobileIdInput.js +3 -3
  106. package/dist/esm/models/MobileIdLanguage.d.ts +27 -0
  107. package/dist/esm/models/{Language.js → MobileIdLanguage.js} +10 -10
  108. package/dist/esm/models/MobileIdProviderOutput.d.ts +118 -0
  109. package/dist/esm/models/MobileIdProviderOutput.js +57 -0
  110. package/dist/esm/models/NigeriaNinBiometric2Input.d.ts +47 -0
  111. package/dist/esm/models/NigeriaNinBiometric2Input.js +45 -0
  112. package/dist/esm/models/NigeriaNinLookup2Input.d.ts +32 -0
  113. package/dist/esm/models/NigeriaNinLookup2Input.js +41 -0
  114. package/dist/esm/models/NigeriaNinMatch2Input.d.ts +70 -0
  115. package/dist/esm/models/NigeriaNinMatch2Input.js +54 -0
  116. package/dist/esm/models/NigeriaNinMatch2InputSex.d.ts +25 -0
  117. package/dist/esm/models/NigeriaNinMatch2InputSex.js +43 -0
  118. package/dist/esm/models/PersonData.d.ts +8 -6
  119. package/dist/esm/models/PeruDniAddress.d.ts +53 -0
  120. package/dist/esm/models/PeruDniAddress.js +51 -0
  121. package/dist/esm/models/PeruDniLookupInput.d.ts +37 -0
  122. package/dist/esm/models/PeruDniLookupInput.js +41 -0
  123. package/dist/esm/models/PeruDniProviderOutput.d.ts +213 -0
  124. package/dist/esm/models/PeruDniProviderOutput.js +88 -0
  125. package/dist/esm/models/PhilippinesDigitalNidProviderOutput.d.ts +3 -2
  126. package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.d.ts +3 -2
  127. package/dist/esm/models/PolandEdoAppProviderOutput.d.ts +62 -0
  128. package/dist/esm/models/PolandEdoAppProviderOutput.js +55 -0
  129. package/dist/esm/models/PolandMojeIdProviderOutput.d.ts +56 -0
  130. package/dist/esm/models/PolandMojeIdProviderOutput.js +51 -0
  131. package/dist/esm/models/PortugalIdCardProviderOutput.d.ts +50 -0
  132. package/dist/esm/models/PortugalIdCardProviderOutput.js +55 -0
  133. package/dist/esm/models/PostOfficeEasyIdProviderOutput.d.ts +112 -0
  134. package/dist/esm/models/PostOfficeEasyIdProviderOutput.js +65 -0
  135. package/dist/esm/models/{ProviderContract.d.ts → Provider.d.ts} +71 -68
  136. package/dist/esm/models/{ProviderContract.js → Provider.js} +37 -30
  137. package/dist/esm/models/ProviderInput.d.ts +90 -28
  138. package/dist/esm/models/ProviderInput.js +83 -57
  139. package/dist/esm/models/ProviderOutput.d.ts +207 -11
  140. package/dist/esm/models/ProviderOutput.js +90 -6
  141. package/dist/esm/models/RecommendProviderHealthOption.d.ts +26 -0
  142. package/dist/esm/models/RecommendProviderHealthOption.js +44 -0
  143. package/dist/esm/models/RecommendProviderInformation.d.ts +85 -0
  144. package/dist/esm/models/{ProviderInfo.js → RecommendProviderInformation.js} +17 -17
  145. package/dist/esm/models/RecommendProvidersRequest.d.ts +46 -0
  146. package/dist/esm/models/{RecommendRequest.js → RecommendProvidersRequest.js} +11 -10
  147. package/dist/esm/models/RecommendProvidersResponse.d.ts +33 -0
  148. package/dist/esm/models/RecommendProvidersResponse.js +44 -0
  149. package/dist/esm/models/SamsungWalletProviderOutput.d.ts +33 -0
  150. package/dist/esm/models/SamsungWalletProviderOutput.js +44 -0
  151. package/dist/esm/models/SerbiaIdCardProviderOutput.d.ts +63 -0
  152. package/dist/esm/models/SerbiaIdCardProviderOutput.js +55 -0
  153. package/dist/esm/models/SmartIdInput.d.ts +0 -7
  154. package/dist/esm/models/SmartIdInput.js +0 -2
  155. package/dist/esm/models/SmartIdProviderOutput.d.ts +175 -0
  156. package/dist/esm/models/SmartIdProviderOutput.js +65 -0
  157. package/dist/esm/models/SouthAfricaNidBiometric2Input.d.ts +47 -0
  158. package/dist/esm/models/SouthAfricaNidBiometric2Input.js +45 -0
  159. package/dist/esm/models/SouthAfricaNidMatch2Input.d.ts +70 -0
  160. package/dist/esm/models/SouthAfricaNidMatch2Input.js +54 -0
  161. package/dist/esm/models/SouthAfricaNidMatch2InputSex.d.ts +25 -0
  162. package/dist/esm/models/SouthAfricaNidMatch2InputSex.js +43 -0
  163. package/dist/esm/models/SpidProviderOutput.d.ts +84 -16
  164. package/dist/esm/models/SpidProviderOutput.js +22 -2
  165. package/dist/esm/models/SubProviderMetadata.d.ts +0 -9
  166. package/dist/esm/models/SubProviderMetadata.js +0 -4
  167. package/dist/esm/models/SwedenBankIdProviderOutput.d.ts +110 -0
  168. package/dist/esm/models/SwedenBankIdProviderOutput.js +65 -0
  169. package/dist/esm/models/UgandaNidMatch2Input.d.ts +45 -0
  170. package/dist/esm/models/UgandaNidMatch2Input.js +45 -0
  171. package/dist/esm/models/VerificationProfileResponse.d.ts +6 -0
  172. package/dist/esm/models/VerificationProfileResponse.js +4 -0
  173. package/dist/esm/models/YotiDocumentDetails.d.ts +62 -0
  174. package/dist/esm/models/YotiDocumentDetails.js +49 -0
  175. package/dist/esm/models/YotiProviderOutput.d.ts +112 -0
  176. package/dist/esm/models/YotiProviderOutput.js +65 -0
  177. package/dist/esm/models/YotiStructuredPostalAddress.d.ts +152 -0
  178. package/dist/esm/models/YotiStructuredPostalAddress.js +79 -0
  179. package/dist/esm/models/ZimbabweNidLookup2Input.d.ts +32 -0
  180. package/dist/esm/models/ZimbabweNidLookup2Input.js +41 -0
  181. package/dist/esm/models/index.d.ts +63 -26
  182. package/dist/esm/models/index.js +63 -26
  183. package/dist/models/AddRedirectUriRequest.d.ts +32 -0
  184. package/dist/models/AddRedirectUriRequest.js +50 -0
  185. package/dist/models/Address.d.ts +5 -2
  186. package/dist/models/AppleWalletProviderOutput.d.ts +33 -0
  187. package/dist/models/AppleWalletProviderOutput.js +51 -0
  188. package/dist/models/AttachmentInfo.d.ts +62 -0
  189. package/dist/models/AttachmentInfo.js +62 -0
  190. package/dist/models/AttributeAvailability.d.ts +26 -0
  191. package/dist/models/AttributeAvailability.js +52 -0
  192. package/dist/models/AustriaHandySignaturProviderOutput.d.ts +38 -0
  193. package/dist/models/AustriaHandySignaturProviderOutput.js +54 -0
  194. package/dist/models/BelgiumIdCardProviderOutput.d.ts +57 -0
  195. package/dist/models/BelgiumIdCardProviderOutput.js +62 -0
  196. package/dist/models/ContractAttachment.d.ts +49 -0
  197. package/dist/models/ContractAttachment.js +55 -0
  198. package/dist/models/ContractAttribute.d.ts +39 -0
  199. package/dist/models/ContractAttribute.js +55 -0
  200. package/dist/models/CoteDIvoireNidLookup2Input.d.ts +32 -0
  201. package/dist/models/CoteDIvoireNidLookup2Input.js +48 -0
  202. package/dist/models/CzechiaMojeIdProviderOutput.d.ts +52 -0
  203. package/dist/models/CzechiaMojeIdProviderOutput.js +62 -0
  204. package/dist/models/DocumentData.d.ts +13 -5
  205. package/dist/models/DocumentData.js +2 -0
  206. package/dist/models/EstoniaIdCardProviderOutput.d.ts +64 -0
  207. package/dist/models/EstoniaIdCardProviderOutput.js +62 -0
  208. package/dist/models/FaydaProviderOutput.d.ts +1 -1
  209. package/dist/models/FinlandIdCardProviderOutput.d.ts +63 -0
  210. package/dist/models/FinlandIdCardProviderOutput.js +62 -0
  211. package/dist/models/FrejaProviderOutput.d.ts +53 -0
  212. package/dist/models/FrejaProviderOutput.js +62 -0
  213. package/dist/models/FrenchNumeriqueGivenName.d.ts +45 -0
  214. package/dist/models/FrenchNumeriqueGivenName.js +52 -0
  215. package/dist/models/FrenchNumeriqueNationality.d.ts +38 -0
  216. package/dist/models/FrenchNumeriqueNationality.js +50 -0
  217. package/dist/models/FrenchNumeriquePhone.d.ts +44 -0
  218. package/dist/models/FrenchNumeriquePhone.js +52 -0
  219. package/dist/models/FrenchNumeriqueProviderOutput.d.ts +205 -0
  220. package/dist/models/FrenchNumeriqueProviderOutput.js +99 -0
  221. package/dist/models/GetAttachmentRequest.d.ts +4 -8
  222. package/dist/models/GetAttachmentRequest.js +3 -7
  223. package/dist/models/GoogleWalletProviderOutput.d.ts +33 -0
  224. package/dist/models/GoogleWalletProviderOutput.js +51 -0
  225. package/dist/models/IdentityData.d.ts +15 -13
  226. package/dist/models/IdentityData.js +4 -7
  227. package/dist/models/ItsmeProviderOutput.d.ts +69 -0
  228. package/dist/models/ItsmeProviderOutput.js +62 -0
  229. package/dist/models/KenyaNidLookup2Address.d.ts +90 -0
  230. package/dist/models/KenyaNidLookup2Address.js +56 -0
  231. package/dist/models/KenyaNidLookup2ProviderOutput.d.ts +114 -0
  232. package/dist/models/KenyaNidLookup2ProviderOutput.js +81 -0
  233. package/dist/models/KenyaNidMatch2Input.d.ts +3 -3
  234. package/dist/models/KenyaNidMatch2Input.js +3 -3
  235. package/dist/models/KenyaNidMatch2InputSex.d.ts +25 -0
  236. package/dist/models/KenyaNidMatch2InputSex.js +51 -0
  237. package/dist/models/LaWalletProviderOutput.d.ts +148 -0
  238. package/dist/models/LaWalletProviderOutput.js +116 -0
  239. package/dist/models/LatviaEparakstsMobileProviderOutput.d.ts +60 -0
  240. package/dist/models/LatviaEparakstsMobileProviderOutput.js +58 -0
  241. package/dist/models/LatviaEparakstsProviderOutput.d.ts +60 -0
  242. package/dist/models/LatviaEparakstsProviderOutput.js +58 -0
  243. package/dist/models/ListProvidersResponse.d.ts +4 -4
  244. package/dist/models/ListProvidersResponse.js +3 -3
  245. package/dist/models/ListRedirectUrisResponse.d.ts +39 -0
  246. package/dist/models/ListRedirectUrisResponse.js +55 -0
  247. package/dist/models/LithuaniaIdCardProviderOutput.d.ts +68 -0
  248. package/dist/models/LithuaniaIdCardProviderOutput.js +62 -0
  249. package/dist/models/LloydsSmartIdProviderOutput.d.ts +112 -0
  250. package/dist/models/LloydsSmartIdProviderOutput.js +72 -0
  251. package/dist/models/Match.d.ts +8 -0
  252. package/dist/models/MatchData.d.ts +26 -3
  253. package/dist/models/MatchData.js +2 -0
  254. package/dist/models/MdlOutput.d.ts +60 -0
  255. package/dist/models/MdlOutput.js +63 -0
  256. package/dist/models/MdlOutputCertificateData.d.ts +60 -0
  257. package/dist/models/{MdlCertificateData.js → MdlOutputCertificateData.js} +13 -13
  258. package/dist/models/MdlOutputFieldData.d.ts +39 -0
  259. package/dist/models/MdlOutputFieldData.js +55 -0
  260. package/dist/models/MdlOutputFieldDataType.d.ts +29 -0
  261. package/dist/models/MdlOutputFieldDataType.js +55 -0
  262. package/dist/models/MexicoCurpProviderOutput.d.ts +1 -1
  263. package/dist/models/MitIdProviderOutput.d.ts +137 -0
  264. package/dist/models/MitIdProviderOutput.js +68 -0
  265. package/dist/models/MobileIdInput.d.ts +3 -3
  266. package/dist/models/MobileIdInput.js +3 -3
  267. package/dist/models/MobileIdLanguage.d.ts +27 -0
  268. package/dist/models/MobileIdLanguage.js +53 -0
  269. package/dist/models/MobileIdProviderOutput.d.ts +118 -0
  270. package/dist/models/MobileIdProviderOutput.js +64 -0
  271. package/dist/models/NigeriaNinBiometric2Input.d.ts +47 -0
  272. package/dist/models/NigeriaNinBiometric2Input.js +52 -0
  273. package/dist/models/NigeriaNinLookup2Input.d.ts +32 -0
  274. package/dist/models/NigeriaNinLookup2Input.js +48 -0
  275. package/dist/models/NigeriaNinMatch2Input.d.ts +70 -0
  276. package/dist/models/NigeriaNinMatch2Input.js +61 -0
  277. package/dist/models/NigeriaNinMatch2InputSex.d.ts +25 -0
  278. package/dist/models/NigeriaNinMatch2InputSex.js +51 -0
  279. package/dist/models/PersonData.d.ts +8 -6
  280. package/dist/models/PeruDniAddress.d.ts +53 -0
  281. package/dist/models/PeruDniAddress.js +58 -0
  282. package/dist/models/PeruDniLookupInput.d.ts +37 -0
  283. package/dist/models/PeruDniLookupInput.js +48 -0
  284. package/dist/models/PeruDniProviderOutput.d.ts +213 -0
  285. package/dist/models/PeruDniProviderOutput.js +95 -0
  286. package/dist/models/PhilippinesDigitalNidProviderOutput.d.ts +3 -2
  287. package/dist/models/PhilippinesPhysicalNidProviderOutput.d.ts +3 -2
  288. package/dist/models/PolandEdoAppProviderOutput.d.ts +62 -0
  289. package/dist/models/PolandEdoAppProviderOutput.js +62 -0
  290. package/dist/models/PolandMojeIdProviderOutput.d.ts +56 -0
  291. package/dist/models/PolandMojeIdProviderOutput.js +58 -0
  292. package/dist/models/PortugalIdCardProviderOutput.d.ts +50 -0
  293. package/dist/models/PortugalIdCardProviderOutput.js +62 -0
  294. package/dist/models/PostOfficeEasyIdProviderOutput.d.ts +112 -0
  295. package/dist/models/PostOfficeEasyIdProviderOutput.js +72 -0
  296. package/dist/models/{ProviderContract.d.ts → Provider.d.ts} +71 -68
  297. package/dist/models/{ProviderContract.js → Provider.js} +42 -35
  298. package/dist/models/ProviderInput.d.ts +90 -28
  299. package/dist/models/ProviderInput.js +83 -57
  300. package/dist/models/ProviderOutput.d.ts +207 -11
  301. package/dist/models/ProviderOutput.js +90 -6
  302. package/dist/models/RecommendProviderHealthOption.d.ts +26 -0
  303. package/dist/models/RecommendProviderHealthOption.js +52 -0
  304. package/dist/models/RecommendProviderInformation.d.ts +85 -0
  305. package/dist/models/{ProviderInfo.js → RecommendProviderInformation.js} +22 -22
  306. package/dist/models/RecommendProvidersRequest.d.ts +46 -0
  307. package/dist/models/RecommendProvidersRequest.js +56 -0
  308. package/dist/models/RecommendProvidersResponse.d.ts +33 -0
  309. package/dist/models/RecommendProvidersResponse.js +51 -0
  310. package/dist/models/SamsungWalletProviderOutput.d.ts +33 -0
  311. package/dist/models/SamsungWalletProviderOutput.js +51 -0
  312. package/dist/models/SerbiaIdCardProviderOutput.d.ts +63 -0
  313. package/dist/models/SerbiaIdCardProviderOutput.js +62 -0
  314. package/dist/models/SmartIdInput.d.ts +0 -7
  315. package/dist/models/SmartIdInput.js +0 -2
  316. package/dist/models/SmartIdProviderOutput.d.ts +175 -0
  317. package/dist/models/SmartIdProviderOutput.js +72 -0
  318. package/dist/models/SouthAfricaNidBiometric2Input.d.ts +47 -0
  319. package/dist/models/SouthAfricaNidBiometric2Input.js +52 -0
  320. package/dist/models/SouthAfricaNidMatch2Input.d.ts +70 -0
  321. package/dist/models/SouthAfricaNidMatch2Input.js +61 -0
  322. package/dist/models/SouthAfricaNidMatch2InputSex.d.ts +25 -0
  323. package/dist/models/SouthAfricaNidMatch2InputSex.js +51 -0
  324. package/dist/models/SpidProviderOutput.d.ts +84 -16
  325. package/dist/models/SpidProviderOutput.js +22 -2
  326. package/dist/models/SubProviderMetadata.d.ts +0 -9
  327. package/dist/models/SubProviderMetadata.js +0 -4
  328. package/dist/models/SwedenBankIdProviderOutput.d.ts +110 -0
  329. package/dist/models/SwedenBankIdProviderOutput.js +72 -0
  330. package/dist/models/UgandaNidMatch2Input.d.ts +45 -0
  331. package/dist/models/UgandaNidMatch2Input.js +52 -0
  332. package/dist/models/VerificationProfileResponse.d.ts +6 -0
  333. package/dist/models/VerificationProfileResponse.js +4 -0
  334. package/dist/models/YotiDocumentDetails.d.ts +62 -0
  335. package/dist/models/YotiDocumentDetails.js +56 -0
  336. package/dist/models/YotiProviderOutput.d.ts +112 -0
  337. package/dist/models/YotiProviderOutput.js +72 -0
  338. package/dist/models/YotiStructuredPostalAddress.d.ts +152 -0
  339. package/dist/models/YotiStructuredPostalAddress.js +86 -0
  340. package/dist/models/ZimbabweNidLookup2Input.d.ts +32 -0
  341. package/dist/models/ZimbabweNidLookup2Input.js +48 -0
  342. package/dist/models/index.d.ts +63 -26
  343. package/dist/models/index.js +63 -26
  344. package/package.json +1 -1
  345. package/src/apis/ProvidersApi.ts +102 -0
  346. package/src/apis/{EnvironmentRedirectUrisApi.ts → RedirectUrisApi.ts} +35 -35
  347. package/src/apis/SessionsApi.ts +152 -4
  348. package/src/apis/VerificationProfilesApi.ts +9 -3
  349. package/src/apis/index.ts +2 -4
  350. package/src/models/AddRedirectUriRequest.ts +66 -0
  351. package/src/models/Address.ts +6 -3
  352. package/src/models/AppleWalletProviderOutput.ts +74 -0
  353. package/src/models/AttachmentInfo.ts +105 -0
  354. package/src/models/AttributeAvailability.ts +54 -0
  355. package/src/models/AustriaHandySignaturProviderOutput.ts +75 -0
  356. package/src/models/BelgiumIdCardProviderOutput.ts +100 -0
  357. package/src/models/ContractAttachment.ts +95 -0
  358. package/src/models/ContractAttribute.ts +85 -0
  359. package/src/models/CoteDIvoireNidLookup2Input.ts +65 -0
  360. package/src/models/CzechiaMojeIdProviderOutput.ts +95 -0
  361. package/src/models/DocumentData.ts +16 -6
  362. package/src/models/EstoniaIdCardProviderOutput.ts +107 -0
  363. package/src/models/FaydaProviderOutput.ts +1 -1
  364. package/src/models/FinlandIdCardProviderOutput.ts +106 -0
  365. package/src/models/FrejaProviderOutput.ts +96 -0
  366. package/src/models/FrenchNumeriqueGivenName.ts +82 -0
  367. package/src/models/FrenchNumeriqueNationality.ts +73 -0
  368. package/src/models/FrenchNumeriquePhone.ts +81 -0
  369. package/src/models/FrenchNumeriqueProviderOutput.ts +305 -0
  370. package/src/models/GetAttachmentRequest.ts +7 -14
  371. package/src/models/GoogleWalletProviderOutput.ts +74 -0
  372. package/src/models/IdentityData.ts +27 -33
  373. package/src/models/ItsmeProviderOutput.ts +113 -0
  374. package/src/models/KenyaNidLookup2Address.ts +131 -0
  375. package/src/models/KenyaNidLookup2ProviderOutput.ts +180 -0
  376. package/src/models/KenyaNidMatch2Input.ts +10 -10
  377. package/src/models/KenyaNidMatch2InputSex.ts +53 -0
  378. package/src/models/LaWalletProviderOutput.ts +232 -0
  379. package/src/models/LatviaEparakstsMobileProviderOutput.ts +100 -0
  380. package/src/models/LatviaEparakstsProviderOutput.ts +100 -0
  381. package/src/models/ListProvidersResponse.ts +11 -11
  382. package/src/models/{ListEnvironmentRedirectUrisResponse.ts → ListRedirectUrisResponse.ts} +12 -12
  383. package/src/models/LithuaniaIdCardProviderOutput.ts +111 -0
  384. package/src/models/LloydsSmartIdProviderOutput.ts +180 -0
  385. package/src/models/Match.ts +10 -2
  386. package/src/models/MatchData.ts +36 -11
  387. package/src/models/MdlOutput.ts +112 -0
  388. package/src/models/{MdlCertificateData.ts → MdlOutputCertificateData.ts} +18 -16
  389. package/src/models/MdlOutputFieldData.ts +85 -0
  390. package/src/models/MdlOutputFieldDataType.ts +57 -0
  391. package/src/models/MexicoCurpProviderOutput.ts +1 -1
  392. package/src/models/MitIdProviderOutput.ts +190 -0
  393. package/src/models/MobileIdInput.ts +10 -10
  394. package/src/models/MobileIdLanguage.ts +55 -0
  395. package/src/models/MobileIdProviderOutput.ts +167 -0
  396. package/src/models/NigeriaNinBiometric2Input.ts +84 -0
  397. package/src/models/NigeriaNinLookup2Input.ts +65 -0
  398. package/src/models/NigeriaNinMatch2Input.ts +124 -0
  399. package/src/models/NigeriaNinMatch2InputSex.ts +53 -0
  400. package/src/models/PersonData.ts +9 -7
  401. package/src/models/PeruDniAddress.ts +93 -0
  402. package/src/models/PeruDniLookupInput.ts +70 -0
  403. package/src/models/PeruDniProviderOutput.ts +291 -0
  404. package/src/models/PhilippinesDigitalNidProviderOutput.ts +3 -2
  405. package/src/models/PhilippinesPhysicalNidProviderOutput.ts +3 -2
  406. package/src/models/PolandEdoAppProviderOutput.ts +105 -0
  407. package/src/models/PolandMojeIdProviderOutput.ts +96 -0
  408. package/src/models/PortugalIdCardProviderOutput.ts +93 -0
  409. package/src/models/PostOfficeEasyIdProviderOutput.ts +180 -0
  410. package/src/models/{ProviderContract.ts → Provider.ts} +106 -98
  411. package/src/models/ProviderInput.ts +255 -127
  412. package/src/models/ProviderOutput.ts +445 -25
  413. package/src/models/RecommendProviderHealthOption.ts +54 -0
  414. package/src/models/{ProviderInformation.ts → RecommendProviderInformation.ts} +45 -56
  415. package/src/models/{RecommendRequest.ts → RecommendProvidersRequest.ts} +27 -18
  416. package/src/models/RecommendProvidersResponse.ts +74 -0
  417. package/src/models/SamsungWalletProviderOutput.ts +74 -0
  418. package/src/models/SerbiaIdCardProviderOutput.ts +106 -0
  419. package/src/models/SmartIdInput.ts +0 -9
  420. package/src/models/SmartIdProviderOutput.ts +232 -0
  421. package/src/models/SouthAfricaNidBiometric2Input.ts +84 -0
  422. package/src/models/SouthAfricaNidMatch2Input.ts +124 -0
  423. package/src/models/SouthAfricaNidMatch2InputSex.ts +53 -0
  424. package/src/models/SpidProviderOutput.ts +106 -18
  425. package/src/models/SubProviderMetadata.ts +0 -12
  426. package/src/models/SwedenBankIdProviderOutput.ts +167 -0
  427. package/src/models/UgandaNidMatch2Input.ts +82 -0
  428. package/src/models/VerificationProfileResponse.ts +9 -0
  429. package/src/models/YotiDocumentDetails.ts +103 -0
  430. package/src/models/YotiProviderOutput.ts +180 -0
  431. package/src/models/YotiStructuredPostalAddress.ts +223 -0
  432. package/src/models/ZimbabweNidLookup2Input.ts +65 -0
  433. package/src/models/index.ts +63 -26
  434. package/dist/apis/AttachmentsApi.d.ts +0 -53
  435. package/dist/apis/MdlApi.d.ts +0 -80
  436. package/dist/apis/MdlApi.js +0 -105
  437. package/dist/apis/NetworkApi.d.ts +0 -109
  438. package/dist/apis/NetworkApi.js +0 -146
  439. package/dist/esm/apis/AttachmentsApi.d.ts +0 -53
  440. package/dist/esm/apis/MdlApi.d.ts +0 -80
  441. package/dist/esm/apis/MdlApi.js +0 -101
  442. package/dist/esm/apis/NetworkApi.d.ts +0 -109
  443. package/dist/esm/apis/NetworkApi.js +0 -142
  444. package/dist/esm/models/AttachmentAccessKeys.d.ts +0 -63
  445. package/dist/esm/models/AttachmentAccessKeys.js +0 -54
  446. package/dist/esm/models/BangladeshNidInput.d.ts +0 -58
  447. package/dist/esm/models/BangladeshNidInput.js +0 -55
  448. package/dist/esm/models/ContractField.d.ts +0 -46
  449. package/dist/esm/models/ContractField.js +0 -52
  450. package/dist/esm/models/ContractIdentifierField.d.ts +0 -45
  451. package/dist/esm/models/ContractIdentifierField.js +0 -52
  452. package/dist/esm/models/CreateMdlExchangeRequest.d.ts +0 -102
  453. package/dist/esm/models/CreateMdlExchangeRequest.js +0 -66
  454. package/dist/esm/models/CreateMdlExchangeResponse.d.ts +0 -48
  455. package/dist/esm/models/CreateMdlExchangeResponse.js +0 -51
  456. package/dist/esm/models/DocumentScanAttachments.d.ts +0 -32
  457. package/dist/esm/models/DocumentScanAttachments.js +0 -41
  458. package/dist/esm/models/EnvironmentRedirectUrisAddRequest.d.ts +0 -32
  459. package/dist/esm/models/ExternalMdlFieldData.d.ts +0 -39
  460. package/dist/esm/models/FieldAvailability.d.ts +0 -26
  461. package/dist/esm/models/FieldAvailability.js +0 -44
  462. package/dist/esm/models/FinalizeMdlExchangeRequest.d.ts +0 -50
  463. package/dist/esm/models/FinalizeMdlExchangeRequest.js +0 -55
  464. package/dist/esm/models/FinalizeMdlExchangeResponse.d.ts +0 -55
  465. package/dist/esm/models/FinalizeMdlExchangeResponse.js +0 -54
  466. package/dist/esm/models/Identifier.d.ts +0 -44
  467. package/dist/esm/models/Identifier.js +0 -51
  468. package/dist/esm/models/Language.d.ts +0 -27
  469. package/dist/esm/models/ListEnvironmentRedirectUrisResponse.d.ts +0 -39
  470. package/dist/esm/models/ListProviderContractsResponse.d.ts +0 -33
  471. package/dist/esm/models/ListProviderContractsResponse.js +0 -44
  472. package/dist/esm/models/MdlCertificateData.d.ts +0 -58
  473. package/dist/esm/models/MdlFieldDataType.d.ts +0 -28
  474. package/dist/esm/models/MdlFieldDataType.js +0 -46
  475. package/dist/esm/models/MdlIdentityData.d.ts +0 -50
  476. package/dist/esm/models/MdlIdentityData.js +0 -52
  477. package/dist/esm/models/ProviderAttachments.d.ts +0 -33
  478. package/dist/esm/models/ProviderAttachments.js +0 -42
  479. package/dist/esm/models/ProviderInfo.d.ts +0 -76
  480. package/dist/esm/models/ProviderInformation.d.ts +0 -88
  481. package/dist/esm/models/ProviderInformation.js +0 -74
  482. package/dist/esm/models/RecommendRequest.d.ts +0 -45
  483. package/dist/esm/models/RecommendResponse.d.ts +0 -47
  484. package/dist/esm/models/RecommendResponse.js +0 -52
  485. package/dist/esm/models/SexV1.d.ts +0 -27
  486. package/dist/esm/models/SexV1.js +0 -45
  487. package/dist/models/AttachmentAccessKeys.d.ts +0 -63
  488. package/dist/models/AttachmentAccessKeys.js +0 -61
  489. package/dist/models/BangladeshNidInput.d.ts +0 -58
  490. package/dist/models/BangladeshNidInput.js +0 -62
  491. package/dist/models/ContractField.d.ts +0 -46
  492. package/dist/models/ContractField.js +0 -59
  493. package/dist/models/ContractIdentifierField.d.ts +0 -45
  494. package/dist/models/ContractIdentifierField.js +0 -59
  495. package/dist/models/CreateMdlExchangeRequest.d.ts +0 -102
  496. package/dist/models/CreateMdlExchangeRequest.js +0 -73
  497. package/dist/models/CreateMdlExchangeResponse.d.ts +0 -48
  498. package/dist/models/CreateMdlExchangeResponse.js +0 -58
  499. package/dist/models/DocumentScanAttachments.d.ts +0 -32
  500. package/dist/models/DocumentScanAttachments.js +0 -48
  501. package/dist/models/EnvironmentRedirectUrisAddRequest.d.ts +0 -32
  502. package/dist/models/EnvironmentRedirectUrisAddRequest.js +0 -50
  503. package/dist/models/ExternalMdlFieldData.d.ts +0 -39
  504. package/dist/models/ExternalMdlFieldData.js +0 -55
  505. package/dist/models/FieldAvailability.d.ts +0 -26
  506. package/dist/models/FieldAvailability.js +0 -52
  507. package/dist/models/FinalizeMdlExchangeRequest.d.ts +0 -50
  508. package/dist/models/FinalizeMdlExchangeRequest.js +0 -62
  509. package/dist/models/FinalizeMdlExchangeResponse.d.ts +0 -55
  510. package/dist/models/FinalizeMdlExchangeResponse.js +0 -61
  511. package/dist/models/Identifier.d.ts +0 -44
  512. package/dist/models/Identifier.js +0 -58
  513. package/dist/models/Language.d.ts +0 -27
  514. package/dist/models/Language.js +0 -53
  515. package/dist/models/ListEnvironmentRedirectUrisResponse.d.ts +0 -39
  516. package/dist/models/ListEnvironmentRedirectUrisResponse.js +0 -55
  517. package/dist/models/ListProviderContractsResponse.d.ts +0 -33
  518. package/dist/models/ListProviderContractsResponse.js +0 -51
  519. package/dist/models/MdlCertificateData.d.ts +0 -58
  520. package/dist/models/MdlFieldDataType.d.ts +0 -28
  521. package/dist/models/MdlFieldDataType.js +0 -54
  522. package/dist/models/MdlIdentityData.d.ts +0 -50
  523. package/dist/models/MdlIdentityData.js +0 -59
  524. package/dist/models/ProviderAttachments.d.ts +0 -33
  525. package/dist/models/ProviderAttachments.js +0 -49
  526. package/dist/models/ProviderInfo.d.ts +0 -76
  527. package/dist/models/ProviderInformation.d.ts +0 -88
  528. package/dist/models/ProviderInformation.js +0 -81
  529. package/dist/models/RecommendRequest.d.ts +0 -45
  530. package/dist/models/RecommendRequest.js +0 -55
  531. package/dist/models/RecommendResponse.d.ts +0 -47
  532. package/dist/models/RecommendResponse.js +0 -59
  533. package/dist/models/SexV1.d.ts +0 -27
  534. package/dist/models/SexV1.js +0 -53
  535. package/src/apis/AttachmentsApi.ts +0 -104
  536. package/src/apis/MdlApi.ts +0 -169
  537. package/src/apis/NetworkApi.ts +0 -242
  538. package/src/models/AttachmentAccessKeys.ts +0 -114
  539. package/src/models/BangladeshNidInput.ts +0 -102
  540. package/src/models/ContractField.ts +0 -95
  541. package/src/models/ContractIdentifierField.ts +0 -94
  542. package/src/models/CreateMdlExchangeRequest.ts +0 -159
  543. package/src/models/CreateMdlExchangeResponse.ts +0 -88
  544. package/src/models/DocumentScanAttachments.ts +0 -65
  545. package/src/models/EnvironmentRedirectUrisAddRequest.ts +0 -66
  546. package/src/models/ExternalMdlFieldData.ts +0 -85
  547. package/src/models/FieldAvailability.ts +0 -54
  548. package/src/models/FinalizeMdlExchangeRequest.ts +0 -93
  549. package/src/models/FinalizeMdlExchangeResponse.ts +0 -115
  550. package/src/models/Identifier.ts +0 -84
  551. package/src/models/Language.ts +0 -55
  552. package/src/models/ListProviderContractsResponse.ts +0 -74
  553. package/src/models/MdlFieldDataType.ts +0 -56
  554. package/src/models/MdlIdentityData.ts +0 -99
  555. package/src/models/ProviderAttachments.ts +0 -73
  556. package/src/models/ProviderInfo.ts +0 -134
  557. package/src/models/RecommendResponse.ts +0 -94
  558. package/src/models/SexV1.ts +0 -55
@@ -9,11 +9,39 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { FrejaProviderOutput } from './FrejaProviderOutput';
13
+ import type { FrenchNumeriqueProviderOutput } from './FrenchNumeriqueProviderOutput';
14
+ import type { GoogleWalletProviderOutput } from './GoogleWalletProviderOutput';
15
+ import type { SmartIdProviderOutput } from './SmartIdProviderOutput';
16
+ import type { LatviaEparakstsProviderOutput } from './LatviaEparakstsProviderOutput';
17
+ import type { MitIdProviderOutput } from './MitIdProviderOutput';
18
+ import type { PhilippinesDigitalNidProviderOutput } from './PhilippinesDigitalNidProviderOutput';
19
+ import type { PolandEdoAppProviderOutput } from './PolandEdoAppProviderOutput';
20
+ import type { PortugalIdCardProviderOutput } from './PortugalIdCardProviderOutput';
21
+ import type { LaWalletProviderOutput } from './LaWalletProviderOutput';
22
+ import type { PostOfficeEasyIdProviderOutput } from './PostOfficeEasyIdProviderOutput';
23
+ import type { LithuaniaIdCardProviderOutput } from './LithuaniaIdCardProviderOutput';
24
+ import type { PeruDniProviderOutput } from './PeruDniProviderOutput';
25
+ import type { FinlandIdCardProviderOutput } from './FinlandIdCardProviderOutput';
26
+ import type { CzechiaMojeIdProviderOutput } from './CzechiaMojeIdProviderOutput';
27
+ import type { ItsmeProviderOutput } from './ItsmeProviderOutput';
12
28
  import type { FaydaProviderOutput } from './FaydaProviderOutput';
13
29
  import type { MexicoCurpProviderOutput } from './MexicoCurpProviderOutput';
14
- import type { PhilippinesPhysicalNidProviderOutput } from './PhilippinesPhysicalNidProviderOutput';
15
- import type { PhilippinesDigitalNidProviderOutput } from './PhilippinesDigitalNidProviderOutput';
30
+ import type { YotiProviderOutput } from './YotiProviderOutput';
31
+ import type { EstoniaIdCardProviderOutput } from './EstoniaIdCardProviderOutput';
32
+ import type { AustriaHandySignaturProviderOutput } from './AustriaHandySignaturProviderOutput';
33
+ import type { SerbiaIdCardProviderOutput } from './SerbiaIdCardProviderOutput';
34
+ import type { PolandMojeIdProviderOutput } from './PolandMojeIdProviderOutput';
16
35
  import type { SpidProviderOutput } from './SpidProviderOutput';
36
+ import type { AppleWalletProviderOutput } from './AppleWalletProviderOutput';
37
+ import type { MobileIdProviderOutput } from './MobileIdProviderOutput';
38
+ import type { BelgiumIdCardProviderOutput } from './BelgiumIdCardProviderOutput';
39
+ import type { LloydsSmartIdProviderOutput } from './LloydsSmartIdProviderOutput';
40
+ import type { KenyaNidLookup2ProviderOutput } from './KenyaNidLookup2ProviderOutput';
41
+ import type { LatviaEparakstsMobileProviderOutput } from './LatviaEparakstsMobileProviderOutput';
42
+ import type { SamsungWalletProviderOutput } from './SamsungWalletProviderOutput';
43
+ import type { PhilippinesPhysicalNidProviderOutput } from './PhilippinesPhysicalNidProviderOutput';
44
+ import type { SwedenBankIdProviderOutput } from './SwedenBankIdProviderOutput';
17
45
  /**
18
46
  *
19
47
  * @export
@@ -21,35 +49,203 @@ import type { SpidProviderOutput } from './SpidProviderOutput';
21
49
  */
22
50
  export interface ProviderOutput {
23
51
  /**
24
- *
52
+ * Exposed properties for the `a-at-handy-signatur-login` Provider which do not directly map to the normalized IdentityData model.
53
+ * @type {AustriaHandySignaturProviderOutput}
54
+ * @memberof ProviderOutput
55
+ */
56
+ aAtHandySignaturLogin?: AustriaHandySignaturProviderOutput | null;
57
+ /**
58
+ * Exposed properties for the `a-be-id-login` Provider which do not directly map to the normalized IdentityData model.
59
+ * @type {BelgiumIdCardProviderOutput}
60
+ * @memberof ProviderOutput
61
+ */
62
+ aBeIdLogin?: BelgiumIdCardProviderOutput | null;
63
+ /**
64
+ * Exposed properties for the `a-edoapp-eid-login` Provider which do not directly map to the normalized IdentityData model.
65
+ * @type {PolandEdoAppProviderOutput}
66
+ * @memberof ProviderOutput
67
+ */
68
+ aEdoappEidLogin?: PolandEdoAppProviderOutput | null;
69
+ /**
70
+ * Exposed properties for the `a-ee-web-eid-login` Provider which do not directly map to the normalized IdentityData model.
71
+ * @type {EstoniaIdCardProviderOutput}
72
+ * @memberof ProviderOutput
73
+ */
74
+ aEeWebEidLogin?: EstoniaIdCardProviderOutput | null;
75
+ /**
76
+ * Exposed properties for the `a-fi-id-login` Provider which do not directly map to the normalized IdentityData model.
77
+ * @type {FinlandIdCardProviderOutput}
78
+ * @memberof ProviderOutput
79
+ */
80
+ aFiIdLogin?: FinlandIdCardProviderOutput | null;
81
+ /**
82
+ * Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData model.
83
+ * @type {FrejaProviderOutput}
84
+ * @memberof ProviderOutput
85
+ */
86
+ aFrejaEidLogin?: FrejaProviderOutput | null;
87
+ /**
88
+ * Exposed properties for the `a-itsme-login` Provider which do not directly map to the normalized IdentityData model.
89
+ * @type {ItsmeProviderOutput}
90
+ * @memberof ProviderOutput
91
+ */
92
+ aItsmeLogin?: ItsmeProviderOutput | null;
93
+ /**
94
+ * Exposed properties for the `a-lt-id-login` Provider which do not directly map to the normalized IdentityData model.
95
+ * @type {LithuaniaIdCardProviderOutput}
96
+ * @memberof ProviderOutput
97
+ */
98
+ aLtIdLogin?: LithuaniaIdCardProviderOutput | null;
99
+ /**
100
+ * Exposed properties for the `a-lv-eparaksts-id-login` Provider which do not directly map to the normalized IdentityData model.
101
+ * @type {LatviaEparakstsProviderOutput}
102
+ * @memberof ProviderOutput
103
+ */
104
+ aLvEparakstsIdLogin?: LatviaEparakstsProviderOutput | null;
105
+ /**
106
+ * Exposed properties for the `a-lv-eparaksts-mobile-login` Provider which do not directly map to the normalized IdentityData model.
107
+ * @type {LatviaEparakstsMobileProviderOutput}
108
+ * @memberof ProviderOutput
109
+ */
110
+ aLvEparakstsMobileLogin?: LatviaEparakstsMobileProviderOutput | null;
111
+ /**
112
+ * Exposed properties for the `a-mojeid` Provider which do not directly map to the normalized IdentityData model.
113
+ * @type {CzechiaMojeIdProviderOutput}
114
+ * @memberof ProviderOutput
115
+ */
116
+ aMojeid?: CzechiaMojeIdProviderOutput | null;
117
+ /**
118
+ * Exposed properties for the `a-pl-mojeid-login` Provider which do not directly map to the normalized IdentityData model.
119
+ * @type {PolandMojeIdProviderOutput}
120
+ * @memberof ProviderOutput
121
+ */
122
+ aPlMojeidLogin?: PolandMojeIdProviderOutput | null;
123
+ /**
124
+ * Exposed properties for the `a-pt-id-login` Provider which do not directly map to the normalized IdentityData model.
125
+ * @type {PortugalIdCardProviderOutput}
126
+ * @memberof ProviderOutput
127
+ */
128
+ aPtIdLogin?: PortugalIdCardProviderOutput | null;
129
+ /**
130
+ * Exposed properties for the `a-rs-id-login` Provider which do not directly map to the normalized IdentityData model.
131
+ * @type {SerbiaIdCardProviderOutput}
132
+ * @memberof ProviderOutput
133
+ */
134
+ aRsIdLogin?: SerbiaIdCardProviderOutput | null;
135
+ /**
136
+ * Exposed properties for the `apple-wallet` Provider which do not directly map to the normalized IdentityData model.
137
+ * @type {AppleWalletProviderOutput}
138
+ * @memberof ProviderOutput
139
+ */
140
+ appleWallet?: AppleWalletProviderOutput | null;
141
+ /**
142
+ * Exposed properties for the `denmark-mitid` Provider which do not directly map to the normalized IdentityData model.
143
+ * @type {MitIdProviderOutput}
144
+ * @memberof ProviderOutput
145
+ */
146
+ denmarkMitid?: MitIdProviderOutput | null;
147
+ /**
148
+ * Exposed properties for the `ethiopia-fayda` Provider which do not directly map to the normalized IdentityData model.
149
+ * @type {FaydaProviderOutput}
150
+ * @memberof ProviderOutput
151
+ */
152
+ ethiopiaFayda?: FaydaProviderOutput | null;
153
+ /**
154
+ * Exposed properties for the `france-identite-numerique` Provider which do not directly map to the normalized IdentityData model.
155
+ * @type {FrenchNumeriqueProviderOutput}
156
+ * @memberof ProviderOutput
157
+ */
158
+ franceIdentiteNumerique?: FrenchNumeriqueProviderOutput | null;
159
+ /**
160
+ * Exposed properties for the `google-wallet` Provider which do not directly map to the normalized IdentityData model.
161
+ * @type {GoogleWalletProviderOutput}
162
+ * @memberof ProviderOutput
163
+ */
164
+ googleWallet?: GoogleWalletProviderOutput | null;
165
+ /**
166
+ * Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model.
25
167
  * @type {SpidProviderOutput}
26
168
  * @memberof ProviderOutput
27
169
  */
28
170
  italySpid?: SpidProviderOutput | null;
29
171
  /**
30
- *
172
+ * Exposed properties for the `kenya-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
173
+ * @type {KenyaNidLookup2ProviderOutput}
174
+ * @memberof ProviderOutput
175
+ */
176
+ kenyaNidLookup2?: KenyaNidLookup2ProviderOutput | null;
177
+ /**
178
+ * Exposed properties for the `lloyds-smart-id` Provider which do not directly map to the normalized IdentityData model.
179
+ * @type {LloydsSmartIdProviderOutput}
180
+ * @memberof ProviderOutput
181
+ */
182
+ lloydsSmartId?: LloydsSmartIdProviderOutput | null;
183
+ /**
184
+ * Exposed properties for the `mexico-curp-lookup` Provider which do not directly map to the normalized IdentityData model.
31
185
  * @type {MexicoCurpProviderOutput}
32
186
  * @memberof ProviderOutput
33
187
  */
34
188
  mexicoCurpLookup?: MexicoCurpProviderOutput | null;
35
189
  /**
36
- *
37
- * @type {FaydaProviderOutput}
190
+ * Exposed properties for the `mobile-id` Provider which do not directly map to the normalized IdentityData model.
191
+ * @type {MobileIdProviderOutput}
38
192
  * @memberof ProviderOutput
39
193
  */
40
- ethiopiaFayda?: FaydaProviderOutput | null;
194
+ mobileId?: MobileIdProviderOutput | null;
41
195
  /**
42
- *
43
- * @type {PhilippinesPhysicalNidProviderOutput}
196
+ * Exposed properties for the `peru-dni-lookup` Provider which do not directly map to the normalized IdentityData model.
197
+ * @type {PeruDniProviderOutput}
44
198
  * @memberof ProviderOutput
45
199
  */
46
- philippinesPhysicalNationalIdQr?: PhilippinesPhysicalNidProviderOutput | null;
200
+ peruDniLookup?: PeruDniProviderOutput | null;
47
201
  /**
48
- *
202
+ * Exposed properties for the `philippines-digital-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
49
203
  * @type {PhilippinesDigitalNidProviderOutput}
50
204
  * @memberof ProviderOutput
51
205
  */
52
206
  philippinesDigitalNationalIdQr?: PhilippinesDigitalNidProviderOutput | null;
207
+ /**
208
+ * Exposed properties for the `philippines-physical-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
209
+ * @type {PhilippinesPhysicalNidProviderOutput}
210
+ * @memberof ProviderOutput
211
+ */
212
+ philippinesPhysicalNationalIdQr?: PhilippinesPhysicalNidProviderOutput | null;
213
+ /**
214
+ * Exposed properties for the `post-office-easyid` Provider which do not directly map to the normalized IdentityData model.
215
+ * @type {PostOfficeEasyIdProviderOutput}
216
+ * @memberof ProviderOutput
217
+ */
218
+ postOfficeEasyid?: PostOfficeEasyIdProviderOutput | null;
219
+ /**
220
+ * Exposed properties for the `samsung-wallet` Provider which do not directly map to the normalized IdentityData model.
221
+ * @type {SamsungWalletProviderOutput}
222
+ * @memberof ProviderOutput
223
+ */
224
+ samsungWallet?: SamsungWalletProviderOutput | null;
225
+ /**
226
+ * Exposed properties for the `smart-id` Provider which do not directly map to the normalized IdentityData model.
227
+ * @type {SmartIdProviderOutput}
228
+ * @memberof ProviderOutput
229
+ */
230
+ smartId?: SmartIdProviderOutput | null;
231
+ /**
232
+ * Exposed properties for the `sweden-bankid` Provider which do not directly map to the normalized IdentityData model.
233
+ * @type {SwedenBankIdProviderOutput}
234
+ * @memberof ProviderOutput
235
+ */
236
+ swedenBankid?: SwedenBankIdProviderOutput | null;
237
+ /**
238
+ * Exposed properties for the `usa-louisiana-wallet` Provider which do not directly map to the normalized IdentityData model.
239
+ * @type {LaWalletProviderOutput}
240
+ * @memberof ProviderOutput
241
+ */
242
+ usaLouisianaWallet?: LaWalletProviderOutput | null;
243
+ /**
244
+ * Exposed properties for the `yoti` Provider which do not directly map to the normalized IdentityData model.
245
+ * @type {YotiProviderOutput}
246
+ * @memberof ProviderOutput
247
+ */
248
+ yoti?: YotiProviderOutput | null;
53
249
  }
54
250
  /**
55
251
  * Check if a given object implements the ProviderOutput interface.
@@ -11,11 +11,39 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ import { FrejaProviderOutputFromJSON, FrejaProviderOutputToJSON, } from './FrejaProviderOutput';
15
+ import { FrenchNumeriqueProviderOutputFromJSON, FrenchNumeriqueProviderOutputToJSON, } from './FrenchNumeriqueProviderOutput';
16
+ import { GoogleWalletProviderOutputFromJSON, GoogleWalletProviderOutputToJSON, } from './GoogleWalletProviderOutput';
17
+ import { SmartIdProviderOutputFromJSON, SmartIdProviderOutputToJSON, } from './SmartIdProviderOutput';
18
+ import { LatviaEparakstsProviderOutputFromJSON, LatviaEparakstsProviderOutputToJSON, } from './LatviaEparakstsProviderOutput';
19
+ import { MitIdProviderOutputFromJSON, MitIdProviderOutputToJSON, } from './MitIdProviderOutput';
20
+ import { PhilippinesDigitalNidProviderOutputFromJSON, PhilippinesDigitalNidProviderOutputToJSON, } from './PhilippinesDigitalNidProviderOutput';
21
+ import { PolandEdoAppProviderOutputFromJSON, PolandEdoAppProviderOutputToJSON, } from './PolandEdoAppProviderOutput';
22
+ import { PortugalIdCardProviderOutputFromJSON, PortugalIdCardProviderOutputToJSON, } from './PortugalIdCardProviderOutput';
23
+ import { LaWalletProviderOutputFromJSON, LaWalletProviderOutputToJSON, } from './LaWalletProviderOutput';
24
+ import { PostOfficeEasyIdProviderOutputFromJSON, PostOfficeEasyIdProviderOutputToJSON, } from './PostOfficeEasyIdProviderOutput';
25
+ import { LithuaniaIdCardProviderOutputFromJSON, LithuaniaIdCardProviderOutputToJSON, } from './LithuaniaIdCardProviderOutput';
26
+ import { PeruDniProviderOutputFromJSON, PeruDniProviderOutputToJSON, } from './PeruDniProviderOutput';
27
+ import { FinlandIdCardProviderOutputFromJSON, FinlandIdCardProviderOutputToJSON, } from './FinlandIdCardProviderOutput';
28
+ import { CzechiaMojeIdProviderOutputFromJSON, CzechiaMojeIdProviderOutputToJSON, } from './CzechiaMojeIdProviderOutput';
29
+ import { ItsmeProviderOutputFromJSON, ItsmeProviderOutputToJSON, } from './ItsmeProviderOutput';
14
30
  import { FaydaProviderOutputFromJSON, FaydaProviderOutputToJSON, } from './FaydaProviderOutput';
15
31
  import { MexicoCurpProviderOutputFromJSON, MexicoCurpProviderOutputToJSON, } from './MexicoCurpProviderOutput';
16
- import { PhilippinesPhysicalNidProviderOutputFromJSON, PhilippinesPhysicalNidProviderOutputToJSON, } from './PhilippinesPhysicalNidProviderOutput';
17
- import { PhilippinesDigitalNidProviderOutputFromJSON, PhilippinesDigitalNidProviderOutputToJSON, } from './PhilippinesDigitalNidProviderOutput';
32
+ import { YotiProviderOutputFromJSON, YotiProviderOutputToJSON, } from './YotiProviderOutput';
33
+ import { EstoniaIdCardProviderOutputFromJSON, EstoniaIdCardProviderOutputToJSON, } from './EstoniaIdCardProviderOutput';
34
+ import { AustriaHandySignaturProviderOutputFromJSON, AustriaHandySignaturProviderOutputToJSON, } from './AustriaHandySignaturProviderOutput';
35
+ import { SerbiaIdCardProviderOutputFromJSON, SerbiaIdCardProviderOutputToJSON, } from './SerbiaIdCardProviderOutput';
36
+ import { PolandMojeIdProviderOutputFromJSON, PolandMojeIdProviderOutputToJSON, } from './PolandMojeIdProviderOutput';
18
37
  import { SpidProviderOutputFromJSON, SpidProviderOutputToJSON, } from './SpidProviderOutput';
38
+ import { AppleWalletProviderOutputFromJSON, AppleWalletProviderOutputToJSON, } from './AppleWalletProviderOutput';
39
+ import { MobileIdProviderOutputFromJSON, MobileIdProviderOutputToJSON, } from './MobileIdProviderOutput';
40
+ import { BelgiumIdCardProviderOutputFromJSON, BelgiumIdCardProviderOutputToJSON, } from './BelgiumIdCardProviderOutput';
41
+ import { LloydsSmartIdProviderOutputFromJSON, LloydsSmartIdProviderOutputToJSON, } from './LloydsSmartIdProviderOutput';
42
+ import { KenyaNidLookup2ProviderOutputFromJSON, KenyaNidLookup2ProviderOutputToJSON, } from './KenyaNidLookup2ProviderOutput';
43
+ import { LatviaEparakstsMobileProviderOutputFromJSON, LatviaEparakstsMobileProviderOutputToJSON, } from './LatviaEparakstsMobileProviderOutput';
44
+ import { SamsungWalletProviderOutputFromJSON, SamsungWalletProviderOutputToJSON, } from './SamsungWalletProviderOutput';
45
+ import { PhilippinesPhysicalNidProviderOutputFromJSON, PhilippinesPhysicalNidProviderOutputToJSON, } from './PhilippinesPhysicalNidProviderOutput';
46
+ import { SwedenBankIdProviderOutputFromJSON, SwedenBankIdProviderOutputToJSON, } from './SwedenBankIdProviderOutput';
19
47
  /**
20
48
  * Check if a given object implements the ProviderOutput interface.
21
49
  */
@@ -30,11 +58,39 @@ export function ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
30
58
  return json;
31
59
  }
32
60
  return {
61
+ 'aAtHandySignaturLogin': json['a-at-handy-signatur-login'] == null ? undefined : AustriaHandySignaturProviderOutputFromJSON(json['a-at-handy-signatur-login']),
62
+ 'aBeIdLogin': json['a-be-id-login'] == null ? undefined : BelgiumIdCardProviderOutputFromJSON(json['a-be-id-login']),
63
+ 'aEdoappEidLogin': json['a-edoapp-eid-login'] == null ? undefined : PolandEdoAppProviderOutputFromJSON(json['a-edoapp-eid-login']),
64
+ 'aEeWebEidLogin': json['a-ee-web-eid-login'] == null ? undefined : EstoniaIdCardProviderOutputFromJSON(json['a-ee-web-eid-login']),
65
+ 'aFiIdLogin': json['a-fi-id-login'] == null ? undefined : FinlandIdCardProviderOutputFromJSON(json['a-fi-id-login']),
66
+ 'aFrejaEidLogin': json['a-freja-eid-login'] == null ? undefined : FrejaProviderOutputFromJSON(json['a-freja-eid-login']),
67
+ 'aItsmeLogin': json['a-itsme-login'] == null ? undefined : ItsmeProviderOutputFromJSON(json['a-itsme-login']),
68
+ 'aLtIdLogin': json['a-lt-id-login'] == null ? undefined : LithuaniaIdCardProviderOutputFromJSON(json['a-lt-id-login']),
69
+ 'aLvEparakstsIdLogin': json['a-lv-eparaksts-id-login'] == null ? undefined : LatviaEparakstsProviderOutputFromJSON(json['a-lv-eparaksts-id-login']),
70
+ 'aLvEparakstsMobileLogin': json['a-lv-eparaksts-mobile-login'] == null ? undefined : LatviaEparakstsMobileProviderOutputFromJSON(json['a-lv-eparaksts-mobile-login']),
71
+ 'aMojeid': json['a-mojeid'] == null ? undefined : CzechiaMojeIdProviderOutputFromJSON(json['a-mojeid']),
72
+ 'aPlMojeidLogin': json['a-pl-mojeid-login'] == null ? undefined : PolandMojeIdProviderOutputFromJSON(json['a-pl-mojeid-login']),
73
+ 'aPtIdLogin': json['a-pt-id-login'] == null ? undefined : PortugalIdCardProviderOutputFromJSON(json['a-pt-id-login']),
74
+ 'aRsIdLogin': json['a-rs-id-login'] == null ? undefined : SerbiaIdCardProviderOutputFromJSON(json['a-rs-id-login']),
75
+ 'appleWallet': json['apple-wallet'] == null ? undefined : AppleWalletProviderOutputFromJSON(json['apple-wallet']),
76
+ 'denmarkMitid': json['denmark-mitid'] == null ? undefined : MitIdProviderOutputFromJSON(json['denmark-mitid']),
77
+ 'ethiopiaFayda': json['ethiopia-fayda'] == null ? undefined : FaydaProviderOutputFromJSON(json['ethiopia-fayda']),
78
+ 'franceIdentiteNumerique': json['france-identite-numerique'] == null ? undefined : FrenchNumeriqueProviderOutputFromJSON(json['france-identite-numerique']),
79
+ 'googleWallet': json['google-wallet'] == null ? undefined : GoogleWalletProviderOutputFromJSON(json['google-wallet']),
33
80
  'italySpid': json['italy-spid'] == null ? undefined : SpidProviderOutputFromJSON(json['italy-spid']),
81
+ 'kenyaNidLookup2': json['kenya-nid-lookup-2'] == null ? undefined : KenyaNidLookup2ProviderOutputFromJSON(json['kenya-nid-lookup-2']),
82
+ 'lloydsSmartId': json['lloyds-smart-id'] == null ? undefined : LloydsSmartIdProviderOutputFromJSON(json['lloyds-smart-id']),
34
83
  'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpProviderOutputFromJSON(json['mexico-curp-lookup']),
35
- 'ethiopiaFayda': json['ethiopia-fayda'] == null ? undefined : FaydaProviderOutputFromJSON(json['ethiopia-fayda']),
36
- 'philippinesPhysicalNationalIdQr': json['philippines-physical-national-id-qr'] == null ? undefined : PhilippinesPhysicalNidProviderOutputFromJSON(json['philippines-physical-national-id-qr']),
84
+ 'mobileId': json['mobile-id'] == null ? undefined : MobileIdProviderOutputFromJSON(json['mobile-id']),
85
+ 'peruDniLookup': json['peru-dni-lookup'] == null ? undefined : PeruDniProviderOutputFromJSON(json['peru-dni-lookup']),
37
86
  'philippinesDigitalNationalIdQr': json['philippines-digital-national-id-qr'] == null ? undefined : PhilippinesDigitalNidProviderOutputFromJSON(json['philippines-digital-national-id-qr']),
87
+ 'philippinesPhysicalNationalIdQr': json['philippines-physical-national-id-qr'] == null ? undefined : PhilippinesPhysicalNidProviderOutputFromJSON(json['philippines-physical-national-id-qr']),
88
+ 'postOfficeEasyid': json['post-office-easyid'] == null ? undefined : PostOfficeEasyIdProviderOutputFromJSON(json['post-office-easyid']),
89
+ 'samsungWallet': json['samsung-wallet'] == null ? undefined : SamsungWalletProviderOutputFromJSON(json['samsung-wallet']),
90
+ 'smartId': json['smart-id'] == null ? undefined : SmartIdProviderOutputFromJSON(json['smart-id']),
91
+ 'swedenBankid': json['sweden-bankid'] == null ? undefined : SwedenBankIdProviderOutputFromJSON(json['sweden-bankid']),
92
+ 'usaLouisianaWallet': json['usa-louisiana-wallet'] == null ? undefined : LaWalletProviderOutputFromJSON(json['usa-louisiana-wallet']),
93
+ 'yoti': json['yoti'] == null ? undefined : YotiProviderOutputFromJSON(json['yoti']),
38
94
  };
39
95
  }
40
96
  export function ProviderOutputToJSON(json) {
@@ -45,10 +101,38 @@ export function ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
45
101
  return value;
46
102
  }
47
103
  return {
104
+ 'a-at-handy-signatur-login': AustriaHandySignaturProviderOutputToJSON(value['aAtHandySignaturLogin']),
105
+ 'a-be-id-login': BelgiumIdCardProviderOutputToJSON(value['aBeIdLogin']),
106
+ 'a-edoapp-eid-login': PolandEdoAppProviderOutputToJSON(value['aEdoappEidLogin']),
107
+ 'a-ee-web-eid-login': EstoniaIdCardProviderOutputToJSON(value['aEeWebEidLogin']),
108
+ 'a-fi-id-login': FinlandIdCardProviderOutputToJSON(value['aFiIdLogin']),
109
+ 'a-freja-eid-login': FrejaProviderOutputToJSON(value['aFrejaEidLogin']),
110
+ 'a-itsme-login': ItsmeProviderOutputToJSON(value['aItsmeLogin']),
111
+ 'a-lt-id-login': LithuaniaIdCardProviderOutputToJSON(value['aLtIdLogin']),
112
+ 'a-lv-eparaksts-id-login': LatviaEparakstsProviderOutputToJSON(value['aLvEparakstsIdLogin']),
113
+ 'a-lv-eparaksts-mobile-login': LatviaEparakstsMobileProviderOutputToJSON(value['aLvEparakstsMobileLogin']),
114
+ 'a-mojeid': CzechiaMojeIdProviderOutputToJSON(value['aMojeid']),
115
+ 'a-pl-mojeid-login': PolandMojeIdProviderOutputToJSON(value['aPlMojeidLogin']),
116
+ 'a-pt-id-login': PortugalIdCardProviderOutputToJSON(value['aPtIdLogin']),
117
+ 'a-rs-id-login': SerbiaIdCardProviderOutputToJSON(value['aRsIdLogin']),
118
+ 'apple-wallet': AppleWalletProviderOutputToJSON(value['appleWallet']),
119
+ 'denmark-mitid': MitIdProviderOutputToJSON(value['denmarkMitid']),
120
+ 'ethiopia-fayda': FaydaProviderOutputToJSON(value['ethiopiaFayda']),
121
+ 'france-identite-numerique': FrenchNumeriqueProviderOutputToJSON(value['franceIdentiteNumerique']),
122
+ 'google-wallet': GoogleWalletProviderOutputToJSON(value['googleWallet']),
48
123
  'italy-spid': SpidProviderOutputToJSON(value['italySpid']),
124
+ 'kenya-nid-lookup-2': KenyaNidLookup2ProviderOutputToJSON(value['kenyaNidLookup2']),
125
+ 'lloyds-smart-id': LloydsSmartIdProviderOutputToJSON(value['lloydsSmartId']),
49
126
  'mexico-curp-lookup': MexicoCurpProviderOutputToJSON(value['mexicoCurpLookup']),
50
- 'ethiopia-fayda': FaydaProviderOutputToJSON(value['ethiopiaFayda']),
51
- 'philippines-physical-national-id-qr': PhilippinesPhysicalNidProviderOutputToJSON(value['philippinesPhysicalNationalIdQr']),
127
+ 'mobile-id': MobileIdProviderOutputToJSON(value['mobileId']),
128
+ 'peru-dni-lookup': PeruDniProviderOutputToJSON(value['peruDniLookup']),
52
129
  'philippines-digital-national-id-qr': PhilippinesDigitalNidProviderOutputToJSON(value['philippinesDigitalNationalIdQr']),
130
+ 'philippines-physical-national-id-qr': PhilippinesPhysicalNidProviderOutputToJSON(value['philippinesPhysicalNationalIdQr']),
131
+ 'post-office-easyid': PostOfficeEasyIdProviderOutputToJSON(value['postOfficeEasyid']),
132
+ 'samsung-wallet': SamsungWalletProviderOutputToJSON(value['samsungWallet']),
133
+ 'smart-id': SmartIdProviderOutputToJSON(value['smartId']),
134
+ 'sweden-bankid': SwedenBankIdProviderOutputToJSON(value['swedenBankid']),
135
+ 'usa-louisiana-wallet': LaWalletProviderOutputToJSON(value['usaLouisianaWallet']),
136
+ 'yoti': YotiProviderOutputToJSON(value['yoti']),
53
137
  };
54
138
  }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Trinsic API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const RecommendProviderHealthOption: {
17
+ readonly Online: "Online";
18
+ readonly Offline: "Offline";
19
+ readonly All: "All";
20
+ };
21
+ export type RecommendProviderHealthOption = typeof RecommendProviderHealthOption[keyof typeof RecommendProviderHealthOption];
22
+ export declare function instanceOfRecommendProviderHealthOption(value: any): boolean;
23
+ export declare function RecommendProviderHealthOptionFromJSON(json: any): RecommendProviderHealthOption;
24
+ export declare function RecommendProviderHealthOptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecommendProviderHealthOption;
25
+ export declare function RecommendProviderHealthOptionToJSON(value?: RecommendProviderHealthOption | null): any;
26
+ export declare function RecommendProviderHealthOptionToJSONTyped(value: any, ignoreDiscriminator: boolean): RecommendProviderHealthOption;
@@ -0,0 +1,44 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Trinsic API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ *
16
+ * @export
17
+ */
18
+ export const RecommendProviderHealthOption = {
19
+ Online: 'Online',
20
+ Offline: 'Offline',
21
+ All: 'All'
22
+ };
23
+ export function instanceOfRecommendProviderHealthOption(value) {
24
+ for (const key in RecommendProviderHealthOption) {
25
+ if (Object.prototype.hasOwnProperty.call(RecommendProviderHealthOption, key)) {
26
+ if (RecommendProviderHealthOption[key] === value) {
27
+ return true;
28
+ }
29
+ }
30
+ }
31
+ return false;
32
+ }
33
+ export function RecommendProviderHealthOptionFromJSON(json) {
34
+ return RecommendProviderHealthOptionFromJSONTyped(json, false);
35
+ }
36
+ export function RecommendProviderHealthOptionFromJSONTyped(json, ignoreDiscriminator) {
37
+ return json;
38
+ }
39
+ export function RecommendProviderHealthOptionToJSON(value) {
40
+ return value;
41
+ }
42
+ export function RecommendProviderHealthOptionToJSONTyped(value, ignoreDiscriminator) {
43
+ return value;
44
+ }
@@ -0,0 +1,85 @@
1
+ /**
2
+ * Trinsic API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { SubProviderMetadata } from './SubProviderMetadata';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RecommendProviderInformation
17
+ */
18
+ export interface RecommendProviderInformation {
19
+ /**
20
+ * The ID of the provider
21
+ * @type {string}
22
+ * @memberof RecommendProviderInformation
23
+ */
24
+ readonly id: string;
25
+ /**
26
+ * The friendly, human-readable name of the provider
27
+ * @type {string}
28
+ * @memberof RecommendProviderInformation
29
+ */
30
+ readonly name: string;
31
+ /**
32
+ * A URL pointing to the provider's logo
33
+ * @type {string}
34
+ * @memberof RecommendProviderInformation
35
+ */
36
+ readonly logoUrl: string;
37
+ /**
38
+ * The Provider's subtext recommended to be shown next to the name.
39
+ *
40
+ * This is flavor text, not a full, human-readable description of the provider.
41
+ * @type {string}
42
+ * @memberof RecommendProviderInformation
43
+ */
44
+ readonly subtext: string;
45
+ /**
46
+ * The current health status of the provider
47
+ * @type {string}
48
+ * @memberof RecommendProviderInformation
49
+ */
50
+ readonly health: string;
51
+ /**
52
+ * Metadata about the sub-providers which are available for this Provider.
53
+ *
54
+ * For example, Italy's SPID is a Provider which aggregates access to multiple sub-providers.
55
+ * @type {Array<SubProviderMetadata>}
56
+ * @memberof RecommendProviderInformation
57
+ */
58
+ subProviders?: Array<SubProviderMetadata> | null;
59
+ /**
60
+ * The regions a provider is available in.
61
+ * @type {Array<string>}
62
+ * @memberof RecommendProviderInformation
63
+ */
64
+ readonly regions: Array<string>;
65
+ /**
66
+ * A list of countries, in alpha-2 ISO 3166-1 format, that the provider is available in.
67
+ * @type {Array<string>}
68
+ * @memberof RecommendProviderInformation
69
+ */
70
+ readonly countries: Array<string>;
71
+ /**
72
+ * A list of subdivisions, in ISO 3166-2 format, that the provider is available in.
73
+ * @type {Array<string>}
74
+ * @memberof RecommendProviderInformation
75
+ */
76
+ readonly subdivisions: Array<string>;
77
+ }
78
+ /**
79
+ * Check if a given object implements the RecommendProviderInformation interface.
80
+ */
81
+ export declare function instanceOfRecommendProviderInformation(value: object): value is RecommendProviderInformation;
82
+ export declare function RecommendProviderInformationFromJSON(json: any): RecommendProviderInformation;
83
+ export declare function RecommendProviderInformationFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecommendProviderInformation;
84
+ export declare function RecommendProviderInformationToJSON(json: any): RecommendProviderInformation;
85
+ export declare function RecommendProviderInformationToJSONTyped(value?: Omit<RecommendProviderInformation, 'id' | 'name' | 'logoUrl' | 'subtext' | 'health' | 'regions' | 'countries' | 'subdivisions'> | null, ignoreDiscriminator?: boolean): any;
@@ -13,9 +13,9 @@
13
13
  */
14
14
  import { SubProviderMetadataFromJSON, SubProviderMetadataToJSON, } from './SubProviderMetadata';
15
15
  /**
16
- * Check if a given object implements the ProviderInfo interface.
16
+ * Check if a given object implements the RecommendProviderInformation interface.
17
17
  */
18
- export function instanceOfProviderInfo(value) {
18
+ export function instanceOfRecommendProviderInformation(value) {
19
19
  if (!('id' in value) || value['id'] === undefined)
20
20
  return false;
21
21
  if (!('name' in value) || value['name'] === undefined)
@@ -24,16 +24,20 @@ export function instanceOfProviderInfo(value) {
24
24
  return false;
25
25
  if (!('subtext' in value) || value['subtext'] === undefined)
26
26
  return false;
27
- if (!('description' in value) || value['description'] === undefined)
28
- return false;
29
27
  if (!('health' in value) || value['health'] === undefined)
30
28
  return false;
29
+ if (!('regions' in value) || value['regions'] === undefined)
30
+ return false;
31
+ if (!('countries' in value) || value['countries'] === undefined)
32
+ return false;
33
+ if (!('subdivisions' in value) || value['subdivisions'] === undefined)
34
+ return false;
31
35
  return true;
32
36
  }
33
- export function ProviderInfoFromJSON(json) {
34
- return ProviderInfoFromJSONTyped(json, false);
37
+ export function RecommendProviderInformationFromJSON(json) {
38
+ return RecommendProviderInformationFromJSONTyped(json, false);
35
39
  }
36
- export function ProviderInfoFromJSONTyped(json, ignoreDiscriminator) {
40
+ export function RecommendProviderInformationFromJSONTyped(json, ignoreDiscriminator) {
37
41
  if (json == null) {
38
42
  return json;
39
43
  }
@@ -42,25 +46,21 @@ export function ProviderInfoFromJSONTyped(json, ignoreDiscriminator) {
42
46
  'name': json['name'],
43
47
  'logoUrl': json['logoUrl'],
44
48
  'subtext': json['subtext'],
45
- 'description': json['description'],
46
49
  'health': json['health'],
47
50
  'subProviders': json['subProviders'] == null ? undefined : (json['subProviders'].map(SubProviderMetadataFromJSON)),
51
+ 'regions': json['regions'],
52
+ 'countries': json['countries'],
53
+ 'subdivisions': json['subdivisions'],
48
54
  };
49
55
  }
50
- export function ProviderInfoToJSON(json) {
51
- return ProviderInfoToJSONTyped(json, false);
56
+ export function RecommendProviderInformationToJSON(json) {
57
+ return RecommendProviderInformationToJSONTyped(json, false);
52
58
  }
53
- export function ProviderInfoToJSONTyped(value, ignoreDiscriminator = false) {
59
+ export function RecommendProviderInformationToJSONTyped(value, ignoreDiscriminator = false) {
54
60
  if (value == null) {
55
61
  return value;
56
62
  }
57
63
  return {
58
- 'id': value['id'],
59
- 'name': value['name'],
60
- 'logoUrl': value['logoUrl'],
61
- 'subtext': value['subtext'],
62
- 'description': value['description'],
63
- 'health': value['health'],
64
64
  'subProviders': value['subProviders'] == null ? undefined : (value['subProviders'].map(SubProviderMetadataToJSON)),
65
65
  };
66
66
  }
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Trinsic API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RecommendProviderHealthOption } from './RecommendProviderHealthOption';
13
+ import type { RecommendationInfo } from './RecommendationInfo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface RecommendProvidersRequest
18
+ */
19
+ export interface RecommendProvidersRequest {
20
+ /**
21
+ * The ID of the VerificationProfile to use for this recommendation.
22
+ * @type {string}
23
+ * @memberof RecommendProvidersRequest
24
+ */
25
+ verificationProfileId: string;
26
+ /**
27
+ * Information about the user you wish to generate a recommendation for.
28
+ * @type {RecommendationInfo}
29
+ * @memberof RecommendProvidersRequest
30
+ */
31
+ recommendationInfo?: RecommendationInfo | null;
32
+ /**
33
+ * Filter providers by health status.
34
+ * @type {RecommendProviderHealthOption}
35
+ * @memberof RecommendProvidersRequest
36
+ */
37
+ health?: RecommendProviderHealthOption | null;
38
+ }
39
+ /**
40
+ * Check if a given object implements the RecommendProvidersRequest interface.
41
+ */
42
+ export declare function instanceOfRecommendProvidersRequest(value: object): value is RecommendProvidersRequest;
43
+ export declare function RecommendProvidersRequestFromJSON(json: any): RecommendProvidersRequest;
44
+ export declare function RecommendProvidersRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecommendProvidersRequest;
45
+ export declare function RecommendProvidersRequestToJSON(json: any): RecommendProvidersRequest;
46
+ export declare function RecommendProvidersRequestToJSONTyped(value?: RecommendProvidersRequest | null, ignoreDiscriminator?: boolean): any;