@mojaloop/api-snippets 13.0.6 → 13.0.9

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 (260) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/CODEOWNERS +1 -1
  3. package/docs/thirdparty-openapi3-snippets.yaml +3019 -2484
  4. package/lib/thirdparty/index.d.ts +1 -4
  5. package/lib/thirdparty/openapi.d.ts +4955 -3959
  6. package/package.json +4 -4
  7. package/tests/dto/thirdparty.test.ts +4 -48
  8. package/thirdparty/v1_0/openapi3/components/headers/Content-Length.yaml +1 -0
  9. package/thirdparty/v1_0/openapi3/components/headers/Content-Type.yaml +1 -0
  10. package/thirdparty/v1_0/openapi3/components/parameters/Accept.yaml +1 -0
  11. package/thirdparty/v1_0/openapi3/components/parameters/Content-Length.yaml +1 -0
  12. package/thirdparty/v1_0/openapi3/components/parameters/Content-Type.yaml +1 -0
  13. package/thirdparty/v1_0/openapi3/components/parameters/Date.yaml +1 -0
  14. package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -0
  15. package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -0
  16. package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -0
  17. package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -0
  18. package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Source.yaml +1 -0
  19. package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -0
  20. package/thirdparty/v1_0/openapi3/components/parameters/ID.yaml +1 -0
  21. package/thirdparty/{openapi3 → v1_0/openapi3}/components/parameters/ServiceType.yaml +0 -0
  22. package/thirdparty/v1_0/openapi3/components/parameters/SubId.yaml +1 -0
  23. package/thirdparty/v1_0/openapi3/components/parameters/Type.yaml +1 -0
  24. package/thirdparty/v1_0/openapi3/components/parameters/X-Forwarded-For.yaml +1 -0
  25. package/thirdparty/v1_0/openapi3/components/responses/200.yaml +1 -0
  26. package/thirdparty/v1_0/openapi3/components/responses/202.yaml +1 -0
  27. package/thirdparty/v1_0/openapi3/components/responses/400.yaml +1 -0
  28. package/thirdparty/v1_0/openapi3/components/responses/401.yaml +1 -0
  29. package/thirdparty/v1_0/openapi3/components/responses/403.yaml +1 -0
  30. package/thirdparty/v1_0/openapi3/components/responses/404.yaml +1 -0
  31. package/thirdparty/v1_0/openapi3/components/responses/405.yaml +1 -0
  32. package/thirdparty/v1_0/openapi3/components/responses/406.yaml +1 -0
  33. package/thirdparty/v1_0/openapi3/components/responses/501.yaml +1 -0
  34. package/thirdparty/v1_0/openapi3/components/responses/503.yaml +1 -0
  35. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Account.yaml +5 -2
  36. package/thirdparty/v1_0/openapi3/components/schemas/AccountAddress.yaml +25 -0
  37. package/thirdparty/v1_0/openapi3/components/schemas/AccountList.yaml +11 -0
  38. package/thirdparty/v1_0/openapi3/components/schemas/AccountsIDPutResponse.yaml +21 -0
  39. package/thirdparty/v1_0/openapi3/components/schemas/Amount.yaml +1 -0
  40. package/thirdparty/v1_0/openapi3/components/schemas/AmountType.yaml +1 -0
  41. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthenticationResponse.yaml +4 -3
  42. package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
  43. package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
  44. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseType.yaml +0 -0
  45. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseTypeAccepted.yaml +0 -0
  46. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseTypeRejected.yaml +0 -0
  47. package/thirdparty/v1_0/openapi3/components/schemas/BinaryString.yaml +1 -0
  48. package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestChannelType.yaml +9 -0
  49. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestChannelTypeOTP.yaml +1 -1
  50. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestChannelTypeWeb.yaml +1 -1
  51. package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +17 -0
  52. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +2 -0
  53. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +2 -0
  54. package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +51 -0
  55. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatus.yaml +0 -0
  56. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatusIssued.yaml +1 -1
  57. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatusRevoked.yaml +1 -1
  58. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPatchResponseRevoked.yaml +2 -0
  59. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPatchResponseVerified.yaml +3 -1
  60. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPutResponseSigned.yaml +5 -3
  61. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPutResponseVerified.yaml +5 -3
  62. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsPostRequestAUTH.yaml +6 -2
  63. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsPostRequestPISP.yaml +6 -4
  64. package/thirdparty/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -0
  65. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusPending.yaml +0 -0
  66. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusVerified.yaml +0 -0
  67. package/thirdparty/v1_0/openapi3/components/schemas/CredentialType.yaml +11 -0
  68. package/thirdparty/v1_0/openapi3/components/schemas/Currency.yaml +1 -0
  69. package/thirdparty/v1_0/openapi3/components/schemas/DateOfBirth.yaml +1 -0
  70. package/thirdparty/v1_0/openapi3/components/schemas/DateTime.yaml +1 -0
  71. package/thirdparty/v1_0/openapi3/components/schemas/ErrorCode.yaml +1 -0
  72. package/thirdparty/v1_0/openapi3/components/schemas/ErrorDescription.yaml +1 -0
  73. package/thirdparty/v1_0/openapi3/components/schemas/ErrorInformation.yaml +1 -0
  74. package/thirdparty/v1_0/openapi3/components/schemas/Extension.yaml +1 -0
  75. package/thirdparty/v1_0/openapi3/components/schemas/ExtensionKey.yaml +1 -0
  76. package/thirdparty/v1_0/openapi3/components/schemas/ExtensionList.yaml +1 -0
  77. package/thirdparty/v1_0/openapi3/components/schemas/ExtensionValue.yaml +1 -0
  78. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +8 -3
  79. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +0 -0
  80. package/thirdparty/v1_0/openapi3/components/schemas/FirstName.yaml +1 -0
  81. package/thirdparty/v1_0/openapi3/components/schemas/FspId.yaml +1 -0
  82. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/GenericCredential.yaml +1 -1
  83. package/thirdparty/v1_0/openapi3/components/schemas/GeoCode.yaml +1 -0
  84. package/thirdparty/v1_0/openapi3/components/schemas/IlpCondition.yaml +1 -0
  85. package/thirdparty/v1_0/openapi3/components/schemas/IlpFulfilment.yaml +1 -0
  86. package/thirdparty/v1_0/openapi3/components/schemas/IlpPacket.yaml +1 -0
  87. package/thirdparty/v1_0/openapi3/components/schemas/Integer.yaml +1 -0
  88. package/thirdparty/v1_0/openapi3/components/schemas/LastName.yaml +1 -0
  89. package/thirdparty/v1_0/openapi3/components/schemas/Latitude.yaml +1 -0
  90. package/thirdparty/v1_0/openapi3/components/schemas/Longitude.yaml +1 -0
  91. package/thirdparty/v1_0/openapi3/components/schemas/MerchantClassificationCode.yaml +1 -0
  92. package/thirdparty/v1_0/openapi3/components/schemas/MiddleName.yaml +1 -0
  93. package/thirdparty/v1_0/openapi3/components/schemas/Money.yaml +1 -0
  94. package/thirdparty/v1_0/openapi3/components/schemas/Name.yaml +1 -0
  95. package/thirdparty/v1_0/openapi3/components/schemas/Note.yaml +1 -0
  96. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsIDPutResponse.yaml +0 -0
  97. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsPostRequest.yaml +0 -0
  98. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsTypeIDPutResponse.yaml +0 -0
  99. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +0 -0
  100. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartiesTypeIDPutResponse.yaml +0 -0
  101. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Party.yaml +0 -0
  102. package/thirdparty/v1_0/openapi3/components/schemas/PartyComplexName.yaml +1 -0
  103. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdInfo.yaml +0 -0
  104. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdInfoTPLink.yaml +0 -0
  105. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdType.yaml +0 -0
  106. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdTypeTPLink.yaml +0 -0
  107. package/thirdparty/v1_0/openapi3/components/schemas/PartyIdentifier.yaml +1 -0
  108. package/thirdparty/v1_0/openapi3/components/schemas/PartyName.yaml +1 -0
  109. package/thirdparty/v1_0/openapi3/components/schemas/PartyPersonalInfo.yaml +1 -0
  110. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyResult.yaml +0 -0
  111. package/thirdparty/v1_0/openapi3/components/schemas/PartySubIdOrType.yaml +1 -0
  112. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyTPLink.yaml +0 -0
  113. package/thirdparty/v1_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +1 -0
  114. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/QuotesPostRequest.yaml +0 -0
  115. package/thirdparty/v1_0/openapi3/components/schemas/Scope.yaml +20 -0
  116. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ScopeAction.yaml +8 -6
  117. package/thirdparty/v1_0/openapi3/components/schemas/ServiceType.yaml +15 -0
  118. package/thirdparty/v1_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +26 -0
  119. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedCredential.yaml +0 -0
  120. package/thirdparty/v1_0/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
  121. package/thirdparty/v1_0/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
  122. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadType.yaml +0 -0
  123. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadTypeFIDO.yaml +0 -0
  124. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadTypeGeneric.yaml +0 -0
  125. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +4 -11
  126. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +4 -11
  127. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseRejected.yaml +2 -0
  128. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +16 -4
  129. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +27 -0
  130. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +20 -0
  131. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +15 -2
  132. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +19 -0
  133. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +4 -2
  134. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +4 -2
  135. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Transaction.yaml +0 -0
  136. package/thirdparty/v1_0/openapi3/components/schemas/TransactionRequestState.yaml +1 -0
  137. package/thirdparty/v1_0/openapi3/components/schemas/TransactionState.yaml +1 -0
  138. package/thirdparty/v1_0/openapi3/components/schemas/TransactionType.yaml +1 -0
  139. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Uri.yaml +0 -0
  140. package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/VerifiedCredential.yaml +6 -7
  141. package/thirdparty/{openapi3 → v1_0/openapi3}/openapi.yaml +9 -9
  142. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/accounts_ID.yaml +0 -0
  143. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/accounts_ID_error.yaml +1 -1
  144. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests.yaml +0 -0
  145. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests_ID.yaml +6 -6
  146. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests_ID_error.yaml +1 -1
  147. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents.yaml +0 -0
  148. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents_ID.yaml +2 -2
  149. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents_ID_error.yaml +1 -1
  150. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/health.yaml +0 -0
  151. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/metrics.yaml +0 -0
  152. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants.yaml +0 -0
  153. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_ID.yaml +0 -0
  154. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_ID_error.yaml +1 -1
  155. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_Type_ID.yaml +0 -0
  156. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_Type_ID_error.yaml +1 -1
  157. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/services_ServiceType.yaml +0 -0
  158. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/services_ServiceType_error.yaml +1 -1
  159. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations.yaml +1 -1
  160. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations_ID.yaml +3 -3
  161. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations_ID_error.yaml +1 -1
  162. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions.yaml +1 -1
  163. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions_ID.yaml +0 -0
  164. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions_ID_error.yaml +1 -1
  165. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications.yaml +0 -0
  166. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications_ID.yaml +0 -0
  167. package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications_ID_error.yaml +1 -1
  168. package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-dfsp-api.template.yaml +0 -0
  169. package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-dfsp-api.yaml +409 -313
  170. package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-pisp-api.template.yaml +7 -7
  171. package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-pisp-api.yaml +401 -308
  172. package/thirdparty/openapi3/components/headers/Content-Length.yaml +0 -1
  173. package/thirdparty/openapi3/components/headers/Content-Type.yaml +0 -1
  174. package/thirdparty/openapi3/components/parameters/Accept.yaml +0 -1
  175. package/thirdparty/openapi3/components/parameters/Content-Length.yaml +0 -1
  176. package/thirdparty/openapi3/components/parameters/Content-Type.yaml +0 -1
  177. package/thirdparty/openapi3/components/parameters/Date.yaml +0 -1
  178. package/thirdparty/openapi3/components/parameters/FSPIOP-Destination.yaml +0 -1
  179. package/thirdparty/openapi3/components/parameters/FSPIOP-Encryption.yaml +0 -1
  180. package/thirdparty/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +0 -1
  181. package/thirdparty/openapi3/components/parameters/FSPIOP-Signature.yaml +0 -1
  182. package/thirdparty/openapi3/components/parameters/FSPIOP-Source.yaml +0 -1
  183. package/thirdparty/openapi3/components/parameters/FSPIOP-URI.yaml +0 -1
  184. package/thirdparty/openapi3/components/parameters/ID.yaml +0 -1
  185. package/thirdparty/openapi3/components/parameters/SubId.yaml +0 -1
  186. package/thirdparty/openapi3/components/parameters/Type.yaml +0 -1
  187. package/thirdparty/openapi3/components/parameters/X-Forwarded-For.yaml +0 -1
  188. package/thirdparty/openapi3/components/responses/200.yaml +0 -1
  189. package/thirdparty/openapi3/components/responses/202.yaml +0 -1
  190. package/thirdparty/openapi3/components/responses/400.yaml +0 -1
  191. package/thirdparty/openapi3/components/responses/401.yaml +0 -1
  192. package/thirdparty/openapi3/components/responses/403.yaml +0 -1
  193. package/thirdparty/openapi3/components/responses/404.yaml +0 -1
  194. package/thirdparty/openapi3/components/responses/405.yaml +0 -1
  195. package/thirdparty/openapi3/components/responses/406.yaml +0 -1
  196. package/thirdparty/openapi3/components/responses/501.yaml +0 -1
  197. package/thirdparty/openapi3/components/responses/503.yaml +0 -1
  198. package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +0 -7
  199. package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +0 -11
  200. package/thirdparty/openapi3/components/schemas/Amount.yaml +0 -1
  201. package/thirdparty/openapi3/components/schemas/AmountType.yaml +0 -1
  202. package/thirdparty/openapi3/components/schemas/AuthenticationType.yaml +0 -11
  203. package/thirdparty/openapi3/components/schemas/AuthenticationValue.yaml +0 -9
  204. package/thirdparty/openapi3/components/schemas/AuthorizationChannelType.yaml +0 -11
  205. package/thirdparty/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +0 -10
  206. package/thirdparty/openapi3/components/schemas/AuthorizationsPostRequest.yaml +0 -24
  207. package/thirdparty/openapi3/components/schemas/BinaryString.yaml +0 -1
  208. package/thirdparty/openapi3/components/schemas/ConsentRequestChannelType.yaml +0 -9
  209. package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +0 -8
  210. package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +0 -35
  211. package/thirdparty/openapi3/components/schemas/CorrelationId.yaml +0 -1
  212. package/thirdparty/openapi3/components/schemas/CredentialType.yaml +0 -9
  213. package/thirdparty/openapi3/components/schemas/Currency.yaml +0 -1
  214. package/thirdparty/openapi3/components/schemas/DateOfBirth.yaml +0 -1
  215. package/thirdparty/openapi3/components/schemas/DateTime.yaml +0 -1
  216. package/thirdparty/openapi3/components/schemas/ErrorCode.yaml +0 -1
  217. package/thirdparty/openapi3/components/schemas/ErrorDescription.yaml +0 -1
  218. package/thirdparty/openapi3/components/schemas/ErrorInformation.yaml +0 -1
  219. package/thirdparty/openapi3/components/schemas/Extension.yaml +0 -1
  220. package/thirdparty/openapi3/components/schemas/ExtensionKey.yaml +0 -1
  221. package/thirdparty/openapi3/components/schemas/ExtensionList.yaml +0 -1
  222. package/thirdparty/openapi3/components/schemas/ExtensionValue.yaml +0 -1
  223. package/thirdparty/openapi3/components/schemas/FirstName.yaml +0 -1
  224. package/thirdparty/openapi3/components/schemas/FspId.yaml +0 -1
  225. package/thirdparty/openapi3/components/schemas/GeoCode.yaml +0 -1
  226. package/thirdparty/openapi3/components/schemas/IlpCondition.yaml +0 -1
  227. package/thirdparty/openapi3/components/schemas/IlpFulfilment.yaml +0 -1
  228. package/thirdparty/openapi3/components/schemas/IlpPacket.yaml +0 -1
  229. package/thirdparty/openapi3/components/schemas/IndividualQuote.yaml +0 -51
  230. package/thirdparty/openapi3/components/schemas/IndividualQuoteResult.yaml +0 -46
  231. package/thirdparty/openapi3/components/schemas/Integer.yaml +0 -1
  232. package/thirdparty/openapi3/components/schemas/LastName.yaml +0 -1
  233. package/thirdparty/openapi3/components/schemas/Latitude.yaml +0 -1
  234. package/thirdparty/openapi3/components/schemas/Longitude.yaml +0 -1
  235. package/thirdparty/openapi3/components/schemas/MerchantClassificationCode.yaml +0 -1
  236. package/thirdparty/openapi3/components/schemas/MiddleName.yaml +0 -1
  237. package/thirdparty/openapi3/components/schemas/Money.yaml +0 -1
  238. package/thirdparty/openapi3/components/schemas/Name.yaml +0 -1
  239. package/thirdparty/openapi3/components/schemas/Note.yaml +0 -1
  240. package/thirdparty/openapi3/components/schemas/PartyComplexName.yaml +0 -1
  241. package/thirdparty/openapi3/components/schemas/PartyIdentifier.yaml +0 -1
  242. package/thirdparty/openapi3/components/schemas/PartyName.yaml +0 -1
  243. package/thirdparty/openapi3/components/schemas/PartyPersonalInfo.yaml +0 -1
  244. package/thirdparty/openapi3/components/schemas/PartySubIdOrType.yaml +0 -1
  245. package/thirdparty/openapi3/components/schemas/QuotesIDPutResponse.yaml +0 -1
  246. package/thirdparty/openapi3/components/schemas/Scope.yaml +0 -15
  247. package/thirdparty/openapi3/components/schemas/ServiceType.yaml +0 -7
  248. package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +0 -12
  249. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +0 -13
  250. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +0 -8
  251. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +0 -8
  252. package/thirdparty/openapi3/components/schemas/TransactionRequestState.yaml +0 -1
  253. package/thirdparty/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +0 -30
  254. package/thirdparty/openapi3/components/schemas/TransactionState.yaml +0 -1
  255. package/thirdparty/openapi3/components/schemas/TransactionType.yaml +0 -1
  256. package/thirdparty/openapi3/components/schemas/U2FPIN.yaml +0 -8
  257. package/thirdparty/openapi3/components/schemas/U2FPinValue.yaml +0 -19
  258. package/thirdparty/openapi3/components/schemas/index.yaml +0 -182
  259. package/thirdparty/openapi3/paths/authorizations.yaml +0 -51
  260. package/thirdparty/openapi3/paths/authorizations_ID.yaml +0 -56
@@ -4,21 +4,20 @@ description: |
4
4
  A credential used to allow a user to prove their identity and access
5
5
  to an account with a DFSP.
6
6
 
7
- VerifiedCredential is a special formatting of the credential to allow us to be
7
+ VerifiedCredential is a special formatting of Credential to allow us to be
8
8
  more explicit about the `status` field - it should only ever be VERIFIED when
9
9
  updating a credential.
10
10
  properties:
11
11
  credentialType:
12
12
  $ref: ./CredentialType.yaml
13
13
  status:
14
- type: string
15
- enum:
16
- - VERIFIED
17
- description: The Credential is valid, and ready to be used by the PISP.
18
- payload:
14
+ $ref: ./CredentialStatusVerified.yaml
15
+ genericPayload:
16
+ $ref: ./GenericCredential.yaml
17
+ fidoPayload:
19
18
  $ref: ./FIDOPublicKeyCredentialAttestation.yaml
20
19
  required:
21
20
  - credentialType
22
21
  - status
23
- - payload
24
22
  additionalProperties: false
23
+
@@ -29,20 +29,20 @@ paths:
29
29
  application/json:
30
30
  schema:
31
31
  oneOf:
32
- - $ref: './components/schemas/AuthorizationChannelType.yaml'
32
+ - $ref: './components/schemas/ParticipantsIDPutResponse.yaml'
33
+ - $ref: './components/schemas/PartiesTypeIDPutResponse.yaml'
34
+ - $ref: './components/schemas/QuotesIDPutResponse.yaml'
35
+ - $ref: './components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml'
33
36
  - $ref: './components/schemas/AuthorizationResponseType.yaml'
34
- - $ref: './components/schemas/AuthorizationsPostRequest.yaml'
37
+ - $ref: './components/schemas/ConsentStatusIssued.yaml'
35
38
  - $ref: './components/schemas/IlpFulfilment.yaml'
39
+ - $ref: './components/schemas/Integer.yaml'
36
40
  - $ref: './components/schemas/Note.yaml'
37
- - $ref: './components/schemas/PartyResult.yaml'
38
- - $ref: './components/schemas/ParticipantsIDPutResponse.yaml'
39
- - $ref: './components/schemas/ParticipantsPostRequest.yaml'
40
- - $ref: './components/schemas/PartiesTypeIDPutResponse.yaml'
41
41
  - $ref: './components/schemas/PartyIdInfoTPLink.yaml'
42
+ - $ref: './components/schemas/PartyResult.yaml'
42
43
  - $ref: './components/schemas/ServiceType.yaml'
43
- - $ref: './components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml'
44
- - $ref: './components/schemas/TransactionRequestsPostRequest.yaml'
45
- - $ref: './components/schemas/TransactionState.yaml'
44
+ - $ref: './components/schemas/ParticipantsPostRequest.yaml'
45
+ - $ref: './components/schemas/QuotesPostRequest.yaml'
46
46
  responses:
47
47
  200:
48
48
  description: Ok
@@ -27,7 +27,7 @@ put:
27
27
  content:
28
28
  application/json:
29
29
  schema:
30
- $ref: '../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
30
+ $ref: '../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
31
31
  responses:
32
32
  200:
33
33
  $ref: ../components/responses/200.yaml
@@ -15,8 +15,8 @@ get:
15
15
  operationId: GetConsentRequestsById
16
16
  summary: GetConsentRequestsById
17
17
  description: |
18
- The HTTP request `GET /consentRequests/{ID}` is used to get information about a previously
19
- requested consent. The *{ID}* in the URI should contain the consentRequestId that was assigned to the
18
+ The HTTP request `GET /consentRequests/{ID}` is used to get information about a previously
19
+ requested consent. The *{ID}* in the URI should contain the consentRequestId that was assigned to the
20
20
  request by the PISP when the PISP originated the request.
21
21
  tags:
22
22
  - consentRequests
@@ -49,14 +49,14 @@ put:
49
49
  operationId: UpdateConsentRequest
50
50
  summary: UpdateConsentRequest
51
51
  description: |
52
- A DFSP uses this callback to (1) inform the PISP that the consentRequest has been accepted,
52
+ A DFSP uses this callback to (1) inform the PISP that the consentRequest has been accepted,
53
53
  and (2) communicate to the PISP which `authChannel` it should use to authenticate their user
54
54
  with.
55
55
 
56
- When a PISP requests a series of permissions from a DFSP on behalf of a DFSP’s customer, not all
57
- the permissions requested may be granted by the DFSP. Conversely, the out-of-band authorization
56
+ When a PISP requests a series of permissions from a DFSP on behalf of a DFSP’s customer, not all
57
+ the permissions requested may be granted by the DFSP. Conversely, the out-of-band authorization
58
58
  process may result in additional privileges being granted by the account holder to the PISP. The
59
- **PUT /consentRequests/**_{ID}_ resource returns the current state of the permissions relating to a
59
+ **PUT /consentRequests/**_{ID}_ resource returns the current state of the permissions relating to a
60
60
  particular authorization request.
61
61
  parameters:
62
62
  - $ref: ../components/parameters/Content-Length.yaml
@@ -26,7 +26,7 @@ put:
26
26
  content:
27
27
  application/json:
28
28
  schema:
29
- $ref: '../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
29
+ $ref: '../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
30
30
  responses:
31
31
  200:
32
32
  $ref: ../components/responses/200.yaml
@@ -13,7 +13,7 @@ parameters:
13
13
  - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
14
14
  get:
15
15
  description: >
16
- The **GET /consents/**_{ID}_ resource allows a party to enquire after the status of a consent. The
16
+ The **GET /consents/**_{ID}_ resource allows a party to enquire after the status of a consent. The
17
17
  *{ID}* used in the URI of the request should be the consent request ID which was used to identify
18
18
  the consent when it was created.
19
19
  tags:
@@ -138,7 +138,7 @@ delete:
138
138
  Used by PISP, DFSP
139
139
 
140
140
  The **DELETE /consents/**_{ID}_ request is used to request the revocation of a previously agreed consent.
141
- For tracing and auditing purposes, the switch should be sure not to delete the consent physically;
141
+ For tracing and auditing purposes, the switch should be sure not to delete the consent physically;
142
142
  instead, information relating to the consent should be marked as deleted and requests relating to the
143
143
  consent should not be honoured.
144
144
  operationId: DeleteConsentByID
@@ -26,7 +26,7 @@ put:
26
26
  content:
27
27
  application/json:
28
28
  schema:
29
- $ref: '../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
29
+ $ref: '../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
30
30
  responses:
31
31
  200:
32
32
  $ref: ../components/responses/200.yaml
@@ -30,7 +30,7 @@ put:
30
30
  content:
31
31
  application/json:
32
32
  schema:
33
- $ref: ../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml
33
+ $ref: ../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml
34
34
  responses:
35
35
  '200':
36
36
  $ref: ../components/responses/200.yaml
@@ -30,7 +30,7 @@ put:
30
30
  content:
31
31
  application/json:
32
32
  schema:
33
- $ref: ../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml
33
+ $ref: ../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml
34
34
  responses:
35
35
  '200':
36
36
  $ref: ../components/responses/200.yaml
@@ -28,7 +28,7 @@ put:
28
28
  content:
29
29
  application/json:
30
30
  schema:
31
- $ref: '../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
31
+ $ref: '../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
32
32
  responses:
33
33
  200:
34
34
  $ref: ../components/responses/200.yaml
@@ -33,7 +33,7 @@ post:
33
33
  $ref: ../components/responses/202.yaml
34
34
  400:
35
35
  $ref: ../components/responses/400.yaml
36
- 401:
36
+ 401:
37
37
  $ref: ../components/responses/401.yaml
38
38
  403:
39
39
  $ref: ../components/responses/403.yaml
@@ -13,8 +13,8 @@ parameters:
13
13
  - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
14
14
  get:
15
15
  description: |
16
- The HTTP request **GET /thirdpartyRequests/authorizations/**_{ID}_ is used to get information relating
17
- to a previously issued authorization request. The *{ID}* in the request should match the
16
+ The HTTP request **GET /thirdpartyRequests/authorizations/**_{ID}_ is used to get information relating
17
+ to a previously issued authorization request. The *{ID}* in the request should match the
18
18
  `authorizationRequestId` which was given when the authorization request was created.
19
19
  operationId: GetThirdpartyRequestsAuthorizationsById
20
20
  summary: GetThirdpartyRequestsAuthorizationsById
@@ -43,7 +43,7 @@ get:
43
43
  $ref: ../components/responses/503.yaml
44
44
  put:
45
45
  description: |
46
- After receiving the **POST /thirdpartyRequests/authorizations**, the PISP will present the details of the
46
+ After receiving the **POST /thirdpartyRequests/authorizations**, the PISP will present the details of the
47
47
  transaction to their user, and request that the client sign the `challenge` field using the credential
48
48
  they previously registered.
49
49
 
@@ -34,7 +34,7 @@ put:
34
34
  content:
35
35
  application/json:
36
36
  schema:
37
- $ref: '../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
37
+ $ref: '../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
38
38
  responses:
39
39
  200:
40
40
  $ref: ../components/responses/200.yaml
@@ -44,4 +44,4 @@ post:
44
44
  501:
45
45
  $ref: ../components/responses/501.yaml
46
46
  503:
47
- $ref: ../components/responses/503.yaml
47
+ $ref: ../components/responses/503.yaml
@@ -31,7 +31,7 @@ put:
31
31
  content:
32
32
  application/json:
33
33
  schema:
34
- $ref: '../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
34
+ $ref: '../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
35
35
  responses:
36
36
  200:
37
37
  $ref: ../components/responses/200.yaml
@@ -28,7 +28,7 @@ put:
28
28
  content:
29
29
  application/json:
30
30
  schema:
31
- $ref: '../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
31
+ $ref: '../../../../fspiop/v1_1/openapi3/components/schemas/ErrorInformationObject.yaml'
32
32
  responses:
33
33
  200:
34
34
  $ref: ../components/responses/200.yaml