@absolutejs/auth 0.48.4 → 0.48.5
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 +2 -1
- package/dist/index.js.map +3 -3
- package/dist/session/impersonation.d.ts +1 -0
- package/dist/types.d.ts +8 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22452,6 +22452,7 @@ var startImpersonation = async ({
|
|
|
22452
22452
|
const stamp = {
|
|
22453
22453
|
actorEmail: impersonator.actorEmail,
|
|
22454
22454
|
actorId: impersonator.actorId,
|
|
22455
|
+
readOnly: impersonator.readOnly,
|
|
22455
22456
|
reason: impersonator.reason,
|
|
22456
22457
|
returnToSessionId: callerSessionId,
|
|
22457
22458
|
startedAt: Date.now()
|
|
@@ -27623,5 +27624,5 @@ export {
|
|
|
27623
27624
|
AuthIdentityConflictError
|
|
27624
27625
|
};
|
|
27625
27626
|
|
|
27626
|
-
//# debugId=
|
|
27627
|
+
//# debugId=4AE8923415556A3664756E2164756E21
|
|
27627
27628
|
//# sourceMappingURL=index.js.map
|