@medipass/utils 11.80.6 → 11.80.7
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/constants.d.ts +2 -2
- package/constants.js +2 -2
- package/package.json +2 -2
package/constants.d.ts
CHANGED
|
@@ -23,11 +23,11 @@ export declare const STANDALONE_ERRORS: {
|
|
|
23
23
|
};
|
|
24
24
|
readonly providerNumberNotFound: {
|
|
25
25
|
readonly code: "providerNumberNotFound";
|
|
26
|
-
readonly message: "
|
|
26
|
+
readonly message: "Provider number not found.";
|
|
27
27
|
};
|
|
28
28
|
readonly providerNumberDoesNotMatchFunder: {
|
|
29
29
|
readonly code: "providerNumberDoesNotMatchFunder";
|
|
30
|
-
readonly message: "Provider number does not match
|
|
30
|
+
readonly message: "Provider number does not match funder.";
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
export declare const DOCUMENT_STATUSES: {
|
package/constants.js
CHANGED
|
@@ -30,11 +30,11 @@ var STANDALONE_ERRORS = {
|
|
|
30
30
|
},
|
|
31
31
|
providerNumberNotFound: {
|
|
32
32
|
code: 'providerNumberNotFound',
|
|
33
|
-
message: '
|
|
33
|
+
message: 'Provider number not found.'
|
|
34
34
|
},
|
|
35
35
|
providerNumberDoesNotMatchFunder: {
|
|
36
36
|
code: 'providerNumberDoesNotMatchFunder',
|
|
37
|
-
message: 'Provider number does not match
|
|
37
|
+
message: 'Provider number does not match funder.'
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
/* ====== END: ERRORS ======= */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.80.
|
|
3
|
+
"version": "11.80.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"rimraf": "^2.6.2",
|
|
53
53
|
"typescript": "4.8.4"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "7db06272444924d1417277655ade56fb649c3887"
|
|
56
56
|
}
|