@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 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;