@pluno/product-agent-web 0.1.210 → 0.1.211
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 +1253 -1049
- package/dist/product-agent-widget.js +1897 -1693
- package/dist/runtime/composition.d.ts +27 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -252,6 +252,7 @@ export declare const PRODUCT_AGENT_PROVIDER_INPUT_ATTACHMENT_ACCEPT = ".pdf,.png
|
|
|
252
252
|
export declare function calculateReconnectDelay(attempt: number, random?: () => number): number;
|
|
253
253
|
export declare class ProductAgentSessionEngine {
|
|
254
254
|
private readonly options;
|
|
255
|
+
private readonly clientRuntime;
|
|
255
256
|
private readonly listeners;
|
|
256
257
|
private socket;
|
|
257
258
|
private reconnectTimer;
|