@mojaloop/central-services-shared 18.6.0 → 18.6.1

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 CHANGED
@@ -2,6 +2,13 @@
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.6.1](https://github.com/mojaloop/central-services-shared/compare/v18.6.0...v18.6.1) (2024-07-08)
6
+
7
+
8
+ ### Chore
9
+
10
+ * update index.d file ([#390](https://github.com/mojaloop/central-services-shared/issues/390)) ([93b8048](https://github.com/mojaloop/central-services-shared/commit/93b8048310b71f89993dede5a8d58d0f6283d00f))
11
+
5
12
  ## [18.6.0](https://github.com/mojaloop/central-services-shared/compare/v18.5.2...v18.6.0) (2024-07-05)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-services-shared",
3
- "version": "18.6.0",
3
+ "version": "18.6.1",
4
4
  "description": "Shared code for mojaloop central services",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@hapi/catbox": "12.1.1",
58
58
  "@hapi/catbox-memory": "5.0.1",
59
- "@mojaloop/inter-scheme-proxy-cache-lib": "1.2.0",
59
+ "@mojaloop/inter-scheme-proxy-cache-lib": "1.4.0",
60
60
  "axios": "1.7.2",
61
61
  "clone": "2.1.2",
62
62
  "dotenv": "16.4.5",
package/src/index.d.ts CHANGED
@@ -445,6 +445,7 @@ declare namespace CentralServicesShared {
445
445
  DELETE: EventActionEnum.DELETE;
446
446
  EVENT: EventActionEnum.EVENT;
447
447
  FAIL: EventActionEnum.FAIL;
448
+ FORWARDED: EventActionEnum.FORWARDED;
448
449
  FULFIL: EventActionEnum.FULFIL;
449
450
  FULFIL_DUPLICATE: EventActionEnum.FULFIL_DUPLICATE;
450
451
  FX_FULFIL: EventActionEnum.FX_FULFIL;
@@ -537,6 +538,7 @@ declare namespace CentralServicesShared {
537
538
  RECEIVED_PREPARE: TransferInternalStateEnum.RECEIVED_PREPARE;
538
539
  RECEIVED_REJECT: TransferInternalStateEnum.RECEIVED_REJECT;
539
540
  RESERVED: TransferInternalStateEnum.RESERVED;
541
+ RESERVED_FORWARDED: TransferInternalStateEnum.RESERVED_FORWARDED;
540
542
  RESERVED_TIMEOUT: TransferInternalStateEnum.RESERVED_TIMEOUT;
541
543
  };
542
544
  TransferState: {