@pluno/product-agent-web 0.1.196 → 0.1.197

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.
@@ -0,0 +1,4 @@
1
+ export type ProductAgentActivityLoadingCandidate = {
2
+ terminal: boolean;
3
+ };
4
+ export declare function selectProductAgentActivityLoading(activities: readonly ProductAgentActivityLoadingCandidate[], active: boolean): boolean[];
package/dist/index.d.ts CHANGED
@@ -268,6 +268,9 @@ export declare class ProductAgentSessionEngine {
268
268
  private pendingSessionHistoryRequests;
269
269
  private readonly sessionHistoryManager;
270
270
  private readonly sessionRecoveryPoller;
271
+ private readonly sessionActivityRecovery;
272
+ private readonly sessionActivityRecoveryPoller;
273
+ private sessionRecoveryScope;
271
274
  private account;
272
275
  private usingPaidCreditFallback;
273
276
  private readonly accountListeners;
@@ -466,6 +469,7 @@ export declare class ProductAgentSessionEngine {
466
469
  private setState;
467
470
  private setReconnectingState;
468
471
  private startSessionRecoveryPolling;
472
+ private stopSessionRecoveryPolling;
469
473
  private applySessionRecoverySnapshot;
470
474
  private emit;
471
475
  }