@pluno/product-agent-web 0.1.190 → 0.1.192
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 +1 -0
- package/dist/product-agent-sdk.js +859 -809
- package/dist/product-agent-widget.js +2152 -2102
- package/dist/runRecovery.d.ts +18 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -363,6 +363,7 @@ export declare class PlunoProductAgent {
|
|
|
363
363
|
private findStoppedTurn;
|
|
364
364
|
private findStoppedTurnForEvent;
|
|
365
365
|
private rememberDurablyStoppedTurn;
|
|
366
|
+
private forgetSupersededTaskTabClosedTurn;
|
|
366
367
|
private shouldIgnoreStoppedTurnEvent;
|
|
367
368
|
private filterStoppedSnapshotItems;
|
|
368
369
|
private handleServerEvent;
|