@leanbase-giangnd/js 0.3.2 → 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.ts CHANGED
@@ -1383,6 +1383,7 @@ declare class SessionRecording$1 {
1383
1383
  private _receivedFlags;
1384
1384
  private _persistFlagsOnSessionListener;
1385
1385
  private _lazyLoadedSessionRecording;
1386
+ private _debug;
1386
1387
  get started(): boolean;
1387
1388
  get status(): SessionRecordingStatus$1;
1388
1389
  constructor(_instance: Leanbase);