@verified-network/verified-custody 0.3.8 → 0.4.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.
package/dist/index.d.mts CHANGED
@@ -144,6 +144,7 @@ declare const CreatePinPage: (props: {
144
144
  vaultData?: any;
145
145
  txData?: any;
146
146
  helperFunctions?: VerifiedCustodyHelpers;
147
+ isExistingUser?: boolean;
147
148
  }) => React$1.JSX.Element;
148
149
 
149
150
  declare const ContactPage: (props: {
@@ -174,6 +175,7 @@ declare const OTPPage: (props: {
174
175
  setIsLoading: (isLoading: boolean) => void;
175
176
  setUserNumberFmt: (number: string) => void;
176
177
  setUserEmail: (email: string) => void;
178
+ setIsExistingUser?: (isExistingUser: boolean) => void;
177
179
  selectedCountry: {
178
180
  name: string;
179
181
  area: string;
package/dist/index.d.ts CHANGED
@@ -144,6 +144,7 @@ declare const CreatePinPage: (props: {
144
144
  vaultData?: any;
145
145
  txData?: any;
146
146
  helperFunctions?: VerifiedCustodyHelpers;
147
+ isExistingUser?: boolean;
147
148
  }) => React$1.JSX.Element;
148
149
 
149
150
  declare const ContactPage: (props: {
@@ -174,6 +175,7 @@ declare const OTPPage: (props: {
174
175
  setIsLoading: (isLoading: boolean) => void;
175
176
  setUserNumberFmt: (number: string) => void;
176
177
  setUserEmail: (email: string) => void;
178
+ setIsExistingUser?: (isExistingUser: boolean) => void;
177
179
  selectedCountry: {
178
180
  name: string;
179
181
  area: string;