@mappedin/mappedin-js 5.44.0 → 5.45.1

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.
package/README.md CHANGED
@@ -1,12 +1,13 @@
1
- # Mappedin Web SDK
1
+ # Mappedin JS
2
2
 
3
3
  ## Resources
4
4
 
5
5
  - [Mappedin Developer Portal](https://developer.mappedin.com)
6
- - [Releases and Roadmap](https://developer.mappedin.com/releases/)
7
- - [Getting Started Guide](https://developer.mappedin.com/web-sdk/v5/getting-started/)
8
- - [API Reference](https://developer.mappedin.com/web-sdk-api/v5/)
9
- - [Trial Keys](https://developer.mappedin.com/api-keys/)
6
+ - [Releases and Roadmap](https://developer.mappedin.com/docs/roadmap)
7
+ - [Getting Started Guide](https://developer.mappedin.com/web-sdk/5.0/getting-started)
8
+ - [API Reference](https://developer.mappedin.com/web-sdk/5.0/api-reference)
9
+ - [Demo Keys & Maps](https://developer.mappedin.com/docs/demo-keys-and-maps)
10
+ - [License](https://info.mappedin.com/terms/sdk)
10
11
 
11
12
  ## Usage
12
13
 
@@ -41,4 +42,4 @@ async function init() {
41
42
  document.addEventListener('DOMContentLoaded', init);
42
43
  ```
43
44
 
44
- For full documentation, read our [Getting Started guide on the Developer Portal](https://developer.mappedin.com/web-sdk/v5/getting-started/). Developers using React or Angular should follow our [Using React](https://developer.mappedin.com/web-sdk/v5/using-react/) or [Using Angular](https://developer.mappedin.com/web-sdk/v5/using-angular/) guides.
45
+ For full documentation, read our [Getting Started guide on the Developer Portal](https://developer.mappedin.com/web-sdk/5.0/getting-started). Developers using React or Angular should follow our [Using React](https://developer.mappedin.com/web-sdk/5.0/react) or [Using Angular](https://developer.mappedin.com/web-sdk/5.0/angular) guides.
@@ -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