@privy-io/react-auth 1.55.0 → 1.55.1-beta-20240131150809

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.d.ts CHANGED
@@ -601,7 +601,7 @@ interface ResponseEthereumAccount {
601
601
  }
602
602
  interface ResponseFarcasterAccount {
603
603
  type: 'farcaster';
604
- farcaster_id: number;
604
+ fid: number;
605
605
  owner_address: string;
606
606
  username: string | null;
607
607
  display_name: string | null;