@medipass/web-sdk 12.0.3-chore-add-accounts-me-endpoint.0 → 12.0.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.
|
@@ -145,7 +145,7 @@ export declare const getAccountExists: (query?: Record<string, any>, opts?: Medi
|
|
|
145
145
|
* Returns the current account
|
|
146
146
|
* @param {Object} opts - Additional options
|
|
147
147
|
*/
|
|
148
|
-
export declare const getCurrentAccount: (opts?: MedipassRequestOpts) => Promise<
|
|
148
|
+
export declare const getCurrentAccount: (opts?: MedipassRequestOpts) => Promise<Account>;
|
|
149
149
|
/**
|
|
150
150
|
* Get account roles
|
|
151
151
|
* @param {String} accountId - Account ID
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.0.3
|
|
3
|
+
"version": "12.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"resolutions": {
|
|
59
59
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "a47debc798cb4cd1699348d966a1cd967bca6791"
|
|
62
62
|
}
|