@oxvo/ai-live-assist 7.4.37 → 7.4.49

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.
@@ -39,7 +39,7 @@ export declare const resolveAiGuideProtocolVersion: (bootstrap: Pick<BootstrapCo
39
39
  export default class AiLiveAssist {
40
40
  private readonly app;
41
41
  private readonly options;
42
- readonly version = "7.4.37";
42
+ readonly version = "7.4.49";
43
43
  private readonly siteKey;
44
44
  private tabId;
45
45
  private readonly windowId;
@@ -47,9 +47,11 @@ export default class AiLiveAssist {
47
47
  private readonly storageKey;
48
48
  private readonly transcriptStorageKey;
49
49
  private readonly transferAuthorityStorageKey;
50
+ private readonly legacyStagedPendingLaunchStorageKey;
50
51
  private readonly stagedPendingLaunchStorageKey;
51
52
  private readonly terminalEndStorageKey;
52
53
  private readonly messengerReturnEndStorageKey;
54
+ private readonly legacyFreshAiReturnProvisionalStorageKey;
53
55
  private readonly freshAiReturnProvisionalStorageKey;
54
56
  private readonly pageAssistanceTrackerIdentityStorageKey;
55
57
  private readonly visitorIdentity;
@@ -355,6 +357,9 @@ export default class AiLiveAssist {
355
357
  private createReleasedFreshAiReturnProvisional;
356
358
  private releaseFreshAiReturnAfterPreRuntimeFailure;
357
359
  private quiesceProvisionalFreshAiReturn;
360
+ private boundFreshAiReturnProvisional;
361
+ private resumeMatchesFreshAiReturn;
362
+ private resultMatchesFreshAiReturn;
358
363
  private retireProvisionalFreshAiReturn;
359
364
  private reconcileFreshAiReturnProvisional;
360
365
  private returnToAiGuide;
@@ -580,6 +585,7 @@ export default class AiLiveAssist {
580
585
  private reconnectMessengerTerminalControl;
581
586
  private clearReconnectTimer;
582
587
  private sameResumeIdentity;
588
+ private sameResumeAuthorityIdentity;
583
589
  private sameModeUpgradeIntent;
584
590
  private retryableResumeFailure;
585
591
  private unrecoverableResumeFailure;
@@ -604,6 +610,8 @@ export default class AiLiveAssist {
604
610
  private clearTerminalRetry;
605
611
  private finishFromServer;
606
612
  private captureTerminalAuthorizedResult;
613
+ private retryRejectedTerminalAuthorizedResult;
614
+ private rejectTerminalAuthorizedResult;
607
615
  private completeRuntimeEnd;
608
616
  private finishRuntimeEndAttempt;
609
617
  private settleRuntimeEndRequest;
@@ -643,6 +651,7 @@ export default class AiLiveAssist {
643
651
  private readTransferAuthority;
644
652
  private readStagedPendingLaunch;
645
653
  private persistStagedPendingLaunch;
654
+ private pendingLaunchBaseMatches;
646
655
  private pendingLaunchMatches;
647
656
  private stagePendingLaunch;
648
657
  private clearStagedPendingLaunch;