@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.
- package/dist/activityLoading.d.ts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/product-agent-sdk.js +1798 -1710
- package/dist/product-agent-widget.js +3044 -2847
- package/dist/sessionActivityRecovery.d.ts +28 -0
- package/package.json +1 -1
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
|
}
|