@mojaloop/api-snippets 17.3.0 → 17.5.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 (246) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +12 -0
  3. package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +1 -2
  4. package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +1 -1
  5. package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
  6. package/docs/index.html +4 -0
  7. package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +8 -8
  8. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +2519 -0
  9. package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +2 -11
  10. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3024 -0
  11. package/docs/thirdparty-openapi3-snippets.yaml +1 -1
  12. package/fspiop/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
  13. package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
  14. package/fspiop/v1_1/openapi3/components/schemas/CorrelationId.yaml +1 -1
  15. package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
  16. package/lib/fspiop/v1_0/openapi.d.ts +0 -1
  17. package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +62 -62
  18. package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +1 -1
  19. package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +67 -67
  20. package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +1 -7
  21. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +26898 -0
  22. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +1476 -0
  23. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +7 -0
  24. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +1 -0
  25. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +8814 -0
  26. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +140 -0
  27. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -0
  28. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +133 -0
  29. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +4 -0
  30. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +1 -0
  31. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +38718 -0
  32. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1897 -0
  33. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +7 -0
  34. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +1 -0
  35. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +15536 -0
  36. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +149 -0
  37. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -0
  38. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +142 -0
  39. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +4 -0
  40. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +1 -0
  41. package/package.json +48 -36
  42. package/sdk-bulk.yaml +1 -1
  43. package/sdk-scheme-adapter/v2_0_0/backend/openapi.yaml +6 -6
  44. package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
  45. package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +0 -1
  46. package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +0 -1
  47. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +0 -5
  48. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +0 -5
  49. package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +0 -1
  50. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +3 -2
  51. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +0 -5
  52. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1494 -0
  53. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +26 -0
  54. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +25 -0
  55. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +21 -0
  56. package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +6 -0
  57. package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +8 -0
  58. package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +6 -0
  59. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +8 -0
  60. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +8 -0
  61. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +8 -0
  62. package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +8 -0
  63. package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +8 -0
  64. package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +1 -0
  65. package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +5 -0
  66. package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +5 -0
  67. package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +5 -0
  68. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +5 -0
  69. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +5 -0
  70. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +5 -0
  71. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +5 -0
  72. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +5 -0
  73. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +5 -0
  74. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +5 -0
  75. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +1 -0
  76. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
  77. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
  78. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +5 -0
  79. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
  80. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +5 -0
  81. package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +5 -0
  82. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +8 -0
  83. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +5 -0
  84. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +5 -0
  85. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +5 -0
  86. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +5 -0
  87. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +5 -0
  88. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +5 -0
  89. package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +5 -0
  90. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +5 -0
  91. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +5 -0
  92. package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +5 -0
  93. package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +5 -0
  94. package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +5 -0
  95. package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +5 -0
  96. package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +11 -0
  97. package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +14 -0
  98. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +11 -0
  99. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +12 -0
  100. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +44 -0
  101. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
  102. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +12 -0
  103. package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +9 -0
  104. package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +10 -0
  105. package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +174 -0
  106. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +6 -0
  107. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +14 -0
  108. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +11 -0
  109. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +5 -0
  110. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +13 -0
  111. package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +11 -0
  112. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +5 -0
  113. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +15 -0
  114. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +5 -0
  115. package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +9 -0
  116. package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +5 -0
  117. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +16 -0
  118. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +14 -0
  119. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +19 -0
  120. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +18 -0
  121. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +28 -0
  122. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +17 -0
  123. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +28 -0
  124. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +17 -0
  125. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +17 -0
  126. package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +13 -0
  127. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +5 -0
  128. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +6 -0
  129. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +8 -0
  130. package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +9 -0
  131. package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +7 -0
  132. package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +8 -0
  133. package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +7 -0
  134. package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +9 -0
  135. package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +11 -0
  136. package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +17 -0
  137. package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +6 -0
  138. package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +21 -0
  139. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +10 -0
  140. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +19 -0
  141. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +54 -0
  142. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +6 -0
  143. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +5 -0
  144. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +8 -0
  145. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +7 -0
  146. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +27 -0
  147. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +53 -0
  148. package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +10 -0
  149. package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +6 -0
  150. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +16 -0
  151. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +14 -0
  152. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +20 -0
  153. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +14 -0
  154. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +32 -0
  155. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +5 -0
  156. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +20 -0
  157. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +19 -0
  158. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +14 -0
  159. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +28 -0
  160. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +15 -0
  161. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +4 -0
  162. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +16 -0
  163. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +23 -0
  164. package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +5 -0
  165. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +9 -0
  166. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +14 -0
  167. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +9 -0
  168. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +8 -0
  169. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +24 -0
  170. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +26 -0
  171. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +4 -0
  172. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +16 -0
  173. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +10 -0
  174. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +10 -0
  175. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +17 -0
  176. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +13 -0
  177. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +34 -0
  178. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +7 -0
  179. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +38 -0
  180. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +35 -0
  181. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +27 -0
  182. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +27 -0
  183. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +6 -0
  184. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +8 -0
  185. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +28 -0
  186. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +29 -0
  187. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +4 -0
  188. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +8 -0
  189. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +3 -0
  190. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +10 -0
  191. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +3 -0
  192. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +8 -0
  193. package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +5 -0
  194. package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +11 -0
  195. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +29 -0
  196. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +25 -0
  197. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +34 -0
  198. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +9 -0
  199. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +14 -0
  200. package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +4 -0
  201. package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +18 -0
  202. package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +12 -0
  203. package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +12 -0
  204. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +48 -0
  205. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +32 -0
  206. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +35 -0
  207. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +5 -0
  208. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +42 -0
  209. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +72 -0
  210. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +10 -0
  211. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +10 -0
  212. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +17 -0
  213. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +9 -0
  214. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +9 -0
  215. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +9 -0
  216. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +9 -0
  217. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +12 -0
  218. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +38 -0
  219. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +41 -0
  220. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +93 -0
  221. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +7 -0
  222. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +19 -0
  223. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +5 -0
  224. package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +66 -0
  225. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +26 -0
  226. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +23 -0
  227. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +24 -0
  228. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +21 -0
  229. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
  230. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +21 -0
  231. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +24 -0
  232. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +26 -0
  233. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +25 -0
  234. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +18 -0
  235. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +19 -0
  236. package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +18 -0
  237. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +22 -0
  238. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +57 -0
  239. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +34 -0
  240. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +29 -0
  241. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +15 -0
  242. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +18 -0
  243. package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +18 -0
  244. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +55 -0
  245. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +59 -0
  246. package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +12 -0
@@ -2419,7 +2419,7 @@ components:
2419
2419
  CorrelationId:
2420
2420
  title: CorrelationId
2421
2421
  type: string
2422
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
2422
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
2423
2423
  description: Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
2424
2424
  example: b51ec534-ee48-4575-b6a9-ead2955b8069
2425
2425
  ParticipantsPostRequest:
@@ -1,6 +1,6 @@
1
1
  title: CorrelationId
2
2
  type: string
3
- pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
3
+ pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
4
4
  description: >-
5
5
  Identifier that correlates all messages of the same sequence. The API data
6
6
  type UUID (Universally Unique Identifier) is a JSON String in canonical
@@ -4,6 +4,5 @@ description: 'The object sent in the PUT /parties/{Type}/{ID} callback.'
4
4
  properties:
5
5
  party:
6
6
  $ref: ./Party.yaml
7
- description: Information regarding the requested Party.
8
7
  required:
9
8
  - party
@@ -1,6 +1,6 @@
1
1
  title: CorrelationId
2
2
  type: string
3
- pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
3
+ pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
4
4
  description: >-
5
5
  Identifier that correlates all messages of the same sequence. The API data
6
6
  type UUID (Universally Unique Identifier) is a JSON String in canonical
@@ -1,6 +1,6 @@
1
1
  title: CorrelationId
2
2
  type: string
3
- pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
3
+ pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
4
4
  description: >-
5
5
  Identifier that correlates all messages of the same sequence. The API data
6
6
  type UUID (Universally Unique Identifier) is a JSON String in canonical
@@ -1168,7 +1168,6 @@ export interface components {
1168
1168
  * @description The object sent in the PUT /parties/{Type}/{ID} callback.
1169
1169
  */
1170
1170
  PartiesTypeIDPutResponse: {
1171
- /** @description Information regarding the requested Party. */
1172
1171
  party: components["schemas"]["Party"];
1173
1172
  };
1174
1173
  /**
@@ -406,7 +406,7 @@
406
406
  },
407
407
  "quoteId": {
408
408
  "description": "A Mojaloop API quote identifier (UUID).",
409
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
409
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
410
410
  "type": "string"
411
411
  },
412
412
  "subScenario": {
@@ -508,7 +508,7 @@
508
508
  },
509
509
  "transactionId": {
510
510
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
511
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
511
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
512
512
  "type": "string"
513
513
  },
514
514
  "transactionType": {
@@ -551,7 +551,7 @@
551
551
  },
552
552
  "quoteId": {
553
553
  "description": "A Mojaloop API quote identifier (UUID).",
554
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
554
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
555
555
  "type": "string"
556
556
  }
557
557
  },
@@ -1091,7 +1091,7 @@
1091
1091
  },
1092
1092
  "quoteId": {
1093
1093
  "description": "A Mojaloop API quote identifier (UUID).",
1094
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1094
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1095
1095
  "type": "string"
1096
1096
  },
1097
1097
  "transferAmount": {
@@ -1764,7 +1764,7 @@
1764
1764
  },
1765
1765
  "transferId": {
1766
1766
  "description": "A Mojaloop API transfer identifier (UUID).",
1767
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1767
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1768
1768
  "type": "string"
1769
1769
  }
1770
1770
  },
@@ -1813,7 +1813,7 @@
1813
1813
  },
1814
1814
  "transferId": {
1815
1815
  "description": "A Mojaloop API transfer identifier (UUID).",
1816
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1816
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1817
1817
  "type": "string"
1818
1818
  }
1819
1819
  },
@@ -2040,7 +2040,7 @@
2040
2040
  },
2041
2041
  "bulkQuoteId": {
2042
2042
  "description": "A Mojaloop API bulk quote identifier (UUID).",
2043
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2043
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2044
2044
  "type": "string"
2045
2045
  },
2046
2046
  "bulkQuoteRequest": {
@@ -2048,7 +2048,7 @@
2048
2048
  "properties": {
2049
2049
  "bulkQuoteId": {
2050
2050
  "description": "A Mojaloop API bulk quote identifier (UUID).",
2051
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2051
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2052
2052
  "type": "string"
2053
2053
  },
2054
2054
  "expiration": {
@@ -2551,7 +2551,7 @@
2551
2551
  },
2552
2552
  "quoteId": {
2553
2553
  "description": "A Mojaloop API quote identifier (UUID).",
2554
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2554
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2555
2555
  "type": "string"
2556
2556
  },
2557
2557
  "subScenario": {
@@ -2653,7 +2653,7 @@
2653
2653
  },
2654
2654
  "transactionId": {
2655
2655
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
2656
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2656
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2657
2657
  "type": "string"
2658
2658
  },
2659
2659
  "transactionType": {
@@ -2695,7 +2695,7 @@
2695
2695
  "properties": {
2696
2696
  "bulkQuoteId": {
2697
2697
  "description": "A Mojaloop API bulk quote identifier (UUID).",
2698
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2698
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2699
2699
  "type": "string"
2700
2700
  },
2701
2701
  "expiration": {
@@ -3237,7 +3237,7 @@
3237
3237
  },
3238
3238
  "quoteId": {
3239
3239
  "description": "A Mojaloop API quote identifier (UUID).",
3240
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3240
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3241
3241
  "type": "string"
3242
3242
  },
3243
3243
  "transferAmount": {
@@ -3439,7 +3439,7 @@
3439
3439
  },
3440
3440
  "quoteId": {
3441
3441
  "description": "A Mojaloop API quote identifier (UUID).",
3442
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3442
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3443
3443
  "type": "string"
3444
3444
  }
3445
3445
  },
@@ -3464,7 +3464,7 @@
3464
3464
  },
3465
3465
  "bulkTransferId": {
3466
3466
  "description": "A Mojaloop API transfer identifier (UUID).",
3467
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3467
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3468
3468
  "type": "string"
3469
3469
  },
3470
3470
  "bulkTransferRequest": {
@@ -3474,7 +3474,7 @@
3474
3474
  "properties": {
3475
3475
  "bulkQuoteId": {
3476
3476
  "description": "A Mojaloop API bulk quote identifier (UUID).",
3477
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3477
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3478
3478
  "type": "string"
3479
3479
  },
3480
3480
  "expiration": {
@@ -4016,7 +4016,7 @@
4016
4016
  },
4017
4017
  "quoteId": {
4018
4018
  "description": "A Mojaloop API quote identifier (UUID).",
4019
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4019
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4020
4020
  "type": "string"
4021
4021
  },
4022
4022
  "transferAmount": {
@@ -4218,7 +4218,7 @@
4218
4218
  },
4219
4219
  "quoteId": {
4220
4220
  "description": "A Mojaloop API quote identifier (UUID).",
4221
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4221
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4222
4222
  "type": "string"
4223
4223
  }
4224
4224
  },
@@ -4243,7 +4243,7 @@
4243
4243
  },
4244
4244
  "bulkTransferId": {
4245
4245
  "description": "A Mojaloop API transfer identifier (UUID).",
4246
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4246
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4247
4247
  "type": "string"
4248
4248
  },
4249
4249
  "from": {
@@ -4826,7 +4826,7 @@
4826
4826
  },
4827
4827
  "transferId": {
4828
4828
  "description": "A Mojaloop API transfer identifier (UUID).",
4829
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4829
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4830
4830
  "type": "string"
4831
4831
  }
4832
4832
  },
@@ -4852,7 +4852,7 @@
4852
4852
  "properties": {
4853
4853
  "bulkTransferId": {
4854
4854
  "description": "A Mojaloop API transfer identifier (UUID).",
4855
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4855
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4856
4856
  "type": "string"
4857
4857
  },
4858
4858
  "homeTransactionId": {
@@ -4898,7 +4898,7 @@
4898
4898
  },
4899
4899
  "transferId": {
4900
4900
  "description": "A Mojaloop API transfer identifier (UUID).",
4901
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4901
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4902
4902
  "type": "string"
4903
4903
  }
4904
4904
  },
@@ -5324,7 +5324,7 @@
5324
5324
  },
5325
5325
  "lastError": {
5326
5326
  "type": "object",
5327
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
5327
+ "description": "This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.",
5328
5328
  "properties": {
5329
5329
  "httpStatusCode": {
5330
5330
  "type": "integer",
@@ -5458,7 +5458,7 @@
5458
5458
  },
5459
5459
  "transferId": {
5460
5460
  "description": "A Mojaloop API transfer identifier (UUID).",
5461
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
5461
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
5462
5462
  "type": "string"
5463
5463
  }
5464
5464
  },
@@ -6024,12 +6024,12 @@
6024
6024
  },
6025
6025
  "quoteId": {
6026
6026
  "description": "A Mojaloop API quote identifier (UUID).",
6027
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6027
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6028
6028
  "type": "string"
6029
6029
  },
6030
6030
  "transactionId": {
6031
6031
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
6032
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6032
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6033
6033
  "type": "string"
6034
6034
  },
6035
6035
  "transactionType": {
@@ -6147,7 +6147,7 @@
6147
6147
  },
6148
6148
  "quoteId": {
6149
6149
  "description": "A Mojaloop API quote identifier (UUID).",
6150
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6150
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6151
6151
  "type": "string"
6152
6152
  },
6153
6153
  "quoteRequest": {
@@ -6673,7 +6673,7 @@
6673
6673
  },
6674
6674
  "quoteId": {
6675
6675
  "description": "A Mojaloop API quote identifier (UUID).",
6676
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6676
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6677
6677
  "type": "string"
6678
6678
  },
6679
6679
  "subScenario": {
@@ -6775,7 +6775,7 @@
6775
6775
  },
6776
6776
  "transactionId": {
6777
6777
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
6778
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6778
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6779
6779
  "type": "string"
6780
6780
  },
6781
6781
  "transactionType": {
@@ -6788,7 +6788,7 @@
6788
6788
  },
6789
6789
  "transactionRequestId": {
6790
6790
  "description": "A Mojaloop API transaction request identifier (UUID).",
6791
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6791
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6792
6792
  "type": "string"
6793
6793
  }
6794
6794
  },
@@ -7381,12 +7381,12 @@
7381
7381
  },
7382
7382
  "quoteId": {
7383
7383
  "description": "A Mojaloop API quote identifier (UUID).",
7384
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
7384
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
7385
7385
  "type": "string"
7386
7386
  },
7387
7387
  "transactionId": {
7388
7388
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
7389
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
7389
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
7390
7390
  "type": "string"
7391
7391
  },
7392
7392
  "transferAmount": {
@@ -7586,7 +7586,7 @@
7586
7586
  },
7587
7587
  "transactionId": {
7588
7588
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
7589
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
7589
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
7590
7590
  "type": "string"
7591
7591
  },
7592
7592
  "transactionRequest": {
@@ -7996,7 +7996,7 @@
7996
7996
  },
7997
7997
  "transactionRequestId": {
7998
7998
  "description": "A Mojaloop API transaction request identifier (UUID).",
7999
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
7999
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8000
8000
  "type": "string"
8001
8001
  },
8002
8002
  "transactionType": {
@@ -8040,7 +8040,7 @@
8040
8040
  },
8041
8041
  "transactionRequestId": {
8042
8042
  "description": "A Mojaloop API transaction request identifier (UUID).",
8043
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8043
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8044
8044
  "type": "string"
8045
8045
  },
8046
8046
  "transactionRequestResponse": {
@@ -8052,7 +8052,7 @@
8052
8052
  },
8053
8053
  "transactionId": {
8054
8054
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
8055
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8055
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8056
8056
  "type": "string"
8057
8057
  },
8058
8058
  "transactionRequestState": {
@@ -8573,7 +8573,7 @@
8573
8573
  },
8574
8574
  "transferId": {
8575
8575
  "description": "A Mojaloop API transfer identifier (UUID).",
8576
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8576
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8577
8577
  "type": "string"
8578
8578
  },
8579
8579
  "transferParty": {
@@ -9456,12 +9456,12 @@
9456
9456
  },
9457
9457
  "quoteId": {
9458
9458
  "description": "A Mojaloop API quote identifier (UUID).",
9459
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9459
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9460
9460
  "type": "string"
9461
9461
  },
9462
9462
  "transactionId": {
9463
9463
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
9464
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9464
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9465
9465
  "type": "string"
9466
9466
  },
9467
9467
  "transactionType": {
@@ -10100,12 +10100,12 @@
10100
10100
  },
10101
10101
  "quoteId": {
10102
10102
  "description": "A Mojaloop API quote identifier (UUID).",
10103
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10103
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10104
10104
  "type": "string"
10105
10105
  },
10106
10106
  "transactionId": {
10107
10107
  "description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
10108
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10108
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10109
10109
  "type": "string"
10110
10110
  },
10111
10111
  "transferAmount": {
@@ -10419,12 +10419,12 @@
10419
10419
  },
10420
10420
  "transferId": {
10421
10421
  "description": "A Mojaloop API transfer identifier (UUID).",
10422
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10422
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10423
10423
  "type": "string"
10424
10424
  },
10425
10425
  "transactionRequestId": {
10426
10426
  "description": "A Mojaloop API transaction request identifier (UUID).",
10427
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10427
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10428
10428
  "type": "string"
10429
10429
  }
10430
10430
  },
@@ -10526,7 +10526,7 @@
10526
10526
  "CorrelationId": {
10527
10527
  "title": "CorrelationId",
10528
10528
  "type": "string",
10529
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10529
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10530
10530
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
10531
10531
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10532
10532
  },
@@ -12346,7 +12346,7 @@
12346
12346
  "quoteId": {
12347
12347
  "title": "CorrelationId",
12348
12348
  "type": "string",
12349
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12349
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12350
12350
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
12351
12351
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
12352
12352
  },
@@ -13304,7 +13304,7 @@
13304
13304
  },
13305
13305
  "transferError": {
13306
13306
  "type": "object",
13307
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
13307
+ "description": "This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.",
13308
13308
  "properties": {
13309
13309
  "httpStatusCode": {
13310
13310
  "type": "integer",
@@ -13392,7 +13392,7 @@
13392
13392
  "transferId": {
13393
13393
  "title": "CorrelationId",
13394
13394
  "type": "string",
13395
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13395
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13396
13396
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
13397
13397
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13398
13398
  },
@@ -13459,7 +13459,7 @@
13459
13459
  },
13460
13460
  "lastError": {
13461
13461
  "type": "object",
13462
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
13462
+ "description": "This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.",
13463
13463
  "properties": {
13464
13464
  "httpStatusCode": {
13465
13465
  "type": "integer",
@@ -13549,7 +13549,7 @@
13549
13549
  "transferId": {
13550
13550
  "title": "CorrelationId",
13551
13551
  "type": "string",
13552
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13552
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13553
13553
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
13554
13554
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13555
13555
  },
@@ -13560,7 +13560,7 @@
13560
13560
  "transactionId": {
13561
13561
  "title": "CorrelationId",
13562
13562
  "type": "string",
13563
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13563
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13564
13564
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
13565
13565
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13566
13566
  },
@@ -13929,7 +13929,7 @@
13929
13929
  "quoteId": {
13930
13930
  "title": "CorrelationId",
13931
13931
  "type": "string",
13932
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13932
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13933
13933
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
13934
13934
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13935
13935
  },
@@ -13939,7 +13939,7 @@
13939
13939
  "quoteId": {
13940
13940
  "title": "CorrelationId",
13941
13941
  "type": "string",
13942
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13942
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13943
13943
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
13944
13944
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13945
13945
  },
@@ -14884,7 +14884,7 @@
14884
14884
  "transferId": {
14885
14885
  "title": "CorrelationId",
14886
14886
  "type": "string",
14887
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
14887
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
14888
14888
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
14889
14889
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
14890
14890
  },
@@ -14951,7 +14951,7 @@
14951
14951
  },
14952
14952
  "lastError": {
14953
14953
  "type": "object",
14954
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
14954
+ "description": "This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.",
14955
14955
  "properties": {
14956
14956
  "httpStatusCode": {
14957
14957
  "type": "integer",
@@ -15116,7 +15116,7 @@
15116
15116
  },
15117
15117
  "lastError": {
15118
15118
  "type": "object",
15119
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
15119
+ "description": "This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.",
15120
15120
  "properties": {
15121
15121
  "httpStatusCode": {
15122
15122
  "type": "integer",
@@ -15214,7 +15214,7 @@
15214
15214
  "bulkTransactionId": {
15215
15215
  "title": "CorrelationId",
15216
15216
  "type": "string",
15217
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15217
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15218
15218
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
15219
15219
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15220
15220
  },
@@ -15498,7 +15498,7 @@
15498
15498
  "transferId": {
15499
15499
  "title": "CorrelationId",
15500
15500
  "type": "string",
15501
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15501
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15502
15502
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
15503
15503
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15504
15504
  },
@@ -15509,7 +15509,7 @@
15509
15509
  "transactionId": {
15510
15510
  "title": "CorrelationId",
15511
15511
  "type": "string",
15512
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15512
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15513
15513
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
15514
15514
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15515
15515
  },
@@ -15878,7 +15878,7 @@
15878
15878
  "quoteId": {
15879
15879
  "title": "CorrelationId",
15880
15880
  "type": "string",
15881
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15881
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15882
15882
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
15883
15883
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15884
15884
  },
@@ -15888,7 +15888,7 @@
15888
15888
  "quoteId": {
15889
15889
  "title": "CorrelationId",
15890
15890
  "type": "string",
15891
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15891
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15892
15892
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
15893
15893
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15894
15894
  },
@@ -16833,7 +16833,7 @@
16833
16833
  "transferId": {
16834
16834
  "title": "CorrelationId",
16835
16835
  "type": "string",
16836
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
16836
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
16837
16837
  "description": "Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).",
16838
16838
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
16839
16839
  },
@@ -16900,7 +16900,7 @@
16900
16900
  },
16901
16901
  "lastError": {
16902
16902
  "type": "object",
16903
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
16903
+ "description": "This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.",
16904
16904
  "properties": {
16905
16905
  "httpStatusCode": {
16906
16906
  "type": "integer",
@@ -17065,7 +17065,7 @@
17065
17065
  },
17066
17066
  "lastError": {
17067
17067
  "type": "object",
17068
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
17068
+ "description": "This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.",
17069
17069
  "properties": {
17070
17070
  "httpStatusCode": {
17071
17071
  "type": "integer",
@@ -786,7 +786,7 @@ export interface components {
786
786
  * @enum {string}
787
787
  */
788
788
  TransferState: "RECEIVED" | "RESERVED" | "COMMITTED" | "ABORTED";
789
- /** @description This object represents a Mojaloop API error received at any time during the transfer process */
789
+ /** @description This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter. */
790
790
  transferError: {
791
791
  /** @description The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response. */
792
792
  httpStatusCode?: number;