@useparagon/connect 2.2.3-experimental-16047.7 → 2.2.3-experimental-3

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.
@@ -422,7 +422,7 @@ export declare class InstallFlow {
422
422
  setAccountType(accountType: string): Promise<void>;
423
423
  setPreOptions(options: Record<string, ConnectInputValue>): Promise<void>;
424
424
  setPostOptions(options: Record<string, ConnectInputValue>): Promise<void>;
425
- setHasFinishedInstruction(): Promise<void>;
425
+ private setHasFinishedInstruction;
426
426
  getAccountTypeValue(): string | null;
427
427
  getPreOptionsValue(): Record<string, ConnectInputValue> | null;
428
428
  getPostOptionsValue(): Record<string, ConnectInputValue> | null;