@medipass/web-sdk 11.61.1-feature-healthpoint-registration-application-endpoints.3 → 11.61.1-feature-healthpoint-registration-application-endpoints.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.
|
@@ -154,7 +154,7 @@ export declare const updateBusinessPaymentMethod: (businessId: string, paymentMe
|
|
|
154
154
|
* @returns {Object} The device data
|
|
155
155
|
*/
|
|
156
156
|
export declare const updateBusinessPatientPaymentMethod: (businessId: string, patientId: string, paymentMethodId: string, body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
157
|
-
export declare const getPaymentGatewayError: (sessionResponse: Record<string, any>) =>
|
|
157
|
+
export declare const getPaymentGatewayError: (sessionResponse: Record<string, any>) => any;
|
|
158
158
|
/**
|
|
159
159
|
* Get a business nonce
|
|
160
160
|
* @param {Object} body - Request body
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "11.61.1-feature-healthpoint-registration-application-endpoints.
|
|
3
|
+
"version": "11.61.1-feature-healthpoint-registration-application-endpoints.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/plugin-transform-runtime": "7.8.3",
|
|
49
|
-
"@medipass/utils": "^11.77.5-feature-healthpoint-registration-application-endpoints.
|
|
49
|
+
"@medipass/utils": "^11.77.5-feature-healthpoint-registration-application-endpoints.2",
|
|
50
50
|
"@types/jest": "28.1.6",
|
|
51
51
|
"@types/mocha": "9.1.1",
|
|
52
52
|
"@types/node": "18.7.1",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"resolutions": {
|
|
59
59
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "6d8285ae0c29f62cfe873428cc04b59404e2d90e"
|
|
62
62
|
}
|