@pluno/product-agent-web 0.1.150 → 0.1.151

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
@@ -227,6 +227,7 @@ export declare class PlunoProductAgent {
227
227
  private runAckResyncRetryTimer;
228
228
  private activeClientMessageId;
229
229
  private activeUserMessageEvent;
230
+ private readonly browserConnectionInterruptedClientMessageIds;
230
231
  private latestRecoverableClientMessageId;
231
232
  private lastUserMessagePageUrl;
232
233
  private thinkingWatchdogResyncAttemptsByClientMessageId;
@@ -331,6 +332,8 @@ export declare class PlunoProductAgent {
331
332
  private replaceTimedOutSocket;
332
333
  private setState;
333
334
  private setReconnectingState;
335
+ private rememberBrowserConnectionInterruptionForActiveRun;
336
+ private getRunRecoveryExhaustedErrorMessage;
334
337
  private emit;
335
338
  }
336
339
  declare global {