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.
@@ -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
  };