@pluno/product-agent-web 0.1.147 → 0.1.149

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
@@ -217,6 +217,9 @@ export declare class PlunoProductAgent {
217
217
  private retryAttemptsByClientMessageId;
218
218
  private retryTimersByClientMessageId;
219
219
  private readonly clientMessageIdsByUserMessageItemId;
220
+ private readonly backgroundSessionIds;
221
+ private readonly backgroundClientMessageIds;
222
+ private readonly deferredSessionUpdatedSessionIds;
220
223
  private readonly retryableFailureRunIdsAwaitingDone;
221
224
  private thinkingWatchdogTimer;
222
225
  private runAckWatchdogTimer;
@@ -286,6 +289,8 @@ export declare class PlunoProductAgent {
286
289
  private flushQueuedClientEvents;
287
290
  private flushPendingWarmupEvent;
288
291
  private handleServerEvent;
292
+ private shouldIgnoreBackgroundSessionEvent;
293
+ private rememberCurrentRunAsBackground;
289
294
  private retryAfterRetryableError;
290
295
  private retryAfterInterruptedRun;
291
296
  private clearRetryTimers;