@namiml/web-sdk 3.3.9-dev.202603202146 → 3.3.9-dev.202603231656

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.
@@ -51,6 +51,7 @@ export declare class NamiFlow extends BasicNamiFlow {
51
51
  getStep(stepId: string): NamiFlowStep | undefined;
52
52
  private findStepByType;
53
53
  private isStepActive;
54
+ private flowLog;
54
55
  finished(): void;
55
56
  back(): void;
56
57
  next(): void;
@@ -3,6 +3,7 @@ import { NamiConfiguration } from "../types/externals/config";
3
3
  export declare class Nami {
4
4
  #private;
5
5
  static instance: Nami;
6
+ maxLogging: boolean;
6
7
  get isInitialized(): boolean;
7
8
  static sdkVersion(): string;
8
9
  static sdkPackageVersion(): string;