authhero 4.34.0 → 4.35.0
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/authhero.cjs +67 -67
- package/dist/authhero.d.ts +1 -0
- package/dist/authhero.mjs +12138 -11579
- package/dist/stats.html +1 -1
- package/package.json +2 -2
package/dist/authhero.d.ts
CHANGED
|
@@ -39266,6 +39266,7 @@ export type OnExecuteCredentialsExchange = (event: HookEvent, access: OnExecuteC
|
|
|
39266
39266
|
export type OnExecutePreUserRegistrationAPI = {
|
|
39267
39267
|
user: {
|
|
39268
39268
|
setUserMetadata: (key: string, value: any) => void;
|
|
39269
|
+
setLinkedTo: (primaryUserId: string) => void;
|
|
39269
39270
|
};
|
|
39270
39271
|
token: TokenAPI;
|
|
39271
39272
|
};
|