@pluno/product-agent-web 0.1.274 → 0.1.276

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.
@@ -198,6 +198,7 @@ export declare class ProductAgentRemoteRuntimeClient implements ProductAgentRunt
198
198
  private pendingStop;
199
199
  private stopError;
200
200
  private readonly stopPreviews;
201
+ private readonly durabilityWaiters;
201
202
  private operationQueue;
202
203
  private destroyed;
203
204
  constructor(initialState: ProductAgentState, adapter: ProductAgentRuntimeClientAdapter, model?: ProductAgentModel);
@@ -228,6 +229,7 @@ export declare class ProductAgentRemoteRuntimeClient implements ProductAgentRunt
228
229
  retryLastMessage(userMessageId?: string): Promise<boolean>;
229
230
  createLocalAttachment(file: File): ProductAgentAttachment;
230
231
  stop(): Promise<void>;
232
+ private waitForSubmissionDurability;
231
233
  private cancelPendingSubmissions;
232
234
  startNewSession(options?: {
233
235
  notifyTransport?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluno/product-agent-web",
3
- "version": "0.1.274",
3
+ "version": "0.1.276",
4
4
  "description": "Browser SDK and default widget for embedding Pluno Product Agent into customer web apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",