@v-tilt/browser 1.10.8 → 1.10.10

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.
@@ -432,6 +432,10 @@ interface RemoteConfig {
432
432
  widgetPosition?: "bottom-right" | "bottom-left";
433
433
  widgetColor?: string;
434
434
  };
435
+ chatTracking?: {
436
+ trackUserMessages?: boolean;
437
+ trackAgentMessages?: boolean;
438
+ };
435
439
  analytics?: {
436
440
  capturePageview?: boolean;
437
441
  capturePageleave?: boolean;
@@ -1732,6 +1736,7 @@ declare class VTilt {
1732
1736
  getDeviceId(): string;
1733
1737
  getUserState(): "anonymous" | "identified";
1734
1738
  getConfig(): VTiltConfig;
1739
+ getRemoteConfig(): RemoteConfig | null;
1735
1740
  getSessionId(): string | null;
1736
1741
  getDistinctId(): string;
1737
1742
  getAnonymousId(): string;