@medplum/core 3.2.14 → 3.2.15
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/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +3 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -4104,6 +4104,7 @@ export declare class MedplumClient extends TypedEventTarget<MedplumClientEventMa
|
|
|
4104
4104
|
* @returns Promise to complete.
|
|
4105
4105
|
*/
|
|
4106
4106
|
private verifyTokens;
|
|
4107
|
+
private checkSessionDetailsMatchLogin;
|
|
4107
4108
|
/**
|
|
4108
4109
|
* Sets up a listener for window storage events.
|
|
4109
4110
|
* This synchronizes state across browser windows and browser tabs.
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -4104,6 +4104,7 @@ export declare class MedplumClient extends TypedEventTarget<MedplumClientEventMa
|
|
|
4104
4104
|
* @returns Promise to complete.
|
|
4105
4105
|
*/
|
|
4106
4106
|
private verifyTokens;
|
|
4107
|
+
private checkSessionDetailsMatchLogin;
|
|
4107
4108
|
/**
|
|
4108
4109
|
* Sets up a listener for window storage events.
|
|
4109
4110
|
* This synchronizes state across browser windows and browser tabs.
|