@mappedin/mappedin-js 5.44.0 → 5.45.0

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.
@@ -734,6 +734,12 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/Mappedin.CustomerAnalyti
734
734
  * @internal
735
735
  */
736
736
  static setSessionID(sessionID: string): void;
737
+ /**
738
+ * Sets the current global device ID and overrides the local device ID.
739
+ * @param deviceId {String} The device ID to be set.
740
+ * @internal
741
+ */
742
+ static setDeviceID(deviceId: string): void;
737
743
  /**
738
744
  * Clears the current global mi-session ID and reverts to the local session ID.
739
745
  * @internal