@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.
- package/CHANGELOG.md +32 -0
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +2 -0
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +2 -0
- package/docs/thirdparty-openapi3-snippets.yaml +832 -1082
- package/fspiop/v1_0/openapi3/components/schemas/Currency.yaml +2 -0
- package/fspiop/v1_1/openapi3/components/schemas/Currency.yaml +2 -0
- package/lib/fspiop/v1_0/openapi.d.ts +1 -1
- package/lib/fspiop/v1_1/openapi.d.ts +1 -1
- package/lib/thirdparty/index.d.ts +9 -5
- package/lib/thirdparty/openapi.d.ts +2325 -2925
- package/package.json +4 -2
- package/tests/dto/thirdparty.test.ts +37 -25
- package/thirdparty/openapi3/components/schemas/Account.yaml +2 -2
- package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +7 -0
- package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +2 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +8 -8
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +11 -11
- package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +12 -5
- package/thirdparty/openapi3/components/schemas/ConsentStatus.yaml +9 -0
- package/thirdparty/openapi3/components/schemas/ConsentStatusIssued.yaml +7 -0
- package/thirdparty/openapi3/components/schemas/ConsentStatusRevoked.yaml +7 -0
- package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +6 -1
- package/thirdparty/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +10 -6
- package/thirdparty/openapi3/components/schemas/CredentialStatusPending.yaml +7 -0
- package/thirdparty/openapi3/components/schemas/CredentialStatusVerified.yaml +7 -0
- package/thirdparty/openapi3/components/schemas/CredentialType.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +6 -6
- package/thirdparty/openapi3/components/schemas/GenericCredential.yaml +13 -0
- package/thirdparty/openapi3/components/schemas/Scope.yaml +6 -9
- package/thirdparty/openapi3/components/schemas/ScopeAction.yaml +12 -0
- package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/SignedCredential.yaml +5 -6
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +2 -2
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +2 -2
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +0 -3
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +8 -3
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +2 -2
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +2 -2
- package/thirdparty/openapi3/components/schemas/Uri.yaml +8 -0
- package/thirdparty/openapi3/openapi.yaml +0 -14
- package/thirdparty/openapi3/paths/consentRequests.yaml +2 -1
- package/thirdparty/openapi3/paths/consentRequests_ID.yaml +41 -5
- package/thirdparty/openapi3/paths/consents.yaml +2 -2
- package/thirdparty/openapi3/paths/consents_ID.yaml +8 -5
- package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations.yaml +3 -30
- package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations_ID.yaml +36 -14
- package/thirdparty/openapi3/paths/thirdpartyRequests_transactions.yaml +6 -27
- package/thirdparty/openapi3/paths/thirdpartyRequests_transactions_ID.yaml +0 -2
- package/thirdparty/openapi3/paths/thirdpartyRequests_verifications.yaml +0 -13
- package/thirdparty/openapi3/paths/thirdpartyRequests_verifications_ID.yaml +32 -0
- package/thirdparty/openapi3/thirdparty-dfsp-api.template.yaml +53 -0
- package/thirdparty/openapi3/thirdparty-dfsp-api.yaml +2637 -0
- package/thirdparty/openapi3/thirdparty-pisp-api.template.yaml +57 -0
- package/thirdparty/openapi3/thirdparty-pisp-api.yaml +2842 -0
- package/thirdparty/openapi3/components/schemas/AccountId.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/AuthenticationInfo.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/ConsentScopeType.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/ConsentStatusTypeRevoked.yaml +0 -7
- package/thirdparty/openapi3/components/schemas/ConsentStatusTypeVerified.yaml +0 -7
- 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
|
|