@medipass/utils 11.69.1 → 11.69.2
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
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [11.69.2](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.69.1...@medipass/utils@11.69.2) (2022-09-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @medipass/utils
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [11.69.1](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.69.0...@medipass/utils@11.69.1) (2022-09-26)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @medipass/utils
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.69.
|
|
3
|
+
"version": "11.69.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"redux-thunk": "^2.2.0",
|
|
49
49
|
"rimraf": "^2.6.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "9c11d1fe146104e887394b06021f5aef1b8515b9"
|
|
52
52
|
}
|
|
@@ -167,7 +167,7 @@ var processingReportEclipseDefault = {
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
};
|
|
170
|
-
var paymentReportEclipseDefault = {
|
|
170
|
+
var paymentReportEclipseDefault = [{
|
|
171
171
|
transactionId: 'AAA99556ffff62c76f48e700',
|
|
172
172
|
status: 'SUCCESS',
|
|
173
173
|
requestedDate: '2022-08-15T07:10:26.523Z',
|
|
@@ -200,7 +200,40 @@ var paymentReportEclipseDefault = {
|
|
|
200
200
|
benefitString: '$284.11'
|
|
201
201
|
}]
|
|
202
202
|
}
|
|
203
|
-
}
|
|
203
|
+
}, {
|
|
204
|
+
transactionId: 'AAA99556ffff62c76f48e700',
|
|
205
|
+
status: 'SUCCESS',
|
|
206
|
+
requestedDate: '2022-08-15T07:10:26.523Z',
|
|
207
|
+
report: {
|
|
208
|
+
partNumber: 1,
|
|
209
|
+
partTotal: 1,
|
|
210
|
+
payeeLocationId: 'PAO00000',
|
|
211
|
+
remittanceAdviceId: 'TSTADV123',
|
|
212
|
+
paymentInfo: {
|
|
213
|
+
accountInfo: {
|
|
214
|
+
accountName: 'Dummy Health Fund Account 2',
|
|
215
|
+
accountNumber: '*****6789',
|
|
216
|
+
bsbCode: '002913'
|
|
217
|
+
},
|
|
218
|
+
depositAmount: 28411,
|
|
219
|
+
paymentReference: 'HHF00041012NAB2004REMADVA99968',
|
|
220
|
+
depositAmountString: '$285.22'
|
|
221
|
+
},
|
|
222
|
+
paymentRun: {
|
|
223
|
+
payerName: 'Mock Health Fund Pty Ltd',
|
|
224
|
+
runDate: '2022-07-08'
|
|
225
|
+
},
|
|
226
|
+
claimSummary: [{
|
|
227
|
+
accountReferenceId: '1234',
|
|
228
|
+
benefit: 28411,
|
|
229
|
+
channelCode: 'SB4',
|
|
230
|
+
claimId: '30670',
|
|
231
|
+
lodgementDate: '2022-07-08',
|
|
232
|
+
transactionId: 'PAO00000J4aw564Wtde1UeJe',
|
|
233
|
+
benefitString: '$285.22'
|
|
234
|
+
}]
|
|
235
|
+
}
|
|
236
|
+
}];
|
|
204
237
|
|
|
205
238
|
exports.paymentReportDefault = paymentReportDefault;
|
|
206
239
|
exports.paymentReportEclipseDefault = paymentReportEclipseDefault;
|