@mojaloop/central-services-shared 18.1.3 → 18.2.0-snapshot.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-services-shared",
3
- "version": "18.1.3",
3
+ "version": "18.2.0-snapshot.1",
4
4
  "description": "Shared code for mojaloop central services",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -68,7 +68,7 @@
68
68
  "shins": "2.6.0",
69
69
  "uuid4": "2.0.3",
70
70
  "widdershins": "^4.0.1",
71
- "yaml": "2.3.3"
71
+ "yaml": "2.3.4"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@hapi/hapi": "21.3.2",
@@ -72,6 +72,7 @@ const Event = {
72
72
  BULK_GET: 'bulk-get',
73
73
  CLOSE: 'close',
74
74
  COMMIT: 'commit',
75
+ FX_COMMIT: 'fx-commit',
75
76
  CREATE: 'create',
76
77
  DELETE: 'delete',
77
78
  EVENT: 'event',
@@ -86,6 +87,7 @@ const Event = {
86
87
  POSITION_PREPARE: 'position-prepare',
87
88
  POSITION_FULFIL: 'position-fulfil',
88
89
  PREPARE: 'prepare',
90
+ FX_PREPARE: 'fx-prepare',
89
91
  PREPARE_DUPLICATE: 'prepare-duplicate',
90
92
  PROCESSING: 'processing',
91
93
  RECORD_FUNDS_IN: 'recordFundsIn',
@@ -93,6 +95,7 @@ const Event = {
93
95
  RECORD_FUNDS_OUT_COMMIT: 'recordFundsOutCommit',
94
96
  RECORD_FUNDS_OUT_PREPARE_RESERVE: 'recordFundsOutPrepareReserve',
95
97
  REJECT: 'reject',
98
+ FX_REJECT: 'fx-reject',
96
99
  RESOLVE: 'resolve',
97
100
 
98
101
  // The Transfer was marked as RESERVED by the payee DFSP
@@ -100,6 +103,7 @@ const Event = {
100
103
  RESERVED_ABORTED: 'reserved-aborted',
101
104
  REQUEST: 'request',
102
105
  RESERVE: 'reserve',
106
+ FX_RESERVE: 'fx-reserve',
103
107
  SETTLEMENT_WINDOW: 'settlement-window',
104
108
  TIMEOUT_RECEIVED: 'timeout-received',
105
109
  TIMEOUT_RESERVED: 'timeout-reserved',