@mojaloop/api-snippets 12.8.0 → 13.0.2

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 (65) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +2 -0
  3. package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +2 -0
  4. package/docs/thirdparty-openapi3-snippets.yaml +832 -1082
  5. package/fspiop/v1_0/openapi3/components/schemas/Currency.yaml +2 -0
  6. package/fspiop/v1_1/openapi3/components/schemas/Currency.yaml +2 -0
  7. package/lib/fspiop/v1_0/openapi.d.ts +1 -1
  8. package/lib/fspiop/v1_1/openapi.d.ts +1 -1
  9. package/lib/thirdparty/index.d.ts +9 -5
  10. package/lib/thirdparty/openapi.d.ts +2325 -2925
  11. package/package.json +4 -2
  12. package/tests/dto/thirdparty.test.ts +37 -25
  13. package/thirdparty/openapi3/components/schemas/Account.yaml +2 -2
  14. package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +7 -0
  15. package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +2 -1
  16. package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +1 -1
  17. package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +8 -8
  18. package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +11 -11
  19. package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +12 -5
  20. package/thirdparty/openapi3/components/schemas/ConsentStatus.yaml +9 -0
  21. package/thirdparty/openapi3/components/schemas/ConsentStatusIssued.yaml +7 -0
  22. package/thirdparty/openapi3/components/schemas/ConsentStatusRevoked.yaml +7 -0
  23. package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +1 -1
  24. package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +1 -1
  25. package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +2 -0
  26. package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +2 -0
  27. package/thirdparty/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +6 -1
  28. package/thirdparty/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +10 -6
  29. package/thirdparty/openapi3/components/schemas/CredentialStatusPending.yaml +7 -0
  30. package/thirdparty/openapi3/components/schemas/CredentialStatusVerified.yaml +7 -0
  31. package/thirdparty/openapi3/components/schemas/CredentialType.yaml +2 -0
  32. package/thirdparty/openapi3/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +6 -6
  33. package/thirdparty/openapi3/components/schemas/GenericCredential.yaml +13 -0
  34. package/thirdparty/openapi3/components/schemas/Scope.yaml +6 -9
  35. package/thirdparty/openapi3/components/schemas/ScopeAction.yaml +12 -0
  36. package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +2 -0
  37. package/thirdparty/openapi3/components/schemas/SignedCredential.yaml +5 -6
  38. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +2 -2
  39. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +2 -2
  40. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +0 -3
  41. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +8 -3
  42. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +2 -2
  43. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +2 -2
  44. package/thirdparty/openapi3/components/schemas/Uri.yaml +8 -0
  45. package/thirdparty/openapi3/openapi.yaml +0 -14
  46. package/thirdparty/openapi3/paths/consentRequests.yaml +2 -1
  47. package/thirdparty/openapi3/paths/consentRequests_ID.yaml +41 -5
  48. package/thirdparty/openapi3/paths/consents.yaml +2 -2
  49. package/thirdparty/openapi3/paths/consents_ID.yaml +8 -5
  50. package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations.yaml +3 -30
  51. package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations_ID.yaml +36 -14
  52. package/thirdparty/openapi3/paths/thirdpartyRequests_transactions.yaml +6 -27
  53. package/thirdparty/openapi3/paths/thirdpartyRequests_transactions_ID.yaml +0 -2
  54. package/thirdparty/openapi3/paths/thirdpartyRequests_verifications.yaml +0 -13
  55. package/thirdparty/openapi3/paths/thirdpartyRequests_verifications_ID.yaml +32 -0
  56. package/thirdparty/openapi3/thirdparty-dfsp-api.template.yaml +53 -0
  57. package/thirdparty/openapi3/thirdparty-dfsp-api.yaml +2637 -0
  58. package/thirdparty/openapi3/thirdparty-pisp-api.template.yaml +57 -0
  59. package/thirdparty/openapi3/thirdparty-pisp-api.yaml +2842 -0
  60. package/thirdparty/openapi3/components/schemas/AccountId.yaml +0 -9
  61. package/thirdparty/openapi3/components/schemas/AuthenticationInfo.yaml +0 -11
  62. package/thirdparty/openapi3/components/schemas/ConsentScopeType.yaml +0 -9
  63. package/thirdparty/openapi3/components/schemas/ConsentStatusTypeRevoked.yaml +0 -7
  64. package/thirdparty/openapi3/components/schemas/ConsentStatusTypeVerified.yaml +0 -7
  65. package/thirdparty/openapi3/paths/thirdpartyRequests_transactions_tsa.yaml +0 -73
package/CHANGELOG.md CHANGED
@@ -1,4 +1,36 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [13.0.2](https://github.com/mojaloop/api-snippets/compare/v13.0.1...v13.0.2) (2021-10-19)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * adding currencies xxx and xts which are part of iso 4217 ([#115](https://github.com/mojaloop/api-snippets/issues/115)) ([f09fd82](https://github.com/mojaloop/api-snippets/commit/f09fd82cecbc6b36a8eca9d1abdfb67b4c6f7f48))
8
+
9
+ ### [13.0.1](https://github.com/mojaloop/api-snippets/compare/v13.0.0...v13.0.1) (2021-10-12)
10
+
11
+
12
+ ### Maintenance
13
+
14
+ * **deps-dev:** bump @redocly/openapi-cli ([#114](https://github.com/mojaloop/api-snippets/issues/114)) ([3c71545](https://github.com/mojaloop/api-snippets/commit/3c71545b41315f09690443fd627435037d12f477))
15
+
16
+ ## [13.0.0](https://github.com/mojaloop/api-snippets/compare/v12.8.1...v13.0.0) (2021-10-12)
17
+
18
+
19
+ ### ⚠ BREAKING CHANGES
20
+
21
+ * **thirdparty:** changes for latest API draft (#113)
22
+
23
+ ### Features
24
+
25
+ * **thirdparty:** changes for latest API draft ([#113](https://github.com/mojaloop/api-snippets/issues/113)) ([a6e1374](https://github.com/mojaloop/api-snippets/commit/a6e1374a9d0272bc51546be2b864e1308e8ddb06))
26
+
27
+ ### [12.8.1](https://github.com/mojaloop/api-snippets/compare/v12.8.0...v12.8.1) (2021-09-24)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * minor changes for latest spec ([#112](https://github.com/mojaloop/api-snippets/issues/112)) ([2b9575d](https://github.com/mojaloop/api-snippets/commit/2b9575d3f9769440b5c9b0a08d66ab22db01c21a))
33
+
2
34
  ## [12.8.0](https://github.com/mojaloop/api-snippets/compare/v12.7.0...v12.8.0) (2021-09-23)
3
35
 
4
36
 
@@ -2452,6 +2452,8 @@ components:
2452
2452
  - XDR
2453
2453
  - XOF
2454
2454
  - XPF
2455
+ - XTS
2456
+ - XXX
2455
2457
  - YER
2456
2458
  - ZAR
2457
2459
  - ZMW
@@ -2654,6 +2654,8 @@ components:
2654
2654
  - XDR
2655
2655
  - XOF
2656
2656
  - XPF
2657
+ - XTS
2658
+ - XXX
2657
2659
  - YER
2658
2660
  - ZAR
2659
2661
  - ZMW