@pluno/product-agent-web 0.1.166 → 0.1.167

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
@@ -218,6 +218,8 @@ export declare class PlunoProductAgent {
218
218
  private connectionAttemptId;
219
219
  private connectionInProgress;
220
220
  private token;
221
+ private authenticatedUserId;
222
+ private authenticatedSocket;
221
223
  private networkCaptureCleanup;
222
224
  private networkBatchTimer;
223
225
  private queuedNetworkEvents;
@@ -321,6 +323,7 @@ export declare class PlunoProductAgent {
321
323
  private refreshStarterPromptsForCurrentUrl;
322
324
  private clearStarterPromptUrlRefreshTimer;
323
325
  private flushQueuedClientEvents;
326
+ private resetForAuthenticationScopeChange;
324
327
  private flushPendingPassiveWarmup;
325
328
  private flushPendingComposerWarmup;
326
329
  private findStoppedTurn;