@medipass/utils 11.80.3-chore-modal-step-two-changes.0 → 11.80.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/constants.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const ERROR_MESSAGES: {
|
|
2
2
|
readonly INTERNET_ERROR: "We are unable to establish an internet connection. We will take you back once you are connected to the internet.";
|
|
3
|
-
readonly NETWORK_ERROR: "There are issues connecting to the
|
|
4
|
-
readonly SERVER_ERROR: "There are issues connecting to the
|
|
3
|
+
readonly NETWORK_ERROR: "There are issues connecting to the Tyro Health platform. Please refresh the page and try again.";
|
|
4
|
+
readonly SERVER_ERROR: "There are issues connecting to the Tyro Health platform. Please refresh the page and try again.";
|
|
5
5
|
readonly PAYMENT_GATEWAY_ERROR: "There are issues connecting to the payment gateway. Please refresh the page and try again.";
|
|
6
6
|
readonly PAYMENT_ERROR: "An error occurred when processing the payment. Please try again. The card was not charged.";
|
|
7
7
|
readonly PAYMENT_GATEWAY_FIELDS: "The payment card details you entered were invalid, please review the payment card credentials and try again.";
|
package/constants.js
CHANGED
|
@@ -7,8 +7,8 @@ var _FUNDERS_FORMATTED;
|
|
|
7
7
|
/* ====== START: ERRORS ======= */
|
|
8
8
|
var ERROR_MESSAGES = {
|
|
9
9
|
INTERNET_ERROR: 'We are unable to establish an internet connection. We will take you back once you are connected to the internet.',
|
|
10
|
-
NETWORK_ERROR: 'There are issues connecting to the
|
|
11
|
-
SERVER_ERROR: 'There are issues connecting to the
|
|
10
|
+
NETWORK_ERROR: 'There are issues connecting to the Tyro Health platform. Please refresh the page and try again.',
|
|
11
|
+
SERVER_ERROR: 'There are issues connecting to the Tyro Health platform. Please refresh the page and try again.',
|
|
12
12
|
PAYMENT_GATEWAY_ERROR: 'There are issues connecting to the payment gateway. Please refresh the page and try again.',
|
|
13
13
|
PAYMENT_ERROR: 'An error occurred when processing the payment. Please try again. The card was not charged.',
|
|
14
14
|
PAYMENT_GATEWAY_FIELDS: 'The payment card details you entered were invalid, please review the payment card credentials and try again.'
|
package/get-env.js
CHANGED
|
@@ -238,8 +238,8 @@ var Env = /*#__PURE__*/function () {
|
|
|
238
238
|
|
|
239
239
|
var getEnv$1 = new Env();
|
|
240
240
|
var ERROR_MESSAGE__INTERNET_ERROR = process.env.REACT_APP_ERROR_MESSAGE__INTERNET_ERROR || 'We are unable to establish an internet connection. We will take you back once you are connected to the internet.';
|
|
241
|
-
var ERROR_MESSAGE__NETWORK_ERROR = process.env.REACT_APP_ERROR_MESSAGE__NETWORK_ERROR || 'There are issues connecting to the
|
|
242
|
-
var ERROR_MESSAGE__SERVER_ERROR = process.env.REACT_APP_ERROR_MESSAGE__SERVER_ERROR || 'There are issues connecting to the
|
|
241
|
+
var ERROR_MESSAGE__NETWORK_ERROR = process.env.REACT_APP_ERROR_MESSAGE__NETWORK_ERROR || 'There are issues connecting to the Tyro Health platform. Please refresh the page and try again.';
|
|
242
|
+
var ERROR_MESSAGE__SERVER_ERROR = process.env.REACT_APP_ERROR_MESSAGE__SERVER_ERROR || 'There are issues connecting to the Tyro Health platform. Please refresh the page and try again.';
|
|
243
243
|
var ERROR_MESSAGE__PAYMENT_GATEWAY_ERROR = process.env.REACT_APP_ERROR_MESSAGE__PAYMENT_GATEWAY_ERROR || 'There are issues connecting to the payment gateway. Please refresh the page and try again.';
|
|
244
244
|
var ERROR_MESSAGE__PAYMENT_ERROR = process.env.REACT_APP_ERROR_MESSAGE__PAYMENT_ERROR || 'An error occurred when processing the payment. Please try again. The card was not charged.';
|
|
245
245
|
var ERROR_MESSAGE__PAYMENT_GATEWAY_FIELDS = process.env.REACT_APP_ERROR_MESSAGE__PAYMENT_GATEWAY_FIELDS || 'The payment card details you entered were invalid, please review the payment card credentials and try again.';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.80.3
|
|
3
|
+
"version": "11.80.3",
|
|
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": "bf14028e699e8243dc8d9d2d181688965f20255d"
|
|
56
56
|
}
|
|
@@ -15,7 +15,7 @@ var patients = require('../../patients-dd3709c1.js');
|
|
|
15
15
|
var modalities = require('../../modalities-2dfbea63.js');
|
|
16
16
|
var members = require('../../members-8eb8d8d0.js');
|
|
17
17
|
var billableItems = require('../../billable-items-f8291b1e.js');
|
|
18
|
-
var businesses = require('../../businesses-
|
|
18
|
+
var businesses = require('../../businesses-e02c0f4b.js');
|
|
19
19
|
var forms = require('../../forms-e1c51a53.js');
|
|
20
20
|
var healthFundAccounts = require('../../health-fund-accounts-88eac93c.js');
|
|
21
21
|
var healthFundSettings = require('../../health-fund-settings-e7a0f2ec.js');
|