@absolutejs/auth 0.48.5 → 0.48.6
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/index.js +3 -2
- package/dist/index.js.map +3 -3
- package/dist/session/impersonation.d.ts +1 -0
- package/dist/types.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22455,7 +22455,8 @@ var startImpersonation = async ({
|
|
|
22455
22455
|
readOnly: impersonator.readOnly,
|
|
22456
22456
|
reason: impersonator.reason,
|
|
22457
22457
|
returnToSessionId: callerSessionId,
|
|
22458
|
-
startedAt: Date.now()
|
|
22458
|
+
startedAt: Date.now(),
|
|
22459
|
+
suppressSideEffects: impersonator.suppressSideEffects
|
|
22459
22460
|
};
|
|
22460
22461
|
const sessionId = await promoteToSession({
|
|
22461
22462
|
authSessionStore,
|
|
@@ -27624,5 +27625,5 @@ export {
|
|
|
27624
27625
|
AuthIdentityConflictError
|
|
27625
27626
|
};
|
|
27626
27627
|
|
|
27627
|
-
//# debugId=
|
|
27628
|
+
//# debugId=9ED02F272962733064756E2164756E21
|
|
27628
27629
|
//# sourceMappingURL=index.js.map
|