@mojaloop/api-snippets 17.2.4 → 17.3.0-snapshot.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (450) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +13 -1
  3. package/audit-ci.jsonc +1 -0
  4. package/docs/dist/openapi.yaml +2 -2
  5. package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +2 -3
  6. package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +4 -4
  7. package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +4855 -0
  8. package/docs/index.html +5 -0
  9. package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +3 -2
  10. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +2837 -0
  11. package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +4 -21
  12. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3451 -0
  13. package/docs/thirdparty-openapi3-snippets.yaml +19 -19
  14. package/fspiop/v1_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
  15. package/fspiop/v1_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
  16. package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
  17. package/fspiop/v1_1/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
  18. package/fspiop/v1_1/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
  19. package/fspiop/v1_1/openapi3/openapi.yaml +2 -2
  20. package/fspiop/v2_0/openapi3/components/headers/Content-Length.yaml +9 -0
  21. package/fspiop/v2_0/openapi3/components/headers/Content-Type.yaml +6 -0
  22. package/fspiop/v2_0/openapi3/components/parameters/Accept.yaml +8 -0
  23. package/fspiop/v2_0/openapi3/components/parameters/Content-Length.yaml +11 -0
  24. package/fspiop/v2_0/openapi3/components/parameters/Content-Type.yaml +8 -0
  25. package/fspiop/v2_0/openapi3/components/parameters/Date.yaml +6 -0
  26. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
  27. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
  28. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
  29. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
  30. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
  31. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
  32. package/fspiop/v2_0/openapi3/components/parameters/ID.yaml +6 -0
  33. package/fspiop/v2_0/openapi3/components/parameters/SourceCurrency.yaml +6 -0
  34. package/fspiop/v2_0/openapi3/components/parameters/SubId.yaml +8 -0
  35. package/fspiop/v2_0/openapi3/components/parameters/TargetCurrency.yaml +6 -0
  36. package/fspiop/v2_0/openapi3/components/parameters/Type.yaml +6 -0
  37. package/fspiop/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
  38. package/fspiop/v2_0/openapi3/components/responses/200.yaml +1 -0
  39. package/fspiop/v2_0/openapi3/components/responses/202.yaml +1 -0
  40. package/fspiop/v2_0/openapi3/components/responses/400.yaml +10 -0
  41. package/fspiop/v2_0/openapi3/components/responses/401.yaml +10 -0
  42. package/fspiop/v2_0/openapi3/components/responses/403.yaml +10 -0
  43. package/fspiop/v2_0/openapi3/components/responses/404.yaml +10 -0
  44. package/fspiop/v2_0/openapi3/components/responses/405.yaml +10 -0
  45. package/fspiop/v2_0/openapi3/components/responses/406.yaml +10 -0
  46. package/fspiop/v2_0/openapi3/components/responses/501.yaml +10 -0
  47. package/fspiop/v2_0/openapi3/components/responses/503.yaml +10 -0
  48. package/fspiop/v2_0/openapi3/components/schemas/Amount.yaml +11 -0
  49. package/fspiop/v2_0/openapi3/components/schemas/AmountType.yaml +14 -0
  50. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationInfo.yaml +11 -0
  51. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationType.yaml +12 -0
  52. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationValue.yaml +9 -0
  53. package/fspiop/v2_0/openapi3/components/schemas/AuthorizationResponse.yaml +12 -0
  54. package/fspiop/v2_0/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +10 -0
  55. package/fspiop/v2_0/openapi3/components/schemas/BalanceOfPayments.yaml +9 -0
  56. package/fspiop/v2_0/openapi3/components/schemas/BinaryString.yaml +7 -0
  57. package/fspiop/v2_0/openapi3/components/schemas/BinaryString32.yaml +7 -0
  58. package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesIDPutResponse.yaml +18 -0
  59. package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesPostRequest.yaml +25 -0
  60. package/fspiop/v2_0/openapi3/components/schemas/BulkTransferState.yaml +18 -0
  61. package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersIDPutResponse.yaml +18 -0
  62. package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersPostRequest.yaml +30 -0
  63. package/fspiop/v2_0/openapi3/components/schemas/Code.yaml +5 -0
  64. package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +10 -0
  65. package/fspiop/v2_0/openapi3/components/schemas/Currency.yaml +174 -0
  66. package/fspiop/v2_0/openapi3/components/schemas/CurrencyConverter.yaml +9 -0
  67. package/fspiop/v2_0/openapi3/components/schemas/Date.yaml +9 -0
  68. package/fspiop/v2_0/openapi3/components/schemas/DateOfBirth.yaml +6 -0
  69. package/fspiop/v2_0/openapi3/components/schemas/DateTime.yaml +14 -0
  70. package/fspiop/v2_0/openapi3/components/schemas/ErrorCode.yaml +11 -0
  71. package/fspiop/v2_0/openapi3/components/schemas/ErrorDescription.yaml +5 -0
  72. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformation.yaml +13 -0
  73. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationObject.yaml +8 -0
  74. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
  75. package/fspiop/v2_0/openapi3/components/schemas/Extension.yaml +11 -0
  76. package/fspiop/v2_0/openapi3/components/schemas/ExtensionKey.yaml +5 -0
  77. package/fspiop/v2_0/openapi3/components/schemas/ExtensionList.yaml +15 -0
  78. package/fspiop/v2_0/openapi3/components/schemas/ExtensionValue.yaml +5 -0
  79. package/fspiop/v2_0/openapi3/components/schemas/FirstName.yaml +9 -0
  80. package/fspiop/v2_0/openapi3/components/schemas/FspId.yaml +5 -0
  81. package/fspiop/v2_0/openapi3/components/schemas/FxCharge.yaml +19 -0
  82. package/fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml +57 -0
  83. package/fspiop/v2_0/openapi3/components/schemas/FxMoney.yaml +10 -0
  84. package/fspiop/v2_0/openapi3/components/schemas/FxQuotesIDPutResponse.yaml +15 -0
  85. package/fspiop/v2_0/openapi3/components/schemas/FxQuotesPostRequest.yaml +15 -0
  86. package/fspiop/v2_0/openapi3/components/schemas/FxRate.yaml +15 -0
  87. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPatchResponse.yaml +16 -0
  88. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml +20 -0
  89. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml +41 -0
  90. package/fspiop/v2_0/openapi3/components/schemas/GeoCode.yaml +13 -0
  91. package/fspiop/v2_0/openapi3/components/schemas/IlpCondition.yaml +5 -0
  92. package/fspiop/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +6 -0
  93. package/fspiop/v2_0/openapi3/components/schemas/IlpPacket.yaml +7 -0
  94. package/fspiop/v2_0/openapi3/components/schemas/IndividualQuote.yaml +29 -0
  95. package/fspiop/v2_0/openapi3/components/schemas/IndividualQuoteResult.yaml +26 -0
  96. package/fspiop/v2_0/openapi3/components/schemas/IndividualTransfer.yaml +19 -0
  97. package/fspiop/v2_0/openapi3/components/schemas/IndividualTransferResult.yaml +14 -0
  98. package/fspiop/v2_0/openapi3/components/schemas/Integer.yaml +7 -0
  99. package/fspiop/v2_0/openapi3/components/schemas/KYCInformation.yaml +33 -0
  100. package/fspiop/v2_0/openapi3/components/schemas/LastName.yaml +9 -0
  101. package/fspiop/v2_0/openapi3/components/schemas/Latitude.yaml +7 -0
  102. package/fspiop/v2_0/openapi3/components/schemas/Longitude.yaml +8 -0
  103. package/fspiop/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +7 -0
  104. package/fspiop/v2_0/openapi3/components/schemas/MiddleName.yaml +9 -0
  105. package/fspiop/v2_0/openapi3/components/schemas/Money.yaml +11 -0
  106. package/fspiop/v2_0/openapi3/components/schemas/Name.yaml +17 -0
  107. package/fspiop/v2_0/openapi3/components/schemas/Note.yaml +6 -0
  108. package/fspiop/v2_0/openapi3/components/schemas/OtpValue.yaml +7 -0
  109. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
  110. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
  111. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
  112. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
  113. package/fspiop/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +8 -0
  114. package/fspiop/v2_0/openapi3/components/schemas/Party.yaml +21 -0
  115. package/fspiop/v2_0/openapi3/components/schemas/PartyComplexName.yaml +10 -0
  116. package/fspiop/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +19 -0
  117. package/fspiop/v2_0/openapi3/components/schemas/PartyIdType.yaml +54 -0
  118. package/fspiop/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +6 -0
  119. package/fspiop/v2_0/openapi3/components/schemas/PartyName.yaml +5 -0
  120. package/fspiop/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +10 -0
  121. package/fspiop/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
  122. package/fspiop/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +7 -0
  123. package/fspiop/v2_0/openapi3/components/schemas/PersonalIdentifierType.yaml +51 -0
  124. package/fspiop/v2_0/openapi3/components/schemas/QRCODE.yaml +5 -0
  125. package/fspiop/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +27 -0
  126. package/fspiop/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +53 -0
  127. package/fspiop/v2_0/openapi3/components/schemas/Refund.yaml +10 -0
  128. package/fspiop/v2_0/openapi3/components/schemas/RefundReason.yaml +6 -0
  129. package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPPutResponse.yaml +13 -0
  130. package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPSourceCurrencyTargetCurrencyPutResponse.yaml +13 -0
  131. package/fspiop/v2_0/openapi3/components/schemas/TokenCode.yaml +6 -0
  132. package/fspiop/v2_0/openapi3/components/schemas/Transaction.yaml +50 -0
  133. package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiator.yaml +16 -0
  134. package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiatorType.yaml +14 -0
  135. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +14 -0
  136. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsIDPutResponse.yaml +12 -0
  137. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +30 -0
  138. package/fspiop/v2_0/openapi3/components/schemas/TransactionScenario.yaml +32 -0
  139. package/fspiop/v2_0/openapi3/components/schemas/TransactionState.yaml +14 -0
  140. package/fspiop/v2_0/openapi3/components/schemas/TransactionSubScenario.yaml +5 -0
  141. package/fspiop/v2_0/openapi3/components/schemas/TransactionType.yaml +20 -0
  142. package/fspiop/v2_0/openapi3/components/schemas/TransactionsIDPutResponse.yaml +14 -0
  143. package/fspiop/v2_0/openapi3/components/schemas/TransferState.yaml +19 -0
  144. package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPatchResponse.yaml +13 -0
  145. package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPutResponse.yaml +14 -0
  146. package/fspiop/v2_0/openapi3/components/schemas/TransfersPostRequest.yaml +28 -0
  147. package/fspiop/v2_0/openapi3/components/schemas/U2FPIN.yaml +8 -0
  148. package/fspiop/v2_0/openapi3/components/schemas/U2FPinValue.yaml +19 -0
  149. package/fspiop/v2_0/openapi3/components/schemas/UndefinedEnum.yaml +6 -0
  150. package/fspiop/v2_0/openapi3/openapi.yaml +126 -0
  151. package/fspiop/v2_0/openapi3/paths/authorizations_ID.yaml +110 -0
  152. package/fspiop/v2_0/openapi3/paths/authorizations_ID_error.yaml +48 -0
  153. package/fspiop/v2_0/openapi3/paths/bulkQuotes.yaml +46 -0
  154. package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID.yaml +79 -0
  155. package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID_error.yaml +49 -0
  156. package/fspiop/v2_0/openapi3/paths/bulkTransfers.yaml +46 -0
  157. package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID.yaml +81 -0
  158. package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID_error.yaml +49 -0
  159. package/fspiop/v2_0/openapi3/paths/fxQuotes.yaml +45 -0
  160. package/fspiop/v2_0/openapi3/paths/fxQuotes_ID.yaml +79 -0
  161. package/fspiop/v2_0/openapi3/paths/fxQuotes_ID_error.yaml +49 -0
  162. package/fspiop/v2_0/openapi3/paths/fxTransfers.yaml +45 -0
  163. package/fspiop/v2_0/openapi3/paths/fxTransfers_ID.yaml +118 -0
  164. package/fspiop/v2_0/openapi3/paths/fxTransfers_ID_error.yaml +49 -0
  165. package/fspiop/v2_0/openapi3/paths/participants.yaml +49 -0
  166. package/fspiop/v2_0/openapi3/paths/participants_ID.yaml +46 -0
  167. package/fspiop/v2_0/openapi3/paths/participants_ID_error.yaml +48 -0
  168. package/fspiop/v2_0/openapi3/paths/participants_Type_ID.yaml +167 -0
  169. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId.yaml +168 -0
  170. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId_error.yaml +50 -0
  171. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_error.yaml +49 -0
  172. package/fspiop/v2_0/openapi3/paths/parties_Type_ID.yaml +81 -0
  173. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId.yaml +82 -0
  174. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId_error.yaml +50 -0
  175. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_error.yaml +49 -0
  176. package/fspiop/v2_0/openapi3/paths/quotes.yaml +46 -0
  177. package/fspiop/v2_0/openapi3/paths/quotes_ID.yaml +79 -0
  178. package/fspiop/v2_0/openapi3/paths/quotes_ID_error.yaml +49 -0
  179. package/fspiop/v2_0/openapi3/paths/services_FXP.yaml +73 -0
  180. package/fspiop/v2_0/openapi3/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +77 -0
  181. package/fspiop/v2_0/openapi3/paths/transactionRequests.yaml +47 -0
  182. package/fspiop/v2_0/openapi3/paths/transactionRequests_ID.yaml +81 -0
  183. package/fspiop/v2_0/openapi3/paths/transactionRequests_ID_error.yaml +50 -0
  184. package/fspiop/v2_0/openapi3/paths/transactions_ID.yaml +80 -0
  185. package/fspiop/v2_0/openapi3/paths/transactions_ID_error.yaml +48 -0
  186. package/fspiop/v2_0/openapi3/paths/transfers.yaml +46 -0
  187. package/fspiop/v2_0/openapi3/paths/transfers_ID.yaml +119 -0
  188. package/fspiop/v2_0/openapi3/paths/transfers_ID_error.yaml +49 -0
  189. package/lib/fspiop/v1_0/openapi.d.ts +2 -3
  190. package/lib/fspiop/v1_1/openapi.d.ts +2 -2
  191. package/lib/fspiop/v2_0/openapi.d.ts +3982 -0
  192. package/lib/fspiop/v2_0/openapi.js +7 -0
  193. package/lib/fspiop/v2_0/openapi.js.map +1 -0
  194. package/lib/scripts/json-schema-generator.js +4 -5
  195. package/lib/scripts/json-schema-generator.js.map +1 -1
  196. package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +7 -7
  197. package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +1 -1
  198. package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +12 -12
  199. package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +1 -7
  200. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +26898 -0
  201. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +1476 -0
  202. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +7 -0
  203. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +1 -0
  204. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +8814 -0
  205. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +140 -0
  206. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -0
  207. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +133 -0
  208. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +4 -0
  209. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +1 -0
  210. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +38718 -0
  211. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1897 -0
  212. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +7 -0
  213. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +1 -0
  214. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +15536 -0
  215. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +149 -0
  216. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -0
  217. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +142 -0
  218. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +4 -0
  219. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +1 -0
  220. package/lib/thirdparty/openapi.d.ts +18 -18
  221. package/package.json +45 -30
  222. package/sdk-bulk.yaml +1 -1
  223. package/sdk-outbound-old.yaml +1 -1
  224. package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +0 -1
  225. package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +0 -1
  226. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +0 -5
  227. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +0 -5
  228. package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +0 -1
  229. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +3 -2
  230. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +0 -5
  231. package/sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml +1 -1
  232. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1494 -0
  233. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +26 -0
  234. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +25 -0
  235. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +21 -0
  236. package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +6 -0
  237. package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +8 -0
  238. package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +6 -0
  239. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +8 -0
  240. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +8 -0
  241. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +8 -0
  242. package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +8 -0
  243. package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +8 -0
  244. package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +1 -0
  245. package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +5 -0
  246. package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +5 -0
  247. package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +5 -0
  248. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +5 -0
  249. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +5 -0
  250. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +5 -0
  251. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +5 -0
  252. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +5 -0
  253. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +5 -0
  254. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +5 -0
  255. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +1 -0
  256. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
  257. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
  258. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +5 -0
  259. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
  260. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +5 -0
  261. package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +5 -0
  262. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +8 -0
  263. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +5 -0
  264. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +5 -0
  265. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +5 -0
  266. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +5 -0
  267. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +5 -0
  268. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +5 -0
  269. package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +5 -0
  270. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +5 -0
  271. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +5 -0
  272. package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +5 -0
  273. package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +5 -0
  274. package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +5 -0
  275. package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +5 -0
  276. package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +11 -0
  277. package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +14 -0
  278. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +11 -0
  279. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +12 -0
  280. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +44 -0
  281. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
  282. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +12 -0
  283. package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +9 -0
  284. package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +10 -0
  285. package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +174 -0
  286. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +6 -0
  287. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +14 -0
  288. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +11 -0
  289. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +5 -0
  290. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +13 -0
  291. package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +11 -0
  292. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +5 -0
  293. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +15 -0
  294. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +5 -0
  295. package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +9 -0
  296. package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +5 -0
  297. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +16 -0
  298. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +14 -0
  299. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +19 -0
  300. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +18 -0
  301. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +28 -0
  302. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +17 -0
  303. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +28 -0
  304. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +17 -0
  305. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +17 -0
  306. package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +13 -0
  307. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +5 -0
  308. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +6 -0
  309. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +8 -0
  310. package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +9 -0
  311. package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +7 -0
  312. package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +8 -0
  313. package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +7 -0
  314. package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +9 -0
  315. package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +11 -0
  316. package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +17 -0
  317. package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +6 -0
  318. package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +21 -0
  319. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +10 -0
  320. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +19 -0
  321. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +54 -0
  322. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +6 -0
  323. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +5 -0
  324. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +8 -0
  325. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +7 -0
  326. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +27 -0
  327. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +53 -0
  328. package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +10 -0
  329. package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +6 -0
  330. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +16 -0
  331. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +14 -0
  332. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +20 -0
  333. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +14 -0
  334. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +32 -0
  335. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +5 -0
  336. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +20 -0
  337. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +19 -0
  338. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +14 -0
  339. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +28 -0
  340. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +15 -0
  341. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +4 -0
  342. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +16 -0
  343. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +23 -0
  344. package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +5 -0
  345. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +9 -0
  346. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +14 -0
  347. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +9 -0
  348. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +8 -0
  349. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +24 -0
  350. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +26 -0
  351. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +4 -0
  352. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +16 -0
  353. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +10 -0
  354. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +10 -0
  355. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +17 -0
  356. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +13 -0
  357. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +34 -0
  358. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +7 -0
  359. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +38 -0
  360. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +35 -0
  361. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +27 -0
  362. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +27 -0
  363. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +6 -0
  364. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +8 -0
  365. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +28 -0
  366. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +29 -0
  367. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +4 -0
  368. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +8 -0
  369. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +3 -0
  370. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +10 -0
  371. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +3 -0
  372. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +8 -0
  373. package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +5 -0
  374. package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +11 -0
  375. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +29 -0
  376. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +25 -0
  377. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +34 -0
  378. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +9 -0
  379. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +14 -0
  380. package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +4 -0
  381. package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +18 -0
  382. package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +12 -0
  383. package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +12 -0
  384. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +48 -0
  385. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +32 -0
  386. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +35 -0
  387. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +5 -0
  388. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +42 -0
  389. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +72 -0
  390. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +10 -0
  391. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +10 -0
  392. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +17 -0
  393. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +9 -0
  394. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +9 -0
  395. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +9 -0
  396. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +9 -0
  397. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +12 -0
  398. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +38 -0
  399. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +41 -0
  400. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +93 -0
  401. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +7 -0
  402. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +19 -0
  403. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +5 -0
  404. package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +66 -0
  405. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +26 -0
  406. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +23 -0
  407. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +24 -0
  408. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +21 -0
  409. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
  410. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +21 -0
  411. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +24 -0
  412. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +26 -0
  413. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +25 -0
  414. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +18 -0
  415. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +19 -0
  416. package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +18 -0
  417. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +22 -0
  418. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +57 -0
  419. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +34 -0
  420. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +29 -0
  421. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +15 -0
  422. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +18 -0
  423. package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +18 -0
  424. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +55 -0
  425. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +59 -0
  426. package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +12 -0
  427. package/thirdparty/v1_0/openapi3/components/schemas/Account.yaml +1 -1
  428. package/thirdparty/v1_0/openapi3/components/schemas/AccountAddress.yaml +1 -1
  429. package/thirdparty/v1_0/openapi3/components/schemas/AccountList.yaml +1 -1
  430. package/thirdparty/v1_0/openapi3/components/schemas/AccountsIDPutResponse.yaml +1 -1
  431. package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +1 -1
  432. package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +1 -1
  433. package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +1 -1
  434. package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +1 -1
  435. package/thirdparty/v1_0/openapi3/components/schemas/CredentialType.yaml +1 -1
  436. package/thirdparty/v1_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +1 -1
  437. package/thirdparty/v1_0/openapi3/components/schemas/Scope.yaml +1 -1
  438. package/thirdparty/v1_0/openapi3/components/schemas/ServiceType.yaml +1 -1
  439. package/thirdparty/v1_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +1 -1
  440. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +1 -1
  441. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +1 -1
  442. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +1 -1
  443. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +1 -1
  444. package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +1 -1
  445. package/thirdparty/v1_0/openapi3/openapi.yaml +1 -1
  446. package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml +1 -1
  447. package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml +17 -17
  448. package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml +1 -1
  449. package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml +17 -17
  450. package/tsconfig.build.json +1 -1
@@ -0,0 +1,168 @@
1
+ parameters:
2
+ - $ref: ../components/parameters/Type.yaml
3
+ - $ref: ../components/parameters/ID.yaml
4
+ - $ref: ../components/parameters/SubId.yaml
5
+ - $ref: ../components/parameters/Content-Type.yaml
6
+ - $ref: ../components/parameters/Date.yaml
7
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
8
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
9
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
10
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
11
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
12
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
13
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
14
+ post:
15
+ description: >-
16
+ The HTTP request `POST /participants/{Type}/{ID}` (or `POST
17
+ /participants/{Type}/{ID}/{SubId}`) is used to create information in the
18
+ server regarding the provided identity, defined by `{Type}`, `{ID}`, and
19
+ optionally `{SubId}` (for example, `POST /participants/MSISDN/123456789` or
20
+ `POST /participants/BUSINESS/shoecompany/employee1`). An ExtensionList
21
+ element has been added to this reqeust in version v1.1
22
+ summary: Create participant information
23
+ tags:
24
+ - participants
25
+ operationId: ParticipantsSubIdByTypeAndIDPost
26
+ parameters:
27
+ - $ref: ../components/parameters/Accept.yaml
28
+ - $ref: ../components/parameters/Content-Length.yaml
29
+ requestBody:
30
+ description: Participant information to be created.
31
+ required: true
32
+ content:
33
+ application/json:
34
+ schema:
35
+ $ref: ../components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml
36
+ responses:
37
+ '202':
38
+ $ref: ../components/responses/202.yaml
39
+ '400':
40
+ $ref: ../components/responses/400.yaml
41
+ '401':
42
+ $ref: ../components/responses/401.yaml
43
+ '403':
44
+ $ref: ../components/responses/403.yaml
45
+ '404':
46
+ $ref: ../components/responses/404.yaml
47
+ '405':
48
+ $ref: ../components/responses/405.yaml
49
+ '406':
50
+ $ref: ../components/responses/406.yaml
51
+ '501':
52
+ $ref: ../components/responses/501.yaml
53
+ '503':
54
+ $ref: ../components/responses/503.yaml
55
+ get:
56
+ description: >-
57
+ The HTTP request `GET /participants/{Type}/{ID}` (or `GET
58
+ /participants/{Type}/{ID}/{SubId}`) is used to find out in which FSP the
59
+ requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}`, is
60
+ located (for example, `GET /participants/MSISDN/123456789`, or `GET
61
+ /participants/BUSINESS/shoecompany/employee1`). This HTTP request should
62
+ support a query string for filtering of currency. To use filtering of
63
+ currency, the HTTP request `GET /participants/{Type}/{ID}?currency=XYZ`
64
+ should be used, where `XYZ` is the requested currency.
65
+ summary: Look up participant information
66
+ tags:
67
+ - participants
68
+ operationId: ParticipantsSubIdByTypeAndID
69
+ parameters:
70
+ - $ref: ../components/parameters/Accept.yaml
71
+ responses:
72
+ '202':
73
+ $ref: ../components/responses/202.yaml
74
+ '400':
75
+ $ref: ../components/responses/400.yaml
76
+ '401':
77
+ $ref: ../components/responses/401.yaml
78
+ '403':
79
+ $ref: ../components/responses/403.yaml
80
+ '404':
81
+ $ref: ../components/responses/404.yaml
82
+ '405':
83
+ $ref: ../components/responses/405.yaml
84
+ '406':
85
+ $ref: ../components/responses/406.yaml
86
+ '501':
87
+ $ref: ../components/responses/501.yaml
88
+ '503':
89
+ $ref: ../components/responses/503.yaml
90
+ put:
91
+ description: >-
92
+ The callback `PUT /participants/{Type}/{ID}` (or `PUT
93
+ /participants/{Type}/{ID}/{SubId}`) is used to inform the client of a
94
+ successful result of the lookup, creation, or deletion of the FSP
95
+ information related to the Party. If the FSP information is deleted, the
96
+ fspId element should be empty; otherwise the element should include the FSP
97
+ information for the Party.
98
+ summary: Return participant information
99
+ tags:
100
+ - participants
101
+ operationId: ParticipantsSubIdByTypeAndID3
102
+ parameters:
103
+ - $ref: ../components/parameters/Content-Length.yaml
104
+ requestBody:
105
+ description: Participant information returned.
106
+ required: true
107
+ content:
108
+ application/json:
109
+ schema:
110
+ $ref: ../components/schemas/ParticipantsTypeIDPutResponse.yaml
111
+ responses:
112
+ '200':
113
+ $ref: ../components/responses/200.yaml
114
+ '400':
115
+ $ref: ../components/responses/400.yaml
116
+ '401':
117
+ $ref: ../components/responses/401.yaml
118
+ '403':
119
+ $ref: ../components/responses/403.yaml
120
+ '404':
121
+ $ref: ../components/responses/404.yaml
122
+ '405':
123
+ $ref: ../components/responses/405.yaml
124
+ '406':
125
+ $ref: ../components/responses/406.yaml
126
+ '501':
127
+ $ref: ../components/responses/501.yaml
128
+ '503':
129
+ $ref: ../components/responses/503.yaml
130
+ delete:
131
+ description: >-
132
+ The HTTP request `DELETE /participants/{Type}/{ID}` (or `DELETE
133
+ /participants/{Type}/{ID}/{SubId}`) is used to delete information in the
134
+ server regarding the provided identity, defined by `{Type}` and `{ID}`) (for
135
+ example, `DELETE /participants/MSISDN/123456789`), and optionally `{SubId}`.
136
+ This HTTP request should support a query string to delete FSP information
137
+ regarding a specific currency only. To delete a specific currency only, the
138
+ HTTP request `DELETE /participants/{Type}/{ID}?currency=XYZ` should be used,
139
+ where `XYZ` is the requested currency.
140
+
141
+
142
+ **Note:** The Account Lookup System should verify that it is the Party’s
143
+ current FSP that is deleting the FSP information.
144
+ summary: Delete participant information
145
+ tags:
146
+ - participants
147
+ operationId: ParticipantsSubIdByTypeAndID2
148
+ parameters:
149
+ - $ref: ../components/parameters/Accept.yaml
150
+ responses:
151
+ '202':
152
+ $ref: ../components/responses/202.yaml
153
+ '400':
154
+ $ref: ../components/responses/400.yaml
155
+ '401':
156
+ $ref: ../components/responses/401.yaml
157
+ '403':
158
+ $ref: ../components/responses/403.yaml
159
+ '404':
160
+ $ref: ../components/responses/404.yaml
161
+ '405':
162
+ $ref: ../components/responses/405.yaml
163
+ '406':
164
+ $ref: ../components/responses/406.yaml
165
+ '501':
166
+ $ref: ../components/responses/501.yaml
167
+ '503':
168
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,50 @@
1
+ put:
2
+ description: >-
3
+ If the server is unable to find, create or delete the associated FSP of the
4
+ provided identity, or another processing error occurred, the error callback
5
+ `PUT /participants/{Type}/{ID}/error` (or `PUT
6
+ /participants/{Type}/{ID}/{SubId}/error`) is used.
7
+ summary: Return participant information error
8
+ tags:
9
+ - participants
10
+ operationId: ParticipantsSubIdErrorByTypeAndID
11
+ parameters:
12
+ - $ref: ../components/parameters/Type.yaml
13
+ - $ref: ../components/parameters/ID.yaml
14
+ - $ref: ../components/parameters/SubId.yaml
15
+ - $ref: ../components/parameters/Content-Length.yaml
16
+ - $ref: ../components/parameters/Content-Type.yaml
17
+ - $ref: ../components/parameters/Date.yaml
18
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
19
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
20
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
21
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
22
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
23
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
24
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
25
+ requestBody:
26
+ description: Details of the error returned.
27
+ required: true
28
+ content:
29
+ application/json:
30
+ schema:
31
+ $ref: ../components/schemas/ErrorInformationObject.yaml
32
+ responses:
33
+ '200':
34
+ $ref: ../components/responses/200.yaml
35
+ '400':
36
+ $ref: ../components/responses/400.yaml
37
+ '401':
38
+ $ref: ../components/responses/401.yaml
39
+ '403':
40
+ $ref: ../components/responses/403.yaml
41
+ '404':
42
+ $ref: ../components/responses/404.yaml
43
+ '405':
44
+ $ref: ../components/responses/405.yaml
45
+ '406':
46
+ $ref: ../components/responses/406.yaml
47
+ '501':
48
+ $ref: ../components/responses/501.yaml
49
+ '503':
50
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,49 @@
1
+ put:
2
+ description: >-
3
+ If the server is unable to find, create or delete the associated FSP of the
4
+ provided identity, or another processing error occurred, the error callback
5
+ `PUT /participants/{Type}/{ID}/error` (or `PUT
6
+ /participants/{Type}/{ID}/{SubId}/error`) is used.
7
+ summary: Return participant information error
8
+ tags:
9
+ - participants
10
+ operationId: ParticipantsErrorByTypeAndID
11
+ parameters:
12
+ - $ref: ../components/parameters/Type.yaml
13
+ - $ref: ../components/parameters/ID.yaml
14
+ - $ref: ../components/parameters/Content-Length.yaml
15
+ - $ref: ../components/parameters/Content-Type.yaml
16
+ - $ref: ../components/parameters/Date.yaml
17
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
18
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
19
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
20
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
21
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
22
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
23
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
24
+ requestBody:
25
+ description: Details of the error returned.
26
+ required: true
27
+ content:
28
+ application/json:
29
+ schema:
30
+ $ref: ../components/schemas/ErrorInformationObject.yaml
31
+ responses:
32
+ '200':
33
+ $ref: ../components/responses/200.yaml
34
+ '400':
35
+ $ref: ../components/responses/400.yaml
36
+ '401':
37
+ $ref: ../components/responses/401.yaml
38
+ '403':
39
+ $ref: ../components/responses/403.yaml
40
+ '404':
41
+ $ref: ../components/responses/404.yaml
42
+ '405':
43
+ $ref: ../components/responses/405.yaml
44
+ '406':
45
+ $ref: ../components/responses/406.yaml
46
+ '501':
47
+ $ref: ../components/responses/501.yaml
48
+ '503':
49
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,81 @@
1
+ parameters:
2
+ - $ref: ../components/parameters/Type.yaml
3
+ - $ref: ../components/parameters/ID.yaml
4
+ - $ref: ../components/parameters/Content-Type.yaml
5
+ - $ref: ../components/parameters/Date.yaml
6
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
7
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
8
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
9
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
10
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
11
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
12
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
13
+ get:
14
+ description: >-
15
+ The HTTP request `GET /parties/{Type}/{ID}` (or `GET
16
+ /parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the
17
+ requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for
18
+ example, `GET /parties/MSISDN/123456789`, or `GET
19
+ /parties/BUSINESS/shoecompany/employee1`).
20
+ summary: Look up party information
21
+ tags:
22
+ - parties
23
+ operationId: PartiesByTypeAndID
24
+ parameters:
25
+ - $ref: ../components/parameters/Accept.yaml
26
+ responses:
27
+ '202':
28
+ $ref: ../components/responses/202.yaml
29
+ '400':
30
+ $ref: ../components/responses/400.yaml
31
+ '401':
32
+ $ref: ../components/responses/401.yaml
33
+ '403':
34
+ $ref: ../components/responses/403.yaml
35
+ '404':
36
+ $ref: ../components/responses/404.yaml
37
+ '405':
38
+ $ref: ../components/responses/405.yaml
39
+ '406':
40
+ $ref: ../components/responses/406.yaml
41
+ '501':
42
+ $ref: ../components/responses/501.yaml
43
+ '503':
44
+ $ref: ../components/responses/503.yaml
45
+ put:
46
+ description: >-
47
+ The callback `PUT /parties/{Type}/{ID}` (or `PUT
48
+ /parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful
49
+ result of the Party information lookup.
50
+ summary: Return party information
51
+ tags:
52
+ - parties
53
+ operationId: PartiesByTypeAndID2
54
+ parameters:
55
+ - $ref: ../components/parameters/Content-Length.yaml
56
+ requestBody:
57
+ description: Party information returned.
58
+ required: true
59
+ content:
60
+ application/json:
61
+ schema:
62
+ $ref: ../components/schemas/PartiesTypeIDPutResponse.yaml
63
+ responses:
64
+ '200':
65
+ $ref: ../components/responses/200.yaml
66
+ '400':
67
+ $ref: ../components/responses/400.yaml
68
+ '401':
69
+ $ref: ../components/responses/401.yaml
70
+ '403':
71
+ $ref: ../components/responses/403.yaml
72
+ '404':
73
+ $ref: ../components/responses/404.yaml
74
+ '405':
75
+ $ref: ../components/responses/405.yaml
76
+ '406':
77
+ $ref: ../components/responses/406.yaml
78
+ '501':
79
+ $ref: ../components/responses/501.yaml
80
+ '503':
81
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,82 @@
1
+ parameters:
2
+ - $ref: ../components/parameters/Type.yaml
3
+ - $ref: ../components/parameters/ID.yaml
4
+ - $ref: ../components/parameters/SubId.yaml
5
+ - $ref: ../components/parameters/Content-Type.yaml
6
+ - $ref: ../components/parameters/Date.yaml
7
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
8
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
9
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
10
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
11
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
12
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
13
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
14
+ get:
15
+ description: >-
16
+ The HTTP request `GET /parties/{Type}/{ID}` (or `GET
17
+ /parties/{Type}/{ID}/{SubId}`) is used to look up information regarding the
18
+ requested Party, defined by `{Type}`, `{ID}` and optionally `{SubId}` (for
19
+ example, `GET /parties/MSISDN/123456789`, or `GET
20
+ /parties/BUSINESS/shoecompany/employee1`).
21
+ summary: Look up party information
22
+ tags:
23
+ - parties
24
+ operationId: PartiesSubIdByTypeAndID
25
+ parameters:
26
+ - $ref: ../components/parameters/Accept.yaml
27
+ responses:
28
+ '202':
29
+ $ref: ../components/responses/202.yaml
30
+ '400':
31
+ $ref: ../components/responses/400.yaml
32
+ '401':
33
+ $ref: ../components/responses/401.yaml
34
+ '403':
35
+ $ref: ../components/responses/403.yaml
36
+ '404':
37
+ $ref: ../components/responses/404.yaml
38
+ '405':
39
+ $ref: ../components/responses/405.yaml
40
+ '406':
41
+ $ref: ../components/responses/406.yaml
42
+ '501':
43
+ $ref: ../components/responses/501.yaml
44
+ '503':
45
+ $ref: ../components/responses/503.yaml
46
+ put:
47
+ description: >-
48
+ The callback `PUT /parties/{Type}/{ID}` (or `PUT
49
+ /parties/{Type}/{ID}/{SubId}`) is used to inform the client of a successful
50
+ result of the Party information lookup.
51
+ summary: Return party information
52
+ tags:
53
+ - parties
54
+ operationId: PartiesSubIdByTypeAndIDPut
55
+ parameters:
56
+ - $ref: ../components/parameters/Content-Length.yaml
57
+ requestBody:
58
+ description: Party information returned.
59
+ required: true
60
+ content:
61
+ application/json:
62
+ schema:
63
+ $ref: ../components/schemas/PartiesTypeIDPutResponse.yaml
64
+ responses:
65
+ '200':
66
+ $ref: ../components/responses/200.yaml
67
+ '400':
68
+ $ref: ../components/responses/400.yaml
69
+ '401':
70
+ $ref: ../components/responses/401.yaml
71
+ '403':
72
+ $ref: ../components/responses/403.yaml
73
+ '404':
74
+ $ref: ../components/responses/404.yaml
75
+ '405':
76
+ $ref: ../components/responses/405.yaml
77
+ '406':
78
+ $ref: ../components/responses/406.yaml
79
+ '501':
80
+ $ref: ../components/responses/501.yaml
81
+ '503':
82
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,50 @@
1
+ put:
2
+ description: >-
3
+ If the server is unable to find Party information of the provided identity,
4
+ or another processing error occurred, the error callback `PUT
5
+ /parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubId}/error`) is
6
+ used.
7
+ summary: Return party information error
8
+ tags:
9
+ - parties
10
+ operationId: PartiesSubIdErrorByTypeAndID
11
+ parameters:
12
+ - $ref: ../components/parameters/Type.yaml
13
+ - $ref: ../components/parameters/ID.yaml
14
+ - $ref: ../components/parameters/SubId.yaml
15
+ - $ref: ../components/parameters/Content-Length.yaml
16
+ - $ref: ../components/parameters/Content-Type.yaml
17
+ - $ref: ../components/parameters/Date.yaml
18
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
19
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
20
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
21
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
22
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
23
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
24
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
25
+ requestBody:
26
+ description: Details of the error returned.
27
+ required: true
28
+ content:
29
+ application/json:
30
+ schema:
31
+ $ref: ../components/schemas/ErrorInformationObject.yaml
32
+ responses:
33
+ '200':
34
+ $ref: ../components/responses/200.yaml
35
+ '400':
36
+ $ref: ../components/responses/400.yaml
37
+ '401':
38
+ $ref: ../components/responses/401.yaml
39
+ '403':
40
+ $ref: ../components/responses/403.yaml
41
+ '404':
42
+ $ref: ../components/responses/404.yaml
43
+ '405':
44
+ $ref: ../components/responses/405.yaml
45
+ '406':
46
+ $ref: ../components/responses/406.yaml
47
+ '501':
48
+ $ref: ../components/responses/501.yaml
49
+ '503':
50
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,49 @@
1
+ put:
2
+ description: >-
3
+ If the server is unable to find Party information of the provided identity,
4
+ or another processing error occurred, the error callback `PUT
5
+ /parties/{Type}/{ID}/error` (or `PUT /parties/{Type}/{ID}/{SubI}/error`) is
6
+ used.
7
+ summary: Return party information error
8
+ tags:
9
+ - parties
10
+ operationId: PartiesErrorByTypeAndID
11
+ parameters:
12
+ - $ref: ../components/parameters/Type.yaml
13
+ - $ref: ../components/parameters/ID.yaml
14
+ - $ref: ../components/parameters/Content-Length.yaml
15
+ - $ref: ../components/parameters/Content-Type.yaml
16
+ - $ref: ../components/parameters/Date.yaml
17
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
18
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
19
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
20
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
21
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
22
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
23
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
24
+ requestBody:
25
+ description: Details of the error returned.
26
+ required: true
27
+ content:
28
+ application/json:
29
+ schema:
30
+ $ref: ../components/schemas/ErrorInformationObject.yaml
31
+ responses:
32
+ '200':
33
+ $ref: ../components/responses/200.yaml
34
+ '400':
35
+ $ref: ../components/responses/400.yaml
36
+ '401':
37
+ $ref: ../components/responses/401.yaml
38
+ '403':
39
+ $ref: ../components/responses/403.yaml
40
+ '404':
41
+ $ref: ../components/responses/404.yaml
42
+ '405':
43
+ $ref: ../components/responses/405.yaml
44
+ '406':
45
+ $ref: ../components/responses/406.yaml
46
+ '501':
47
+ $ref: ../components/responses/501.yaml
48
+ '503':
49
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,46 @@
1
+ post:
2
+ description: >-
3
+ The HTTP request `POST /quotes` is used to request the creation of a quote
4
+ for the provided financial transaction in the server.
5
+ summary: Calculate quote
6
+ tags:
7
+ - quotes
8
+ operationId: Quotes
9
+ parameters:
10
+ - $ref: ../components/parameters/Accept.yaml
11
+ - $ref: ../components/parameters/Content-Length.yaml
12
+ - $ref: ../components/parameters/Content-Type.yaml
13
+ - $ref: ../components/parameters/Date.yaml
14
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
15
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
16
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
17
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
18
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
19
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
20
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
21
+ requestBody:
22
+ description: Details of the quote to be created.
23
+ required: true
24
+ content:
25
+ application/json:
26
+ schema:
27
+ $ref: ../components/schemas/QuotesPostRequest.yaml
28
+ responses:
29
+ '202':
30
+ $ref: ../components/responses/202.yaml
31
+ '400':
32
+ $ref: ../components/responses/400.yaml
33
+ '401':
34
+ $ref: ../components/responses/401.yaml
35
+ '403':
36
+ $ref: ../components/responses/403.yaml
37
+ '404':
38
+ $ref: ../components/responses/404.yaml
39
+ '405':
40
+ $ref: ../components/responses/405.yaml
41
+ '406':
42
+ $ref: ../components/responses/406.yaml
43
+ '501':
44
+ $ref: ../components/responses/501.yaml
45
+ '503':
46
+ $ref: ../components/responses/503.yaml
@@ -0,0 +1,79 @@
1
+ parameters:
2
+ - $ref: ../components/parameters/ID.yaml
3
+ - $ref: ../components/parameters/Content-Type.yaml
4
+ - $ref: ../components/parameters/Date.yaml
5
+ - $ref: ../components/parameters/X-Forwarded-For.yaml
6
+ - $ref: ../components/parameters/FSPIOP-Source.yaml
7
+ - $ref: ../components/parameters/FSPIOP-Destination.yaml
8
+ - $ref: ../components/parameters/FSPIOP-Encryption.yaml
9
+ - $ref: ../components/parameters/FSPIOP-Signature.yaml
10
+ - $ref: ../components/parameters/FSPIOP-URI.yaml
11
+ - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
12
+ get:
13
+ description: >-
14
+ The HTTP request `GET /quotes/{ID}` is used to get information regarding a
15
+ quote created or requested earlier. The `{ID}` in the URI should contain the
16
+ `quoteId` that was used for the creation of the quote.
17
+ summary: Retrieve quote information
18
+ tags:
19
+ - quotes
20
+ operationId: QuotesByID
21
+ parameters:
22
+ - $ref: ../components/parameters/Accept.yaml
23
+ responses:
24
+ '202':
25
+ $ref: ../components/responses/202.yaml
26
+ '400':
27
+ $ref: ../components/responses/400.yaml
28
+ '401':
29
+ $ref: ../components/responses/401.yaml
30
+ '403':
31
+ $ref: ../components/responses/403.yaml
32
+ '404':
33
+ $ref: ../components/responses/404.yaml
34
+ '405':
35
+ $ref: ../components/responses/405.yaml
36
+ '406':
37
+ $ref: ../components/responses/406.yaml
38
+ '501':
39
+ $ref: ../components/responses/501.yaml
40
+ '503':
41
+ $ref: ../components/responses/503.yaml
42
+ put:
43
+ description: >-
44
+ The callback `PUT /quotes/{ID}` is used to inform the client of a requested
45
+ or created quote. The `{ID}` in the URI should contain the `quoteId` that
46
+ was used for the creation of the quote, or the `{ID}` that was used in the
47
+ `GET /quotes/{ID}` request.
48
+ summary: Return quote information
49
+ tags:
50
+ - quotes
51
+ operationId: QuotesByID1
52
+ parameters:
53
+ - $ref: ../components/parameters/Content-Length.yaml
54
+ requestBody:
55
+ description: Quote information returned.
56
+ required: true
57
+ content:
58
+ application/json:
59
+ schema:
60
+ $ref: ../components/schemas/QuotesIDPutResponse.yaml
61
+ responses:
62
+ '200':
63
+ $ref: ../components/responses/200.yaml
64
+ '400':
65
+ $ref: ../components/responses/400.yaml
66
+ '401':
67
+ $ref: ../components/responses/401.yaml
68
+ '403':
69
+ $ref: ../components/responses/403.yaml
70
+ '404':
71
+ $ref: ../components/responses/404.yaml
72
+ '405':
73
+ $ref: ../components/responses/405.yaml
74
+ '406':
75
+ $ref: ../components/responses/406.yaml
76
+ '501':
77
+ $ref: ../components/responses/501.yaml
78
+ '503':
79
+ $ref: ../components/responses/503.yaml