@medipass/utils 11.68.2 → 11.68.3
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,17 @@
|
|
|
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.3](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.68.2...@medipass/utils@11.68.3) (2022-08-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* eclipse processing report ([#678](https://github.com/medipass/web-medicules/issues/678)) ([c8d73a4](https://github.com/medipass/web-medicules/commit/c8d73a4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [11.68.2](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.68.1...@medipass/utils@11.68.2) (2022-08-17)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.68.
|
|
3
|
+
"version": "11.68.3",
|
|
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": "94d81ea42c4082c8fec611c95e232f8d674f84f0"
|
|
52
52
|
}
|
|
@@ -138,6 +138,7 @@ var processingReportEclipseDefault = {
|
|
|
138
138
|
chargeAmount: 23680,
|
|
139
139
|
dateOfService: '2022-07-01',
|
|
140
140
|
explanationCode: '0',
|
|
141
|
+
explanationText: '0 Approved',
|
|
141
142
|
itemNumber: '11018',
|
|
142
143
|
scheduleFee: 23680,
|
|
143
144
|
benefitString: '$177.60',
|
|
@@ -149,6 +150,7 @@ var processingReportEclipseDefault = {
|
|
|
149
150
|
chargeAmount: 12975,
|
|
150
151
|
dateOfService: '2022-07-08',
|
|
151
152
|
explanationCode: '0',
|
|
153
|
+
explanationText: '0 Approved',
|
|
152
154
|
itemNumber: '11235',
|
|
153
155
|
scheduleFee: 12975,
|
|
154
156
|
benefitString: '$97.35',
|