@privy-io/react-auth 1.55.2 → 1.55.3-beta-20240209162440

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
@@ -622,6 +622,7 @@ interface ResponseOAuthTwitter {
622
622
  subject: string;
623
623
  username: string | null;
624
624
  name: string | null;
625
+ profile_picture_url: string | null;
625
626
  verified_at: number;
626
627
  }
627
628
  interface ResponseOAuthDiscord {
@@ -1167,6 +1168,8 @@ interface Twitter {
1167
1168
  username: string | null;
1168
1169
  /** The name associated with the Twitter account. */
1169
1170
  name: string | null;
1171
+ /** The profile picture URL associated with the Twitter account. */
1172
+ profilePictureUrl: string | null;
1170
1173
  }
1171
1174
  /** Object representation of a user's Discord account. */
1172
1175
  interface Discord {