@medipass/utils 11.68.2 → 11.68.4
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,28 @@
|
|
|
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.68.4](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.68.3...@medipass/utils@11.68.4) (2022-09-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* eclipse report requested date ([#682](https://github.com/medipass/web-medicules/issues/682)) ([9d7e2a7](https://github.com/medipass/web-medicules/commit/9d7e2a7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [11.68.3](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.68.2...@medipass/utils@11.68.3) (2022-08-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* eclipse processing report ([#678](https://github.com/medipass/web-medicules/issues/678)) ([c8d73a4](https://github.com/medipass/web-medicules/commit/c8d73a4))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [11.68.2](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.68.1...@medipass/utils@11.68.2) (2022-08-17)
|
|
7
29
|
|
|
8
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.68.
|
|
3
|
+
"version": "11.68.4",
|
|
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": "19d1e5c86806475fdc3eda7f7362462ed004867f"
|
|
52
52
|
}
|
|
@@ -68,6 +68,7 @@ var paymentReportDefault = {
|
|
|
68
68
|
var processingReportEclipseDefault = {
|
|
69
69
|
transactionId: 'PAO00000J4aw564Wtde1UeJe',
|
|
70
70
|
status: 'SUCCESS',
|
|
71
|
+
requestedDate: '2022-08-15T07:10:26.523Z',
|
|
71
72
|
report: {
|
|
72
73
|
status: 'COMPLETE',
|
|
73
74
|
claimSummary: {
|
|
@@ -138,6 +139,7 @@ var processingReportEclipseDefault = {
|
|
|
138
139
|
chargeAmount: 23680,
|
|
139
140
|
dateOfService: '2022-07-01',
|
|
140
141
|
explanationCode: '0',
|
|
142
|
+
explanationText: '0 Approved',
|
|
141
143
|
itemNumber: '11018',
|
|
142
144
|
scheduleFee: 23680,
|
|
143
145
|
benefitString: '$177.60',
|
|
@@ -149,6 +151,7 @@ var processingReportEclipseDefault = {
|
|
|
149
151
|
chargeAmount: 12975,
|
|
150
152
|
dateOfService: '2022-07-08',
|
|
151
153
|
explanationCode: '0',
|
|
154
|
+
explanationText: '0 Approved',
|
|
152
155
|
itemNumber: '11235',
|
|
153
156
|
scheduleFee: 12975,
|
|
154
157
|
benefitString: '$97.35',
|
|
@@ -167,6 +170,7 @@ var processingReportEclipseDefault = {
|
|
|
167
170
|
var paymentReportEclipseDefault = {
|
|
168
171
|
transactionId: 'AAA99556ffff62c76f48e700',
|
|
169
172
|
status: 'SUCCESS',
|
|
173
|
+
requestedDate: '2022-08-15T07:10:26.523Z',
|
|
170
174
|
report: {
|
|
171
175
|
partNumber: 1,
|
|
172
176
|
partTotal: 1,
|