@mojaloop/api-snippets 13.0.4 → 13.0.7
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 +21 -0
- package/docs/thirdparty-openapi3-snippets.yaml +3031 -2495
- package/lib/thirdparty/index.d.ts +2 -4
- package/lib/thirdparty/openapi.d.ts +4725 -3729
- package/package.json +4 -1
- package/tests/dto/thirdparty.test.ts +4 -48
- package/thirdparty/openapi3/components/parameters/Accept.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Content-Length.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Content-Type.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Date.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Source.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/ID.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/SubId.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Type.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/X-Forwarded-For.yaml +1 -1
- package/thirdparty/openapi3/components/responses/200.yaml +1 -1
- package/thirdparty/openapi3/components/responses/202.yaml +1 -1
- package/thirdparty/openapi3/components/responses/400.yaml +1 -1
- package/thirdparty/openapi3/components/responses/401.yaml +1 -1
- package/thirdparty/openapi3/components/responses/403.yaml +1 -1
- package/thirdparty/openapi3/components/responses/404.yaml +1 -1
- package/thirdparty/openapi3/components/responses/405.yaml +1 -1
- package/thirdparty/openapi3/components/responses/406.yaml +1 -1
- package/thirdparty/openapi3/components/responses/501.yaml +1 -1
- package/thirdparty/openapi3/components/responses/503.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/Account.yaml +5 -2
- package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +20 -2
- package/thirdparty/openapi3/components/schemas/AccountList.yaml +11 -0
- package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +15 -5
- package/thirdparty/openapi3/components/schemas/AuthenticationResponse.yaml +10 -0
- package/thirdparty/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
- package/thirdparty/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
- package/thirdparty/openapi3/components/schemas/AuthorizationResponseTypeRejected.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelType.yaml +3 -3
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelTypeOTP.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelTypeWeb.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +10 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +19 -3
- package/thirdparty/openapi3/components/schemas/ConsentStatusIssued.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentStatusRevoked.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +3 -1
- package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +5 -3
- package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +5 -3
- package/thirdparty/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +6 -2
- package/thirdparty/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +6 -4
- package/thirdparty/openapi3/components/schemas/CredentialStatusPending.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/CredentialStatusVerified.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/CredentialType.yaml +5 -3
- package/thirdparty/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +8 -3
- package/thirdparty/openapi3/components/schemas/GenericCredential.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/Scope.yaml +6 -1
- package/thirdparty/openapi3/components/schemas/ScopeAction.yaml +8 -6
- package/thirdparty/openapi3/components/schemas/ServiceType.yaml +11 -3
- package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +15 -1
- package/thirdparty/openapi3/components/schemas/SignedCredential.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
- package/thirdparty/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +4 -11
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +4 -11
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseRejected.yaml +5 -3
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +15 -3
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +15 -1
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +11 -1
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +15 -2
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +13 -6
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +4 -2
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +4 -2
- package/thirdparty/openapi3/components/schemas/VerifiedCredential.yaml +6 -7
- package/thirdparty/openapi3/openapi.yaml +9 -9
- package/thirdparty/openapi3/paths/consentRequests_ID.yaml +6 -6
- package/thirdparty/openapi3/paths/consents_ID.yaml +2 -2
- package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations.yaml +1 -1
- package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations_ID.yaml +3 -3
- package/thirdparty/openapi3/paths/thirdpartyRequests_transactions.yaml +1 -1
- package/thirdparty/openapi3/paths/thirdpartyRequests_verifications_ID.yaml +6 -4
- package/thirdparty/openapi3/thirdparty-dfsp-api.yaml +66 -66
- package/thirdparty/openapi3/thirdparty-pisp-api.yaml +65 -65
- package/thirdparty/openapi3/components/schemas/AuthenticationType.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/AuthenticationValue.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/AuthorizationChannelType.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +0 -10
- package/thirdparty/openapi3/components/schemas/AuthorizationsPostRequest.yaml +0 -24
- package/thirdparty/openapi3/components/schemas/IndividualQuote.yaml +0 -51
- package/thirdparty/openapi3/components/schemas/IndividualQuoteResult.yaml +0 -46
- package/thirdparty/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +0 -30
- package/thirdparty/openapi3/components/schemas/U2FPIN.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/U2FPinValue.yaml +0 -19
- package/thirdparty/openapi3/components/schemas/index.yaml +0 -180
- package/thirdparty/openapi3/paths/authorizations.yaml +0 -51
- package/thirdparty/openapi3/paths/authorizations_ID.yaml +0 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
|
2
|
+
### [13.0.7](https://github.com/mojaloop/api-snippets/compare/v13.0.6...v13.0.7) (2022-03-07)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
|
|
7
|
+
* add first pass preparing snippets for update to latest version ([#122](https://github.com/mojaloop/api-snippets/issues/122)) ([7069b41](https://github.com/mojaloop/api-snippets/commit/7069b41905ab39e71280f8b7105f6b72ff1fde00))
|
|
8
|
+
|
|
9
|
+
### [13.0.6](https://github.com/mojaloop/api-snippets/compare/v13.0.5...v13.0.6) (2022-03-03)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Maintenance
|
|
13
|
+
|
|
14
|
+
* **deps:** bump hosted-git-info from 2.8.8 to 2.8.9 ([#121](https://github.com/mojaloop/api-snippets/issues/121)) ([e5c8460](https://github.com/mojaloop/api-snippets/commit/e5c84605ecb5753dcec3656325b9262c837a476e))
|
|
15
|
+
|
|
16
|
+
### [13.0.5](https://github.com/mojaloop/api-snippets/compare/v13.0.4...v13.0.5) (2022-02-18)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* fix enumeration for authentication response ([#118](https://github.com/mojaloop/api-snippets/issues/118)) ([29e64f0](https://github.com/mojaloop/api-snippets/commit/29e64f07c3ac217e0676d5dd6e04bf4f13eab4c0))
|
|
22
|
+
|
|
2
23
|
### [13.0.4](https://github.com/mojaloop/api-snippets/compare/v13.0.3...v13.0.4) (2021-11-03)
|
|
3
24
|
|
|
4
25
|
|