@pluno/product-agent-web 0.1.120 → 0.1.122
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 +2 -0
- package/dist/product-agent-sdk.js +1056 -754
- package/dist/product-agent-widget.js +1228 -1193
- package/dist/widget.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -131,6 +131,7 @@ export type ProductAgentInitOptions = {
|
|
|
131
131
|
restorePersistedState?: boolean;
|
|
132
132
|
expectedPersistedSessionId?: string | null;
|
|
133
133
|
keepRunsActiveOnSessionNavigation?: boolean;
|
|
134
|
+
capturePageContent?: boolean;
|
|
134
135
|
};
|
|
135
136
|
export type ProductAgentWebSocket = {
|
|
136
137
|
readyState: number;
|
|
@@ -200,6 +201,7 @@ export declare class PlunoProductAgent {
|
|
|
200
201
|
private activeClientMessageId;
|
|
201
202
|
private activeUserMessageEvent;
|
|
202
203
|
private latestRecoverableClientMessageId;
|
|
204
|
+
private lastUserMessagePageUrl;
|
|
203
205
|
private thinkingWatchdogResyncAttemptsByClientMessageId;
|
|
204
206
|
private retryableClientMessageId;
|
|
205
207
|
private runtimeHelperJavascript;
|