@verified-network/verified-custody 0.3.7 → 0.3.8

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/README.md CHANGED
@@ -179,7 +179,7 @@ export interface VerifiedCustodyHelpers {
179
179
 
180
180
  action:
181
181
  Optional. Can be one of:
182
- "connect_wallet" | "getPk" | "invitation" | "signRecovery" | "completeRecovery" | "eth_sendTransaction"
182
+ "connect_wallet" | "getPk" | "invitation" | "signRecovery" | "completeRecovery" | "eth_requestAccounts" | "eth_sendTransaction"
183
183
  If omitted, the component handles account creation or login for new/existing users.
184
184
 
185
185
  helperFunctions:
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import React$1 from 'react';
2
2
 
3
- type VerifiedWalletAction = "connect_wallet" | "getPk" | "invitation" | "signRecovery" | "completeRecovery" | null;
3
+ type VerifiedWalletAction = "connect_wallet" | "getPk" | "invitation" | "signRecovery" | "completeRecovery" | "eth_requestAccounts" | null;
4
4
  type VerifiedWalletVault = {
5
5
  vaultId?: string;
6
6
  hashedVaultId?: string;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import React$1 from 'react';
2
2
 
3
- type VerifiedWalletAction = "connect_wallet" | "getPk" | "invitation" | "signRecovery" | "completeRecovery" | null;
3
+ type VerifiedWalletAction = "connect_wallet" | "getPk" | "invitation" | "signRecovery" | "completeRecovery" | "eth_requestAccounts" | null;
4
4
  type VerifiedWalletVault = {
5
5
  vaultId?: string;
6
6
  hashedVaultId?: string;