@mappedin/mappedin-js 5.43.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
@@ -1273,6 +1279,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/Mappedin.OfflineSearch'
1273
1279
  */
1274
1280
  weight?: number;
1275
1281
  }): Promise<void>;
1282
+ destroy(): void;
1276
1283
  }
1277
1284
  }
1278
1285