diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b02c07a0..34c1c645 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1054,6 +1054,16 @@ module.exports = { }, ] }, + { + title: 'ISO-20022 API', + collapsable: true, + sidebarDepth: 4, + children: [ + { + title: 'Overview', + path: 'api/iso20022/', + },] + }, { title: 'Administration API', collapsable: true, diff --git a/docs/technical/api/iso20022/README.md b/docs/technical/api/iso20022/README.md new file mode 100644 index 00000000..db09d085 --- /dev/null +++ b/docs/technical/api/iso20022/README.md @@ -0,0 +1,13 @@ +--- +footerCopyright: Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0) | Ericsson, Huawei, Mahindra-Comviva, Telepin, and the Bill & Melinda Gates Foundation +--- + +# ISO-20022 API + +The ISO-20022 version of the Open API for FSP Interoperability Specification is supported by the following documents: + +## Technical Documents + +* [Market Practices](../../../product/features/iso20022.md) + + diff --git a/package-lock.json b/package-lock.json index 8320ef3c..ed2843ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,10 @@ "devDependencies": { "@vuepress/plugin-back-to-top": "^1.9.10", "@vuepress/plugin-medium-zoom": "^1.9.10", - "got": "^14.4.7", + "got": "^14.4.9", "husky": "^9.1.7", "markdownlint-cli": "^0.45.0", - "npm-check-updates": "^18.0.3", + "npm-check-updates": "^18.3.0", "plantuml-encoder": "^1.4.0", "svgo": "^4.0.0", "vuepress": "^1.9.10", @@ -9889,11 +9889,10 @@ } }, "node_modules/got": { - "version": "14.4.7", - "resolved": "https://registry.npmjs.org/got/-/got-14.4.7.tgz", - "integrity": "sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==", + "version": "14.4.9", + "resolved": "https://registry.npmjs.org/got/-/got-14.4.9.tgz", + "integrity": "sha512-Dbu075Jwm3QwNCIoCenqkqY8l2gd7e/TanuhMbzZIEsb1mpAneImSusKhZ+XdqqC3S91SDV/1SdWpGXKAlm8tA==", "dev": true, - "license": "MIT", "dependencies": { "@sindresorhus/is": "^7.0.1", "@szmarczak/http-timer": "^5.0.1", @@ -13327,11 +13326,10 @@ } }, "node_modules/npm-check-updates": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.3.tgz", - "integrity": "sha512-IMZWxgAa5gpDVEle2KOZOMLfCu2/9FV+xsXQjPFt2OV0dyZixn0OJrZ9NxUcWgr/ZTGogmZtE0Cb8x2wlsVULg==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.3.0.tgz", + "integrity": "sha512-Wcm90Af5JuzxwPTtdLl0OH2O1TCeqPTYBch1M3bePmfqylRMiFXXh+uglE4sfMjwdTjw7aIReMwudXeqoYvh2Q==", "dev": true, - "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" diff --git a/package.json b/package.json index 37f5aa45..19f0884c 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "devDependencies": { "@vuepress/plugin-back-to-top": "^1.9.10", "@vuepress/plugin-medium-zoom": "^1.9.10", - "got": "^14.4.7", + "got": "^14.4.9", "husky": "^9.1.7", "markdownlint-cli": "^0.45.0", - "npm-check-updates": "^18.0.3", + "npm-check-updates": "^18.3.0", "plantuml-encoder": "^1.4.0", "svgo": "^4.0.0", "vuepress": "^1.9.10",