@mojaloop/central-services-shared 18.34.3 → 18.34.5
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/.circleci/config.yml +1 -1
- package/CHANGELOG.md +14 -0
- package/package.json +17 -15
- package/src/enums/endpoints.js +13 -8
package/.circleci/config.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [18.34.5](https://github.com/mojaloop/central-services-shared/compare/v18.34.4...v18.34.5) (2025-12-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* update dependencies ([#494](https://github.com/mojaloop/central-services-shared/issues/494)) ([2b08270](https://github.com/mojaloop/central-services-shared/commit/2b082707c256e9aa238f91a7ad0a7a233db1902d))
|
|
11
|
+
|
|
12
|
+
### [18.34.4](https://github.com/mojaloop/central-services-shared/compare/v18.34.3...v18.34.4) (2025-11-19)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* update tpp endpoints ([#492](https://github.com/mojaloop/central-services-shared/issues/492)) ([8a2d30a](https://github.com/mojaloop/central-services-shared/commit/8a2d30a7486fe8c0cc900b65edd85eb30a4556da))
|
|
18
|
+
|
|
5
19
|
### [18.34.3](https://github.com/mojaloop/central-services-shared/compare/v18.34.2...v18.34.3) (2025-10-30)
|
|
6
20
|
|
|
7
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-services-shared",
|
|
3
|
-
"version": "18.34.
|
|
3
|
+
"version": "18.34.5",
|
|
4
4
|
"description": "Shared code for mojaloop central services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@hapi/catbox": "12.1.1",
|
|
67
67
|
"@hapi/catbox-memory": "5.0.1",
|
|
68
|
-
"@hapi/hapi": "21.4.
|
|
68
|
+
"@hapi/hapi": "21.4.4",
|
|
69
69
|
"@hapi/joi-date": "2.0.1",
|
|
70
70
|
"@mojaloop/inter-scheme-proxy-cache-lib": "2.9.0",
|
|
71
71
|
"@opentelemetry/api": "1.9.0",
|
|
72
72
|
"async-exit-hook": "2.0.1",
|
|
73
73
|
"async-retry": "1.3.3",
|
|
74
|
-
"axios": "1.13.
|
|
74
|
+
"axios": "1.13.2",
|
|
75
75
|
"clone": "2.1.2",
|
|
76
76
|
"convict": "^6.2.4",
|
|
77
77
|
"dotenv": "17.2.3",
|
|
@@ -80,26 +80,26 @@
|
|
|
80
80
|
"fast-safe-stringify": "2.1.1",
|
|
81
81
|
"immutable": "5.1.4",
|
|
82
82
|
"ioredis": "5.6.1",
|
|
83
|
-
"joi": "18.0.
|
|
83
|
+
"joi": "18.0.2",
|
|
84
84
|
"lodash": "4.17.21",
|
|
85
85
|
"mustache": "4.2.0",
|
|
86
86
|
"openapi-backend": "5.15.0",
|
|
87
|
-
"raw-body": "3.0.
|
|
87
|
+
"raw-body": "3.0.2",
|
|
88
88
|
"rc": "1.2.8",
|
|
89
89
|
"redlock": "5.0.0-beta.2",
|
|
90
90
|
"shins": "2.6.0",
|
|
91
91
|
"ulidx": "2.4.1",
|
|
92
92
|
"uuid4": "2.0.3",
|
|
93
93
|
"widdershins": "4.0.1",
|
|
94
|
-
"yaml": "2.8.
|
|
94
|
+
"yaml": "2.8.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@mojaloop/central-services-error-handling": "13.1.
|
|
98
|
-
"@mojaloop/central-services-logger": "11.10.
|
|
99
|
-
"@mojaloop/central-services-metrics": "12.8.
|
|
100
|
-
"@mojaloop/event-sdk": "14.8.
|
|
101
|
-
"@mojaloop/sdk-standard-components": "19.18.
|
|
102
|
-
"@opentelemetry/auto-instrumentations-node": "^0.
|
|
97
|
+
"@mojaloop/central-services-error-handling": "13.1.5",
|
|
98
|
+
"@mojaloop/central-services-logger": "11.10.2",
|
|
99
|
+
"@mojaloop/central-services-metrics": "12.8.2",
|
|
100
|
+
"@mojaloop/event-sdk": "14.8.2",
|
|
101
|
+
"@mojaloop/sdk-standard-components": "19.18.1",
|
|
102
|
+
"@opentelemetry/auto-instrumentations-node": "^0.67.2",
|
|
103
103
|
"@types/hapi__joi": "17.1.15",
|
|
104
104
|
"ajv": "^8.17.1",
|
|
105
105
|
"ajv-formats": "^3.0.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"audit-ci": "7.1.0",
|
|
108
108
|
"base64url": "3.0.1",
|
|
109
109
|
"chance": "1.1.13",
|
|
110
|
-
"npm-check-updates": "19.1.
|
|
110
|
+
"npm-check-updates": "19.1.2",
|
|
111
111
|
"nyc": "17.1.0",
|
|
112
112
|
"portfinder": "1.0.38",
|
|
113
113
|
"pre-commit": "1.2.2",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"tapes": "4.1.0"
|
|
124
124
|
},
|
|
125
125
|
"overrides": {
|
|
126
|
-
"axios": "1.13.
|
|
126
|
+
"axios": "1.13.2",
|
|
127
127
|
"brace-expansion": "2.0.2",
|
|
128
128
|
"form-data": "4.0.4",
|
|
129
129
|
"nanoid": "5.1.5",
|
|
@@ -144,7 +144,9 @@
|
|
|
144
144
|
"markdown-it": "12.3.2",
|
|
145
145
|
"trim": "0.0.3",
|
|
146
146
|
"cross-spawn": "7.0.6",
|
|
147
|
-
"yargs-parser": "21.1.1"
|
|
147
|
+
"yargs-parser": "21.1.1",
|
|
148
|
+
"jws": "3.2.3",
|
|
149
|
+
"validator": "13.15.22"
|
|
148
150
|
},
|
|
149
151
|
"peerDependencies": {
|
|
150
152
|
"@mojaloop/central-services-error-handling": "13.x.x",
|
package/src/enums/endpoints.js
CHANGED
|
@@ -102,10 +102,12 @@ const FspEndpointTypes = {
|
|
|
102
102
|
TP_CB_URL_SERVICES_GET: 'TP_CB_URL_SERVICES_GET',
|
|
103
103
|
TP_CB_URL_SERVICES_PUT: 'TP_CB_URL_SERVICES_PUT',
|
|
104
104
|
TP_CB_URL_SERVICES_PUT_ERROR: 'TP_CB_URL_SERVICES_PUT_ERROR',
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
105
|
+
TPP_CB_URL_ACCOUNT_REQUEST_POST: 'TPP_CB_URL_ACCOUNT_REQUEST_POST',
|
|
106
|
+
TPP_CB_URL_ACCOUNT_REQUEST_PUT: 'TPP_CB_URL_ACCOUNT_REQUEST_PUT',
|
|
107
|
+
TPP_CB_URL_ACCOUNT_REQUEST_PUT_ERROR: 'TPP_CB_URL_ACCOUNT_REQUEST_PUT_ERROR',
|
|
108
|
+
TPP_CB_URL_ACCOUNT_REQUEST_GET: 'TPP_CB_URL_ACCOUNT_REQUEST_GET',
|
|
109
|
+
TPP_CB_URL_ACCOUNTS_GET: 'TPP_CB_URL_ACCOUNTS_GET',
|
|
110
|
+
TPP_CB_URL_ACCOUNTS_PUT: 'TPP_CB_URL_ACCOUNTS_PUT'
|
|
109
111
|
}
|
|
110
112
|
|
|
111
113
|
const FspEndpointTemplates = {
|
|
@@ -168,10 +170,13 @@ const FspEndpointTemplates = {
|
|
|
168
170
|
TP_SERVICES_GET: '/services/{{ServiceType}}',
|
|
169
171
|
TP_SERVICES_PUT: '/services/{{ServiceType}}',
|
|
170
172
|
TP_SERVICES_PUT_ERROR: '/services/{{ServiceType}}/error',
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
173
|
+
TPP_ACCOUNT_REQUEST_POST: '/tppAccountRequest',
|
|
174
|
+
TPP_ACCOUNT_REQUEST_PUT: '/tppAccountRequest/{{ID}}',
|
|
175
|
+
TPP_ACCOUNT_REQUEST_PUT_ERROR: '/tppAccountRequest/{{ID}}/error',
|
|
176
|
+
TPP_ACCOUNT_REQUEST_GET: '/tppAccountRequest/{{ID}}',
|
|
177
|
+
TPP_ACCOUNTS_GET: '/tppAccounts/{{ID}}/{{SignedChallenge}}',
|
|
178
|
+
TPP_ACCOUNTS_PUT: '/tppAccounts/{{ID}}',
|
|
179
|
+
TPP_ACCOUNTS_PUT_ERROR: '/tppAccounts/{{ID}}/error'
|
|
175
180
|
}
|
|
176
181
|
|
|
177
182
|
module.exports = {
|