@privy-io/react-auth 1.34.1-beta.4 → 1.34.1-beta.6
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/esm/index.js +159 -159
- package/dist/index.d.ts +2 -0
- package/dist/index.js +157 -157
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -668,6 +668,7 @@ type PrivyServerConfig = {
|
|
|
668
668
|
customApiUrl?: string | null;
|
|
669
669
|
walletConnectCloudProjectId?: string | null;
|
|
670
670
|
embeddedWalletConfig: EmbeddedWalletsConfig;
|
|
671
|
+
captchaEnabled?: boolean;
|
|
671
672
|
/** May be deprecated from the server config in a future release */
|
|
672
673
|
logoUrl?: string;
|
|
673
674
|
/** May be deprecated from the server config in a future release */
|
|
@@ -718,6 +719,7 @@ type PrivyClientConfig = {
|
|
|
718
719
|
privacyPolicyUrl?: string | null;
|
|
719
720
|
};
|
|
720
721
|
walletConnectCloudProjectId?: string;
|
|
722
|
+
captchaEnabled?: boolean;
|
|
721
723
|
/** All embedded wallets configuration */
|
|
722
724
|
embeddedWallets?: {
|
|
723
725
|
/**
|