@mojaloop/api-snippets 18.3.1 → 18.4.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.
- package/CHANGELOG.md +20 -0
- package/audit-ci.jsonc +7 -1
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +0 -2
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/docs/thirdparty-admin-v2.0-openapi3-snippets.yaml +3705 -0
- package/docs/thirdparty-openapi3-snippets.yaml +5 -5
- package/docs/thirdparty-v1.0-openapi3-snippets.yaml +3802 -0
- package/docs/thirdparty-v2.0-openapi3-snippets.yaml +1825 -0
- package/eslint.config.mjs +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +0 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +0 -1
- package/lib/fspiop/v2_0/index.js +0 -1
- package/lib/fspiop/v2_0/index.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/index.js +0 -1
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +0 -71
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +0 -140
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +1 -1
- package/lib/thirdparty/v2_0/openapi.d.ts +1726 -0
- package/lib/thirdparty/v2_0/openapi.js +7 -0
- package/lib/thirdparty/v2_0/openapi.js.map +1 -0
- package/package.json +48 -45
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +1 -1
- package/test/dto/{thirdparty.test.ts → thirdparty_v1_0.test.ts} +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +2 -2
- package/thirdparty/v1_0/openapi3/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +3 -3
- package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml +68 -61
- package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml +82 -75
- package/thirdparty/v2_0/openapi3/components/headers/Content-Length.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/headers/Content-Type.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Accept.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Content-Length.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Content-Type.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Date.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/ID.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/ServiceType.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/parameters/SubId.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Type.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/200.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/202.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/400.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/401.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/403.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/404.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/405.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/406.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/501.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/503.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Account.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AccountAddress.yaml +25 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AccountList.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Amount.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AmountType.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthenticationResponse.yaml +10 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseType.yaml +8 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseTypeAccepted.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseTypeRejected.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/BinaryString.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelType.yaml +9 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelTypeOTP.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelTypeWeb.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +16 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +30 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +39 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +44 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatus.yaml +9 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatusIssued.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatusRevoked.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +19 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +33 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +32 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CredentialStatusPending.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CredentialStatusVerified.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CredentialType.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Currency.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/DateOfBirth.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/DateTime.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ErrorCode.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ErrorDescription.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ErrorInformation.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Extension.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ExtensionKey.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ExtensionList.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ExtensionValue.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +71 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +54 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FirstName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FspId.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/GenericCredential.yaml +13 -0
- package/thirdparty/v2_0/openapi3/components/schemas/GeoCode.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/IlpCondition.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/IlpPacket.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Integer.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/LastName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Latitude.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Longitude.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/MiddleName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Money.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Name.yaml +2 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Note.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +13 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Party.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyComplexName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdInfoTPLink.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdType.yaml +58 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdTypeTPLink.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyTPLink.yaml +14 -0
- package/thirdparty/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +79 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Scope.yaml +20 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ScopeAction.yaml +14 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ServiceType.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +26 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedCredential.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadType.yaml +9 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadTypeFIDO.yaml +5 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadTypeGeneric.yaml +5 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Transaction.yaml +43 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransactionState.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransactionType.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransfersPostRequestFIDO.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransfersPostRequestGeneric.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Uri.yaml +8 -0
- package/thirdparty/v2_0/openapi3/components/schemas/VerifiedCredential.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAccountRequestPostRequest.yaml +35 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAccountRequestPutResponse.yaml +30 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAccountsIDPutResponse.yaml +21 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseFIDO.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseGeneric.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseRejected.yaml +10 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsPostRequest.yaml +67 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransactionRequestPostRequest.yaml +60 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransactionRequestPutResponse.yaml +67 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransfersPostRequest.yaml +19 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransfersPutResponse.yaml +25 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsIDPutResponse.yaml +19 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsPostRequestFIDO.yaml +28 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsPostRequestGeneric.yaml +28 -0
- package/thirdparty/v2_0/openapi3/openapi-admin.yaml +99 -0
- package/thirdparty/v2_0/openapi3/openapi.yaml +64 -0
- package/thirdparty/v2_0/openapi3/paths/health.yaml +25 -0
- package/thirdparty/v2_0/openapi3/paths/metrics.yaml +25 -0
- package/thirdparty/v2_0/openapi3/paths/participants.yaml +50 -0
- package/thirdparty/v2_0/openapi3/paths/participants_ID.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/participants_ID_error.yaml +51 -0
- package/thirdparty/v2_0/openapi3/paths/participants_Type_ID.yaml +169 -0
- package/thirdparty/v2_0/openapi3/paths/participants_Type_ID_error.yaml +52 -0
- package/thirdparty/v2_0/openapi3/paths/services_ServiceType.yaml +77 -0
- package/thirdparty/v2_0/openapi3/paths/services_ServiceType_error.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccountRequest.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccountRequest_ID.yaml +86 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccountRequest_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccounts_ID.yaml +88 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccounts_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppAuthorizations.yaml +51 -0
- package/thirdparty/v2_0/openapi3/paths/tppAuthorizations_ID.yaml +86 -0
- package/thirdparty/v2_0/openapi3/paths/tppAuthorizations_ID_error.yaml +55 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsentRequests.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsentRequests_ID.yaml +123 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsentRequests_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsents.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsents_ID.yaml +165 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsents_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests_ID.yaml +83 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests_ID_error.yaml +52 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransfers.yaml +47 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransfers_ID.yaml +86 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransfers_ID_error.yaml +52 -0
- package/thirdparty/v2_0/openapi3/paths/tppVerifications.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppVerifications_ID.yaml +87 -0
- package/thirdparty/v2_0/openapi3/paths/tppVerifications_ID_error.yaml +49 -0
- package/thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.template.yaml +53 -0
- package/thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.yaml +2633 -0
- package/thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.template.yaml +57 -0
- package/thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.yaml +3103 -0
- package/tsconfig.build.json +4 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"openapi.js","sourceRoot":"","sources":["../../../src/thirdparty/v2_0/openapi.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
|
package/package.json
CHANGED
|
@@ -1,40 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/api-snippets",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.4.0",
|
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"audit:fix": "npm audit fix",
|
|
9
9
|
"audit:check": "npx audit-ci --config ./audit-ci.jsonc",
|
|
10
|
-
"build": "npm run build:openapi
|
|
11
|
-
"build:dto": "npm run build:dto:v1.0
|
|
12
|
-
"build:schemas": "npm run build:schemas:fspiop:v2.0
|
|
10
|
+
"build": "npm run build:openapi && npm run build:dto && npm run build:schemas && tsc -p ./tsconfig.build.json",
|
|
11
|
+
"build:dto": "npm run build:dto:v1.0 && npm run build:dto:v1.1 && npm run build:dto:v2.0 && npm run build:dto:v2.0_ISO20022 && npm run build:dto:thirdparty:v1.0.0 && npm run build:dto:thirdparty:v2.0.0 && npm run build:dto:sdk-scheme-adapter:v2.0.0 && npm run build:dto:sdk-scheme-adapter:v2.1.0",
|
|
12
|
+
"build:schemas": "npm run build:schemas:fspiop:v2.0 && npm run build:schemas:fspiop:v2.0_ISO20022 && npm run build:schemas:sdk-scheme-adapter:v2.0.0 && npm run build:schemas:sdk-scheme-adapter:v2.1.0",
|
|
13
13
|
"build:schemas:fspiop:v2.0": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/fspiop-rest-v2.0-openapi3-snippets.yaml src/fspiop/v2_0",
|
|
14
14
|
"build:schemas:fspiop:v2.0_ISO20022": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml src/fspiop/v2_0_ISO20022",
|
|
15
|
-
"build:schemas:sdk-scheme-adapter:v2.0.0": "npm run build:schemas:sdk-scheme-adapter:backend:v2.0.0
|
|
16
|
-
"build:schemas:sdk-scheme-adapter:v2.1.0": "npm run build:schemas:sdk-scheme-adapter:backend:v2.1.0
|
|
15
|
+
"build:schemas:sdk-scheme-adapter:v2.0.0": "npm run build:schemas:sdk-scheme-adapter:backend:v2.0.0 && npm run build:schemas:sdk-scheme-adapter:outbound:v2.0.0",
|
|
16
|
+
"build:schemas:sdk-scheme-adapter:v2.1.0": "npm run build:schemas:sdk-scheme-adapter:backend:v2.1.0 && npm run build:schemas:sdk-scheme-adapter:outbound:v2.1.0",
|
|
17
17
|
"build:dto:v1.0": "openapi-typescript docs/fspiop-rest-v1.0-openapi3-snippets.yaml --output src/fspiop/v1_0/openapi.ts",
|
|
18
18
|
"build:dto:v1.1": "openapi-typescript docs/fspiop-rest-v1.1-openapi3-snippets.yaml --output src/fspiop/v1_1/openapi.ts",
|
|
19
19
|
"build:dto:v2.0": "openapi-typescript docs/fspiop-rest-v2.0-openapi3-snippets.yaml --output src/fspiop/v2_0/openapi.ts",
|
|
20
20
|
"build:dto:v2.0_ISO20022": "openapi-typescript docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml --output src/fspiop/v2_0_ISO20022/openapi.ts",
|
|
21
|
-
"build:dto:thirdparty": "openapi-typescript docs/thirdparty-openapi3-snippets.yaml --output src/thirdparty/openapi.ts",
|
|
22
|
-
"build:dto:
|
|
23
|
-
"build:dto:sdk-scheme-adapter:v2.
|
|
21
|
+
"build:dto:thirdparty:v1.0.0": "openapi-typescript docs/thirdparty-openapi3-snippets.yaml --output src/thirdparty/openapi.ts",
|
|
22
|
+
"build:dto:thirdparty:v2.0.0": "openapi-typescript docs/thirdparty-v2.0-openapi3-snippets.yaml --output src/thirdparty/v2_0/openapi.ts",
|
|
23
|
+
"build:dto:sdk-scheme-adapter:v2.0.0": "npm run build:dto:sdk-scheme-adapter:backend:v2.0.0 && npm run build:dto:sdk-scheme-adapter:outbound:v2.0.0",
|
|
24
|
+
"build:dto:sdk-scheme-adapter:v2.1.0": "npm run build:dto:sdk-scheme-adapter:backend:v2.1.0 && npm run build:dto:sdk-scheme-adapter:outbound:v2.1.0",
|
|
24
25
|
"build:dto:sdk-scheme-adapter:backend:v2.0.0": "openapi-typescript docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_0_0/backend/openapi.ts",
|
|
25
26
|
"build:dto:sdk-scheme-adapter:outbound:v2.0.0": "openapi-typescript docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_0_0/outbound/openapi.ts",
|
|
26
27
|
"build:dto:sdk-scheme-adapter:backend:v2.1.0": "openapi-typescript docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_1_0/backend/openapi.ts",
|
|
27
28
|
"build:dto:sdk-scheme-adapter:outbound:v2.1.0": "openapi-typescript docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_1_0/outbound/openapi.ts",
|
|
28
|
-
"build:openapi": "npm run build:v1.0
|
|
29
|
+
"build:openapi": "npm run build:v1.0 && npm run build:v1.1 && npm run build:refactor:fspiop:v1.1 && npm run build:v2.0 && npm run build:refactor:fspiop:v2.0 && npm run build:v2.0_ISO20022 && npm run build:refactor:fspiop:v2.0_ISO20022 && npm run build:thirdparty:v1.0.0 && npm run build:thirdparty:v2.0.0 && npm run build:sdk-scheme-adapter:v2.0.0 && npm run build:sdk-scheme-adapter:v2.1.0",
|
|
29
30
|
"build:v1.0": "openapi bundle --output docs/fspiop-rest-v1.0-openapi3-snippets.yaml --ext yaml fspiop/v1_0/openapi3/openapi.yaml && swagger-cli validate docs/fspiop-rest-v1.0-openapi3-snippets.yaml",
|
|
30
31
|
"build:v1.1": "openapi bundle --output docs/fspiop-rest-v1.1-openapi3-snippets.yaml --ext yaml fspiop/v1_1/openapi3/openapi.yaml && swagger-cli validate docs/fspiop-rest-v1.1-openapi3-snippets.yaml",
|
|
31
32
|
"build:v2.0": "openapi bundle --output docs/fspiop-rest-v2.0-openapi3-snippets.yaml --ext yaml fspiop/v2_0/openapi3/openapi.yaml && swagger-cli validate docs/fspiop-rest-v2.0-openapi3-snippets.yaml",
|
|
32
33
|
"build:v2.0_ISO20022": "openapi bundle --output docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml --ext yaml fspiop/v2_0_ISO20022/openapi3/openapi.yaml && swagger-cli validate docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml",
|
|
33
|
-
"build:thirdparty": "openapi bundle --output docs/thirdparty-openapi3-snippets.yaml --ext yaml thirdparty/v1_0/openapi3/openapi.yaml && swagger-cli validate docs/thirdparty-openapi3-snippets.yaml",
|
|
34
|
-
"build:thirdparty-dfsp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml",
|
|
35
|
-
"build:thirdparty-pisp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml",
|
|
36
|
-
"build:
|
|
37
|
-
"build:
|
|
34
|
+
"build:thirdparty:v1.0.0": "openapi bundle --output docs/thirdparty-v1.0-openapi3-snippets.yaml --ext yaml thirdparty/v1_0/openapi3/openapi.yaml && swagger-cli validate docs/thirdparty-v1.0-openapi3-snippets.yaml",
|
|
35
|
+
"build:thirdparty-dfsp:v1.0.0": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml",
|
|
36
|
+
"build:thirdparty-pisp:v1.0.0": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml",
|
|
37
|
+
"build:thirdparty:v2.0.0": "openapi bundle --output docs/thirdparty-v2.0-openapi3-snippets.yaml --ext yaml thirdparty/v2_0/openapi3/openapi.yaml && swagger-cli validate docs/thirdparty-v2.0-openapi3-snippets.yaml",
|
|
38
|
+
"build:thirdparty-admin:v2.0.0": "openapi bundle --output docs/thirdparty-admin-v2.0-openapi3-snippets.yaml --ext yaml thirdparty/v2_0/openapi3/openapi-admin.yaml && swagger-cli validate docs/thirdparty-admin-v2.0-openapi3-snippets.yaml",
|
|
39
|
+
"build:thirdparty-dfsp:v2.0.0": "swagger-cli bundle -o ./thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.yaml -t yaml ./thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.template.yaml",
|
|
40
|
+
"build:thirdparty-pisp:v2.0.0": "swagger-cli bundle -o ./thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.yaml -t yaml ./thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.template.yaml",
|
|
41
|
+
"build:sdk-scheme-adapter:v2.0.0": "npm run build:sdk-scheme-adapter:backend:v2.0.0 && npm run build:sdk-scheme-adapter:outbound:v2.0.0",
|
|
42
|
+
"build:sdk-scheme-adapter:v2.1.0": "npm run build:sdk-scheme-adapter:backend:v2.1.0 && npm run build:sdk-scheme-adapter:outbound:v2.1.0",
|
|
38
43
|
"build:sdk-scheme-adapter:backend:v2.0.0": "openapi bundle --output docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_0_0/backend/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml",
|
|
39
44
|
"build:sdk-scheme-adapter:outbound:v2.0.0": "openapi bundle --output docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml",
|
|
40
45
|
"build:sdk-scheme-adapter:backend:v2.1.0": "openapi bundle --output docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_1_0/backend/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml",
|
|
@@ -83,11 +88,11 @@
|
|
|
83
88
|
],
|
|
84
89
|
"license": "Apache-2.0",
|
|
85
90
|
"dependencies": {
|
|
86
|
-
"@apidevtools/json-schema-ref-parser": "^
|
|
87
|
-
"@redocly/openapi-core": "^
|
|
91
|
+
"@apidevtools/json-schema-ref-parser": "^15.4.0",
|
|
92
|
+
"@redocly/openapi-core": "^2.34.0",
|
|
88
93
|
"commander": "^14.0.3",
|
|
89
94
|
"jest-ts-auto-mock": "^2.1.0",
|
|
90
|
-
"js-yaml": "4.
|
|
95
|
+
"js-yaml": "4.2.0",
|
|
91
96
|
"json-refs": "^3.0.15",
|
|
92
97
|
"openapi-types": "^12.1.3",
|
|
93
98
|
"openapi-typescript": "^7.13.0",
|
|
@@ -96,52 +101,50 @@
|
|
|
96
101
|
"overrides": {
|
|
97
102
|
"@types/cacheable-request": "^6.0.2",
|
|
98
103
|
"@types/responselike": "^1.0.0",
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"form-data": "4.0.4",
|
|
104
|
+
"eslint": "^10.5.0",
|
|
105
|
+
"form-data": "4.0.6",
|
|
102
106
|
"glob": "11.1.0",
|
|
103
|
-
"js-yaml": "4.
|
|
104
|
-
"qs": "6.
|
|
105
|
-
"lodash": "4.
|
|
106
|
-
"lodash-es": "4.
|
|
107
|
-
"
|
|
107
|
+
"js-yaml": "4.2.0",
|
|
108
|
+
"qs": "6.15.2",
|
|
109
|
+
"lodash": "4.18.1",
|
|
110
|
+
"lodash-es": "4.18.1",
|
|
111
|
+
"typescript": "^6.0.3"
|
|
108
112
|
},
|
|
109
113
|
"devDependencies": {
|
|
110
|
-
"@commitlint/cli": "^
|
|
111
|
-
"@commitlint/config-conventional": "^
|
|
112
|
-
"@redocly/cli": "^
|
|
114
|
+
"@commitlint/cli": "^21.1.0",
|
|
115
|
+
"@commitlint/config-conventional": "^21.1.0",
|
|
116
|
+
"@redocly/cli": "^2.34.0",
|
|
113
117
|
"@redocly/openapi-cli": "^1.0.0-beta.95",
|
|
114
118
|
"@types/jest": "^30.0.0",
|
|
115
119
|
"@types/js-yaml": "^4.0.9",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
117
|
-
"@typescript-eslint/parser": "^8.
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
121
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
118
122
|
"audit-ci": "^7.1.0",
|
|
119
123
|
"browser-sync": "^3.0.4",
|
|
120
|
-
"diff": "
|
|
121
|
-
"eslint": "^
|
|
124
|
+
"diff": "^9.0.0",
|
|
125
|
+
"eslint": "^10.5.0",
|
|
122
126
|
"eslint-config-prettier": "^10.1.8",
|
|
123
|
-
"eslint-
|
|
124
|
-
"eslint-import-resolver-typescript": "^4.4.4",
|
|
127
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
125
128
|
"eslint-plugin-cucumber": "^2.0.0",
|
|
126
129
|
"eslint-plugin-import": "^2.32.0",
|
|
127
130
|
"eslint-plugin-node": "^11.1.0",
|
|
128
|
-
"eslint-plugin-prettier": "^5.5.
|
|
129
|
-
"eslint-plugin-promise": "^
|
|
131
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
132
|
+
"eslint-plugin-promise": "^7.3.0",
|
|
130
133
|
"eslint-plugin-standard": "^5.0.0",
|
|
131
134
|
"husky": "9.1.7",
|
|
132
|
-
"jest": "^30.2
|
|
133
|
-
"jest-junit": "^
|
|
135
|
+
"jest": "^30.4.2",
|
|
136
|
+
"jest-junit": "^17.0.0",
|
|
134
137
|
"json-schema-to-ts": "^3.1.1",
|
|
135
|
-
"lint-staged": "^
|
|
136
|
-
"npm-check-updates": "^
|
|
137
|
-
"prettier": "^3.8.
|
|
138
|
+
"lint-staged": "^17.0.8",
|
|
139
|
+
"npm-check-updates": "^22.2.7",
|
|
140
|
+
"prettier": "^3.8.4",
|
|
138
141
|
"standard-version": "^9.5.0",
|
|
139
142
|
"swagger-cli": "^4.0.4",
|
|
140
|
-
"ts-jest": "^29.4.
|
|
143
|
+
"ts-jest": "^29.4.11",
|
|
141
144
|
"ts-node": "^10.9.2",
|
|
142
|
-
"ts-patch": "^
|
|
145
|
+
"ts-patch": "^4.0.1",
|
|
143
146
|
"tslib": "^2.8.1",
|
|
144
|
-
"typescript": "^
|
|
147
|
+
"typescript": "^6.0.3"
|
|
145
148
|
},
|
|
146
149
|
"publishConfig": {
|
|
147
150
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -15,13 +15,13 @@ properties:
|
|
|
15
15
|
description: |
|
|
16
16
|
credential id: identifier of pair of keys, base64 encoded
|
|
17
17
|
https://w3c.github.io/webauthn/#ref-for-dom-credential-id
|
|
18
|
-
minLength:
|
|
18
|
+
minLength: 20
|
|
19
19
|
maxLength: 118
|
|
20
20
|
rawId:
|
|
21
21
|
type: string
|
|
22
22
|
description: |
|
|
23
23
|
raw credential id: identifier of pair of keys, base64 encoded.
|
|
24
|
-
minLength:
|
|
24
|
+
minLength: 20
|
|
25
25
|
maxLength: 118
|
|
26
26
|
response:
|
|
27
27
|
type: object
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
title: FIDOPublicKeyCredentialAttestation
|
|
2
2
|
type: object
|
|
3
3
|
description: |
|
|
4
|
-
A data model representing a FIDO Attestation result. Derived from
|
|
4
|
+
A data model representing a FIDO Attestation result. Derived from
|
|
5
5
|
[`PublicKeyCredential` Interface](https://w3c.github.io/webauthn/#iface-pkcredential).
|
|
6
6
|
|
|
7
7
|
The `PublicKeyCredential` interface represents the below fields with
|
|
@@ -13,13 +13,13 @@ properties:
|
|
|
13
13
|
description: |
|
|
14
14
|
credential id: identifier of pair of keys, base64 encoded
|
|
15
15
|
https://w3c.github.io/webauthn/#ref-for-dom-credential-id
|
|
16
|
-
minLength:
|
|
16
|
+
minLength: 20
|
|
17
17
|
maxLength: 118
|
|
18
18
|
rawId:
|
|
19
19
|
type: string
|
|
20
20
|
description: |
|
|
21
21
|
raw credential id: identifier of pair of keys, base64 encoded
|
|
22
|
-
minLength:
|
|
22
|
+
minLength: 20
|
|
23
23
|
maxLength: 118
|
|
24
24
|
response:
|
|
25
25
|
type: object
|