@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
@@ -421,7 +421,7 @@
421
421
  "CorrelationId": {
422
422
  "title": "CorrelationId",
423
423
  "type": "string",
424
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
424
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
425
425
  "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 (‘-‘).",
426
426
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
427
427
  },
@@ -733,7 +733,7 @@
733
733
  },
734
734
  "transferError": {
735
735
  "type": "object",
736
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
736
+ "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.",
737
737
  "properties": {
738
738
  "httpStatusCode": {
739
739
  "type": "integer",
@@ -821,7 +821,7 @@
821
821
  "modelId": {
822
822
  "title": "CorrelationId",
823
823
  "type": "string",
824
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
824
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
825
825
  "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 (‘-‘).",
826
826
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
827
827
  },
@@ -1105,7 +1105,7 @@
1105
1105
  },
1106
1106
  "lastError": {
1107
1107
  "type": "object",
1108
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
1108
+ "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.",
1109
1109
  "properties": {
1110
1110
  "httpStatusCode": {
1111
1111
  "type": "integer",
@@ -1230,7 +1230,7 @@
1230
1230
  "modelId": {
1231
1231
  "title": "CorrelationId",
1232
1232
  "type": "string",
1233
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1233
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1234
1234
  "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 (‘-‘).",
1235
1235
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
1236
1236
  },
@@ -1514,7 +1514,7 @@
1514
1514
  },
1515
1515
  "lastError": {
1516
1516
  "type": "object",
1517
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
1517
+ "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.",
1518
1518
  "properties": {
1519
1519
  "httpStatusCode": {
1520
1520
  "type": "integer",
@@ -1890,7 +1890,7 @@
1890
1890
  "quoteId": {
1891
1891
  "title": "CorrelationId",
1892
1892
  "type": "string",
1893
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1893
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
1894
1894
  "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 (‘-‘).",
1895
1895
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
1896
1896
  },
@@ -2307,7 +2307,7 @@
2307
2307
  "bulkQuoteId": {
2308
2308
  "title": "CorrelationId",
2309
2309
  "type": "string",
2310
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2310
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2311
2311
  "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 (‘-‘).",
2312
2312
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
2313
2313
  },
@@ -2458,7 +2458,7 @@
2458
2458
  "quoteId": {
2459
2459
  "title": "CorrelationId",
2460
2460
  "type": "string",
2461
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2461
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
2462
2462
  "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 (‘-‘).",
2463
2463
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
2464
2464
  },
@@ -3251,7 +3251,7 @@
3251
3251
  "quoteId": {
3252
3252
  "title": "CorrelationId",
3253
3253
  "type": "string",
3254
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3254
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
3255
3255
  "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 (‘-‘).",
3256
3256
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
3257
3257
  },
@@ -4199,7 +4199,7 @@
4199
4199
  "bulkQuoteId": {
4200
4200
  "title": "CorrelationId",
4201
4201
  "type": "string",
4202
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4202
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4203
4203
  "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 (‘-‘).",
4204
4204
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
4205
4205
  },
@@ -4271,7 +4271,7 @@
4271
4271
  "quoteId": {
4272
4272
  "title": "CorrelationId",
4273
4273
  "type": "string",
4274
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4274
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
4275
4275
  "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 (‘-‘).",
4276
4276
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
4277
4277
  },
@@ -5244,7 +5244,7 @@
5244
5244
  "bulkQuoteId": {
5245
5245
  "title": "CorrelationId",
5246
5246
  "type": "string",
5247
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
5247
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
5248
5248
  "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 (‘-‘).",
5249
5249
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
5250
5250
  },
@@ -5316,7 +5316,7 @@
5316
5316
  "quoteId": {
5317
5317
  "title": "CorrelationId",
5318
5318
  "type": "string",
5319
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
5319
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
5320
5320
  "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 (‘-‘).",
5321
5321
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
5322
5322
  },
@@ -6278,7 +6278,7 @@
6278
6278
  "bulkQuoteId": {
6279
6279
  "title": "CorrelationId",
6280
6280
  "type": "string",
6281
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6281
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6282
6282
  "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 (‘-‘).",
6283
6283
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
6284
6284
  },
@@ -6301,7 +6301,7 @@
6301
6301
  "quoteId": {
6302
6302
  "title": "CorrelationId",
6303
6303
  "type": "string",
6304
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6304
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
6305
6305
  "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 (‘-‘).",
6306
6306
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
6307
6307
  },
@@ -8169,7 +8169,7 @@
8169
8169
  },
8170
8170
  "lastError": {
8171
8171
  "type": "object",
8172
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
8172
+ "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.",
8173
8173
  "properties": {
8174
8174
  "httpStatusCode": {
8175
8175
  "type": "integer",
@@ -8274,7 +8274,7 @@
8274
8274
  "bulkTransactionId": {
8275
8275
  "title": "CorrelationId",
8276
8276
  "type": "string",
8277
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8277
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
8278
8278
  "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 (‘-‘).",
8279
8279
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
8280
8280
  },
@@ -9155,7 +9155,7 @@
9155
9155
  },
9156
9156
  "lastError": {
9157
9157
  "type": "object",
9158
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
9158
+ "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.",
9159
9159
  "properties": {
9160
9160
  "httpStatusCode": {
9161
9161
  "type": "integer",
@@ -9316,7 +9316,7 @@
9316
9316
  "transferId": {
9317
9317
  "title": "CorrelationId",
9318
9318
  "type": "string",
9319
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9319
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9320
9320
  "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 (‘-‘).",
9321
9321
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9322
9322
  },
@@ -9383,7 +9383,7 @@
9383
9383
  },
9384
9384
  "lastError": {
9385
9385
  "type": "object",
9386
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
9386
+ "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.",
9387
9387
  "properties": {
9388
9388
  "httpStatusCode": {
9389
9389
  "type": "integer",
@@ -9475,14 +9475,14 @@
9475
9475
  "bulkTransferId": {
9476
9476
  "title": "CorrelationId",
9477
9477
  "type": "string",
9478
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9478
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9479
9479
  "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 (‘-‘).",
9480
9480
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9481
9481
  },
9482
9482
  "bulkQuoteId": {
9483
9483
  "title": "CorrelationId",
9484
9484
  "type": "string",
9485
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9485
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9486
9486
  "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 (‘-‘).",
9487
9487
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9488
9488
  },
@@ -9569,7 +9569,7 @@
9569
9569
  "transferId": {
9570
9570
  "title": "CorrelationId",
9571
9571
  "type": "string",
9572
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9572
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9573
9573
  "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 (‘-‘).",
9574
9574
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9575
9575
  },
@@ -9636,7 +9636,7 @@
9636
9636
  },
9637
9637
  "lastError": {
9638
9638
  "type": "object",
9639
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
9639
+ "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.",
9640
9640
  "properties": {
9641
9641
  "httpStatusCode": {
9642
9642
  "type": "integer",
@@ -9753,14 +9753,14 @@
9753
9753
  "bulkTransferId": {
9754
9754
  "title": "CorrelationId",
9755
9755
  "type": "string",
9756
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9756
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9757
9757
  "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 (‘-‘).",
9758
9758
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9759
9759
  },
9760
9760
  "bulkQuoteId": {
9761
9761
  "title": "CorrelationId",
9762
9762
  "type": "string",
9763
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9763
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9764
9764
  "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 (‘-‘).",
9765
9765
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9766
9766
  },
@@ -9847,7 +9847,7 @@
9847
9847
  "transferId": {
9848
9848
  "title": "CorrelationId",
9849
9849
  "type": "string",
9850
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9850
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
9851
9851
  "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 (‘-‘).",
9852
9852
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9853
9853
  },
@@ -9914,7 +9914,7 @@
9914
9914
  },
9915
9915
  "lastError": {
9916
9916
  "type": "object",
9917
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
9917
+ "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.",
9918
9918
  "properties": {
9919
9919
  "httpStatusCode": {
9920
9920
  "type": "integer",
@@ -10010,7 +10010,7 @@
10010
10010
  "transferId": {
10011
10011
  "title": "CorrelationId",
10012
10012
  "type": "string",
10013
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10013
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10014
10014
  "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 (‘-‘).",
10015
10015
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10016
10016
  }
@@ -10054,7 +10054,7 @@
10054
10054
  "transferId": {
10055
10055
  "title": "CorrelationId",
10056
10056
  "type": "string",
10057
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10057
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10058
10058
  "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 (‘-‘).",
10059
10059
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10060
10060
  }
@@ -10118,7 +10118,7 @@
10118
10118
  "transferId": {
10119
10119
  "title": "CorrelationId",
10120
10120
  "type": "string",
10121
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10121
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10122
10122
  "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 (‘-‘).",
10123
10123
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10124
10124
  }
@@ -10271,7 +10271,7 @@
10271
10271
  "transferId": {
10272
10272
  "title": "CorrelationId",
10273
10273
  "type": "string",
10274
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10274
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10275
10275
  "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 (‘-‘).",
10276
10276
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10277
10277
  }
@@ -10430,7 +10430,7 @@
10430
10430
  "transferId": {
10431
10431
  "title": "CorrelationId",
10432
10432
  "type": "string",
10433
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10433
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10434
10434
  "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 (‘-‘).",
10435
10435
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10436
10436
  }
@@ -10554,7 +10554,7 @@
10554
10554
  "transferId": {
10555
10555
  "title": "CorrelationId",
10556
10556
  "type": "string",
10557
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10557
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10558
10558
  "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 (‘-‘).",
10559
10559
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10560
10560
  },
@@ -10990,14 +10990,14 @@
10990
10990
  "bulkTransferId": {
10991
10991
  "title": "CorrelationId",
10992
10992
  "type": "string",
10993
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10993
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
10994
10994
  "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 (‘-‘).",
10995
10995
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10996
10996
  },
10997
10997
  "bulkQuoteId": {
10998
10998
  "title": "CorrelationId",
10999
10999
  "type": "string",
11000
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11000
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11001
11001
  "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 (‘-‘).",
11002
11002
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
11003
11003
  },
@@ -11148,7 +11148,7 @@
11148
11148
  "transferId": {
11149
11149
  "title": "CorrelationId",
11150
11150
  "type": "string",
11151
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11151
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11152
11152
  "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 (‘-‘).",
11153
11153
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
11154
11154
  },
@@ -11677,7 +11677,7 @@
11677
11677
  "bulkTransferId": {
11678
11678
  "title": "CorrelationId",
11679
11679
  "type": "string",
11680
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11680
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11681
11681
  "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 (‘-‘).",
11682
11682
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
11683
11683
  },
@@ -11987,7 +11987,7 @@
11987
11987
  "originalTransactionId": {
11988
11988
  "title": "CorrelationId",
11989
11989
  "type": "string",
11990
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11990
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
11991
11991
  "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 (‘-‘).",
11992
11992
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
11993
11993
  },
@@ -12066,7 +12066,7 @@
12066
12066
  "originalTransactionId": {
12067
12067
  "title": "CorrelationId",
12068
12068
  "type": "string",
12069
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12069
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12070
12070
  "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 (‘-‘).",
12071
12071
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
12072
12072
  },
@@ -12105,21 +12105,21 @@
12105
12105
  "quoteId": {
12106
12106
  "title": "CorrelationId",
12107
12107
  "type": "string",
12108
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12108
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12109
12109
  "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 (‘-‘).",
12110
12110
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
12111
12111
  },
12112
12112
  "transactionId": {
12113
12113
  "title": "CorrelationId",
12114
12114
  "type": "string",
12115
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12115
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12116
12116
  "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 (‘-‘).",
12117
12117
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
12118
12118
  },
12119
12119
  "transactionRequestId": {
12120
12120
  "title": "CorrelationId",
12121
12121
  "type": "string",
12122
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12122
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12123
12123
  "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 (‘-‘).",
12124
12124
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
12125
12125
  },
@@ -12890,7 +12890,7 @@
12890
12890
  "originalTransactionId": {
12891
12891
  "title": "CorrelationId",
12892
12892
  "type": "string",
12893
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12893
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
12894
12894
  "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 (‘-‘).",
12895
12895
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
12896
12896
  },
@@ -13032,21 +13032,21 @@
13032
13032
  "quoteId": {
13033
13033
  "title": "CorrelationId",
13034
13034
  "type": "string",
13035
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13035
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13036
13036
  "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 (‘-‘).",
13037
13037
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13038
13038
  },
13039
13039
  "transactionId": {
13040
13040
  "title": "CorrelationId",
13041
13041
  "type": "string",
13042
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13042
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13043
13043
  "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 (‘-‘).",
13044
13044
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13045
13045
  },
13046
13046
  "transactionRequestId": {
13047
13047
  "title": "CorrelationId",
13048
13048
  "type": "string",
13049
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13049
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13050
13050
  "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 (‘-‘).",
13051
13051
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13052
13052
  },
@@ -13817,7 +13817,7 @@
13817
13817
  "originalTransactionId": {
13818
13818
  "title": "CorrelationId",
13819
13819
  "type": "string",
13820
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13820
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
13821
13821
  "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 (‘-‘).",
13822
13822
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
13823
13823
  },
@@ -15583,7 +15583,7 @@
15583
15583
  "transactionId": {
15584
15584
  "title": "CorrelationId",
15585
15585
  "type": "string",
15586
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15586
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15587
15587
  "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 (‘-‘).",
15588
15588
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15589
15589
  },
@@ -15670,7 +15670,7 @@
15670
15670
  "transactionRequestId": {
15671
15671
  "title": "CorrelationId",
15672
15672
  "type": "string",
15673
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15673
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
15674
15674
  "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 (‘-‘).",
15675
15675
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15676
15676
  },
@@ -16345,7 +16345,7 @@
16345
16345
  "transactionId": {
16346
16346
  "title": "CorrelationId",
16347
16347
  "type": "string",
16348
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
16348
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
16349
16349
  "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 (‘-‘).",
16350
16350
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
16351
16351
  },
@@ -16418,7 +16418,7 @@
16418
16418
  },
16419
16419
  "lastError": {
16420
16420
  "type": "object",
16421
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
16421
+ "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.",
16422
16422
  "properties": {
16423
16423
  "httpStatusCode": {
16424
16424
  "type": "integer",
@@ -17467,7 +17467,7 @@
17467
17467
  "transferId": {
17468
17468
  "title": "CorrelationId",
17469
17469
  "type": "string",
17470
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
17470
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
17471
17471
  "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 (‘-‘).",
17472
17472
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
17473
17473
  },
@@ -17968,7 +17968,7 @@
17968
17968
  "quoteId": {
17969
17969
  "title": "CorrelationId",
17970
17970
  "type": "string",
17971
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
17971
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
17972
17972
  "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 (‘-‘).",
17973
17973
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
17974
17974
  },
@@ -18958,7 +18958,7 @@
18958
18958
  },
18959
18959
  "lastError": {
18960
18960
  "type": "object",
18961
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
18961
+ "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.",
18962
18962
  "properties": {
18963
18963
  "httpStatusCode": {
18964
18964
  "type": "integer",
@@ -19079,7 +19079,7 @@
19079
19079
  "transferId": {
19080
19080
  "title": "CorrelationId",
19081
19081
  "type": "string",
19082
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
19082
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
19083
19083
  "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 (‘-‘).",
19084
19084
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
19085
19085
  },
@@ -19580,7 +19580,7 @@
19580
19580
  "quoteId": {
19581
19581
  "title": "CorrelationId",
19582
19582
  "type": "string",
19583
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
19583
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
19584
19584
  "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 (‘-‘).",
19585
19585
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
19586
19586
  },
@@ -20570,7 +20570,7 @@
20570
20570
  },
20571
20571
  "lastError": {
20572
20572
  "type": "object",
20573
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
20573
+ "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.",
20574
20574
  "properties": {
20575
20575
  "httpStatusCode": {
20576
20576
  "type": "integer",
@@ -20681,7 +20681,7 @@
20681
20681
  "transactionRequestId": {
20682
20682
  "title": "CorrelationId",
20683
20683
  "type": "string",
20684
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
20684
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
20685
20685
  "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 (‘-‘).",
20686
20686
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
20687
20687
  },
@@ -21429,7 +21429,7 @@
21429
21429
  "transferId": {
21430
21430
  "title": "CorrelationId",
21431
21431
  "type": "string",
21432
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
21432
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
21433
21433
  "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 (‘-‘).",
21434
21434
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
21435
21435
  },
@@ -21440,7 +21440,7 @@
21440
21440
  "transactionRequestId": {
21441
21441
  "title": "CorrelationId",
21442
21442
  "type": "string",
21443
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
21443
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
21444
21444
  "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 (‘-‘).",
21445
21445
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
21446
21446
  },
@@ -21930,7 +21930,7 @@
21930
21930
  "quoteId": {
21931
21931
  "title": "CorrelationId",
21932
21932
  "type": "string",
21933
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
21933
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
21934
21934
  "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 (‘-‘).",
21935
21935
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
21936
21936
  },
@@ -23004,7 +23004,7 @@
23004
23004
  },
23005
23005
  "lastError": {
23006
23006
  "type": "object",
23007
- "description": "This object represents a Mojaloop API error received at any time during the transfer process",
23007
+ "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.",
23008
23008
  "properties": {
23009
23009
  "httpStatusCode": {
23010
23010
  "type": "integer",
@@ -23108,7 +23108,7 @@
23108
23108
  "transferId": {
23109
23109
  "title": "CorrelationId",
23110
23110
  "type": "string",
23111
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
23111
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
23112
23112
  "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 (‘-‘).",
23113
23113
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
23114
23114
  },
@@ -23411,7 +23411,7 @@
23411
23411
  "transferId": {
23412
23412
  "title": "CorrelationId",
23413
23413
  "type": "string",
23414
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
23414
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
23415
23415
  "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 (‘-‘).",
23416
23416
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
23417
23417
  },
@@ -24402,7 +24402,7 @@
24402
24402
  "transferId": {
24403
24403
  "title": "CorrelationId",
24404
24404
  "type": "string",
24405
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
24405
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
24406
24406
  "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 (‘-‘).",
24407
24407
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
24408
24408
  },