@ukiahinsure/a2ui-react-adapter 0.1.21 → 0.1.23

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.
@@ -1,4 +1,4 @@
1
- import { c as A2UIRoomLike } from './session-BnvcVx-k.js';
1
+ import { c as A2UIRoomLike } from './session-BU8eDAkA.js';
2
2
 
3
3
  /**
4
4
  * Provider-acceptance probe for a real A2UI room.
@@ -344,6 +344,12 @@ declare class A2UISessionController {
344
344
  get surfaceMetadata(): A2UISurfaceMetadata | null;
345
345
  get actionState(): A2UIActionState;
346
346
  /** Retry one or every delivery-failed/timed-out request with its original id. */
347
+ /**
348
+ * Drop pending actions and request an authoritative snapshot, as after a
349
+ * reconnect. Used when an action is never acknowledged: the server's state
350
+ * is the truth, and the form must not stay locked waiting for it.
351
+ */
352
+ resync(): void;
347
353
  retryPendingAction(requestId?: string): boolean;
348
354
  /** Select the authoritative server-owned section without choosing workflow state. */
349
355
  returnToCurrentSection(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukiahinsure/a2ui-react-adapter",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "Reusable MedAid A2UI client adapter: LiveKit envelope handling and official A2UI v0.9.1 React rendering behind a clean public API.",
5
5
  "repository": {
6
6
  "type": "git",